Patrick Georgi (pgeorgi@google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8803
-gerrit
commit fc4e5567a089650dffa3271d424cf8ab6b0322b9 Author: Aaron Durbin adurbin@chromium.org Date: Thu Sep 18 13:39:16 2014 -0500
rmodtool: add another aarch64 relocation
BUG=chrome-os-partner:32112 BRANCH=None TEST=Built secmon which had this type of relocation.
Change-Id: If170d9e270daf3153e92d16c06516915c727e930 Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: https://chromium-review.googlesource.com/218843 Reviewed-by: Furquan Shaikh furquan@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 c3b0f9b..c8b023a 100644 --- a/util/cbfstool/rmodule.c +++ b/util/cbfstool/rmodule.c @@ -114,6 +114,7 @@ static int valid_reloc_aarch64(struct rmod_context *ctx, Elf64_Rela *rel) type == R_AARCH64_ADD_ABS_LO12_NC || type == R_AARCH64_JUMP26 || type == R_AARCH64_LDST32_ABS_LO12_NC || + type == R_AARCH64_LDST64_ABS_LO12_NC || type == R_AARCH64_CALL26 || type == R_AARCH64_ABS64 || type == R_AARCH64_LD_PREL_LO19 ||