coreboot-kgpe-d16/src/security/vboot
Julius Werner 998dc17f52 vboot: Turn vboot_logic_executed() into a static inline
This patch moves vboot_logic_executed() (and its dependencies) into a
header and turns it into a static inline function. The function is used
to guard larger amounts of code in several places, so this should allow
us to save some more space through compile-time elimination (and also
makes it easier to avoid undefined reference issues in some cases).

Change-Id: I193f608882cbfe07dc91ee90d02fafbd67a3c324
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32716
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
2019-05-10 21:43:15 +00:00
..
antirollback.h vboot: include vb2_sha.h when required 2019-05-09 06:32:44 +00:00
bootmode.c vboot: specify NEED_VB20_INTERNALS when needed 2019-04-29 12:24:17 +00:00
common.c src: Use include <reset.h> when appropriate 2019-03-29 20:00:20 +00:00
gbb.c vboot: remove use of GoogleBinaryBlockHeader 2019-05-06 12:40:31 +00:00
gbb.h vboot: remove use of GoogleBinaryBlockHeader 2019-05-06 12:40:31 +00:00
Kconfig vboot: refactor OPROM code 2019-04-30 21:47:25 +00:00
Makefile.inc security/vboot: Add measured boot mode 2019-02-25 22:29:16 +00:00
misc.h vboot: Turn vboot_logic_executed() into a static inline 2019-05-10 21:43:15 +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 src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
vbnv_layout.h security/vboot: Add function to read UDC enable flag 2018-04-27 02:51:25 +00:00
vboot_common.c vboot: remove use of VbInitParams 2019-05-09 06:31:57 +00:00
vboot_common.h vboot: remove use of VbInitParams 2019-05-09 06:31:57 +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: communicate display requirements with vb2api_fw_phase1 2019-05-09 06:32:26 +00:00
vboot_loader.c vboot: Turn vboot_logic_executed() into a static inline 2019-05-10 21:43:15 +00:00
vboot_logic.c vboot: communicate display requirements with vb2api_fw_phase1 2019-05-09 06:32:26 +00:00
verstage.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00