]> git.proxmox.com Git - mirror_edk2.git/history - BaseTools
OptionRomPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / BaseTools /
2018-09-06 Dandan BiBaseTools/PatchCheck.py: Fix error when run with Python3
2018-09-06 zhijufanBaseTools: Report more clear error message for PCD...
2018-09-06 zhijufanBaseTools: Fix a bug about list the PCD in "not used...
2018-09-05 zhijufanBaseTools: Extend the keyword "!include"/"!if" to case...
2018-09-03 Feng, Bob CBaseTools: Fixed the PcdValue trailing zero issue.
2018-09-03 Feng, Bob CBaseTools: Dynamic Pcd value override from command...
2018-09-03 Zhaozh1xBaseTools: Check pcd DefaultValue and SkuId EBNF.
2018-08-31 Carsey, JabenBaseTools: Clarify a DSC parsing error about PCDs
2018-08-30 Carsey, JabenBaseTools: minimize assignment processing
2018-08-30 Carsey, JabenBaseTools: Refactor to remove functionally equivalent...
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-29 Carsey, JabenBaseTools: AutoGen.py remove unused import
2018-08-28 Yonghong ZhuBaseTools: Fix one expression bug to support ~ operate
2018-08-28 zhijufanBaseTools: Add check only VOID* type Pcd need the maxsi...
2018-08-23 Feng, YunhuaXBaseTools: Use hashlib instead of md5
2018-08-23 Feng, YunhuaXBaseTools: remove cmp due to deprecated in python3
2018-08-23 Feng, YunhuaXBaseTools: Modify class OrderedListDict
2018-08-23 Yonghong ZhuBaseTools: Update Makefile for ECC tool
2018-08-22 Laszlo ErsekBaseTools/VfrCompile: honor EXTRA_LDFLAGS
2018-08-21 Feng, YunhuaXBaseTools: Fix regression issue by b23414f6540d
2018-08-20 Jaben CarseyBaseTools: remove unused setter functions
2018-08-20 Jaben CarseyBaseTools: remove unused code
2018-08-20 Jaben CarseyBaseTools: AutoGen refactor to iterate less
2018-08-20 Jaben CarseyBaseTools: AutoGen - tag a function as cachable
2018-08-20 Jaben CarseyBaseTools: AutoGen refactor ModuleAutoGen caching
2018-08-17 Yonghong ZhuBaseTools: Add check for VOID* PCD Max Size
2018-08-16 Laszlo ErsekBaseTools/Source/C: take EXTRA_LDFLAGS from the caller
2018-08-16 Laszlo ErsekBaseTools/Source/C: take EXTRA_OPTFLAGS from the caller
2018-08-16 Laszlo ErsekBaseTools/Source/C: split "-O2" to BUILD_OPTFLAGS
2018-08-16 Laszlo ErsekBaseTools/header.makefile: remove "-c" from BUILD_CFLAGS
2018-08-16 Laszlo ErsekBaseTools/footer.makefile: expand BUILD_CFLAGS last...
2018-08-16 Yunhua FengBaseTools: Optimizing code for function doesn't match
2018-08-16 Carsey, JabenBaseTools: Eot - fix variable names
2018-08-16 Yonghong ZhuBaseTools: Update the rule to remove .lib before link...
2018-08-16 Yonghong ZhuBaseTools: Clean up not used code in BuildClassObject
2018-08-16 Yunhua FengBaseTools: Add Dns and BluetoothLE DevicePath
2018-08-16 Yunhua FengBaseTools: Remove duplicate function declaration
2018-08-16 hchen30BaseTools/Ecc: Fix import issues
2018-08-16 Yunhua FengBaseTools: Fix report flexible value issue
2018-08-16 Yonghong ZhuBaseTools: Remove the redundant if statement
2018-08-16 Feng, Bob CBaseTools: Remove a unused function.
2018-08-16 Liming GaoBaseTool: Fixed the bug of Boolean Hii Pcd packing.
2018-08-08 Yunhua FengBaseTools: Use gGuidPattern for Guid regular expression
2018-08-08 Jaben CarseyPatchCheck - add error message for invalid parameter
2018-08-08 Yunhua FengBaseTools: Debug message make confused
2018-08-06 Kinney, Michael DBaseTools/BinToPcd: Open output file as text file
2018-08-03 Kinney, Michael DBaseTools/Pkcs7Sign: Add PKCS7 test key include files
2018-08-03 Yunhua FengBaseTools: Guid.xref doesn't specify the correct GUID...
2018-08-03 Kinney, Michael DBaseTools/BinToPcd: Encode string returned from ByteArray()
2018-08-02 Kinney, Michael DBaseTools/Capsule: Support capsules without a payload...
2018-08-02 Kinney, Michael DBaseTools/Capsule: Prevent traceback during signing...
2018-08-02 Kinney, Michael DBaseTools/Capsule: Update file header with tool limitations
2018-08-02 Kinney, Michael DBaseTools/Capsule: Update help for --fw-version and...
2018-08-02 Kinney, Michael DBaseTools/Capsule: Do not support -o with --dump-info
2018-08-02 Kinney, Michael DBaseTools/Capsule: Fix CertType GUID byte order
2018-08-02 Kinney, Michael DBaseTools/Capsule: Remove support for PopulateSystemTable
2018-08-02 Kinney, Michael DBaseTools/Capsule: Add max value checks to Capsule...
2018-08-02 Star ZengBaseTools GenerateCapsule: Change property to executabl...
2018-08-02 Kinney, Michael DBaseTools/Capsule: Add Capsule Generation Tools
2018-08-02 Yunhua FengBaseTools: Use pickle to replace cPickle
2018-08-02 Yunhua FengBaseTools: remove unused import thread
2018-08-01 Kinney, Michael DBaseTools/BinToPcd: Fix Python 2.7.x compatibility...
2018-07-30 Yunhua FengBaseTools: Update build report for StructurePcd value
2018-07-30 Yunhua FengBaseTools: Fix build crash when fdf is empty file
2018-07-27 Yunhua FengBaseTools: Fix bug about *M value not display decimal...
2018-07-27 Yunhua FengBaseTools: Parse decimal format INF_VERSION incorrect
2018-07-26 Hess ChenBaseTools/Ecc: Add some new checkpoints
2018-07-25 Liming GaoBaseTools Script: Add the script to generate Structure...
2018-07-25 Yunhua FengBaseTools: Fix build report for *P and *M flag incorrectly
2018-07-25 Jaben CarseyBaseTools: AutoGen - change class variable to funciton...
2018-07-24 Yunhua FengBaseTools: Fix the different token with the same PCD
2018-07-24 Yonghong ZhuBaseTools: Correct _PCD_PATCHABLE_TokenName_SIZE's...
2018-07-23 Supreeth VenkateshBaseTools/AutoGen: Update header file for MM modules.
2018-07-23 Yonghong ZhuBaseTools: ElfConvert Tool update VerboseMsg to same...
2018-07-23 Yunhua FengBaseTools: enable FixedAtBuild (VOID*) PCD use in the...
2018-07-18 Yonghong ZhuBaseTools: Remove the duplicate Pcd items
2018-07-16 BobCFBaseTools: Fixed build Ovmfpkg failed issue.
2018-07-16 Gary LinBaseTools: Use absolute import in Scripts
2018-07-16 Gary LinBaseTools: Use absolute import in Workspace
2018-07-16 Gary LinBaseTools: Use absolute import in UPT
2018-07-16 Gary LinBaseTools: Use absolute import in Table
2018-07-16 Gary LinBaseTools: Use absolute import in Eot
2018-07-16 Gary LinBaseTools: Use absolute import in Ecc
2018-07-16 Gary LinBaseTools: Treat Ecc.py as a python module
2018-07-16 Gary LinBaseTools: Use absolute import in Common
2018-07-16 Gary LinBaseTools: Use absolute import in BPDG
2018-07-16 Gary LinBaseTools: Treat BPDG.py as a python module
2018-07-16 Gary LinBaseTools: Use absolute import in AutoGen
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-16 Gary LinBaseTools: Treat GenFds.py as a python module
2018-07-13 BobCFBaseTools: Enable structure pcd in FDF file
2018-07-12 bob.c.feng@intel.comBaseTool: Fixed the incorrect cache key.
2018-07-11 Zenith432BaseTools/GenFw: Disable support for R_X86_64_32S
2018-07-11 Zenith432BaseTools/GenFw: Add X64 GOTPCREL Support to GenFw
2018-07-10 Yonghong ZhuBaseTools: Fix the bug that incorrect size info in...
2018-07-09 Feng, Bob CBaseTool: Add cache for the result of SkipAutogen.
next