[coreboot-gerrit] New patch to review for coreboot: 495f0ec vboot: add new firmware indicies

Aaron Durbin (adurbin@chromium.org) gerrit at coreboot.org
Mon Jun 8 22:00:26 CEST 2015


Aaron Durbin (adurbin at chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10470

-gerrit

commit 495f0ec980703623d5ee64bee79013609346fab5
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Mon Jun 8 14:57:31 2015 -0500

    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 at chromium.org>
---
 src/vendorcode/google/chromeos/vboot2/Kconfig | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/src/vendorcode/google/chromeos/vboot2/Kconfig b/src/vendorcode/google/chromeos/vboot2/Kconfig
index dc9b8d0..3106737 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



More information about the coreboot-gerrit mailing list