Acidanthera UEFI Development Kit based on EDK II edk2-stable202311
Go to file
klu2 8968742e88 Originally, there are following implementation:
1) The collect action of platform's dynamic PCD database is trigged by module's autogen action. 
2) If platform is used for more than one architecture, two platform object will be created

Above two rules will cause an issue for single module building that if
1) platform support IA32 and X64
2) do single module for X64 module

then, the dynamic PCD for IA32 modules will missed in PCD database, because no IA32 module need autogen so collection action for IA32 module is not trigged.

Now, I think the collection action for platform dynamic PCD should be explicitly called after PlatformAutoGen is created.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8323 6f19259b-4bc3-4df7-8a09-765794883524
2009-05-18 07:09:48 +00:00
BaseTools Originally, there are following implementation: 2009-05-18 07:09:48 +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 Remove the duplicated EdidActive.h & EdidDiscovery.h in DuetPkg. MdePkg has already defined these two files with the exactly same contents. 2009-05-08 01:23:49 +00:00
EdkCompatibilityPkg cleanup the .S file to wrap all public symbols with ASM_PFX() macro,which is used to generate underscore prior to public symbol or not within various GCC distribution versions. 2009-05-15 03:25:20 +00:00
EdkShellBinPkg update shell binary to fix one bug when reconnect -r. 2009-04-17 05:41:11 +00:00
EdkShellPkg fixed one bug when "reconnect -r" 2009-04-17 05:40:21 +00:00
FatBinPkg Update FAT binary for the source update: 2009-03-25 08:42:33 +00:00
IntelFrameworkModulePkg Refine code for PeiReportStatusCodeLib. 2009-05-13 07:43:45 +00:00
IntelFrameworkPkg Clarify BuildCvHob() API in HobLib to state that this function will ASSERT() if the platform does not support Capsule Volume HOBs. This allows PI implementations to ASSERT() and Framework implementations to provide a full implementation of this API. 2009-05-09 01:48:15 +00:00
MdeModulePkg Correct DriverSample to produce the ConfigAccess protocol 2009-05-18 05:03:45 +00:00
MdePkg cleanup the .S file to wrap all public symbols with ASM_PFX() macro,which is used to generate underscore prior to public symbol or not within various GCC distribution versions. 2009-05-15 03:21:08 +00:00
Nt32Pkg Sync with PE/COFF Extra Action library class comments and add ASSERT() conditions if ImageContext is NULL. 2009-05-09 00:50:40 +00:00
OptionRomPkg Replace references to RFC 3066 with RFC 4646. 2009-04-30 05:37:31 +00:00
PcAtChipsetPkg Remove unnecessary references to DuetPkg in PcAtChipsetPkg. 2009-03-29 18:42:12 +00:00
ShellPkg fixed to build under IPF. 2009-05-11 18:02:16 +00:00
UefiCpuPkg Remove unneeded reference to DuetPkg.dec. 2009-02-23 20:22:58 +00:00
UnixPkg add one comment when destroy the buffer. 2009-05-18 05:31:18 +00:00
BuildNotes.txt
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 Removed Java/Ant specific content from the setup scripts. 2008-12-31 16:57:24 +00:00