summaryrefslogtreecommitdiff
path: root/BaseTools/Scripts
AgeCommit message (Expand)Author
2018-06-14BaseTools/BinToPcd: Update for Python 3 compatibilityKinney, Michael D
2018-06-14BaseTools/BinToPcd: --offset must be 8-byte alignedKinney, Michael D
2018-06-14BaseTools/BinToPcd: Clarify error message for --type HIIKinney, Michael D
2018-06-14BaseTools/BinToPcd: Fix typo in error messagesKinney, Michael D
2018-06-13BaseTools Script: Formalize source files to follow DOS formatLiming Gao
2018-04-10BaseTools: refactor and remove out of date use of .keys()Carsey, Jaben
2018-03-30BaseTools: Remove equality operator with NoneCarsey, Jaben
2018-03-28BaseTools/BinToPcd: Add support for multiple binary input filesKinney, Michael D
2018-03-19BaseTools: Add PackageDocumentTools into Scripts folderYonghong Zhu
2017-08-11BaseTools/Scripts: Add sample makefile for use with RunMakefile.pyMichael D Kinney
2017-08-11BaseTools/Scripts: Add python script to run a makefileMichael D Kinney
2017-08-03BaseTools/PatchCheck: Support Contribution Agreement 1.1Michael D Kinney
2017-06-26BaseTools/PatchCheck.py: Add warning info for new binary filesHao Wu
2017-06-26BaseTools/PatchCheck.py: Fix misreport for binary changes in patchHao Wu
2017-05-28BaseTools/Scripts: fix GccBase.lds line endingsArd Biesheuvel
2017-05-24BaseTools/Scripts: discard .gnu.hash section in GCC buildsArd Biesheuvel
2017-02-24BaseTools: GCC: move most AutoGen.obj contents back to .data sectionArd Biesheuvel
2017-02-22BaseTool/Script: Add SmiHandleProfile OS tool to get symbol.Jiewen Yao
2016-11-14BaseTools/Scripts: Add BinToPcd utilityMichael Kinney
2016-10-21BaseTools/PatchCheck.py: Update to report error for EFI_D_*Yonghong Zhu
2016-10-21BaseTools/PatchCheck.py: Update to handle the two [] as prefixYonghong Zhu
2016-10-21BaseTools/PatchCheck.py: Update for max length of subject and message lineYonghong Zhu
2016-08-22BaseTools/GccBase.lds: don't copy RELA section to PE/COFFArd Biesheuvel
2016-08-02BaseTools GCC: drop GNU notes section from EFI imageArd Biesheuvel
2016-07-26Preserve hii section in GCC binariesThomas Palmer
2016-07-05BaseTools MemoryProfileSymbolGen.py: Handle 64bits rva from "nm -l xxx.dll"Star Zeng
2016-07-01BaseTools Scripts: Add MemoryProfileSymbolGen.pyStar Zeng
2016-06-28BaseTools ConvertMasmToNasm: Don't try to reconvert .nasm filesJordan Justen
2016-06-28BaseTools ConvertMasmToNasm: Support preserving assembly filesJordan Justen
2016-06-28BaseTools ConvertMasmToNasm: put filter/map result in tuple for python3Jordan Justen
2016-06-28BaseTools ConvertMasmToNasm: Support ASM_PFX in .asm filesJordan Justen
2016-03-10BaseTools ConvertMasmToNasm: Support Python 3Jordan Justen
2016-03-10BaseTools ConvertMasmToNasm: Fix exception when no arguments are givenJordan Justen
2016-03-10BaseTools ConvertMasmToNasm: Fix running script outside of a git treeJordan Justen
2015-12-22BaseTools: Update Scripts to support VS2015 envLiming Gao
2015-12-15BaseTools/Scripts: Add ConvertUni.py scriptJordan Justen
2015-12-14BaseTools RVCT: use scatter file to enforce minimum section alignmentArd Biesheuvel
2015-12-08BaseTools GCC: avoid the use of COMMON symbolsArd Biesheuvel
2015-12-03BaseTools PatchCheck.py: Support binary diffJordan Justen
2015-10-22BaseTools/Scripts: Add PatchCheck.py scriptJordan Justen
2015-10-08BaseTools: Update Edk2Setup.bat to support multiple workspacesLiming Gao
2015-08-03BaseTools IA32/X64: Use GccBase.lds instead of gcc*-ld-scriptArd Biesheuvel
2015-08-03BaseTools AARCH64: remove incremental linker script for 64K alignmentArd Biesheuvel
2015-08-03BaseTools AARCH64: move to unified GCC linker scriptArd Biesheuvel
2015-08-03BaseTools GCC: move AutoGen.obj contents to .text sectionArd Biesheuvel
2015-08-03BaseTools GCC: align start of .data to .text alignmentArd Biesheuvel
2015-08-03BaseTools GCC: add unified GCC linker script for all archs and versionsArd Biesheuvel
2015-08-03BaseTools IA32/X64: get header size and alignment from ld commandlineArd Biesheuvel
2015-08-03BaseTools IA32/X64: move .got contents to the PE/COFF .text sectionArd Biesheuvel
2015-08-03BaseTools IA32/X64: drop redundant alignment from linker scriptArd Biesheuvel