]> git.proxmox.com Git - mirror_edk2.git/history - BaseTools/Source/Python/GenFds
BaseTools/UPT:merge UPT Tool use Python2 and Python3
[mirror_edk2.git] / BaseTools / Source / Python / GenFds /
2019-02-01 Yunhua FengBaseTools: replace long by int
2019-02-01 Zhijux FanBaseTools: replace get_bytes_le() to bytes_le
2019-02-01 Zhijux FanBaseTool:Rename xrange() to range()
2019-01-21 Carsey, JabenBaseTools/GenFds/Capsule: move function logic
2019-01-21 Fan, ZhijuXBaseTools:The BuildOptionPcd value is wrong
2019-01-17 Feng, Bob CBaseTools: Remove EDK_SOURCE keyword from GenFds tool.
2019-01-14 Feng, Bob CBaseTools: Remove unused logic for IPF
2019-01-10 Carsey, JabenBaseTools: fix imports
2019-01-04 Ard BiesheuvelBaseTools/GenFds: permit stripped MM_CORE_STANDALONE...
2018-12-25 Feng, Bob CBaseTools: Reset FdsGlobalVariable
2018-12-07 BobCFBaseTools: Replace the sqlite database with list
2018-12-07 Zhao, ZhiqiangXBaseTools: AutoGen and GenFds share the parser data.
2018-12-06 Jaben CarseyBaseTools: create and use a standard shared variable...
2018-11-20 Feng, Bob CBaseTools: Fix the problem using FILE_GUID override...
2018-11-01 Tomas PilarBaseTools: Fix merge in FDF parser for OptionROM override
2018-10-26 Tomas PilarBaseTools: Allow multiple PciDeviceId in Fdf OptionROM...
2018-10-26 Feng, YunhuaXBaseTools: Roll back code modify by commit 9e47e6f90880
2018-10-25 Carsey, JabenBaseTools/GenFds: create and use new variable in FdfParser
2018-10-25 Carsey, JabenBaseTools/GenFds: refactor FdfParser warnings
2018-10-25 Jaben CarseyBaseTools/GenFds: remove MacroDict parameter
2018-10-25 Carsey, JabenBasetools/GenFds: refactor class FV
2018-10-25 Carsey, JabenBaseTools/GenFds: change objects to sets
2018-10-25 Carsey, JabenBaseTools/GenFds: cleanup GenFds
2018-10-15 Feng, YunhuaXBaseTools: Fix regression boot hang issue by commit...
2018-10-15 zhijufanBaseTools: do basic check in FvImage with header size...
2018-10-15 Liming GaoRevert BaseTools: PYTHON3 migration
2018-10-13 Yunhua FengBaseTools: Fix some build and report file issue
2018-10-13 Yonghong ZhuBaseTools: Rename get_bytes_le() to bytes_le
2018-10-13 Yunhua FengBaseTools: change the Division Operator in the expression
2018-10-13 Yunhua FengBaseTools: do the list and iterator translation
2018-10-13 Yunhua FengBaseTools: Handle the bytes and str difference
2018-10-13 Yunhua FengBaseTools: fix the open file's read and write bugs
2018-10-13 Yunhua FengBaseTools: Rename long() to int()
2018-10-13 Yunhua FengBaseTools: Rename xrange() to range()
2018-10-13 Yunhua FengBaseTools: Remove the "from __future__ import" items
2018-09-26 BobCFBaseTool: Replace dict with OrderedDict.
2018-09-20 Carsey, JabenBaseTools: Workspace classes refactor properties
2018-09-13 Carsey, JabenBaseTools\GenFds: remove extra content
2018-09-11 Carsey, JabenBaseTools/GenFds: delete unused file
2018-09-07 Carsey, JabenBaseTools/GenFds: remove function without callers
2018-09-07 Carsey, JabenBaseTools: refactor to remove duplicate functions
2018-09-05 zhijufanBaseTools: Extend the keyword "!include"/"!if" to case...
2018-08-30 zhijufanBaseTools: include variable namespace GUIDs of HII...
2018-08-30 Carsey, JabenBaseTools: Create and use a shared value for 'MSFT...
2018-08-08 Yunhua FengBaseTools: Use gGuidPattern for Guid regular expression
2018-08-03 Yunhua FengBaseTools: Guid.xref doesn't specify the correct GUID...
2018-07-30 Yunhua FengBaseTools: Fix build crash when fdf is empty file
2018-07-16 Gary LinBaseTools: Move ImageBinDict to GenFdsGlobalVariable.py
2018-07-16 Gary LinBaseTools: Move FindExtendTool to GenFdsGlobalVariable.py
2018-07-16 Gary LinBaseTools: Move OverrideAttribs to OptRomInfStatement.py
2018-07-16 Gary LinBaseTools: Use absolute import in GenFds
2018-07-13 BobCFBaseTools: Enable structure pcd in FDF file
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
next