summaryrefslogtreecommitdiffstats
path: root/BaseTools/Scripts
Commit message (Expand)AuthorAgeFilesLines
...
* BaseTools/BinToPcd: --offset must be 8-byte alignedKinney, Michael D2018-06-141-1/+13
* BaseTools/BinToPcd: Clarify error message for --type HIIKinney, Michael D2018-06-141-5/+2
* BaseTools/BinToPcd: Fix typo in error messagesKinney, Michael D2018-06-141-4/+4
* BaseTools Script: Formalize source files to follow DOS formatLiming Gao2018-06-131-0/+95
* BaseTools: refactor and remove out of date use of .keys()Carsey, Jaben2018-04-101-2/+2
* BaseTools: Remove equality operator with NoneCarsey, Jaben2018-03-3011-99/+99
* BaseTools/BinToPcd: Add support for multiple binary input filesKinney, Michael D2018-03-281-29/+54
* BaseTools: Add PackageDocumentTools into Scripts folderYonghong Zhu2018-03-1920-0/+7177
* BaseTools/Scripts: Add sample makefile for use with RunMakefile.pyMichael D Kinney2017-08-111-0/+43
* BaseTools/Scripts: Add python script to run a makefileMichael D Kinney2017-08-111-0/+178
* BaseTools/PatchCheck: Support Contribution Agreement 1.1Michael D Kinney2017-08-031-3/+6
* BaseTools/PatchCheck.py: Add warning info for new binary filesHao Wu2017-06-261-13/+21
* BaseTools/PatchCheck.py: Fix misreport for binary changes in patchHao Wu2017-06-261-3/+3
* BaseTools/Scripts: fix GccBase.lds line endingsArd Biesheuvel2017-05-281-1/+1
* BaseTools/Scripts: discard .gnu.hash section in GCC buildsArd Biesheuvel2017-05-241-1/+1
* BaseTools: GCC: move most AutoGen.obj contents back to .data sectionArd Biesheuvel2017-02-241-3/+6
* BaseTool/Script: Add SmiHandleProfile OS tool to get symbol.Jiewen Yao2017-02-221-0/+312
* BaseTools/Scripts: Add BinToPcd utilityMichael Kinney2016-11-141-0/+192
* BaseTools/PatchCheck.py: Update to report error for EFI_D_*Yonghong Zhu2016-10-211-0/+14
* BaseTools/PatchCheck.py: Update to handle the two [] as prefixYonghong Zhu2016-10-211-8/+9
* BaseTools/PatchCheck.py: Update for max length of subject and message lineYonghong Zhu2016-10-211-4/+4
* BaseTools/GccBase.lds: don't copy RELA section to PE/COFFArd Biesheuvel2016-08-221-1/+1
* BaseTools GCC: drop GNU notes section from EFI imageArd Biesheuvel2016-08-021-0/+6
* Preserve hii section in GCC binariesThomas Palmer2016-07-261-0/+5
* BaseTools MemoryProfileSymbolGen.py: Handle 64bits rva from "nm -l xxx.dll"Star Zeng2016-07-051-2/+2
* BaseTools Scripts: Add MemoryProfileSymbolGen.pyStar Zeng2016-07-011-0/+281
* BaseTools ConvertMasmToNasm: Don't try to reconvert .nasm filesJordan Justen2016-06-281-1/+2
* BaseTools ConvertMasmToNasm: Support preserving assembly filesJordan Justen2016-06-281-17/+44
* BaseTools ConvertMasmToNasm: put filter/map result in tuple for python3Jordan Justen2016-06-281-2/+2
* BaseTools ConvertMasmToNasm: Support ASM_PFX in .asm filesJordan Justen2016-06-281-1/+3
* BaseTools ConvertMasmToNasm: Support Python 3Jordan Justen2016-03-101-43/+47
* BaseTools ConvertMasmToNasm: Fix exception when no arguments are givenJordan Justen2016-03-101-48/+37
* BaseTools ConvertMasmToNasm: Fix running script outside of a git treeJordan Justen2016-03-101-1/+3
* BaseTools: Update Scripts to support VS2015 envLiming Gao2015-12-222-4/+20
* BaseTools/Scripts: Add ConvertUni.py scriptJordan Justen2015-12-151-0/+137
* BaseTools RVCT: use scatter file to enforce minimum section alignmentArd Biesheuvel2015-12-142-0/+50
* BaseTools GCC: avoid the use of COMMON symbolsArd Biesheuvel2015-12-081-1/+2
* BaseTools PatchCheck.py: Support binary diffJordan Justen2015-12-031-0/+6
* BaseTools/Scripts: Add PatchCheck.py scriptJordan Justen2015-10-221-0/+607
* BaseTools: Update Edk2Setup.bat to support multiple workspacesLiming Gao2015-10-082-1/+3
* BaseTools IA32/X64: Use GccBase.lds instead of gcc*-ld-scriptArd Biesheuvel2015-08-033-114/+0
* BaseTools AARCH64: remove incremental linker script for 64K alignmentArd Biesheuvel2015-08-031-4/+0
* BaseTools AARCH64: move to unified GCC linker scriptArd Biesheuvel2015-08-031-39/+0
* BaseTools GCC: move AutoGen.obj contents to .text sectionArd Biesheuvel2015-08-031-0/+7
* BaseTools GCC: align start of .data to .text alignmentArd Biesheuvel2015-08-031-1/+1
* BaseTools GCC: add unified GCC linker script for all archs and versionsArd Biesheuvel2015-08-031-0/+63
* BaseTools IA32/X64: get header size and alignment from ld commandlineArd Biesheuvel2015-08-033-15/+15
* BaseTools IA32/X64: move .got contents to the PE/COFF .text sectionArd Biesheuvel2015-08-033-12/+3
* BaseTools IA32/X64: drop redundant alignment from linker scriptArd Biesheuvel2015-08-033-9/+0
* BaseTools IA32/X64: move .rodata to PE/COFF .text sectionArd Biesheuvel2015-08-033-3/+3