Acidanthera UEFI Development Kit based on EDK II edk2-stable202311
Go to file
mdkinney 87d6344732 1) Add Include/Framework/BootScript.h that contains defines shared between Boot Script Executer PPI and Boot Script Save Protocol. Remove those safe defines from Include/Ppi/BootScriptExecuter.h
2) Remove Include/Framework/DataHubRecords.h and merge its content into Include/Guid/DataHubRecords.h
3) Remove Include/Framework/Legacy16.h and merge its contents into Include/Protocol/LegacyBios.h
4) Update FrameworkDxe.h to no longer include all the Legacy16.h and DataHubRecords.h contents.  This reduces the number of include file and definitions pulled in when a module include FrameworkDxe.h.  The Legacy16.h contents can now be included by a module through Protocol/LegacyBios.h and the DataHubRecords.h contents can be included by a module through Guid/DataHubRecords.h
5) Update Include/Guid/StatusCodeDataTypeId.h so it can be safely included by both PEIMs and DXE Modules since both the PEI and DXE phases support status codes
6) Remove extra #includes where possible to reduce number of files included during a build.
7) Update Include/Protocol/LegacyBiosPlatform.h to #include Include/Protocol/LegacyBios.h since it depends on HDD_INFO and COMPATIBILITY16 strictures carried by LegacyBios.h



git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8899 6f19259b-4bc3-4df7-8a09-765794883524
2009-07-11 23:25:44 +00:00
BaseTools Synchronize build tools binaries with source code r1654 at build tool project. 2009-07-10 09:38:06 +00:00
Conf Adding top-level Conf directory for next generation of EDK II build infrastructure tools. 2007-06-20 19:33:23 +00:00
DuetPkg roll back the change on the naming of DataHubRecords.h for backward compatibility. 2009-07-10 10:16:50 +00:00
EdkCompatibilityPkg Fix build break 2009-07-10 18:16:26 +00:00
EdkShellBinPkg Remove the binary files of those applications which have been contained in Minimum Shell. Only retain those applications which is in Full Shell but not in Minimum Shell. 2009-06-18 09:56:14 +00:00
EdkShellPkg Remove ShellHotFix.patch since the newest EDK shell snapshot has integrated the complete fix for RFC 4646 language match issue in drivers, dh, DevTree, etc. 2009-06-01 08:16:33 +00:00
FatBinPkg Reviewed the description in the FatBinPkg .dec file. 2009-06-18 10:53:54 +00:00
IntelFrameworkModulePkg Remove extra #Include 2009-07-10 23:55:52 +00:00
IntelFrameworkPkg 1) Add Include/Framework/BootScript.h that contains defines shared between Boot Script Executer PPI and Boot Script Save Protocol. Remove those safe defines from Include/Ppi/BootScriptExecuter.h 2009-07-11 23:25:44 +00:00
MdeModulePkg Correct #include statements. This is a DXE DRIVER, not a UEFI module. 2009-07-11 23:11:21 +00:00
MdePkg Remove "Module Name:" from include file headers. 2009-07-11 16:05:53 +00:00
Nt32Pkg roll back the change on the naming of DataHubRecords.h for backward compatibility. 2009-07-10 10:15:41 +00:00
OptionRomPkg Use PixelFormat PixelBitMask in CirrusLogic5430Dxe driver. 2009-07-09 00:04:41 +00:00
OvmfPkg Move LockKeyboards API from GenericBdsLib to PlatformBdsLib 2009-07-10 03:26:52 +00:00
PcAtChipsetPkg Add UefiRuntimeLib to PcAtChipsetPkg.dsc. 2009-07-07 22:52:13 +00:00
ShellPkg Put EOF (End of File) on its own line for all source files. This is required for some compiler to build. 2009-07-11 19:33:25 +00:00
UefiCpuPkg Add CPU DXE driver for IA32 & X64 processor architectures. 2009-05-27 21:09:47 +00:00
UnixPkg roll back the change on the naming of DataHubRecords.h for backward compatibility. 2009-07-10 10:15:24 +00:00
BuildNotes.txt Updated BuildNotes.txt according to new packages name: 2007-06-20 05:35:00 +00:00
BuildNotes2.txt updating the doc 2008-09-25 23:13:48 +00:00
edksetup.bat Removed Java/Ant specific content from the setup scripts. 2008-12-31 16:57:24 +00:00
edksetup.sh add more description in edksetup.sh 2009-07-08 05:54:53 +00:00