coreboot-kgpe-d16/src/security/vboot
Julius Werner d618aaceae security/vboot: Use persistent context to read GBB flags
With the persistent vboot context coreboot no longer needs to read GBB
flags from flash itself -- it can just ask vboot for the cached result.
This patch removes the existing GBB code and provides gbb_is_flag_set()
(with a slightly better namespaced name) as a static inline instead.

Change-Id: Ibc3ed0f3fbeb53d630925d47df4dc474b0ed07ee
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37261
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Joel Kitching <kitching@google.com>
2019-11-28 07:03:20 +00:00
..
antirollback.h security/vboot: Add Support for Intel PTT 2019-08-06 12:07:49 +00:00
bootmode.c security/vboot: Remove selected_region from struct vboot_working_data 2019-11-20 13:26:17 +00:00
common.c security/vboot: Remove selected_region from struct vboot_working_data 2019-11-20 13:26:17 +00:00
ec_sync.c security/vboot/sync_ec: Add timestamps 2019-11-20 13:30:09 +00:00
Kconfig Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol 2019-11-25 09:17:38 +00:00
Makefile.inc security/vboot: Use persistent context to read GBB flags 2019-11-28 07:03:20 +00:00
misc.h security/vboot: Use persistent context to read GBB flags 2019-11-28 07:03:20 +00:00
mrc_cache_hash_tpm.c security/vboot: Add interface for FSP 2.0 mrc caching 2018-07-17 17:40:33 +00:00
secdata_mock.c vboot: update vboot2 functions to use new vb2_error_t 2019-08-21 09:32:45 +00:00
secdata_tpm.c security/vboot: Remove duplicate offsetof() definition 2019-11-26 11:46:06 +00:00
symbols.h security/tpm: Fix TCPA log feature 2019-03-07 12:47:01 +00:00
tpm_common.c vboot: extend BOOT_MODE_PCR to SHA256 bank on TPM2 2019-09-21 01:13:54 +00:00
tpm_common.h vboot: update vboot2 functions to use new vb2_error_t 2019-08-21 09:32:45 +00:00
vbnv.c src/[northbridge,security]: change "unsigned" to "unsigned int" 2019-10-27 18:12:50 +00:00
vbnv.h vboot: remove OPROM-related code 2019-05-15 17:50:08 +00:00
vbnv_cmos.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
vbnv_ec.c
vbnv_flash.c security/vboot: Remove vboot_named_region_device(_rw) 2019-11-19 15:29:20 +00:00
vbnv_layout.h vboot: rename BOOT_OPROM_NEEDED to BOOT_DISPLAY_REQUEST 2019-05-15 17:49:24 +00:00
vboot_common.c security/vboot: Use persistent context to read GBB flags 2019-11-28 07:03:20 +00:00
vboot_common.h security/vboot: Add vboot callbacks to support EC software sync 2019-11-20 13:29:49 +00:00
vboot_crtm.c src: Use 'include <string.h>' when appropriate 2019-03-20 20:27:51 +00:00
vboot_crtm.h security/vboot/vboot_crtm.h: Remove ENV_ for vboot_measure_cbfs_hook() 2019-05-20 14:41:40 +00:00
vboot_loader.c cbfs: switch to region_device for location APIs 2019-11-20 13:27:44 +00:00
vboot_logic.c security/vboot: Add vboot callbacks to support EC software sync 2019-11-20 13:29:49 +00:00
verstage.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00