coreboot/src/security/vboot
Yu-Ping Wu a3ff9e7cdb security/vboot: Fix return type of extend_pcrs()
Since vboot_extend_pcr() returns vb2_error_t, the return type of
extend_pcrs() should be vb2_error_t too.

Also fix an assignment for vboot_locate_firmware(), which returns int
instead of vb2_error_t.

Change-Id: I1a2a2a66f3e594aba64d33cfc532d1bd88fa305e
Signed-off-by: Yu-Ping Wu <yupingso@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77869
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yidi Lin <yidilin@google.com>
Reviewed-by: Julius Werner <jwerner@chromium.org>
2023-09-18 15:16:08 +00:00
..
antirollback.h security/vboot: Add store/validate methods for AMD VBIOS FMAP cache 2023-02-13 14:56:22 +00:00
bootmode.c security/vboot: Rename Cr50 to GSC when applicable 2023-08-10 12:41:56 +00:00
common.c vboot: Add VBOOT_CBFS_INTEGRATION support 2022-11-08 23:03:49 +00:00
ec_sync.c vboot: Drop argument to select slot from vb2ex_ec_protect() 2023-06-06 01:37:22 +00:00
Kconfig mb/google/nissa/var/joxer: Remove VBOOT_GSC_BOARD_ID config 2023-06-07 09:20:24 +00:00
Makefile.inc x86: Add .data section support for pre-memory stages 2023-09-14 21:02:07 +00:00
misc.h cbfs/vboot: Adapt to new vb2_digest API 2022-09-02 23:51:29 +00:00
mrc_cache_hash_tpm.c cbfs/vboot: Adapt to new vb2_digest API 2022-09-02 23:51:29 +00:00
mrc_cache_hash_tpm.h security/vboot: Make mrc_cache hash functions generic 2020-10-20 23:25:39 +00:00
secdata_mock.c security/vboot: Add store/validate methods for AMD VBIOS FMAP cache 2023-02-13 14:56:22 +00:00
secdata_tpm.c security/vboot: Rename Cr50 to GSC when applicable 2023-08-10 12:41:56 +00:00
symbols.h treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
tpm_common.c cbfs/vboot: Adapt to new vb2_digest API 2022-09-02 23:51:29 +00:00
tpm_common.h Add Kconfig TPM 2021-05-26 12:31:10 +00:00
vbios_cache_hash_tpm.c security/vboot: Add store/validate methods for AMD VBIOS FMAP cache 2023-02-13 14:56:22 +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 security/vboot: Drop assert call from vbnv_udc_enable_flag() 2022-12-21 18:52:50 +00:00
vbnv.h security/vboot: Update vbnv_init signature 2022-12-16 01:23:03 +00:00
vbnv_cmos.c coreboot_table: Move VBOOT_VBNV support 2021-02-04 08:43:39 +00:00
vbnv_flash.c security/vboot: Check RW_NVRAM at buildtime 2023-01-13 08:25:33 +00:00
vbnv_layout.h treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
vboot_common.c vboot/vboot_common: Fix vboot_save_data() code exclusion guard 2022-12-01 22:12:10 +00:00
vboot_common.h vboot: Introduce handy vboot reboot functions 2022-11-08 14:44:54 +00:00
vboot_lib.c src: Change BOOL CONFIG_ to CONFIG() in comments & strings 2020-07-26 21:20:30 +00:00
vboot_loader.c vboot: Fix reboot loop in recovery with VBOOT_CBFS_INTEGRATION 2023-02-21 01:36:50 +00:00
vboot_logic.c security/vboot: Fix return type of extend_pcrs() 2023-09-18 15:16:08 +00:00
verstage.c verstage: Add debug print when returning from verstage 2021-04-06 07:49:43 +00:00