summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/GenFw
Commit message (Expand)AuthorAgeFilesLines
* BaseTools GenFw: Fix regression issue to convert the image to ACPI dataLiming Gao2021-06-062-2/+2
* BaseTools GenFw: Support CLANG8ELF with conversion ELF to PE/COFF imageLiming Gao2021-06-042-11/+6
* BaseTools/Source/C: Remove CPU architecture assumptionsMichael D Kinney2021-04-152-6/+4
* BaseTools: BaseTools changes for RISC-V platform.Abner Chang2020-04-293-9/+340
* BaseTools/GenFw AARCH64: disregard ADRP instructions that are patched alreadyArd Biesheuvel2019-11-081-0/+13
* BaseTools GenFw: Fix the issue to update the wrong size as SectionSizeLiming Gao2019-10-241-2/+6
* BaseTools/GenFw AARCH64: fix up GOT based relative relocationsArd Biesheuvel2019-09-041-1/+27
* BaseTools: Update GenFw tool to support -e -z option togetherLiming Gao2019-09-041-2/+15
* BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0913-91/+13
* BaseTools: Various typoAntoine Coeur2019-02-144-23/+23
* BaseTools GenFw: Fix XCODE5 build issueLiming Gao2019-01-151-2/+2
* BaseTools: Remove unused logic from C toolsFeng, Bob C2019-01-143-93/+3
* BaseTools/GenFw ARM: don't permit R_ARM_GOT_PREL relocationsArd Biesheuvel2018-12-121-2/+0
* BaseTools: ElfConvert Tool update VerboseMsg to same with the commentYonghong Zhu2018-07-232-2/+2
* BaseTools/GenFw: Disable support for R_X86_64_32SZenith4322018-07-111-1/+22
* BaseTools/GenFw: Add X64 GOTPCREL Support to GenFwZenith4322018-07-112-1/+219
* BaseTools: Clean up source filesLiming Gao2018-07-0911-1138/+1138
* BaseTools: Fix Section header size larger than elf file size bugYunhua Feng2018-06-084-5/+24
* BaseTools: Check elf sections alignment with MAX_COFF_ALIGNMENTYunhua Feng2018-06-082-2/+19
* BaseTools: Update GenFw to correct DebugEntry Offset when convert XIP imageLiming Gao2018-02-271-0/+6
* BaseTools GNUmakefile: Remove HOST_ARCH in every tool MakefileLiming Gao2018-02-061-2/+1
* BaseTools: Replace ARCH with HOST_ARCH in C Makefile to avoid conflictLiming Gao2017-11-301-1/+1
* BaseTools: Roll back GenFw Change to keep unknown field in RSDS debug entryLiming Gao2017-08-241-7/+1
* BaseTools: Fix Segmentation fault: 11 when build AppPkg with XCODE5Andrew Fish2017-08-141-1/+11
* BaseTools/GenFw: recognize MM file types as EFI Boot Service Drivers.Supreeth Venkatesh2017-07-071-1/+4
* BaseTools/GenFw: disregard payload in PE debug directory entry sizeArd Biesheuvel2017-07-062-2/+2
* BaseTools: Update GenFw to clear unused debug entry generated by VS tool chainLiming Gao2017-07-051-5/+22
* BaseTools/GenFw: Fix VS2010/VS2012 build failureHao Wu2017-03-072-14/+20
* BaseTools/GenFw: Fix parameter format mismatch in scanf functionsHao Wu2016-11-081-1/+1
* BaseTools/GenFw: Avoid possible NULL pointer dereferenceHao Wu2016-11-084-4/+39
* BaseTools: Fix typos in comments and variablesGary Lin2016-10-201-4/+4
* BaseTools/GenFw: ignore dynamic RELA sectionsArd Biesheuvel2016-08-231-0/+14
* BaseTools X64: fold PLT relocations into simple relative referencesArd Biesheuvel2016-08-081-0/+12
* BaseTools/GenFw AARCH64: convert ADRP to ADR instructions if binary size allo...Ard Biesheuvel2016-08-021-9/+42
* BaseTools/GenFw: enhance to use Magic Field to identify the imageYonghong Zhu2016-05-161-3/+3
* BaseTools/GenFw: Update to handle PE image with .code section onlyYonghong Zhu2016-04-151-7/+0
* BaseTools/GenFw: Fix a bug for GCC buildYonghong Zhu2016-02-182-2/+4
* BaseTools/GenFw: Correct datatypes in diagnostic messages and check for strin...Michael LeMay2016-02-172-6/+24
* BaseTools/GenFw: Enhance error message for bad symbol definitionsMichael LeMay2016-02-173-6/+119
* BaseTools/GenFw: Exit with error when header lookup failsMichael LeMay2016-02-172-5/+12
* BaseTools/GenFw AARCH64: add support for relative data relocationsArd Biesheuvel2016-02-151-10/+12
* BaseTools: Update BaseTools to pass VS2015 compilerYonghong Zhu2016-01-291-2/+2
* BaseTools/GenFw RVCT: fix relocation processing of PT_DYNAMIC sectionsArd Biesheuvel2015-12-141-10/+26
* BaseTools/GenFw ARM: allow R_ARM_REL32 relocationsArd Biesheuvel2015-11-241-0/+2
* BaseTools/GenFw: add new option to not zero PE/COFF optional header fieldsYonghong Zhu2015-11-111-34/+48
* BaseTools/GenFw: disable RVCT linker size optimizationArd Biesheuvel2015-09-241-22/+7
* BaseTools/GenFw: remove ARM and RVCT references from ELF64 codeArd Biesheuvel2015-09-241-22/+7
* BaseTools/GenFw: align RVA of debugArd Biesheuvel2015-09-112-4/+22
* BaseTools/GenFw: allow AArch64 tiny and small code model relocationsArd Biesheuvel2015-08-101-43/+49
* BaseTools/GenFw: move PE/COFF header closer to payloadArd Biesheuvel2015-07-272-0/+20