[coreboot-gerrit] New patch to review for coreboot: e1fa83f ARM64 rmodule: Add new reloc type R_AARCH64_LDST8_ABS_LO12_NC

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Fri Mar 20 13:00:57 CET 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8809

-gerrit

commit e1fa83f9361881d7fa721877f3176d4fb379bc2a
Author: Furquan Shaikh <furquan at google.com>
Date:   Fri Nov 21 15:41:10 2014 -0800

    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 <pgeorgi at chromium.org>
    Original-Commit-Id: 7a1c4d2f35c135d542708c4dabcca5e8c1d453c0
    Original-Signed-off-by: Furquan Shaikh <furquan at google.com>
    Original-Change-Id: If132323885f23d75e1fcde064398e85c2c17f257
    Original-Reviewed-on: https://chromium-review.googlesource.com/231560
    Original-Reviewed-by: Aaron Durbin <adurbin at chromium.org>
    Original-Tested-by: Furquan Shaikh <furquan at chromium.org>
    Original-Commit-Queue: Furquan Shaikh <furquan at chromium.org>
---
 util/cbfstool/rmodule.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/util/cbfstool/rmodule.c b/util/cbfstool/rmodule.c
index c8b023a..23eb25f 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 ||



More information about the coreboot-gerrit mailing list