rmodtool: add support for ARM
commit785e47bbf3125d86632c16584a974d1c180a989a
authorAaron Durbin <adurbin@chromium.org>
Thu, 20 Mar 2014 16:08:02 +0000 (20 11:08 -0500)
committerMarc Jones <marc.jones@se-eng.com>
Tue, 28 Oct 2014 17:15:18 +0000 (28 18:15 +0100)
treec24546265930d7f36f653e50d82295fea5d14791
parent25ae602d2edb9426f94fe5fee26665d498f7fd9e
rmodtool: add support for ARM

Add support for creating ARM rmodules. There are 3 expected
relocations for an ARM rmodule:
- R_ARM_ABS32
- R_ARM_THM_PC22
- R_ARM_THM_JUMP24

R_ARM_ABS32 is the only type that needs to emitted for relocation
as the other 2 are relative relocations.

BUG=chrome-os-partner:27094
BRANCH=None
TEST=Built vbootstub for ARM device.

Original-Change-Id: I0c22d4abca970e82ccd60b33fed700b96e3e52fb
Original-Signed-off-by: Aaron Durbin <adurbin@chromuim.org>
Original-Reviewed-on: https://chromium-review.googlesource.com/190922
Original-Reviewed-by: Gabe Black <gabeblack@chromium.org>
(cherry picked from commit a642102ba7ace5c1829abe7732199eda6646950a)
Signed-off-by: Marc Jones <marc.jones@se-eng.com>
Change-Id: Ib3b3c90ebb672d8d6a537df896b97dc82c6186cc
Reviewed-on: http://review.coreboot.org/7204
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
util/cbfstool/elf.h
util/cbfstool/rmodule.c