]> git.proxmox.com Git - mirror_edk2.git/history - BaseTools/Source/Python/GenFds
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / BaseTools / Source / Python / GenFds /
2022-10-19 Konstantin AladyshevBaseTools/GenFds: Correct file type set for the PIC...
2022-10-19 Konstantin AladyshevBaseTools: Support COMPAT16 section generation
2022-10-19 Konstantin AladyshevBaseTools: Add support for SUBTYPE_GUID section generation
2021-10-13 Chen, ChristineBaseTools: Change RealPath to AbsPath
2021-09-29 Pierre GondoisBaseTools: Remove hard-coded strings for target and...
2021-05-10 Michael D KinneyBaseTools: Fix DSC override of Guided tool
2021-04-29 Michael D KinneyBaseTools/Source/Python: New Target/ToolChain/Arch...
2021-04-15 Michael D KinneyBaseTools/Source/Python: Remove CPU architecture assump...
2021-01-06 Bob FengBaseTools: Fix the issue caused by tostring() removal...
2020-11-04 Bob FengBaseTools: Remove the dependency on the build intermedi...
2020-11-03 fengyunhuaBaseTools: Update the FV Space Information to display...
2020-09-25 Bob FengBaseTools: Set section alignment as zero if its type...
2020-09-25 Bob FengBaseTools: Clean the ffs folder before generating files...
2020-07-23 Feng, YunhuaXBaseTools: Fix binary file not generate map file issue
2020-07-17 Yuwei ChenBaseTools: Add Guid name support in GenFfs.
2020-01-13 Fan, ZhijuXBaseTools:Fix GenFds issue for BuildOption replace...
2019-10-14 Feng, Bob CBaseTools: Fix a bug of genffs command generation
2019-10-04 Leif LindholmBaseTools: strip trailing whitespace
2019-09-17 Fan, ZhijuXBaseTools:change some incorrect parameter defaults
2019-09-11 Feng, Bob CBaseTools: Enable --genfds-multi-thread to default...
2019-09-11 Feng, Bob CBaseTools: Fixed the build fail on Linux with --genfds...
2019-09-11 Feng, Bob CBaseTools: Fixed the bug of multi-thread genffs for...
2019-08-09 Feng, Bob CBaseTools: Singleton the object to handle build conf...
2019-07-22 Feng, Bob CBaseTools: Fixed the mis-using strip() function issue.
2019-07-12 Jiewen YaoBaseTools: Add HOST_APPLICATION module type.
2019-06-24 Fan, ZhijuXBaseTools:Add import in FvImageSection
2019-06-10 Fan, ZhijuXBaseTools:Make BaseTools support new rules to generate...
2019-05-22 Fan, ZhijuXBaseTools:Update mailing list address in BaseTools...
2019-05-10 Fan, ZhijuXBaseTools:Enables FFS to support the GUID value format
2019-04-10 Feng, Bob CBaseTools: Fixed issue in MultiThread Genfds function
2019-04-09 Michael D KinneyBaseTools: Replace BSD License with BSD+Patent License
2019-02-14 Antoine CoeurBaseTools: Various typo
2019-02-01 Feng, Bob CBaseTools: Handle the bytes and str difference
2019-02-01 Feng, Bob CBaseTools: the list and iterator translation
2019-02-01 Feng, Bob CBaseTools:ord() don't match in py2 and py3
2019-02-01 Zhijux FanBaseTools: change the Division Operator
2019-02-01 Zhijux FanBaseTools:Fv BaseAddress must set If it not set
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...
next