summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/GenFw
Commit message (Expand)AuthorAgeFilesLines
* 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
* BaseTools/GenFw: move .debug contents to .data to save spaceArd Biesheuvel2015-07-272-57/+53
* BaseTools: Update GenFw to support 4K alignment.Ard Biesheuvel2015-06-294-4/+33
* BaseTools/GenFw: Set the PE/COFF attribute BaseOfData with the address of the...Erik Bjorge2015-02-112-12/+33
* BaseTools/GenFw: Fixed R_AARCH64_CALL26/R_AARCH64_JUMP26 when referring to st...Olivier Martin2014-11-051-6/+8
* License header updated to match correct format.Yingke Liu2014-08-288-15/+15
* There is a limitation on WINDOWS OS for the length of entire file path can’...Hess Chen2014-08-151-20/+16
* BaseTools: Add AArch64 ADR_PREL_LO21 and R_AARCH64_CONDBR19Harry Liebel2014-08-041-1/+19
* Sync BaseTool trunk (version r2649) into EDKII BaseTools.Gao, Liming2014-01-2710-3962/+3962