coreboot/src/security/vboot
Dinesh Gehlot 896c76c5c1 security/vboot: Include new gbb flag to enforce CSE sync
This patch adds a GBB flag to coreboot, which, when enabled, enforces
CSE sync even if the current CSE version matches the version in CBFS.
The CSME sync GBB and flag are designed to enhance autotest
functionalities and are not intended or recommended for use in
developing any other features.

BUG=b:353053317
TEST=futility gbb --help

Cq-Depend: chromium:5718196
Change-Id: I6352959e1e898a90b4c6e12a22f8d6513f90ded9
Signed-off-by: Dinesh Gehlot <digehlot@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83685
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2024-08-02 14:43:04 +00:00
..
antirollback.h treewide: convert to tpm_result_t 2023-09-28 16:54:37 +00:00
bootmode.c security/vboot: Add Kconfig option to clear recovery request 2023-12-04 15:56:16 +00:00
common.c security/vboot: Die if vb2api_reinit() failed 2023-11-13 14:20:30 +00:00
ec_sync.c vboot: Drop argument to select slot from vb2ex_ec_protect() 2023-06-06 01:37:22 +00:00
Kconfig security/vboot: Include new gbb flag to enforce CSE sync 2024-08-02 14:43:04 +00:00
Makefile.mk security/vboot: Include new gbb flag to enforce CSE sync 2024-08-02 14:43:04 +00:00
misc.h Allow to build romstage sources inside the bootblock 2023-11-09 13:20:18 +00:00
mrc_cache_hash_tpm.c treewide: convert to tpm_result_t 2023-09-28 16:54:37 +00:00
mrc_cache_hash_tpm.h
secdata_mock.c treewide: convert to tpm_result_t 2023-09-28 16:54:37 +00:00
secdata_tpm.c security/vboot: extract secdata_tpm{1,2}.c 2024-03-28 15:20:11 +00:00
secdata_tpm1.c security/vboot: extract secdata_tpm{1,2}.c 2024-03-28 15:20:11 +00:00
secdata_tpm2.c security/vboot: extract secdata_tpm{1,2}.c 2024-03-28 15:20:11 +00:00
secdata_tpm_private.h security/vboot: extract secdata_tpm{1,2}.c 2024-03-28 15:20:11 +00:00
symbols.h
tpm_common.c security/tpm: replace CONFIG(TPMx) checks with runtime check 2024-03-28 15:18:04 +00:00
tpm_common.h treewide: convert to tpm_result_t 2023-09-28 16:54:37 +00:00
vbios_cache_hash_tpm.c treewide: convert to tpm_result_t 2023-09-28 16:54:37 +00:00
vbios_cache_hash_tpm.h security/vboot: Add store/validate methods for AMD VBIOS FMAP cache 2023-02-13 14:56:22 +00:00
vbnv.c
vbnv.h security/vboot: Introduce vbnv_platform_init_cmos() 2024-07-19 00:40:21 +00:00
vbnv_cmos.c security/vboot: Introduce vbnv_platform_init_cmos() 2024-07-19 00:40:21 +00:00
vbnv_flash.c
vbnv_layout.h
vboot_common.c Allow to build romstage sources inside the bootblock 2023-11-09 13:20:18 +00:00
vboot_common.h
vboot_lib.c
vboot_loader.c vboot: Fix reboot loop in recovery with VBOOT_CBFS_INTEGRATION 2023-02-21 01:36:50 +00:00
vboot_logic.c vboot: Add firmware PCR support 2024-01-04 14:30:33 +00:00
verstage.c