[coreboot-gerrit] Patch set updated for coreboot: 57da52c rambi: Set VBOOT_RAMSTAGE_INDEX to point to ramstage image

Aaron Durbin (adurbin@google.com) gerrit at coreboot.org
Tue Jan 28 05:29:25 CET 2014


Aaron Durbin (adurbin at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4899

-gerrit

commit 57da52cd3583f1eb0912b8a98c520d3bb4eaf9c9
Author: Shawn Nematbakhsh <shawnn at chromium.org>
Date:   Thu Oct 24 09:59:00 2013 -0700

    rambi: Set VBOOT_RAMSTAGE_INDEX to point to ramstage image
    
    The ramstage image is the third image in the partition (after ECRW hash
    and depthcharge image).
    
    TEST=Manual. Boot rambi, verify that ramstage image is correctly found:
    "RW ramstage image at 0xffb1dc70, 0x0000f391 bytes"
    BUG=None.
    
    Change-Id: I628db3daf0b109106c51693960487a0c83b4e9f4
    Signed-off-by: Shawn Nematbakhsh <shawnn at chromium.org>
    Reviewed-on: https://chromium-review.googlesource.com/174540
    Reviewed-by: Aaron Durbin <adurbin at chromium.org>
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
---
 src/mainboard/google/rambi/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/mainboard/google/rambi/Kconfig b/src/mainboard/google/rambi/Kconfig
index 74b1896..38260d2 100644
--- a/src/mainboard/google/rambi/Kconfig
+++ b/src/mainboard/google/rambi/Kconfig
@@ -13,6 +13,10 @@ config BOARD_SPECIFIC_OPTIONS
 	select CHROMEOS
 	select MARK_GRAPHICS_MEM_WRCOMB
 
+config VBOOT_RAMSTAGE_INDEX
+	hex
+	default 0x2
+
 config MAINBOARD_DIR
 	string
 	default google/rambi



More information about the coreboot-gerrit mailing list