]> git.proxmox.com Git - mirror_edk2.git/history - BaseTools/Source/Python/GenFds
BaseTools/GenFw: Add X64 GOTPCREL Support to GenFw
[mirror_edk2.git] / BaseTools / Source / Python / GenFds /
2018-07-09 Liming GaoBaseTools: Clean up source files
2018-06-27 Gary LinBaseTools: Replace StringIO.StringIO with io.BytesIO
2018-06-27 Gary LinBaseTools: Fix old python2 idioms
2018-06-27 Gary LinBaseTools: Adjust the spaces around commas and colons
2018-06-27 Gary LinBaseTools: Refactor python print statements
2018-06-27 Gary LinBaseTools: Refactor python except statements
2018-06-22 Yunhua FengBaseTools: introduce !error statement
2018-06-13 Jaben CarseyBaseTools: Cleanup unneeded code
2018-05-28 Marvin.Haeuser@out... BaseTools: Rename String to StringUtils.
2018-05-28 Zurcher, Christopher JBaseTools/GenFds: Remove redundant GetRealFileLine...
2018-05-22 Yonghong ZhuBaseTools: Enhance error message when file is not exist...
2018-05-11 Lin, DerekBaseTools: Fix python error with --genfds-multi-thread.
2018-05-10 Carsey, JabenBaseTools: incorrect calculation for 16M
2018-05-07 Yonghong ZhuBaseTools: Correct the variable name
2018-05-04 Carsey, JabenBaseTools: dont make iterator into list if not needed
2018-05-04 Carsey, JabenBaseTools: GenFds - use existing shared string
2018-05-04 Carsey, JabenBaseTools: standardize GUID and pack size
2018-05-04 Carsey, JabenBaseTools: refactor to use list not dict
2018-05-04 Carsey, JabenBaseTools: FdfParser - update to remove duplicate const...
2018-05-02 Carsey, JabenBaseTools: remove redundant if comparison
2018-05-02 Carsey, JabenBaseTools: Replace Binary File type strings with predef...
2018-05-02 Carsey, JabenBaseTools: Replace PCD type strings with predefined...
2018-05-02 Carsey, JabenBaseTools: DataType - cleanup list constants
2018-05-02 Carsey, JabenBaseTools: Replace EDK Component strings with predefine...
2018-05-02 Carsey, JabenBaseTools: replace string constants used for module...
2018-04-26 Carsey, JabenBaseTools: GenFds - simplify testing for Hex number
2018-04-26 Carsey, JabenBaseTools: Remove extra .keys()
2018-04-23 Carsey, JabenBaseTools: replace 'UINT8','UINT16','UINT32','UINT64...
2018-04-23 Carsey, JabenBaseTools: remove un-needed use of .keys() on dictionaries
2018-04-18 Carsey, JabenBaseTools: merge towards minimum PCD MAX <something...
2018-04-18 Carsey, JabenBaseTools: refactor and remove un-needed use of .keys...
2018-04-18 Carsey, JabenBaseTools: use predefined constants instead of local...
2018-04-17 Carsey, JabenBaseTools: FfsInfStatement - remove unused function
2018-04-17 Carsey, JabenBaseTools: FdfParser - refactor functions to make static
2018-04-17 Carsey, JabenBaseTools: FdfParser refactor to remove a dictionary
2018-04-17 Carsey, JabenBaseTools: refactor DepexSection.GenSection
2018-04-17 Carsey, JabenBaseTools: fix None comparisons
2018-04-11 Feng, YunhuaXBaseTools: fix --genfds-multi-thread generate makefile...
2018-04-10 Carsey, JabenBaseTools: refactor and remove out of date use of ...
2018-04-09 Feng, YunhuaXBaseTools: Remove FdfParserLite.py from source since...
2018-04-08 Carsey, JabenBaseTools: GenFds - move RegEx compile
2018-04-08 Carsey, JabenBaseTools: remove unused import statement
2018-04-03 Carsey, JabenBaseTools: make static functions when self is not needed
2018-04-03 Carsey, JabenBaseTools: remove uncalled function
2018-04-03 Carsey, JabenBaseTools: change hex parsing to use built in
2018-04-03 Carsey, JabenBaseTools: use new RegEx from FdfParserLite
2018-03-30 Carsey, JabenBaseTools: no need to do int() API work for it
2018-03-30 Carsey, JabenBaseTools: Remove equality operator with None
2018-03-29 Bin WangBaseTools: compare GUID value should not case-sensitive
2018-03-29 Carsey, JabenBaseTools: use new shared GUID regular expressions
2018-03-29 Carsey, JabenBaseTools: FdfParser and FdfParserLite share reg exp
2018-03-21 Carsey, JabenBaseTools: FdfParser remove class never used.
2018-03-21 Carsey, JabenBaseTools: FdfParser & FdfParserLite refactor regular...
2018-03-09 Yonghong ZhuBaseTools: Fix a bug for --pcd used in ConditionalState...
2018-03-09 Yonghong ZhuBaseTools: Update --pcd parser to support flexible...
2018-03-03 Yunhua FengBaseTools: DSC Components section support flexible PCD
2018-03-03 Feng, YunhuaXBaseTools: Dsc/Fdf conditional statement parse issue
2018-03-01 Feng, YunhuaXBaseTools: GlobalData.gConfDirectory is None when run...
2018-02-28 Feng, Bob CBaseTools: Improve build performance of structure PCD...
2018-02-23 Yonghong ZhuBaseTools: Add check for INF statement must be a .inf...
2018-02-09 Feng, YunhuaXBaseTool: correct the generate compress section process
2018-02-07 Feng, YunhuaXBaseTools: Fix COMPRESS alignment incorrect issue
2018-02-01 Feng, Bob CBaseTools: Structure Pcd in CommandLine.
2018-01-21 Yunhua FengBaseTools: Fix GenFds increment build bug that missing...
2018-01-03 Yonghong ZhuBaseTools: Fix the regression bug of a74398 for SubFv...
2017-12-29 Yonghong ZhuBaseTools: Fix a bug for different FV use same FILE...
2017-12-13 Yonghong ZhuBaseTools: Fix the incorrect indent introduced by 37de70
2017-12-08 Yunhua FengBaseTools: Fix GenSec can't found the depex file
2017-12-05 Yonghong ZhuBaseTools: Update Makefile to support FFS file generation
2017-11-20 Yonghong ZhuBaseTools: Guid.xref contain information from FILE...
2017-10-11 Yonghong ZhuBaseTools: Fix the Keyword error for <ExtendedFvEntry...
2017-10-03 Yunhua FengBaseTools: PI 1.6 to support FV extended header contain...
2017-09-25 Yonghong ZhuBaseTools: extend FFS alignment to 16M
2017-09-09 Yonghong ZhuBaseTools: Fix the bug that same region print twice...
2017-08-12 Bin WangBaseTools: Don't need to add extra quotes when UI strin...
2017-07-10 Yunhua FengBaseTools: Report Fd File Path in build log
2017-07-10 Yunhua FengBaseTools: Fix FDF file parse !include file issue
2017-07-07 Supreeth VenkateshBaseTools/GenFds: register MM Modules and MM FV file...
2017-06-07 Yonghong ZhuBaseTools: Fix the bug use same FMP_PAYLOAD in differen...
2017-05-12 Yonghong ZhuBaseTools: Fix the bug for CArray PCD override in comma...
2017-03-25 Derek LinBaseTools: Skip module AutoGen by comparing timestamp.
2017-03-18 Yonghong ZhuBaseTools: GenFds get the Size info for FV image in...
2017-02-17 Yonghong ZhuBaseTools: Fix bug for GUIDED tool path override by...
2017-01-23 Yonghong ZhuBaseTools: Extend the Macro used in the FDF !include...
2017-01-06 Yonghong ZhuBaseTools: not report error for the optional items...
2016-12-29 Yonghong ZhuBaseTools: Fix the bug for RAW file alignment value...
2016-11-15 Yonghong ZhuBaseTools: FILE DATA to support relative path under...
2016-11-15 Yonghong ZhuBaseTools: Fix the bug to support generate FFS by Align...
2016-11-02 Yonghong ZhuBaseTools: Fix the bug for OptionRom generation with...
2016-10-12 Michael KinneyBaseTools/GenFds: Support FDF sections in any order
2016-10-12 Yonghong ZhuBaseTools: Extend FMP to support FV statement and FD...
2016-09-25 Yonghong ZhuBaseTools: handling the case that map file is not exist
2016-09-15 Yonghong ZhuBaseTools: Fix the bug to handle the read-only file
2016-08-30 Yonghong ZhuBaseTools: UpdateImageSize include Image auth info...
2016-08-22 Yonghong ZhuBaseTools: add capsule image header for auth FMP capsul...
2016-08-19 Yonghong ZhuBaseTools: FMP capsule add the support to generate...
2016-08-19 Yonghong ZhuBaseTools: check CONF_PATH env to get the configure...
2016-07-27 Yonghong ZhuBaseTools: report error if source module INF is only...
2016-07-14 Yonghong ZhuBaseTools: Update the FV region name as upper letter
2016-07-12 Laszlo ErsekBaseTools/GenFds: unbreak Region.PadBuffer
next