From fefc69e5d169e3e336e10b2623a6be1280fec291 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Fri, 13 Dec 2013 13:02:46 -0800 Subject: [PATCH] chromeos: add VBOOT_REFCODE_INDEX option Certain platforms need to have reference code packaged and verified through vboot. Therefore, add this option. BUG=chrome-os-partner:22867 BRANCH=None TEST=Built. Change-Id: Iea4b96bcf334289edbc872a253614bb1bebe196a Signed-off-by: Aaron Durbin Reviewed-on: https://chromium-review.googlesource.com/180025 Reviewed-by: Shawn Nematbakhsh --- src/vendorcode/google/chromeos/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/vendorcode/google/chromeos/Kconfig b/src/vendorcode/google/chromeos/Kconfig index d5ca2124ea..f3bcf9d20c 100644 --- a/src/vendorcode/google/chromeos/Kconfig +++ b/src/vendorcode/google/chromeos/Kconfig @@ -108,6 +108,14 @@ config VBOOT_RAMSTAGE_INDEX This is the index of the ramstage component in the verified firmware block. +config VBOOT_REFCODE_INDEX + hex "Reference code firmware index" + default 1 + depends on VBOOT_VERIFY_FIRMWARE + help + This is the index of the reference code component in the verified + firmware block. + config NO_TPM_RESUME bool default n