[coreboot] New patch to review for coreboot: 647b3ea cbfs_core.h: support for ARMv7 CBFS master header

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Sat Dec 8 02:34:02 CET 2012


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2008

-gerrit

commit 647b3eaf0ea1acedb769892b60507b30680d8f77
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Fri Dec 7 17:26:41 2012 -0800

    cbfs_core.h: support for ARMv7 CBFS master header
    
    Change-Id: I59626200b4a92d90b46625f8dcc2ed28e6376e46
    Signed-off-by: David Hendricks <dhendrix at chromium.org>
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
    Signed-off-by: Ronald G. Minnich <rminnich at gmail.com>
---
 src/include/cbfs_core.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/include/cbfs_core.h b/src/include/cbfs_core.h
index 32f2670..9a21a78 100644
--- a/src/include/cbfs_core.h
+++ b/src/include/cbfs_core.h
@@ -84,6 +84,9 @@
 #define CBFS_HEADER_MAGIC  0x4F524243
 #if CONFIG_ARCH_X86
 #define CBFS_HEADPTR_ADDR 0xFFFFFFFC
+#elif CONFIG_ARCH_ARMV7
+/* FIXME: This could also be 0xFFFF0000 with HIVECS enabled */
+#define CBFS_HEADPTR_ADDR 0x0000000C
 #endif
 #define VERSION1 0x31313131
 #define VERSION2 0x31313132




More information about the coreboot mailing list