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

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Tue Jun 9 19:50:03 CEST 2015


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

-gerrit

commit cb9c2f2765b6298f42df3a78dfee453961be4008
Author: Furquan Shaikh <furquan at google.com>
Date:   Mon Jun 8 11:58:04 2015 -0700

    ARM64 rmodule: Add new reloc type R_AARCH64_CONDBR19
    
    BUG=chrome-os-partner:41185
    BRANCH=None
    TEST=Compiles successfully for ryu.
    
    Change-Id: I78ccc4b5ef8b49bae533e5a82323f07aaab01a7e
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: cf9d288d4bbc91301dc814408bf5e3686b869974
    Original-Change-Id: I24df0eb51883a634ec3d26d46f79a059a4f8394a
    Original-Signed-off-by: Furquan Shaikh <furquan at google.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/275749
    Original-Trybot-Ready: Furquan Shaikh <furquan at chromium.org>
    Original-Tested-by: Furquan Shaikh <furquan at chromium.org>
    Original-Reviewed-by: Aaron Durbin <adurbin 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 8d8772d..b94e0c2 100644
--- a/util/cbfstool/rmodule.c
+++ b/util/cbfstool/rmodule.c
@@ -114,6 +114,7 @@ static int valid_reloc_aarch64(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_CONDBR19 ||
 		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