From de77e6a99f37651aefe0abe3015dc7abc5562f54 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Fri, 21 Nov 2014 15:41:10 -0800 Subject: ARM64 rmodule: Add new reloc type R_AARCH64_LDST8_ABS_LO12_NC BUG=chrome-os-partner:33962 BRANCH=None TEST=Compiles and boots to kernel prompt. Change-Id: Id7b0dfb5a51c2f29bdb031b98606940c118959ec Signed-off-by: Patrick Georgi Original-Commit-Id: 7a1c4d2f35c135d542708c4dabcca5e8c1d453c0 Original-Signed-off-by: Furquan Shaikh Original-Change-Id: If132323885f23d75e1fcde064398e85c2c17f257 Original-Reviewed-on: https://chromium-review.googlesource.com/231560 Original-Reviewed-by: Aaron Durbin Original-Tested-by: Furquan Shaikh Original-Commit-Queue: Furquan Shaikh Reviewed-on: http://review.coreboot.org/8809 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- util/cbfstool/rmodule.c | 1 + 1 file changed, 1 insertion(+) (limited to 'util/cbfstool/rmodule.c') diff --git a/util/cbfstool/rmodule.c b/util/cbfstool/rmodule.c index c8b023a100..23eb25f58e 100644 --- a/util/cbfstool/rmodule.c +++ b/util/cbfstool/rmodule.c @@ -112,6 +112,7 @@ static int valid_reloc_aarch64(struct rmod_context *ctx, Elf64_Rela *rel) return (type == R_AARCH64_ADR_PREL_PG_HI21 || type == R_AARCH64_ADD_ABS_LO12_NC || + type == R_AARCH64_LDST8_ABS_LO12_NC || type == R_AARCH64_JUMP26 || type == R_AARCH64_LDST32_ABS_LO12_NC || type == R_AARCH64_LDST64_ABS_LO12_NC || -- cgit v1.2.3