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>
This commit is contained in:
Aaron Durbin 2015-06-08 14:57:31 -05:00
parent 5793b7371d
commit e007b0c016
1 changed files with 14 additions and 0 deletions

View File

@ -102,6 +102,20 @@ config VBOOT_BOOT_LOADER_INDEX
This is the index of the bootloader component in the verified This is the index of the bootloader component in the verified
firmware block. 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 config VBOOT_DYNAMIC_WORK_BUFFER
bool "Vboot's work buffer is dynamically allocated." bool "Vboot's work buffer is dynamically allocated."
default n default n