the following patch was just integrated into master:
commit 6a63c8cf5c6de6121e3a2306d7a26c568f97fa23
Author: Vladimir Serbinenko <phcoder(a)gmail.com>
Date: Sat Sep 6 10:12:47 2014 +0300
lenovo/{x60,t60}: Change PARTNUMBER for consistency
Change-Id: I0ace5f49b84170ab4701ad1b70d3c50c99066e53
Signed-off-by: Vladimir Serbinenko <phcoder(a)gmail.com>
Reviewed-on: http://review.coreboot.org/7178
Reviewed-by: Nico Huber <nico.h(a)gmx.de>
Tested-by: build bot (Jenkins)
See http://review.coreboot.org/7178 for details.
-gerrit
the following patch was just integrated into master:
commit 1d33b7a5a66fa49a05317c9af91e8d1d4a526f6e
Author: Vladimir Serbinenko <phcoder(a)gmail.com>
Date: Sat Sep 6 10:10:21 2014 +0300
lenovo: Use readable name as part number.
Part number is used only for coreboot ROM identification and
in coreboot tables. Rather than guessing the P/N, just use readable name.
SMBIOS uses information from EEPROM and so isn't affected.
Change-Id: I33534c3acb83f20d5b493c82bfc98896bf64ff1a
Signed-off-by: Vladimir Serbinenko <phcoder(a)gmail.com>
Reviewed-on: http://review.coreboot.org/7177
Reviewed-by: Nico Huber <nico.h(a)gmx.de>
Tested-by: build bot (Jenkins)
See http://review.coreboot.org/7177 for details.
-gerrit
Alexander Couzens (lynxis(a)fe80.eu) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7191
-gerrit
commit e8b8702957d63cc41250820155406efed0a644b5
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Sat Oct 25 02:17:53 2014 +0200
Revert arm cbfs removal from b6b1077ee
This fixes the build for a10/cubieboard
Change-Id: Ib393a4f10381e83bce7ed5fe8378d30e12411263
Signed-off-by: Alexander Couzens <lynxis(a)fe80.eu>
---
src/arch/arm/armv7/bootblock.S | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/arch/arm/armv7/bootblock.S b/src/arch/arm/armv7/bootblock.S
index a8d0973..1488049 100644
--- a/src/arch/arm/armv7/bootblock.S
+++ b/src/arch/arm/armv7/bootblock.S
@@ -33,6 +33,17 @@
.section ".start", "a", %progbits
ENTRY(_start)
+ b reset
+ .balignl 16,0xdeadbeef
+
+_cbfs_master_header:
+ /* The CBFS master header is inserted by cbfstool at the first
+ * aligned offset after the above anchor string is found.
+ * Hence, we leave some space for it.
+ */
+ .skip 128 @ Assumes 64-byte alignment
+
+reset:
/*
* Set the cpu to System mode with IRQ and FIQ disabled. Prefetch/Data
* aborts may happen early and crash before the abort handlers are