Acidanthera UEFI Development Kit based on EDK II edk2-stable202311
Go to file
mdkinney e06752bb9b Remove UefiDriverEntryPoint from [LibraryClasses] section. Library implementations should never link against an entry point lib. Only modules implementation should link against an entry point lib.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11179 6f19259b-4bc3-4df7-8a09-765794883524
2010-12-17 22:47:06 +00:00
ArmPkg Fix semihosting on gcc. We need to save lr as svc instruction will change it. 2010-12-15 02:39:00 +00:00
ArmRealViewEbPkg
BaseTools Sync EDKII BaseTools to BaseTools project r2100. 2010-12-06 05:17:09 +00:00
BeagleBoardPkg Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half of check-in 11167. 2010-12-15 01:06:20 +00:00
Conf
CryptoPkg 1. enable /GL optimization building on OpensslLib. 2010-11-26 07:23:30 +00:00
DuetPkg DuetPkg: Update create boot disk script to not modify bootsect.com 2010-12-06 06:06:54 +00:00
EdkCompatibilityPkg update USB_PORT_STAT_OWNER from 2^11 to 2^13 which is added as a possible value of EFI_USB_PORT_STATUS and is the equivalent of EfiUsbPortOwner of EFI_USB_PORT_FEATURE 2010-12-14 02:50:56 +00:00
EdkShellBinPkg Update ReadMe.txt to correct the minor errors in build steps. 2010-11-05 08:44:29 +00:00
EdkShellPkg
EmbeddedPkg Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half of check-in 11167. 2010-12-15 01:06:20 +00:00
FatBinPkg
IntelFrameworkModulePkg Removes the assumption in Supported() and Start() routine that the EFI_SIO_PROTOCOL is installed in the immediate child handle of the PCI controller. Multiple SIO platform could have an additional layer between the PCI controller and the EFI_SIO_PROTOCOL instance. 2010-12-17 05:55:47 +00:00
IntelFrameworkPkg Update FrameworkSpecConformance.txt after adding new datahub definitions for SMBIOS Type 4. 2010-12-13 03:22:35 +00:00
MdeModulePkg Remove UefiDriverEntryPoint from [LibraryClasses] section. Library implementations should never link against an entry point lib. Only modules implementation should link against an entry point lib. 2010-12-17 22:47:06 +00:00
MdePkg Add support for ARM MOVW/MOVT instructions that were added in the latest PE/COFF specification. Currently they are not hooked in as we need to wait for the tools to get updated. Tools are needed to convert ELF to PE/COFF and to refixup FVs. 2010-12-16 21:44:49 +00:00
NetworkPkg update the comments. 2010-12-09 02:52:04 +00:00
Nt32Pkg Fixed a bug: when underlayer receives much more data, return EFI_BUFFER_TOO_SMALL. 2010-12-08 04:42:40 +00:00
Omap35xxPkg
OptionRomPkg Refine some code to make code run safely. 2010-09-20 03:20:56 +00:00
OvmfPkg DuetPkg, OvmfPkg, UnixPkg: Remove unnecessary reset during boot 2010-12-06 06:05:41 +00:00
PcAtChipsetPkg fix GCC build failure. make function definition same with declaration. 2010-11-12 05:14:15 +00:00
PerformancePkg Fix build error. 2010-11-15 02:14:25 +00:00
ShellPkg update copyright format 2010-12-10 15:19:03 +00:00
SourceLevelDebugPkg Removed unnecessary GLOBAL_REMOVE_IF_UNREFERENCED. 2010-11-17 01:25:34 +00:00
UefiCpuPkg Fix a bug that the size of a gate descriptor in the IDT is 8 bytes. The size is 8 bytes in 32-bit mode, while it is 16 bytes in 64-bit mode. Replace the hard-coded size with a sizeof. 2010-12-17 02:38:26 +00:00
UnixPkg update copyright format 2010-12-10 15:20:43 +00:00
BuildNotes2.txt
edksetup.bat
edksetup.sh