[coreboot-gerrit] New patch to review for coreboot: 355778a ARM: Update the size/location of the coreboot tables so we can boot again

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Mon Nov 18 23:04:27 CET 2013


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

-gerrit

commit 355778a3241990d353e7172365e837140be87411
Author: Gabe Black <gabeblack at google.com>
Date:   Thu Apr 11 22:44:37 2013 -0700

    ARM: Update the size/location of the coreboot tables so we can boot again
    
    Change-Id: I3235f42c7faaf28a63455162ea55dc1a6bebd1f5
    Signed-off-by: Gabe Black <gabeblack at google.com>
    Reviewed-by: Hung-Te Lin <hungte at google.com>
    Reviewed-on: https://gerrit.chromium.org/gerrit/48290
    Reviewed-by: Hung-Te Lin <hungte at chromium.org>
    Tested-by: Gabe Black <gabeblack at chromium.org>
    Commit-Queue: Gabe Black <gabeblack at chromium.org>
---
 payloads/libpayload/arch/armv7/coreboot.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/payloads/libpayload/arch/armv7/coreboot.c b/payloads/libpayload/arch/armv7/coreboot.c
index 9545f29..414b7fa 100644
--- a/payloads/libpayload/arch/armv7/coreboot.c
+++ b/payloads/libpayload/arch/armv7/coreboot.c
@@ -283,7 +283,7 @@ static int cb_parse_header(void *addr, int len, struct sysinfo_t *info)
 
 int get_coreboot_info(struct sysinfo_t *info)
 {
-	int ret = cb_parse_header(phys_to_virt(0xbff00000), 0x100000, info);
+	int ret = cb_parse_header(phys_to_virt(0xbc000000), 0x4000000, info);
 
 	return (ret == 1) ? 0 : -1;
 }



More information about the coreboot-gerrit mailing list