1 ## SPDX-License-Identifier: GPL-2.0-only
3 menu "Verified Boot (verified_boot)"
5 config VENDORCODE_ELTAN_VBOOT
6 bool "Enable Verified Boot"
11 if VENDORCODE_ELTAN_VBOOT
13 config VENDORCODE_ELTAN_VBOOT_SIGNED_MANIFEST
14 bool "Enable Signed Manifest"
15 depends on VENDORCODE_ELTAN_VBOOT
18 config VENDORCODE_ELTAN_VBOOT_USE_SHA512
20 depends on VENDORCODE_ELTAN_VBOOT
23 Use SHA512 for the vboot operations, this applies to the digest in
24 the manifest and the manifest digest.
26 config VENDORCODE_ELTAN_OEM_MANIFEST_LOC
27 hex "Manifest Location"
30 config VENDORCODE_ELTAN_VBOOT_MANIFEST
31 string "Verified boot manifest file"
32 default "mainboard/\$(MAINBOARD_DIR)/manifest.h"
34 config VENDORCODE_ELTAN_OEM_MANIFEST_ITEMS
36 default 13 if INCLUDE_CONFIG_FILE
39 config VENDORCODE_ELTAN_OEM_MANIFEST_ITEM_SIZE
41 default 64 if VENDORCODE_ELTAN_VBOOT_USE_SHA512
44 config VENDORCODE_ELTAN_VBOOT_KEY_LOCATION
45 hex "Verified boot Key Location"
46 depends on VENDORCODE_ELTAN_VBOOT_SIGNED_MANIFEST
49 config VENDORCODE_ELTAN_VBOOT_KEY_FILE
50 string "Verified boot Key File"
51 depends on VENDORCODE_ELTAN_VBOOT_SIGNED_MANIFEST
52 default "3rdparty/eltan/verified_boot/Keys/key.vbpubk"
54 config VENDORCODE_ELTAN_VBOOT_KEY_SIZE
58 endif # VENDORCODE_ELTAN_VBOOT
59 endmenu # Verified Boot (verified_boot)