[coreboot-gerrit] New patch to review for coreboot: 0403eb9 mkelfimage: Add EM_AARCH64 as elf image type for arm64

Furquan Shaikh (furquan@google.com) gerrit at coreboot.org
Tue Sep 23 00:59:10 CEST 2014


Furquan Shaikh (furquan at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6954

-gerrit

commit 0403eb9332bc6f864666c555cff4361b2164b60d
Author: Furquan Shaikh <furquan at google.com>
Date:   Tue Aug 26 15:05:01 2014 -0700

    mkelfimage: Add EM_AARCH64 as elf image type for arm64
    
    Change-Id: I5510a4fe5085430b767161133113578b7cffa237
    Signed-off-by: Furquan Shaikh <furquan at google.com>
    Reviewed-on: https://chromium-review.googlesource.com/214327
    Reviewed-by: Aaron Durbin <adurbin at chromium.org>
    Tested-by: Furquan Shaikh <furquan at chromium.org>
    Commit-Queue: Aaron Durbin <adurbin at chromium.org>
---
 util/mkelfImage/include/elf.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/util/mkelfImage/include/elf.h b/util/mkelfImage/include/elf.h
index eb9ac1d..8a12e7a 100644
--- a/util/mkelfImage/include/elf.h
+++ b/util/mkelfImage/include/elf.h
@@ -91,6 +91,8 @@
 #define EM_XTENSA	94		/* Tensilica Xtensa Architecture */
 #define EM_NUM		95
 
+#define EM_AARCH64     183              /* ARM Aarch64 Architecture */
+
 /* Values for p_type. */
 #define PT_NULL		0	/* Unused entry. */
 #define PT_LOAD		1	/* Loadable segment. */



More information about the coreboot-gerrit mailing list