]> git.proxmox.com Git - mirror_edk2.git/history - BaseTools
BaseTools/Capsule: Do not support -o with --dump-info
[mirror_edk2.git] / BaseTools /
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.
2018-07-09 Liming GaoBaseTools: Clean up source files
2018-07-08 Gary LinBaseTools: Unify long and int in Expression.py
2018-07-08 Gary LinBaseTools: Remove the old python "not-equal" in DscBuil...
2018-07-05 Liming GaoBaseTools Conf: Update tools_def and build_rule to...
2018-07-04 Chris CoBaseTools/Trim: Normalize filepaths to fix comparisons...
2018-06-29 Jaben CarseyBaseTools: AutoGen - move constructor out of loop
2018-06-29 Jaben CarseyBaseTools: AutoGen - clean up access
2018-06-29 Yunhua FengBaseTools: Fix two drivers include the same file issue
2018-06-29 Yunhua FengBaseTools: Fix parsing multiple nest !include issue
2018-06-28 Jaben CarseyBaseTools: Move variable out of Global
2018-06-27 Jaben CarseyBaseTools: AutoGen - Remove unused variables.
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: Migrate to the new octal literal
2018-06-27 Gary LinBaseTools: Adjust the spaces around commas and colons
2018-06-27 Gary LinBaseTools: Refactor python raise statement
2018-06-27 Gary LinBaseTools: Remove types.TypeType
2018-06-27 Gary LinBaseTools: Replace StandardError with Expression
2018-06-27 Gary LinBaseTools: Remove the deprecated hash_key()
2018-06-27 Gary LinBaseTools: Remove tuple parameter in python scripts
2018-06-27 Gary LinBaseTools: Remove the old python "not-equal"
2018-06-27 Gary LinBaseTools: Refactor python print statements
2018-06-27 Gary LinBaseTools: Refactor python except statements
2018-06-27 Gary LinBaseTools: Fix a typo in ini.py
2018-06-25 Liming GaoBaseTools tools_def.template: Ignore link warning 4281...
2018-06-22 Yunhua FengBaseTools: introduce !error statement
2018-06-22 Yonghong ZhuBaseTools: Enhance BaseTools supports FeaturePcd usage...
2018-06-22 Yonghong ZhuBaseTools: remove the unneeded code
2018-06-19 Marvin HaeuserBaseTools/WorkspaceCommon: Import used BuildToolError...
2018-06-18 Ard BiesheuvelBaseTools/tools_def CLANG35: add NOOPT build target
2018-06-18 Ard BiesheuvelBaseTools/tools_def IA32: drop -no-pie linker option...
2018-06-14 Kinney, Michael DBaseTools/BinToPcd: Follow PEP-8 indent of 4 spaces
2018-06-14 Kinney, Michael DBaseTools/BinToPcd: Update for Python 3 compatibility
2018-06-14 Kinney, Michael DBaseTools/BinToPcd: --offset must be 8-byte aligned
2018-06-14 Kinney, Michael DBaseTools/BinToPcd: Clarify error message for --type HII
2018-06-14 Kinney, Michael DBaseTools/BinToPcd: Fix typo in error messages
2018-06-14 Yonghong ZhuBaseTools: remove including Base.h if the module type...
2018-06-13 Liming GaoBaseTools Script: Formalize source files to follow...
2018-06-13 Jaben CarseyBaseTools: Cleanup unneeded code
2018-06-13 Jaben CarseyBaseTools: refactor to remove functions
2018-06-13 Yunhua FengBaseTools: Fix one bug of nest !include parser
2018-06-12 Ard BiesheuvelBaseTools/tools_def IA32: disable PIE code generation...
2018-06-11 Derek LinBaseTools: Remove dsc nested include checking.
2018-06-11 Yonghong ZhuBaseTools/UPT: Update the import statement to use Strin...
2018-06-08 Yunhua FengBaseTools: Fix Section header size larger than elf...
2018-06-08 Yunhua FengBaseTools: Check elf sections alignment with MAX_COFF_A...
2018-06-06 Ezra GodfreyBaseTools/VolInfo: Update EFI FV FILETYPES for new...
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-28 Zurcher, Christopher JBaseTools/GenFds: Remove redundant GetRealFileLine...
2018-05-28 Jaben CarseyBaseTools: Add missing content to EOT tool.
2018-05-28 Jaben CarseyBaseTools: loop to retry remove when it fails.
2018-05-23 Laszlo ErsekBaseTools/tools_def: add "-fno-unwind-tables" to GCC_AA...
next