summaryrefslogtreecommitdiff
path: root/BaseTools/Scripts
AgeCommit message (Expand)AuthorFilesLines
2017-08-11BaseTools/Scripts: Add sample makefile for use with RunMakefile.pyMichael D Kinney1-0/+43
2017-08-11BaseTools/Scripts: Add python script to run a makefileMichael D Kinney1-0/+178
2017-08-03BaseTools/PatchCheck: Support Contribution Agreement 1.1Michael D Kinney1-3/+6
2017-06-26BaseTools/PatchCheck.py: Add warning info for new binary filesHao Wu1-13/+21
2017-06-26BaseTools/PatchCheck.py: Fix misreport for binary changes in patchHao Wu1-3/+3
2017-05-28BaseTools/Scripts: fix GccBase.lds line endingsArd Biesheuvel1-1/+1
2017-05-24BaseTools/Scripts: discard .gnu.hash section in GCC buildsArd Biesheuvel1-1/+1
2017-02-24BaseTools: GCC: move most AutoGen.obj contents back to .data sectionArd Biesheuvel1-3/+6
2017-02-22BaseTool/Script: Add SmiHandleProfile OS tool to get symbol.Jiewen Yao1-0/+312
2016-11-14BaseTools/Scripts: Add BinToPcd utilityMichael Kinney1-0/+192
2016-10-21BaseTools/PatchCheck.py: Update to report error for EFI_D_*Yonghong Zhu1-0/+14
2016-10-21BaseTools/PatchCheck.py: Update to handle the two [] as prefixYonghong Zhu1-8/+9
2016-10-21BaseTools/PatchCheck.py: Update for max length of subject and message lineYonghong Zhu1-4/+4
2016-08-22BaseTools/GccBase.lds: don't copy RELA section to PE/COFFArd Biesheuvel1-1/+1
2016-08-02BaseTools GCC: drop GNU notes section from EFI imageArd Biesheuvel1-0/+6
2016-07-26Preserve hii section in GCC binariesThomas Palmer1-0/+5
2016-07-05BaseTools MemoryProfileSymbolGen.py: Handle 64bits rva from "nm -l xxx.dll"Star Zeng1-2/+2
2016-07-01BaseTools Scripts: Add MemoryProfileSymbolGen.pyStar Zeng1-0/+281
2016-06-28BaseTools ConvertMasmToNasm: Don't try to reconvert .nasm filesJordan Justen1-1/+2
2016-06-28BaseTools ConvertMasmToNasm: Support preserving assembly filesJordan Justen1-17/+44
2016-06-28BaseTools ConvertMasmToNasm: put filter/map result in tuple for python3Jordan Justen1-2/+2
2016-06-28BaseTools ConvertMasmToNasm: Support ASM_PFX in .asm filesJordan Justen1-1/+3
2016-03-10BaseTools ConvertMasmToNasm: Support Python 3Jordan Justen1-43/+47
2016-03-10BaseTools ConvertMasmToNasm: Fix exception when no arguments are givenJordan Justen1-48/+37
2016-03-10BaseTools ConvertMasmToNasm: Fix running script outside of a git treeJordan Justen1-1/+3
2015-12-22BaseTools: Update Scripts to support VS2015 envLiming Gao2-4/+20
2015-12-15BaseTools/Scripts: Add ConvertUni.py scriptJordan Justen1-0/+137
2015-12-14BaseTools RVCT: use scatter file to enforce minimum section alignmentArd Biesheuvel2-0/+50
2015-12-08BaseTools GCC: avoid the use of COMMON symbolsArd Biesheuvel1-1/+2
2015-12-03BaseTools PatchCheck.py: Support binary diffJordan Justen1-0/+6
2015-10-22BaseTools/Scripts: Add PatchCheck.py scriptJordan Justen1-0/+607
2015-10-08BaseTools: Update Edk2Setup.bat to support multiple workspacesLiming Gao2-1/+3
2015-08-03BaseTools IA32/X64: Use GccBase.lds instead of gcc*-ld-scriptArd Biesheuvel3-114/+0
2015-08-03BaseTools AARCH64: remove incremental linker script for 64K alignmentArd Biesheuvel1-4/+0
2015-08-03BaseTools AARCH64: move to unified GCC linker scriptArd Biesheuvel1-39/+0
2015-08-03BaseTools GCC: move AutoGen.obj contents to .text sectionArd Biesheuvel1-0/+7
2015-08-03BaseTools GCC: align start of .data to .text alignmentArd Biesheuvel1-1/+1
2015-08-03BaseTools GCC: add unified GCC linker script for all archs and versionsArd Biesheuvel1-0/+63
2015-08-03BaseTools IA32/X64: get header size and alignment from ld commandlineArd Biesheuvel3-15/+15
2015-08-03BaseTools IA32/X64: move .got contents to the PE/COFF .text sectionArd Biesheuvel3-12/+3
2015-08-03BaseTools IA32/X64: drop redundant alignment from linker scriptArd Biesheuvel3-9/+0
2015-08-03BaseTools IA32/X64: move .rodata to PE/COFF .text sectionArd Biesheuvel3-3/+3
2015-08-03BaseTools IA32/X64: remove NOP padding from X86/IA32 GCC linker scriptsArd Biesheuvel2-2/+2
2015-07-06BaseTools: AArch64: use explicit linker scriptsArd Biesheuvel2-0/+43
2015-07-02Revert tree to r17801Jordan Justen2-43/+0
2015-07-02BaseTools: AArch64: use explicit linker scriptsArd Biesheuvel2-0/+43
2015-07-01There needs to be a space between the output section name and the colon, i.e.,Ard Biesheuvel1-5/+5
2015-06-29BaseTools: Added GCC ld script to support 4K alignment.Yingke Liu1-0/+44
2015-02-061. Update UpdateBuildVersion.py; Yingke Liu1-3/+3
2014-10-31BaseTools: Add ConvertMasmToNasm.py scriptJordan Justen1-0/+986