1 ## SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-or-later
7 CBFS is the archive format of coreboot
12 bool "Output verbose CBFS debug messages"
15 This option enables additional CBFS related debug messages.
17 config ENABLE_CBFS_FALLBACK
18 bool "Fallback to RO (COREBOOT) region"
21 When this option is enabled, the CBFS code will look for a file in the
22 RO (COREBOOT) region, if it isn't available in the active RW region.
23 This option makes sense only if CONFIG_VBOOT was enabled in the coreboot.
25 config CBFS_VERIFICATION
26 bool "Enable CBFS verification"
29 This option enables hash verification of CBFS files in RO (COREBOOT) and RW regions.