X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FChangeLog.txt;h=de54d0ed1e0d7c43326dd294ee5a2c727f109b39;hp=5058b7794c19ecbf81810d9bf308cb928128e7d0;hb=61066b8d7475929f9f453e1ebea4f72d0c020096;hpb=8fb31ab7f54e299305fd597aefb471ef42fd0c5e diff --git a/BaseTools/ChangeLog.txt b/BaseTools/ChangeLog.txt index 5058b7794c..de54d0ed1e 100644 --- a/BaseTools/ChangeLog.txt +++ b/BaseTools/ChangeLog.txt @@ -36,8 +36,187 @@ EDK_0000: Compatible: owner 1) BaseTools\Bin\Win32\build.exe !!!!!!!!!!!!!!!!!! End of Notes !!!!!!!!!!!!!!!!!! + +########################################################################################## + ########################################################################################## +########## Revision number of tools source code ########## + BaseTools/Bin/Win32/build.exe + r863 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Autogen + r863 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/build + r863 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common + r863 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/CommonDataClass + r863 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/GenFds + + BaseTools/Bin/Win32/GenFds.exe + r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common + r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/CommonDataClass + r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/GenFds + + 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 + + BaseTools/Bin/Win32/MigrationMsa2Inf.exe + r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/MigrationMsa2Inf + r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common + + BaseTools/Bin/Win32/TargetTool.exe + r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/TargetTool + r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common + + BaseTools/Bin/Win32/Spd2Dec.exe + r777 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/spd2dec + + BaseTools/Bin/Win32/Fpd2Dsc.exe + r767 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/fpd2dsc + +========================================================================================== +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 + 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 + 3) BaseTools/Conf/target.template + 4) BaseTools/Conf/tools_def.template + + Possible Impacts: + 1) Install Visual Studio 2005 Team Suite Edition. + +========================================================================================== +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. + + 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. + +========================================================================================== +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. + + 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 + + Possible Impacts: + 1) Nt32Pkg build needs to run vsvars32.bat before edksetup.bat or run + edksetup.bat with "--nt32" option, like + + 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. + +========================================================================================== +EDK_3947: Compatible: jwang36 + + Class_BuildTool: + 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 + + +========================================================================================== +EDK_3936: Compatible: klu2 + + Class_BuildTool: + 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 + +========================================================================================== +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 + + Possible Impacts: + 1) To generate capsule, insert [Capsule] section after [FV] sections and specifying + what FV will be put into capsule, For example: + [Capsule.Fob] + CAPSULE_GUID = 3B6686BD-0D76-4030-B70E-B5519E2FC5A0 + CAPSULE_FLAG = PersistAcrossReset + FV = BiosUpdate + +========================================================================================== +EDK_3911: Compatible: jlin16 + + Class_BuildTool: + 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 + + Possible Impacts: + 1) To generate Apriori file in FV, insert APRIORI statement just before the INF or + FILE statement list of the FV, For example: + APRIORI PEI { + INF MdeModulePkg/Universal/PCD/Pei/Pcd.inf + FILE PEIM = B7A5041A-78BA-49e3-B73B-54C757811FB6 { + SECTION PE32 = MyBinPkg\bin\ia32\PeimAfterPcd.efi + } + INF IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf + } + 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 + } + } + } ========================================================================================== EDK_3832: Non-Compatible: jwang36 @@ -108,8 +287,11 @@ 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 by gEfiNt32PkgTokenSpaceGuid.PcdWinNtFdBaseAddres. - b) Rule format adds binary file type and file postfix name support, and doesn't require the full file path. For example: + 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, + and doesn't require the full file path. Examples for Peim and AcpiTable module: Old Peim Rule: [Rule.Common.PEIM] FILE PEIM = $(NAMED_GUID) { @@ -127,6 +309,22 @@ EDK_3789: Non-Compatible: lgao4 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER) } + Old AcpiTable Rule: + [Rule.Common.DXE_DRIVER.ACPITABLE] + FILE FREEFORM = $(NAMED_GUID) { + RAW $(INF_OUTPUT)/Madt.acpi + RAW $(INF_OUTPUT)/Fadt.acpi + RAW $(INF_OUTPUT)/Facs.acpi + RAW $(INF_OUTPUT)/Spcr.acpi + RAW $(INF_OUTPUT)/Dsdt.aml + } + New AcpiTable Rule: + [Rule.Common.DXE_DRIVER.ACPITABLE] + FILE FREEFORM = $(NAMED_GUID) { + RAW ACPI |.acpi + RAW ASL |.aml + } + ========================================================================================== EDK_3786: Compatible: vjeff @@ -175,6 +373,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 from 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.