]> git.proxmox.com Git - mirror_edk2.git/history - BaseTools/Source/Python
BaseTools: generate alignment when the FV content come from the filesystem
[mirror_edk2.git] / BaseTools / Source / Python /
2016-03-27 Yonghong ZhuBaseTools: generate alignment when the FV content come...
2016-03-27 Yonghong ZhuBaseTools: Extend the RAW format to support multiple...
2016-03-23 Yonghong ZhuBaseTools: not include the undefined macro in response...
2016-03-22 Yonghong ZhuBaseTools: Fix nmake failure due to command-line length...
2016-03-16 Yonghong ZhuBaseTools: add new command line option to support overr...
2016-03-15 Marvin HaeuserBaseTools: Support recent versions of cx_freeze.
2016-03-15 Yonghong ZhuBaseTools: Add two macros into AutoGenObject macro...
2016-03-14 Yonghong ZhuBaseTools/BPDG: Fix the bug to get the PCD Size
2016-03-11 Yonghong ZhuBaseTools: update the mail address for stack trace...
2016-03-10 Yonghong ZhuBaseTools: report warning if VOID* PCD with {} value...
2016-03-10 Liming GaoBaseTools: Change source files to DOS format.
2016-03-09 Marvin HaeuserBaseTools: Add Multiple Workspaces support for custom...
2016-02-19 Yonghong ZhuBaseTools/Trim: Fix the bug for stripping when no line...
2016-02-18 Yonghong ZhuBaseTools: report an error message when failed to start...
2016-02-16 edk2 devBaseTools-Source: Update displayed version information
2016-01-29 Yonghong ZhuBaseTools:Incremental build not work if VPD values...
2016-01-29 Yonghong ZhuBaseTools: Fix the bug for VOID* Patchable PCD declarat...
2016-01-29 Yonghong ZhuBaseTools: Fix a bug for VpdOffset calculate
2016-01-26 Yonghong ZhuBaseTools: Fix the bug when no FD section in the FDF...
2016-01-21 Eugene CohenBaseTools: make build report tolerant of FVs specified...
2016-01-19 Yonghong ZhuBaseTools: process the files by the priority in BUILDRU...
2016-01-18 Yonghong ZhuBaseTools: VPD Tool to allocate VPD region be aligned...
2016-01-18 Yonghong ZhuBaseTools: VOID* PCDs in VPD region must be aligned...
2016-01-18 Yonghong ZhuBaseTools: Fix GenPatchPcdTable to support '-' characte...
2015-12-30 Hess ChenBaseTool/UPT: Fix a typo issue
2015-12-30 Hess ChenBaseTool/ECC: Add UTF-8 support on ECC tool
2015-12-23 Larry HauchBaseTools: Fix Makefile to correctly break during a...
2015-12-17 Yonghong ZhuBaseTools: Fix one bug in FD region for multiple worksp...
2015-12-14 Hess ChenBaseTools/Ecc: Fix a bug to report fake issue
2015-12-08 Yonghong ZhuRevert the change in r19143 for BUILDRULEORDER.
2015-12-07 Yonghong ZhuBaseTools: process the files by the priority in BUILDRU...
2015-12-07 Yonghong ZhuBaseTools: Fix a bug when apply patches to SEC use...
2015-12-07 Yonghong ZhuBaseTools: Enhance GenFv Tool to report error message
2015-12-07 Yonghong ZhuBaseTools: Fix a bug in the VPD report generation
2015-12-07 Yonghong ZhuRevert the change in r19137.
2015-12-07 Yonghong ZhuBaseTools: Enhance GenFv Tool to report error message
2015-12-07 Yonghong ZhuBaseTools: Add support for INF statement in FD region
2015-12-01 Yonghong ZhuBaseTools: Clean some coding style issues
2015-11-30 Yonghong ZhuBaseTools: Add build error detection for Dynamic PCD...
2015-11-30 Yonghong ZhuBaseTools: Add a VPD report subsection of FLASH to...
2015-11-18 Hess ChenBaseTool/UPT: Add supporting of decimal numbers for...
2015-11-09 Yonghong ZhuBaseTools: Allow decimal values in the EDK II meta...
2015-11-06 Liming GaoBaseTools: Print PACKAGES_PATH build environment if...
2015-11-06 Liming GaoBaseTools: Don't require ECP pkg in WORKSPACE when...
2015-10-26 Liming GaoBaseTools: Add MultipleWorkspace.py in the common depen...
2015-10-26 Yonghong ZhuBaseTools:added extern protocol/PPI/GUID definition...
2015-10-14 Liming GaoBaseTools: Fix the issue to support windows root directory
2015-10-12 Yonghong ZhuBaseTools: Fixed an error reported during generating...
2015-10-10 Hess ChenBaseTool/UPT: Fix two wrong imports for UPT
2015-10-08 Li YangXBaseTools: Update ECC tool to support multiple workspaces
2015-10-08 Hesheng ChenBaseTools: Update UPT tool to support multiple workspaces
2015-10-08 Li YangXBaseTools: Update Build tool to support multiple workspaces
2015-09-14 Hess ChenBaseTools/Ecc: Remove checkpoint for STATIC modifier
2015-08-28 Yingke LiuBaseTools: Fixed bug for single FV generating.
2015-08-26 Liming GaoBaseTools: Fix the missing depex file in GenFds
2015-08-26 Cecil ShengBaseTools: Nested !include support in DSC and FDF files
2015-08-24 Liming GaoBaseTools: Update SetPcdPtr in AutoGen Code
2015-08-24 Liming GaoBaseTools: Fix AutoGen issue for Patchable VOID* PCD.
2015-08-24 Bob FengBaseTools: Generate macro for the size of PCD value
2015-08-24 Liming GaoBaseTools: Add NULL pointer check in AutoGen code
2015-08-24 Hess ChenBaseTools/Ecc: Remove checkpoint for STATIC modifier
2015-08-21 Bob FengBaseTools: Fix build fail when the number in validlist...
2015-08-12 Qiu ShuminBaseTools/GenFds: Fix 'NoneType' object is not iterable...
2015-08-06 Yingke LiuBaseTools/Trim: Fixed a bug that cannot trim long values
2015-07-28 Yingke LiuBaseTools: Add a keyword FvNameString in FDF
2015-07-26 Scott DuplichanBaseTools: Make AutoGen.h array declaration match AutoG...
2015-07-16 Yingke LiuBaseTools: Fixed incorrect alignment bug.
2015-07-08 Hess ChenBaseTools/Upt: Add a BOM check for UNI file and fix...
2015-07-08 Hess ChenBaseTools/Upt: Update UPT to ignore "!include" statemen...
2015-07-06 Bob FengBaseTools/Build: Fix the range expression evaluation...
2015-07-02 Hess ChenBaseTools/Ecc: Fix a bug when checking copyright format
2015-07-02 Hess ChenBaseTools/Ecc: Fix a bug to get correct member variable
2015-07-02 Yingke LiuBaseTools: Fixed BuildOptions bug.
2015-07-01 Yingke LiuBaseTools: Do not create an empty file if Rsa2048Sha256...
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/UniClassObject: Support UTF-8 string data...
2015-06-23 Jordan JustenBaseTools/UniClassObject: Verify valid UCS-2 chars...
2015-06-23 Jordan JustenBaseTools/EdkLogger: Support unit tests with a SILENT...
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.
next