summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2015-06-08 14:57:31 -0500
committerAaron Durbin <adurbin@chromium.org>2015-06-09 22:38:51 +0200
commite007b0c01604c90fcdc84027af2dfcda8718c80e (patch)
treeabddf881366fdd6b970b417b7a1982248757860f /src
parent5793b7371dd82ad688164122850d63cdbda56859 (diff)
downloadcoreboot-e007b0c01604c90fcdc84027af2dfcda8718c80e.tar.gz
coreboot-e007b0c01604c90fcdc84027af2dfcda8718c80e.tar.bz2
coreboot-e007b0c01604c90fcdc84027af2dfcda8718c80e.zip
vboot: add new firmware indicies
Some patches landed that didn't introduce the Kconfig options for additional firmware components. Add them. Change-Id: I0a0b7f0291389d126a7c491f710618a278cfb5d7 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/10470 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/vendorcode/google/chromeos/vboot2/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/vendorcode/google/chromeos/vboot2/Kconfig b/src/vendorcode/google/chromeos/vboot2/Kconfig
index dc9b8d04906f..3106737c20a9 100644
--- a/src/vendorcode/google/chromeos/vboot2/Kconfig
+++ b/src/vendorcode/google/chromeos/vboot2/Kconfig
@@ -102,6 +102,20 @@ config VBOOT_BOOT_LOADER_INDEX
This is the index of the bootloader component in the verified
firmware block.
+config VBOOT_SECURE_OS_INDEX
+ hex "ARM64 Secure OS index"
+ default 0x5
+ depends on VBOOT_VERIFY_FIRMWARE
+ help
+ Secure OS software component used on ARM64 machines.
+
+config VBOOT_BL31_INDEX
+ hex "ARM64 BL31 index"
+ default 0x4
+ depends on VBOOT_VERIFY_FIRMWARE
+ help
+ This is the index of the BL31 program on ARM64 machines.
+
config VBOOT_DYNAMIC_WORK_BUFFER
bool "Vboot's work buffer is dynamically allocated."
default n