X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FChangeLog.txt;h=e765210d379153db50de6670348af6185dfa85b8;hp=b234d1e3d655baa5fae615de85cc2a490911b82f;hb=a11496973152e9615191897e86e147fcfadd41e0;hpb=b2696f2fa4123ccb453ac9e9c05b7beb733eb05a diff --git a/BaseTools/ChangeLog.txt b/BaseTools/ChangeLog.txt index b234d1e3d6..e765210d37 100644 --- a/BaseTools/ChangeLog.txt +++ b/BaseTools/ChangeLog.txt @@ -42,20 +42,26 @@ EDK_0000: Compatible: owner ########################################################################################## ########## Revision number of tools source code ########## BaseTools/Bin/Win32/build.exe - r937 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Autogen - r937 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/build - r937 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common - r937 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/CommonDataClass - r937 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/GenFds + r1483 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Autogen + r1483 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/build + r1483 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common + r1483 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/CommonDataClass + r1483 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/GenFds + r1483 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Workspace BaseTools/Bin/Win32/GenFds.exe - r937 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common - r937 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/CommonDataClass - r937 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/GenFds + r1483 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common + r1483 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/CommonDataClass + r1483 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/GenFds + r1483 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Workspace + + BaseTools/Bin/Win32/GenDepex.exe + r1383 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/AutoGen + r1383 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common BaseTools/Bin/Win32/Trim.exe - r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Trim - r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common + r1483 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Trim + r1483 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common BaseTools/Bin/Win32/MigrationMsa2Inf.exe r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/MigrationMsa2Inf @@ -71,16 +77,361 @@ EDK_0000: Compatible: owner BaseTools/Bin/Win32/Fpd2Dsc.exe r767 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/fpd2dsc +========================================================================================== +basetools_7529: Non-Compatible: jwang36 + + Class_BuildTool: + 1) Use FAMILY defined in *_TAGNAME_*_*_FAMILY as the toolchain family + 2) Force file name case check in Windows + 3) Consolidate file/path operations + 4) Support binary file type in build_rule.txt + 5) Generate $(FILE_TYPES) macro only when it's used in build_rule.txt + 6) Use build_rule.txt to solve customized build for USER_DEFINED module + 7) Re-design TemplateString to make it faster + 8) Improve performance of Trim tool + 9) Fix undefined variables issue + 10) Fix HSD202142 and HSD202144 + + Code Change : + 1) /trunk/edk2/BaseTools/Bin/Win32/build.exe + 2) /trunk/edk2/BaseTools/Bin/Win32/GenFds.exe + 3) /trunk/edk2/BaseTools/Bin/Win32/Trim.exe + 4) /trunk/edk2/BaseTools/Conf/build_rule.template + + Possible Impacts: + 1) To build Nt32Pkg.dsc correctly, the local version build_rule.txt must + updated with the change in new build_rule.template. + 2) The case of file path must be the same as in file system, or the build + will break. + +basetools_7159: Non-Compatible: jwang36 + + Class_BuildTool: + 1) Re-fine and fully test the mechanism of getting over the long command + line limitation + 2) Change the -s option of build from "SpawnMode" to be "SilentMode" + 3) Change the prototype of PeiCoreEntryPoint in AutoGen-ed code + 4) Remove CalcDeps module since it's no longer needed. + 5) Remove "-k", "-g" and "-l" switches from build + 6) Remove MULTIPLE_THREAD in target.template. Use MAX_CONCURRENT_THREAD_NUMBER + to get the same functionality. + + Code Change : + 1) /trunk/edk2/BaseTools/Bin/Win32/build.exe + 1) /trunk/edk2/BaseTools/Bin/Win32/GenFds.exe + + Possible Impacts: + 1) The local version build_rule.txt must be updated with changes in build_rule.template + 2) Use "build -s" to pass "-s" switch to "make" tool to do silent "make". + To suppress all message from stdout, use "build -q" instead. + 3) To get over the long command line limitation, use "@$(S_LIST)" + in the place of ${src} for those commands encountering such kind of + problem. + +basetools_7009: Non-Compatible: jwang36 + + Class_BuildTool: + 1) Search value of Guid/Protocol/PPI in inf file only in the same category in dec file. + 2) Pass all files in a module's directory to StrGather for R8 modules. + + Code Change : + 1) /trunk/edk2/BaseTools/Bin/Win32/build.exe + + Possible Impacts: + 1) Those inf files in which the PPI/Protocol/Guid are put in incorrect + section will encounter build break. + +========================================================================================== +EDK_6930: Non-Compatible: jwang36 + + Class_BuildTool: + 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. + + Code Change : + 1) /trunk/edk2/BaseTools/Bin/Win32/build.exe + 2) /trunk/edk2/BaseTools/Bin/Win32/GenFds.exe + + Possible Impacts: + 1) If there're PCDs used in a module but not declared in the module's inf file, + and occasionally they are declared in the library instances, there must be + a build break. Adding necessary PCDs declarations in the module's inf file + will solve it. + +========================================================================================== +EDK_6828: Compatible: jwang36 + + Class_BuildTool: + 1) Add a feature to allow override tools option via "==" in metafile. + 2) Remove the AutoGen.c generation for R8 module without unicode file. + + + Code Change : + 1) /trunk/edk2/BaseTools/Bin/Win32/build.exe + +========================================================================================== +EDK_6772: Non-Compatible: jwang36 + + Class_BuildTool: + 1) Add /D$(MODULE_ENTRY_POINT)=$(ARCH_ENTRY_POINT) in EBC_CC_FLAGS to ensure + correct R8's module entry point for EBC arch. + + Code Change : + 1) /trunk/edk2/BaseTools/Conf/tools_def.template + + Possible Impacts: + The local version of tools_def.txt must be updated with the change in + tools_def.template. + +========================================================================================== +EDK_6762: Non-Compatible: lgao4 + + Class_BuildTool: + 1) Declare entry point, constructor into AutoGen.h + 2) Create StrDefs.h to contain uni code string ID. + + + Code Change : + 1) /trunk/edk2/BaseTools/Bin/Win32/build.exe + 2) /trunk/edk2/BaseTools/Conf/tools_def.template + + Possible Impacts: + The local version of tools_def.txt must be updated with change in + tools_def.tempalte. + +========================================================================================== +EDK_6671: Compatible: qwang12 + + Class_BuildTool: + 1) StrGather (Build.exe) in compatible mode add a Framework Package Header + to replace the original ¡°ArrayLength¡± generated in the output. + 2) VfrCompiler in compatible mode add a Framework Package Header to replace + the original ¡°ArrayLength¡± generated in the output. + + Code Change : + 1) /trunk/edk2/BaseTools/Bin/Win32/VfrCompile.exe + 2) /trunk/edk2/BaseTools/Bin/Win32/build.exe + + +========================================================================================== +EDK_6666: Compatible: lgao4 + + Class_BuildTool: + 1) Enhance GenFv WriteFvMap function to print basic debug information + (entrypoint, baseaddress, .text, .data section base address) when no + map can be referred. + 2) Enhance GenFv tool to create the non PI file system firmware volume. + 3) Update VfrComile + - Set the first framework var store name to ¡°Setup¡± + - Support DEFAULT and MANUFACTURING for framework CheckBox flags value + + Code Change : + /trunk/edk2/BaseTools/Bin/Win32/GenFv.exe + /trunk/edk2/BaseTools/Bin/Win32/VfrCompile.exe + +========================================================================================== +EDK_6640: Compatible: jwang36 + + Class_BuildTool: + 1) Change file line format of AutoGen files to native style. + + Code Change : + 1) /trunk/edk2/BaseTools/Bin/Win32/build.exe + +========================================================================================== +EDK_6613: Non-Compatible: qwang12 + + Class_BuildTool: + 1) Generate data for ConfigAccess.ExtractConfig() impl + + Code Change : + 1) /trunk/edk2/BaseTools/Bin/Win32/VfrCompile.exe + +========================================================================================== +EDK_6490: Compatible: jwang36 + + Class_BuildTool: + 1) Add ImportTool.bat script + 2) Add more error check for Trim.exe + + + Code Change : + 1) /trunk/edk2/BaseTools/Bin/Win32/ImportTool.bat + 2) /trunk/edk2/BaseTools/Bin/Win32/Trim.exe + +========================================================================================== +EDK_6452: Compatible: jwang36 + + Class_BuildTool: + 1) Allow the flags of tools not defined tools_def.txt + 2) Add BUILD as internal tool to pass compatible mode of unicode to build tool. + 3) Add support of [Depex.common.] in inf file + 4) Add more optimization, especially for architecture protocols, in GeDepex tool + 5) Fix the generation of _gPeimRevision and _gDxeRevision global variables in + AutoGen.c according to new MdePkg spec. + 6) Change the header file of DxeSmmeEntryPoint.h to UefiDriverEntryPoint.h + in AutoGen.c since it's no longer exist. + 7) Fix $(PROCESSOR) macro replacement issue in [nmake] section + + Code Change : + /trunk/edk2/BaseTools/Bin/Win32/GenDepex.exe + /trunk/edk2/BaseTools/Bin/Win32/GenFds.exe + /trunk/edk2/BaseTools/Bin/Win32/build.exe + +========================================================================================== +EDK_6289: Compatible: jwang36 + + Class_BuildTool: + 1) Performance improvement on startup of build.exe + + Code Change : + 1) /trunk/edk2/BaseTools/Bin/Win32/GenFds.exe + 2) /trunk/edk2/BaseTools/Bin/Win32/build.exe + +========================================================================================== +EDK_6269: Compatible: jwang36 + + Class_BuildTool: + 1) Bug fixes + 2) Improve the screen output when in quiet build mode + 3) Add "tbuild" target in makefile in order to not created directories in + makefile. Instead, they will be created in build tool. This will give + better build performance, especially in incremental build. + 4) Add space check in WORKSPACE and OUTPUT_DIRECTORY (in dsc file) directory + name and give error message if found. + + Code Change : + 1) /trunk/edk2/BaseTools/Bin/Win32/build.exe + +========================================================================================== +EDK_5762: Compatible: jlin16 + + Class_BuildTool: + 1) Enhance the tool to build R8 module via ECP. + + Code Change : + 1) /trunk/edk2/BaseTools/Bin/Win32/GenFds.exe + 2) /trunk/edk2/BaseTools/Bin/Win32/build.exe + +========================================================================================== +EDK_5635: Compatible: lgao4 + + Class_BuildTool: + 1) Enhance GenFv tool to print Fv Size and Length, and Get module map by + module pdb pointer and get module guid by module FFS guid. + 2) And Enhance VfrCompiler to handle framework vfr file, and print more + debug information into .lst file. + + Code Change : + 1) /trunk/edk2/BaseTools/Bin/Win32/GenFv.exe + 2) /trunk/edk2/BaseTools/Bin/Win32/VfrCompile.exe + +========================================================================================== +EDK_5634: Non-Compatible: jwang36 + + Class_BuildTool: + 1) Enhance the format of build_rule.txt to allow module type and arch information. + 2) Enhance Trim to convert ASL style of include to C style of include + 3) Enhance Trim to convert some EDK coding convention to EDK2 ECP convention + 4) Add warning message when encountering unrecognized content in DSC/DEC/INF File + 5) Enhance the GenDepex to ignore everything outside DEPENDENCY_STANT and DEPENDENCY_END in dxs file + + Code Change : + /trunk/edk2/BaseTools/Bin/Win32/GenDepex.exe + /trunk/edk2/BaseTools/Bin/Win32/Trim.exe + /trunk/edk2/BaseTools/Bin/Win32/build.exe + /trunk/edk2/BaseTools/Conf/build_rule.template + /trunk/edk2/BaseTools/Conf/tools_def.template + + Possible Impacts: + The local version tools_def.txt and build_rule.txt must be updated with + the changes in tools_def.template and build_rule.template respectively. + +========================================================================================== +EDK_5193: Compatible: jwang36 + + Class_BuildTool: + 1) Add incremental support in GenFds + + Code Change : + /trunk/edk2/BaseTools/Bin/Win32/GenFds.exe + /trunk/edk2/BaseTools/Bin/Win32/build.exe + +========================================================================================== +EDK_5186: Compatible: jwang36 + + Class_BuildTool: + 1) Add explicit banner for pass/fail indication of build + 2) Fix the issue which cause error message from FDF parser won't be printed out. + 3) Fix the error message format of FDF parser + 4) Change the exit code of build tool from always 1 to error code, if error occurred + + Code Change : + /trunk/edk2/BaseTools/Bin/Win32/GenFds.exe + /trunk/edk2/BaseTools/Bin/Win32/build.exe + +========================================================================================== +EDK_4971: Compatible: lgao4 + + Class_BuildTool: + 1) Enhance GenFw tool to always zero .pdata section for PE32 and PE32+ image in + order to improve compression ratio for them. + + Code Change : + /trunk/edk2/BaseTools/Bin/Win32/GenFw.exe + +========================================================================================== +EDK_4918: Compatible: lgao4 + + Class_BuildTool: + 1) Correct Error Message format for these C tools according to the Tool Design Spec. + + Code Change : + /trunk/edk2/BaseTools/Bin/Win32/EfiLdrImage.exe + /trunk/edk2/BaseTools/Bin/Win32/GenFv.exe + /trunk/edk2/BaseTools/Bin/Win32/TianoCompress.exe + /trunk/edk2/BaseTools/Bin/Win32/VfrCompile.exe + /trunk/edk2/BaseTools/Bin/Win32/VolInfo.exe + +========================================================================================== +EDK_4859: Non-Compatible: jwang36 + + Class_BuildTool: + 1) Changed VfrCompile.exe to be UEFI HII compatible + 2) Improved R8 module build + 3) Added binary file build + 4) Removed "extern int __make_me_compile_correctly" in AutoGen code for + R9 modules, but kept for R8 modules + 5) Enfored more error check and introduced a optimization for GenDepex + 6) Added BUILD_RULE_CONF in target.txt to specify build rules file + 7) Rebuilt all Python tools with Python2.5.2 + + Code Change : + 1) build.exe + 2) VfrCompile.exe + 3) GenFds.exe + 4) GenDepex.exe + 5) target.template + + + Possible Impacts: + 1) All EFI code needs to be UEFI HII compatible. + 2) Conf/target.txt needs to be replaced by new target.template + ========================================================================================== EDK_4251: Non-Compatible: jwang36 Class_BuildTool: 1) Changed MYTOOLS to use Visual Studio Team Suite for IA32 and X64. IPF is still use WINDKK. 2) Re-generated build.exe and GenFds.exe to incorporate new changes of build tools - 3) Enabled multi-thread build mode by default (can be disabled by using "-n 0" option or changing + 3) Enabled multi-thread build mode by default (can be disabled by using "-n 0" option or changing MULTIPLE_THREAD in target.txt to Disabled) 4) Fixed an incorrect command (no leading tab/space) generated in top level Makefile. - + Code Change : 1) BaseTools/Bin/Win32/GenFds.exe 2) BaseTools/Bin/Win32/build.exe @@ -95,50 +446,50 @@ EDK_4190: Non-Compatible: jwang36 Class_BuildTool: 1) Added support of using PCD default value from DEC/INF file if one - PCD is declared in INF file but not found in DSC file. - 2) Added support of breaking build if no library instance is found for - a library class. - + PCD is declared in INF file but not found in DSC file. + 2) Added support of breaking build if no library instance is found for + a library class. + Code Change : 1) BaseTools/Bin/Win32/build.exe 2) BaseTools/Bin/Win32/GenFds.exe Possible Impacts: 1) All packages/platforms/modules, which have wrong library classes - declared or have no library instance for some library classes, must be - changed to make sure each library class declared in INF file has - corresponding library instance. + declared or have no library instance for some library classes, must be + changed to make sure each library class declared in INF file has + corresponding library instance. ========================================================================================== EDK_4096: Non-Compatible: jwang36 Class_BuildTool: 1) Removed the calling of vsvars32.bat in edksetup.bat, unless - "--nt32" switch is used. - 2) Added MAKE command in tools_def.txt. This is used to locate where - the nmake.exe or make.exe is because it will not be in PATH any more. - 3) Removed the calling of vsvars32.bat in toolsetup.bat. - 4) Solved the hang issue of build.exe when error occurred or Ctrl+C is - pressed. - 5) Passed "-v/-d/-q" command line option to GenFds.exe in makefile if - it's used by build.exe. - + "--nt32" switch is used. + 2) Added MAKE command in tools_def.txt. This is used to locate where + the nmake.exe or make.exe is because it will not be in PATH any more. + 3) Removed the calling of vsvars32.bat in toolsetup.bat. + 4) Solved the hang issue of build.exe when error occurred or Ctrl+C is + pressed. + 5) Passed "-v/-d/-q" command line option to GenFds.exe in makefile if + it's used by build.exe. + Code Change : 1) BaseTools/Bin/Win32/build.exe 2) BaseTools/Bin/Win32/GenFds.exe 3) BaseTools/Conf/tools_def.template 4) BaseTools/toolsetup.bat - 5) edksetup.bat + 5) edksetup.bat Possible Impacts: 1) Nt32Pkg build needs to run vsvars32.bat before edksetup.bat or run - edksetup.bat with "--nt32" option, like + edksetup.bat with "--nt32" option, like - edksetup.bat --nt32 newbuild + edksetup.bat --nt32 newbuild - 2) $(WORKSPACE)/Conf/tools_def.txt must be deleted before running - edksetup.bat because of new tools_def.template. Otherwise the - build.exe cannot find the nmake.exe to call. + 2) $(WORKSPACE)/Conf/tools_def.txt must be deleted before running + edksetup.bat because of new tools_def.template. Otherwise the + build.exe cannot find the nmake.exe to call. ========================================================================================== EDK_3947: Compatible: jwang36 @@ -147,7 +498,7 @@ EDK_3947: Compatible: jwang36 1) Improved spawn mode (multi-thread) build performance (build -s) 2) Changed the error/debug/warning message format 3) Added "--log" command line option to support storing log in file - + Code Change : 1) BaseTools/Bin/Win32/build.exe @@ -156,9 +507,9 @@ EDK_3947: Compatible: jwang36 EDK_3936: Compatible: klu2 Class_BuildTool: - 1) The first parameter of PEIM's entry point in autogen.c has been changed to + 1) The first parameter of PEIM's entry point in autogen.c has been changed to EFI_PEI_FILE_HANDLE - + Code Change : 1) BaseTools/Bin/Win32/build.exe @@ -167,7 +518,7 @@ EDK_3926: Compatible: jlin16 Class_BuildTool: 1) Added support of Capsule generation from FDF file. - + Code Change : 1) BaseTools/Bin/Win32/build.exe 2) BaseTools/Bin/Win32/GenFds.exe @@ -187,8 +538,8 @@ EDK_3911: Compatible: jlin16 1) Added support of Apriori file generation from FDF file. 2) Added support of INF that describes binary files to put binary into FV. 3) Fixed single FV/FD generation error when specifying -i/-r option in GenFds. - - + + Code Change : 1) BaseTools/Bin/Win32/build.exe 2) BaseTools/Bin/Win32/GenFds.exe @@ -205,15 +556,15 @@ EDK_3911: Compatible: jlin16 } 2) To add binary file described by INF file into FV, only insert the INF statement into the INF statements list of that FV, like this: - + INF RuleOverride=Test MdeModulePkg/Logo/Logo.inf - + Specifying how to process the binary file by defining corresponding Rule like this: [Rule.Common.Base.Test] FILE FREEFORM = $(NAMED_GUID) { COMPRESS PI_STD { GUIDED { - RAW BIN |.bmp + RAW BIN |.bmp } } } @@ -227,9 +578,9 @@ EDK_3832: Non-Compatible: jwang36 3) Changed DPATH attribute to DLL in tools_def.txt 4) Removed SPATH attribute in tools_def.txt 5) Added support for library instance without library class - 6) Fixed the issue in Trim tool which zero file will be generated if the trimmed + 6) Fixed the issue in Trim tool which zero file will be generated if the trimmed file has not line directive - + Code Change : 1) BaseTools/Bin/Win32/build.exe 2) BaseTools/Bin/Win32/GenFds.exe @@ -242,7 +593,7 @@ EDK_3832: Non-Compatible: jwang36 ========================================================================================== EDK_3801: Compatible: jwang36 - Class_BuildConfiguration: Added makefile as dependency for "Dynamic-Library-File" to + Class_BuildConfiguration: Added makefile as dependency for "Dynamic-Library-File" to solve the incremental build issue occurred when there's library changes Code Change : @@ -260,7 +611,7 @@ EDK_3800: Compatible: lgao4 EDK_3795: Compatible: htao Class_BuildTool: GenVtf tool open/write file with "r+b"/"w+b" attribute, but this cause - the RO attribute of the file changed. Fix this issue by changing + the RO attribute of the file changed. Fix this issue by changing "r+b"/"w+b" to "rb"/"wb". Code Change : @@ -287,10 +638,10 @@ EDK_3789: Non-Compatible: lgao4 Possible Impacts: 1) All platform's FDF file, if any, must be changed to new format. - a) PCD format is changed from old PcdName to new PcdTokenSpaceGuid.PcdName, - for example PcdWinNtFdBaseAddress in old FDF file will be replaced + a) PCD format is changed from old PcdName to new PcdTokenSpaceGuid.PcdName, + for example PcdWinNtFdBaseAddress in old FDF file will be replaced by gEfiNt32PkgTokenSpaceGuid.PcdWinNtFdBaseAddres. - b) Rule format adds binary file type and file postfix name support, + b) Rule format adds binary file type and file postfix name support, and doesn't require the full file path. Examples for Peim and AcpiTable module: Old Peim Rule: [Rule.Common.PEIM] @@ -305,8 +656,8 @@ EDK_3789: Non-Compatible: lgao4 FILE PEIM = $(NAMED_GUID) { PEI_DEPEX PEI_DEPEX Optional |.Depex PE32 PE32 |.efi - UI STRING="$(MODULE_NAME)" Optional - VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER) + UI STRING="$(MODULE_NAME)" Optional + VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER) } Old AcpiTable Rule: @@ -329,8 +680,8 @@ EDK_3789: Non-Compatible: lgao4 EDK_3786: Compatible: vjeff Class_BuildConfiguration: - 1) Redirect ICC_IA32_*_PATH from C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin - to C:\Program Files\Intel\Compiler\C++\9.1\IA32\Bin. + 1) Redirect ICC_IA32_*_PATH from C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin + to C:\Program Files\Intel\Compiler\C++\9.1\IA32\Bin. 2) Add ICC X64 definition to enable ICC X64 build. Code Change : @@ -339,7 +690,7 @@ EDK_3786: Compatible: vjeff ========================================================================================== EDK_3785: Non-Compatible: klu2 - Class_BuildTool: Upgrade the format of EFI_PEIM_ENTRY_POINT to + Class_BuildTool: Upgrade the format of EFI_PEIM_ENTRY_POINT to EFI_PEIM_ENTRY_POINT2 according to PI specification. @@ -373,7 +724,7 @@ EDK_3766: Non-Compatible: lgao4 1) Conf/build_rule.template Possible Impacts: - 1) Platform with ACPI module. Acpi module needs to set /EP preprocessor compiler option - for APP_FLAGS in module inf to override the default /E option defined in tools_def.txt file. + 1) Platform with ACPI module. Acpi module needs to set /EP preprocessor compiler option + for APP_FLAGS in module inf to override the default /E option defined in tools_def.txt file.