coreboot-kgpe-d16/src/security/vboot
Joel Kitching f7f41a663f vboot_handoff: do not set VBSD_HONOR_VIRT_DEV_SWITCH
As part of chromium:942901, physical dev switch functionality
is being deprecated.

This flag is no longer read after CL:1526070, and thus
does not need to be set here.

coreboot's vboot subrepository needs to be updated to include
CL:1526070 before this CL can be merged.

BUG=b:124141368, b:124192753, chromium:942901
TEST=Build and deploy to eve
TEST=util/lint/checkpatch.pl -g origin/master..HEAD
TEST=make clean && make test-abuild
CQ-DEPEND=CL:1526070
BRANCH=none

Change-Id: Ie5849f9e0fcb8e4e6d35d542a141bf635e751af4
Signed-off-by: Joel Kitching <kitching@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31952
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-03-27 08:19:58 +00:00
..
Kconfig vboot: deprecate physical dev switch 2019-03-27 06:13:27 +00:00
Makefile.inc security/vboot: Add measured boot mode 2019-02-25 22:29:16 +00:00
antirollback.h src: Add missing license headers 2018-07-06 15:30:59 +00:00
bootmode.c src: Use 'include <string.h>' when appropriate 2019-03-20 20:27:51 +00:00
common.c vboot: standardize on working data size 2019-03-21 16:24:03 +00:00
gbb.c vboot: Add support for reading GBB flags 2018-04-09 09:27:50 +00:00
gbb.h vboot: Add support for reading GBB flags 2018-04-09 09:27:50 +00:00
misc.h vboot: make vboot workbuf available to payload 2019-03-19 21:43:02 +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 security/tpm: Unify the coreboot TPM software stack 2018-06-04 20:33:07 +00:00
secdata_tpm.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
symbols.h security/tpm: Fix TCPA log feature 2019-03-07 12:47:01 +00:00
vbnv.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
vbnv.h security/vboot: Add function to read UDC enable flag 2018-04-27 02:51:25 +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
vbnv_layout.h security/vboot: Add function to read UDC enable flag 2018-04-27 02:51:25 +00:00
vboot_common.c src: Use 'include <string.h>' when appropriate 2019-03-20 20:27:51 +00:00
vboot_common.h coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
vboot_crtm.c src: Use 'include <string.h>' when appropriate 2019-03-20 20:27:51 +00:00
vboot_crtm.h src: Drop unused 'include <cbfs.h>' 2019-03-19 17:14:39 +00:00
vboot_handoff.c vboot_handoff: do not set VBSD_HONOR_VIRT_DEV_SWITCH 2019-03-27 08:19:58 +00:00
vboot_loader.c src: Use 'include <string.h>' when appropriate 2019-03-20 20:27:51 +00:00
vboot_logic.c vboot: deprecate physical dev switch 2019-03-27 06:13:27 +00:00
verstage.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00