From 7fa56d330173ccdb7ee0f69e5a1b57cdbab25f7d Mon Sep 17 00:00:00 2001 From: David Hendricks Date: Tue, 3 Mar 2015 20:19:31 -0800 Subject: [PATCH] veyron_{brain,danger}: Specify vboot romstage and ramstage indices This applies the same hack to Danger and Brain as on Rialto which allows us to remove the EC-related sections from their respective flashmaps. BUG=none BRANCH=veyron CQ-DEPEND=CL:260871 TEST=built and booted on Brain w/ depthcharge and mosys changes, was able to read vbnv data from userspace Change-Id: I6c2041e8c17ab157599255a505aaef5e2447a241 Signed-off-by: David Hendricks Reviewed-on: https://chromium-review.googlesource.com/255780 Reviewed-by: Hung-Te Lin Reviewed-by: Julius Werner (cherry picked from commit 4de4273be9ac80ca77a34bc076d1f265fbb94e9f) jwerner: removed Danger Signed-off-by: Julius Werner Reviewed-on: https://chromium-review.googlesource.com/260891 --- src/mainboard/google/veyron_brain/Kconfig | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/mainboard/google/veyron_brain/Kconfig b/src/mainboard/google/veyron_brain/Kconfig index 78f6e522a2..b2424e3919 100644 --- a/src/mainboard/google/veyron_brain/Kconfig +++ b/src/mainboard/google/veyron_brain/Kconfig @@ -50,9 +50,16 @@ config MAINBOARD_VENDOR string default "Google" +# The 'ecrwhash' is removed from FMAP on Brain, since we don't have EC. +# As a result, we have to hack RAMSTAGE and ROMSTAGE index until there are +# better approaches for vboot2 to find right index. config VBOOT_RAMSTAGE_INDEX hex - default 0x3 + default 0x2 + +config VBOOT_ROMSTAGE_INDEX + hex + default 0x1 config BOOT_MEDIA_SPI_BUS hex