diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-09 07:13:26 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-09 07:13:26 +0000 |
commit | 1b0ea113a3fc6189d1780398c806ac12b53e3e33 (patch) | |
tree | 14acdf009d060309d9d7ce83bb65c35ec3adca96 /BaseTools/Bin | |
parent | 2fe241a290e6ea77af76ae385ae8b04a76a0c394 (diff) | |
download | edk2-platforms-1b0ea113a3fc6189d1780398c806ac12b53e3e33.tar.xz |
1) Separate the AutoGen code for PCDs between module and its library instances. Only macros for module's PCDs will be put in AutoGen.h. Others will be put in AutoGen.c. This is intended to catch missed PCDs in inf file more easily.
2) For better compatibile between C standards or C compiler, add type cast for PCD constants in AutoGen.h according to the PCD datum type.
3) Add incremental generation capability for FV in GenFds tool.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6930 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/Bin')
-rwxr-xr-x | BaseTools/Bin/Win32/GenFds.exe | bin | 1394366 -> 1395637 bytes |
-rwxr-xr-x | BaseTools/Bin/Win32/build.exe | bin | 1947436 -> 1949733 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/BaseTools/Bin/Win32/GenFds.exe b/BaseTools/Bin/Win32/GenFds.exe Binary files differindex 4d88eb1fe0..b43ef6a95a 100755 --- a/BaseTools/Bin/Win32/GenFds.exe +++ b/BaseTools/Bin/Win32/GenFds.exe diff --git a/BaseTools/Bin/Win32/build.exe b/BaseTools/Bin/Win32/build.exe Binary files differindex 41553b4aaf..91106daf5d 100755 --- a/BaseTools/Bin/Win32/build.exe +++ b/BaseTools/Bin/Win32/build.exe |