summaryrefslogtreecommitdiffstats
path: root/util/cbfstool/rmodule.c
Commit message (Expand)AuthorAgeFilesLines
* util/cbfstool/rmodule: Omit undefined extern symbols from reloc tableRaul E Rangel2021-10-201-0/+16
* treewide: Disable R_AMD64_32S relocation supportPatrick Rudolph2021-06-151-3/+12
* cbfs: Move stage header into a CBFS attributeJulius Werner2021-03-171-1/+2
* rmodtool: Make memlayout symbols absolute and do not relocate themJulius Werner2021-02-181-29/+41
* util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi2020-05-091-10/+1
* AUTHORS, util/: Drop individual copyright noticesPatrick Georgi2020-05-091-3/+0
* util/cbfstool: Fix typosPatrick Georgi2020-01-301-1/+1
* rmodule: Add support for R_X86_64_PLT32Patrick Rudolph2019-03-051-2/+8
* rmodule: Don't emit reloc for R_X86_64_PC64Patrick Rudolph2019-03-031-1/+0
* util/cbfstool: Support AMD64 rmodulesPatrick Rudolph2018-12-191-0/+32
* util/cbfstool/rmodule.{c,h}: Fix typo and correct headerFrans Hendriks2018-11-221-2/+3
* util/cbfstool: Include commonlib/helpers.h in common.hFurquan Shaikh2016-05-281-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* cbfstool: extract rmodules as ELFs properlyAaron Durbin2015-10-291-0/+170
* coreboot: introduce commonlibAaron Durbin2015-09-221-1/+1
* cbfstool: expose rmodule logicAaron Durbin2015-09-161-42/+20
* cbfstool: prepare for exposing rmodule logicAaron Durbin2015-09-161-32/+37
* rmodtool: make rmodule parameter section optionalAaron Durbin2015-09-091-5/+12
* rmodule: use program.ld for linkingAaron Durbin2015-09-091-4/+4
* Fix GCC 5.1 compile issue seen at Linux ArchAnatol Pomozov2015-07-111-1/+1
* ARM64 rmodule: Add new reloc type R_AARCH64_CONDBR19Furquan Shaikh2015-06-101-0/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* cbfstool: Clean up in preparation for adding new filesSol Boucher2015-04-251-14/+14
* ARM64 rmodule: Add new reloc type R_AARCH64_LDST8_ABS_LO12_NCFurquan Shaikh2015-03-211-0/+1
* rmodtool: add another aarch64 relocationAaron Durbin2015-03-211-0/+1
* rmodtool: Add support for aarch64Furquan Shaikh2015-03-211-0/+30
* cbfstool: Add relocation codes for arm modeFurquan Shaikh2015-03-171-2/+3
* rmodtool: add support for ARMAaron Durbin2014-10-281-0/+26
* rmodtool: Allow rmodules with 0 relocationsFurquan Shaikh2014-09-231-8/+9
* rmodtool: correct final memory size calculationAaron Durbin2014-08-271-3/+3
* util: add rmodtool for parsing ELF files to rmodulesAaron Durbin2014-03-201-0/+628