]> git.proxmox.com Git - mirror_edk2.git/history - BaseTools
[PATCH v3 05/16] IntelFsp2WrapperPkg/FspWrapperNotifyDxe: Remove an
[mirror_edk2.git] / BaseTools /
2018-09-26 bob.c.feng@intel.comBaseTool: Support different PCDs that refers to the...
2018-09-26 BobCFBaseTool: Replace dict with OrderedDict.
2018-09-26 Liming GaoBaseTools: Fix the wrong reference _GetSkuIds() in...
2018-09-25 Zhao, ZhiqiangXBaseTools: Latter full value should overwrite the forme...
2018-09-20 Carsey, JabenBaseTools: refactor to cache InfBuildData data
2018-09-20 Carsey, JabenBaseTools: refactor to not overcreate ModuleAutoGen...
2018-09-20 Carsey, JabenBaseTools: Don't save unused workspace data
2018-09-20 Carsey, JabenBaseTools: refactor Build Database objects
2018-09-20 Carsey, JabenBaseTools: Workspace classes refactor properties
2018-09-20 Carsey, JabenBaseTools: refactor class properties
2018-09-20 Carsey, JabenBaseTools: AutoGen - refactor class properties
2018-09-20 Carsey, JabenBaseTools: AutoGen refactor WorkspaceAutoGen class
2018-09-20 Carsey, JabenBaseTools: Refactor PlatformAutoGen
2018-09-18 zhijufanBaseTools: Fix a bug for Unused PCDs section display...
2018-09-18 Yunhua FengBaseTools: Regression bug Linux script used windows...
2018-09-14 Feng, YunhuaXBaseTools: Check GUID C structure format
2018-09-13 zhijufanBaseTools: Align the boolean type PCD value's display...
2018-09-13 Carsey, JabenBaseTools\GenFds: remove extra content
2018-09-12 Yonghong ZhuBaseTools: Fix the RaiseError variable issue caused...
2018-09-12 Dongao GuoBaseTools: Support multi thread build Basetool on Windows
2018-09-12 Zhao, ZhiqiangXBaseTools: SKU inheritance.
2018-09-12 Zhao, ZhiqiangXBaseTools: Correct DXE_PCD_DATABASE_INIT.
2018-09-12 Zhao, ZhiqiangXBaseTools: Check PcdNvStoreDefaultValueBuffer.
2018-09-12 Feng, Bob CBaseTools: Involve Dec default value to calculate Maxsize
2018-09-12 Feng, Bob CBaseTools: Structure Pcd value override incorrect.
2018-09-12 zhijufanBaseTools: Report error for incorrect hex value format
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-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...
next