[coreboot-gerrit] Patch set updated for coreboot: 5035de2 google/panther: Fix RW ramstage index

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Sun Jul 6 00:31:44 CEST 2014


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6005

-gerrit

commit 5035de2bd545303325124b88f7863b55e4e41c11
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Fri Feb 14 13:22:30 2014 -0800

    google/panther: Fix RW ramstage index
    
    Without this patch coreboot will always use the read-only version
    of ramstage, even if there is a read-write version available.
    
    BRANCH=panther
    BUG=chrome-os-partner:25870
    TEST=Install different RO and RW version, check in cbmem log that
         coreboot's romstage and ramstage have different timestamps
         in their banners.
    
    Change-Id: I723a3d4479d59534660728d891a9f40a077b4ef0
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
    Signed-off-by: Stefan Reinauer <reinauer at chromium.org>
    Reviewed-on: https://chromium-review.googlesource.com/186664
    Commit-Queue: Stefan Reinauer <reinauer at chromium.org>
    Tested-by: Stefan Reinauer <reinauer at chromium.org>
    Reviewed-by: Duncan Laurie <dlaurie at chromium.org>
---
 src/mainboard/google/panther/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/panther/Kconfig b/src/mainboard/google/panther/Kconfig
index 4c507c7..db44396 100644
--- a/src/mainboard/google/panther/Kconfig
+++ b/src/mainboard/google/panther/Kconfig
@@ -20,7 +20,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 
 config VBOOT_RAMSTAGE_INDEX
 	hex
-	default 0x2
+	default 0x1
 
 config MAINBOARD_DIR
 	string



More information about the coreboot-gerrit mailing list