]> git.proxmox.com Git - mirror_edk2.git/history - BaseTools/Source/Python/build/BuildReport.py
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / BaseTools / Source / Python / build / BuildReport.py
2021-01-14 Bob FengBaseTools: Fix the build report crash issue
2020-11-10 Yunhua FengBaseTools: Update report map file format
2020-11-05 Bob FengBaseTools: Enable Module Scope Structure Pcd
2020-02-12 Fan, ZhijuXBaseTools: Fixed build failure when using python38
2019-09-19 Fan, ZhijuXBaseTools:Fix the issue that build report failed
2019-08-20 Fan, ZhijuXBaseTools: Update incorrect variable name 'DataPile'
2019-08-09 Feng, Bob CBaseTools: Decouple AutoGen Objects
2019-08-01 Matthew CarlsonBaseTools:Added arch output to build report
2019-05-09 Bob FengBaseTools: Fix the issue that build report missing...
2019-04-09 Michael D KinneyBaseTools: Replace BSD License with BSD+Patent License
2019-02-20 Fan, ZhijuXBaseTools:PCD value error in structure pcd sku case.
2019-02-18 Feng, Bob CBaseTools: Fix the build report issue about Structure PCD
2019-02-18 Feng, Bob CBaseTools: Fixed a build report issue.
2019-02-06 Laszlo ErsekBaseTools/BuildReport: fix report for platforms/arches...
2019-02-02 Fan, ZhijuXBaseTools:StructurePCD value display incorrect in ...
2019-02-02 Feng, Bob CBaseTools: Enable CODE format in DEC file
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 Zhijux FanBaseTools: Similar to octal data rectification
2019-02-01 Zhiju FanBaseTools:There is extra blank line in datalog
2019-02-01 Zhijux FanBaseTools:Similar to octal data rectification
2019-01-28 Fan, ZhijuXBaseTools: Fix Pcd Array changes build report issue.
2019-01-21 Feng, Bob CBaseTools: Fix build report issue.
2019-01-14 Feng, Bob CBaseTools: Remove unused logic for EDKI
2019-01-04 Feng, Bob CBaseTools: Fixed build report issue.
2018-10-25 Carsey, JabenBaseTools/GenFds: cleanup GenFds
2018-10-25 Yonghong ZhuBaseTools: Fix VPD PCD Sub-section display bug
2018-10-23 Yonghong ZhuBaseTools: Fix the *B and *F Flag display for Structure Pcd
2018-10-21 Yonghong ZhuBaseTools: Fix one crash bug in the report for Fixed...
2018-10-16 Hess ChenBaseTools/EOT: Change to call a program instead of...
2018-10-15 Yonghong ZhuBaseTools: Enhance the *P Flag display for Structure Pcd
2018-10-15 Liming GaoRevert BaseTools: PYTHON3 migration
2018-10-13 Yonghong ZhuBaseTools: Enhance the *P Flag display for Structure Pcd
2018-10-13 Hess ChenBaseTools/Ecc/EOT: Add Python 3 support on ECC and...
2018-10-13 Yunhua FengBaseTools: Fix some build and report file issue
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-09-25 Zhao, ZhiqiangXBaseTools: Latter full value should overwrite the forme...
2018-09-18 zhijufanBaseTools: Fix a bug for Unused PCDs section display...
2018-09-13 zhijufanBaseTools: Align the boolean type PCD value's display...
2018-09-06 zhijufanBaseTools: Fix a bug about list the PCD in "not used...
2018-08-16 Yunhua FengBaseTools: Fix report flexible value issue
2018-07-30 Yunhua FengBaseTools: Update build report for StructurePcd value
2018-07-27 Yunhua FengBaseTools: Fix bug about *M value not display decimal...
2018-07-25 Yunhua FengBaseTools: Fix build report for *P and *M flag incorrectly
2018-07-23 Yunhua FengBaseTools: enable FixedAtBuild (VOID*) PCD use in the...
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 except statements
2018-06-13 Jaben CarseyBaseTools: Cleanup unneeded code
2018-06-06 Yunhua FengBaseTools: Display both Hex and integer value format...
2018-06-06 Yunhua FengBaseTools: Sort PCD by token space first then by PcdCName
2018-05-28 Marvin.Haeuser@out... BaseTools: Rename String to StringUtils.
2018-05-04 Carsey, JabenBaseTools: standardize GUID and pack size
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: Share a dictionary instead of keeping multiples
2018-05-02 Carsey, JabenBaseTools: replace string constants used for module...
2018-04-23 Carsey, JabenBaseTools: replace 'UINT8','UINT16','UINT32','UINT64...
2018-04-18 Carsey, JabenBaseTools: refactor and remove un-needed use of .keys...
2018-04-10 Carsey, JabenBaseTools: copy a dictionary from InfClassObject to...
2018-04-09 Yonghong ZhuBaseTools: Pcds in [Components] are not display correct...
2018-04-09 Yonghong ZhuBaseTools: Pcd not used info should not in Module PCD...
2018-03-30 Carsey, JabenBaseTools: Remove equality operator with None
2018-03-09 Yonghong ZhuBaseTools: Update --pcd parser to support flexible...
2018-03-03 Yonghong ZhuBaseTools: Fix the bug to search Fv.txt file relative...
2018-03-03 Yonghong ZhuBaseTools: Correct Structure Pcd value in the report
2018-03-01 Yonghong ZhuBaseTools: Enhance FV info report file path to support...
2018-02-28 Feng, YunhuaXBaseTools: Fix report not used --pcd value incorrectly
2018-02-25 Yonghong ZhuBaseTools: Add *B Flag for the field that from command...
2018-01-30 Yunhua FengBaseTools: Enhance parse performance by optimize ValueE...
2018-01-21 From: Yunhua FengBaseTools: Optimizing DscDefaultValue process in BuildR...
2018-01-09 Yonghong ZhuBaseTools: Add back the cc71d8 version's fix
2018-01-09 Yonghong ZhuBaseTools: Not print SKUID info for PCD when it is...
2017-12-27 Yonghong ZhuBaseTools: Support PCD flexible values format
2017-12-25 Liming GaoBaseTools: Fixed the issue of Multiple Skus are always...
2017-12-25 Liming GaoBaseTools: Report Structure PCD value and SKU, DefaultS...
2017-10-11 Yonghong ZhuBaseTools: Fix the bug 'DSC DEFAULT' in report wrongly...
2017-09-26 Yonghong ZhuBaseTools: report build time measured by module of...
2017-09-09 Yonghong ZhuBaseTools: Not show *B when Pcd value in build option...
2017-08-01 Yonghong ZhuBaseTools: Fix the bug to correctly check Pcd type...
2017-07-07 Supreeth VenkateshBaseTools/build: register MM module types with build...
2017-06-24 Yonghong ZhuBaseTools: Enhance the report to not show the empty...
2017-01-04 Yonghong ZhuBaseTools: fix the bug for Mixed Pcd display in the...
2016-11-29 Yonghong ZhuBaseTools: Fix bug for decimal value of VPDPCD offset...
2016-07-29 Yonghong ZhuBaseTools: Add build info for binary modules that only...
2016-04-20 Yonghong ZhuBaseTools: Add mixed PCD support feature
2016-04-12 Yonghong ZhuBaseTools: generate hash value in build report for...
2016-03-29 Yonghong ZhuBaseTools: Add two new sections for PCD in the build...
2016-03-16 Yonghong ZhuBaseTools: add new command line option to support overr...
2016-01-21 Eugene CohenBaseTools: make build report tolerant of FVs specified...
2015-12-07 Yonghong ZhuBaseTools: Fix a bug in the VPD report generation
2015-12-01 Yonghong ZhuBaseTools: Clean some coding style issues
2015-11-30 Yonghong ZhuBaseTools: Add a VPD report subsection of FLASH to...
2015-10-12 Yonghong ZhuBaseTools: Fixed an error reported during generating...
2015-10-08 Li YangXBaseTools: Update Build tool to support multiple workspaces
next