Aaron Durbin (adurbin@google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5024
-gerrit
commit 418af23be8ca84c1acee695580a1aec825ea24b4 Author: Aaron Durbin adurbin@chromium.org Date: Fri Dec 13 13:08:59 2013 -0800
rambi: specify reference code index in vboot area
Rambi's reference code will live at slot 3 in the verified firmware section.
BUG=chrome-os-partner:22867 BRANCH=None TEST=Built and booted. Verified correct area where reference code was loaded from.
Change-Id: I8bee46600429ac8f732fe334852f69aff1324150 Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: https://chromium-review.googlesource.com/180027 Reviewed-by: Shawn Nematbakhsh shawnn@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 dc31541..f784aed 100644 --- a/src/mainboard/google/rambi/Kconfig +++ b/src/mainboard/google/rambi/Kconfig @@ -17,6 +17,10 @@ config VBOOT_RAMSTAGE_INDEX hex default 0x2
+config VBOOT_REFCODE_INDEX + hex + default 0x3 + config MAINBOARD_DIR string default google/rambi