[coreboot-gerrit] New patch to review for coreboot: 05373f6 cbfstool: add a constant for the aarch64

Ronald G. Minnich (rminnich@gmail.com) gerrit at coreboot.org
Sun Nov 17 22:50:18 CET 2013


Ronald G. Minnich (rminnich at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4091

-gerrit

commit 05373f66cb27fa84fe9808c39c59f95e5bc81ace
Author: Ronald G. Minnich <rminnich at google.com>
Date:   Sun Nov 17 13:49:42 2013 -0800

    cbfstool: add a constant for the aarch64
    
    Change-Id: Ide2c8b778447de66d95bd8c55b378aa2051ac2a0
    Signed-off-by: Ronald G. Minnich <rminnich at google.com>
---
 util/cbfstool/elf.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/util/cbfstool/elf.h b/util/cbfstool/elf.h
index 01af819..9ec8c16 100644
--- a/util/cbfstool/elf.h
+++ b/util/cbfstool/elf.h
@@ -243,6 +243,7 @@ typedef struct
 #define EM_ARC_A5	93		/* ARC Cores Tangent-A5 */
 #define EM_XTENSA	94		/* Tensilica Xtensa Architecture */
 #define EM_NUM		95
+#define EM_AARCH64	183		/* ARM AARCH64 */
 
 /* If it is necessary to assign new unofficial EM_* values, please
    pick large random numbers (0x8523, 0xa7f2, etc.) to minimize the



More information about the coreboot-gerrit mailing list