]> git.proxmox.com Git - mirror_edk2.git/history - BaseTools
BaseTools: Do not create an empty file if Rsa2048Sha256Sign was failed.
[mirror_edk2.git] / BaseTools /
2015-07-01 Yingke LiuBaseTools: Do not create an empty file if Rsa2048Sha256...
2015-07-01 Ard BiesheuvelThere needs to be a space between the output section...
2015-06-29 Yingke LiuBaseTools: Added GCC ld script to support 4K alignment.
2015-06-29 Ard BiesheuvelBaseTools: Update GenFw to support 4K alignment.
2015-06-29 Yingke LiuBaseTools: Updated tool_def to support 4K alignment.
2015-06-29 Yingke LiuBaseTools: Update IASL download link and remove specifi...
2015-06-25 Hess ChenBaseTools/Ecc: Fix a bug of determining boolean variabl...
2015-06-25 Hess ChenBaseTools/Ecc: Fix two bugs for the checkpoint of GUID
2015-06-25 Hess ChenBaseTools/Ecc: Fix a bug in parser
2015-06-25 Hess ChenBaseTools/Ecc: Add a checkpoint for invalid DEC file.
2015-06-25 Hess ChenBaseTools/Ecc: Add a checkpoint for invalid PCD info.
2015-06-25 Hess ChenBaseTools/Ecc: Add a checkpoint for invalid UNI file.
2015-06-25 Hess ChenBaseTools/Ecc: Add a Configuration item
2015-06-23 Jordan JustenBaseTools/Tests: Verify supported UTF-8 data is allowed
2015-06-23 Jordan JustenBaseTools/Tests: Verify unsupported UTF-8 data is rejected
2015-06-23 Jordan JustenBaseTools/Tests: Verify 32-bit UTF-8 chars are rejected
2015-06-23 Jordan JustenBaseTools/UniClassObject: Support UTF-8 string data...
2015-06-23 Jordan JustenBaseTools/Tests: Verify unsupported UTF-16 are rejected
2015-06-23 Jordan JustenBaseTools/UniClassObject: Verify valid UCS-2 chars...
2015-06-23 Jordan JustenBaseTools/Tests: Add unit test for AutoGen.UniClassObject
2015-06-23 Jordan JustenBaseTools/EdkLogger: Support unit tests with a SILENT...
2015-06-23 Jordan JustenBaseTools/Tests: Always add BaseTools source to import...
2015-06-23 Liming GaoBaseTools: Convert ".\\" to "" in FilePath
2015-06-23 Bob FengBaseTools/Build: Add error report for incorrect syntax...
2015-06-23 Yingke LiuBaseTools: The token values cannot be numeric same...
2015-06-23 Yingke LiuBaseTools: Fixed a bug that Build Report always uses...
2015-06-23 Yingke LiuBaseTools: Fix a bug that UNI file can't have comment...
2015-06-23 Yingke LiuBaseTools: Build report should not be generated if...
2015-06-23 Yingke LiuBaseTools: Supported FMP capsule image.
2015-06-19 Yingke LiuBaseTools: Fixed Build Option override bugs.
2015-06-19 Hess ChenBaseTools/Upt: Update help message
2015-06-19 Hess ChenBaseTools/Upt: Update error message
2015-06-16 Yingke LiuBaseTools: Fixed a bug to generate correct path of...
2015-06-12 Yingke LiuBaseTools: Generate a FV EXT entry for FV UI name.
2015-06-11 Yingke LiuBaseTools: Fixed an error reported during generating...
2015-06-11 Yingke LiuBaseTools: Generate a binary file and list it in Binary...
2015-06-11 Yingke LiuBaseTools: Support build options for specific module...
2015-06-10 lhauchAdds new files to the Makefile for testing changed...
2015-06-10 Yingke LiuBaseTools: Append FILE_GUID to BaseName.
2015-06-09 lhauchRemoving the msvcr71.dll - no longer required, building...
2015-06-08 Liming GaoBaseTools: Update BuildRule for *.nasmb
2015-06-08 Liming GaoBaseTools: Update GenFds to handle file type Ffs Rule
2015-06-08 Yingke LiuBaseTools: Added extern declaration for protocols/PPI...
2015-06-01 Jordan JustenBaseTools/Conf: Don't support upper case nasm extensions
2015-05-27 Eric DongBaseTools: Add reconnect request flag for question.
2015-05-26 Yingke LiuBaseTools: Add default BuildRuleOrder in tools_def...
2015-05-26 Yingke LiuBaseTools: Implement BUILDRULEORDER for tools_def
2015-05-12 Bob FengBaseTools/Build: The PCD value in uninitialized data...
2015-05-06 Eric DongBaseTools: Fix build fail issue.
2015-05-06 Eric DongBaseTools: Enhance the check for numeric opcode with...
2015-05-06 Eric DongBaseTools: Enable Match2 Opcode.
2015-05-06 Eric DongBaseTools: Enable buffer type value for default and...
2015-05-06 Eric DongBaseTool: Add refresh form opcode in vfrcompiler.
2015-04-17 Liming GaoBaseTools: Ignore BaseTools/Bin/Win32 directory in...
2015-04-10 lhauchUpdated for ECC.exe
2015-04-10 Bob FengBaseTools/Build: Add all support skuid to the Pcd DB...
2015-04-10 Bob FengBaseTools/Build: Add SDL support
2015-04-10 Chen, HeshengBaseTools/Ecc: Add ECC (EFI Code Checker) Binary into...
2015-03-23 Cinnamon ShiaNT32Pkg: Fix build errors from building secure boot...
2015-02-11 Erik BjorgeBaseTools/GenFw: Set the PE/COFF attribute BaseOfData...
2015-02-06 Yingke Liu1. Update UpdateBuildVersion.py;
2015-02-03 Jordan Justen*/Contributions.txt: Update example email address
2015-01-19 Yingke LiuFix SET statement bug which is always evaluated even...
2015-01-19 Yingke LiuFixed build issue with fds target specified.
2015-01-09 Liming GaoBaseTools Fix NASM tool version in comments of tools_de...
2015-01-08 Eric DongFixed VfrCompile crash on efivarstore statement.
2014-12-30 Eric DongRollback change 16544.
2014-12-23 Cinnamon ShiaFix ‘build run’ doesn’t work for NT32 X64 build.
2014-12-22 Aaron PopFixed VfrCompile crash on efivarstore statement.
2014-12-09 Hess ChenBaseTools/ECC: Fix some issues of ECC tool
2014-12-03 Yingke LiuFix a regression bug to uni parser.
2014-12-02 Scott DuplichanFix ARM build failure with gcc 4.6.
2014-12-01 Yingke LiuEnhance error handling for external tool.
2014-12-01 Cecil ShengCorrected slash and quote handling in the strings of...
2014-11-25 Hess ChenBaseTools/UPT: Fix an issue of storing wrong PCD into...
2014-11-24 Scott DuplichanBaseTools: Extend support for Windows hosted gcc to...
2014-11-18 Scott DuplichanBaseTools: Modify gcc 4.8 and 4.9 tool chain definition...
2014-11-18 Liming GaoBaseTools: Correct NASM output file type for UNIXGCC...
2014-11-12 Yingke LiuBaseTools: Fix a cleanall issue.
2014-11-11 Yingke LiuBaseTool: Support EDKII style GUID definition for VFR...
2014-11-05 Olivier MartinBaseTools/GenFw: Fixed R_AARCH64_CALL26/R_AARCH64_JUMP2...
2014-10-31 Jordan JustenEDK II Contributions.txt: Update patch format information
2014-10-31 Jordan JustenBaseTools: Add ConvertMasmToNasm.py script
2014-10-22 Hess ChenBaseTools/UPT: Remove Macro Expend for UserExtension...
2014-10-14 Ryan HarkinEDK II: Add .gitignore
2014-09-25 Nikolai SaoukhBaseTools: Use '/' as path separator for objcopy -...
2014-09-24 Leif LindholmBaseTools: Actually plug in BaseTools build on AArch64
2014-09-23 Gao, LimingBaseTools: Update nmake Makefile to handle the file...
2014-09-22 Hess ChenBaseTools/ECC: Ignore duplicate check for 'NULL' library
2014-09-22 Hess ChenBaseTools/Upt: Fix several bugs
2014-09-19 Hess ChenBaseTools/Upt: Fix several bugs
2014-09-17 Gao, LimingBaseTools: Update the BaseTools/Source/Python/Makefile...
2014-09-16 Gao, LimingUpdate Build Tool version from 0.51 to 0.60
2014-09-16 Yingke LiuSupport DSC and FDF file out of WORKSPACE by GenFds.
2014-09-16 Andrew FishBaseTools/Source/C: Only used '-Wno-self-assign' when...
2014-09-12 lhauchThe current Makefile only checks the primary python...
2014-09-12 Feng, Bob CThis patch is going to fix the issue of the mis-match...
2014-09-12 Yingke LiuBaseTools: Fix the regression issue after enbaling...
2014-09-11 Abner ChangAdd support for ${s_*} and ${d_*} macros for in FDF...
2014-09-10 Andrew FishBaseTools: Fix XCODE5 to work properly with NASM
next