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
bootmode.c security/vboot: Rename Cr50 to GSC when applicable 2023-08-10 12:41:56 +00:00
common.c
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
mrc_cache_hash_tpm.c
mrc_cache_hash_tpm.h
secdata_mock.c
secdata_tpm.c security/vboot: Rename Cr50 to GSC when applicable 2023-08-10 12:41:56 +00:00
symbols.h
tpm_common.c
tpm_common.h
vbios_cache_hash_tpm.c
vbios_cache_hash_tpm.h
vbnv.c
vbnv.h
vbnv_cmos.c
vbnv_flash.c
vbnv_layout.h
vboot_common.c
vboot_common.h
vboot_lib.c
vboot_loader.c
vboot_logic.c security/vboot: Fix return type of extend_pcrs() 2023-09-18 15:16:08 +00:00
verstage.c