diff options
author | Aaron Durbin <adurbin@chromium.org> | 2013-12-13 13:02:46 -0800 |
---|---|---|
committer | Aaron Durbin <adurbin@google.com> | 2014-01-30 05:26:38 +0100 |
commit | 3a499c3a42e2d079c6c0c9600a3a8de928c30b6e (patch) | |
tree | ffeb7a60d404f26b505abd6b311dcc042370b6c3 /src/vendorcode/google/chromeos | |
parent | 16e899ba943f45b8506c3e75752adfc7dc2b52ba (diff) |
chromeos: provide option to identify reference code blob
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 <adurbin@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/180025
Reviewed-by: Shawn Nematbakhsh <shawnn@chromium.org>
Reviewed-on: http://review.coreboot.org/5022
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/vendorcode/google/chromeos')
-rw-r--r-- | src/vendorcode/google/chromeos/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/vendorcode/google/chromeos/Kconfig b/src/vendorcode/google/chromeos/Kconfig index a564608bee..2f17b7eaba 100644 --- a/src/vendorcode/google/chromeos/Kconfig +++ b/src/vendorcode/google/chromeos/Kconfig @@ -110,6 +110,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 |