coreboot-kgpe-d16/src/security/vboot
Werner Zeh 3c6d9e1879 security/vboot: Add VB2_LIB to romstage sources without dependencies
The coming feature "measured boot" relies on VB2_LIB in romstage. In the
case where there is no separate verstage, compile the library just for
romstage as it will then be shared across verstage and romstage code. If
there is a separate verstage, compile the library separately for
verstage and romstage.

Change-Id: I8126c21b8fbe8dd65d95af49cbe2ad776b8ef605
Signed-off-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-on: https://review.coreboot.org/c/29827
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
2018-11-28 11:52:12 +00:00
..
antirollback.h src: Add missing license headers 2018-07-06 15:30:59 +00:00
bootmode.c Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
common.c src: Remove unneeded include <cbfs.h> 2018-11-16 10:26:32 +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
Kconfig security/vboot: Add selection for firmware slots used by VBOOT 2018-11-08 16:19:37 +00:00
Makefile.inc security/vboot: Add VB2_LIB to romstage sources without dependencies 2018-11-28 11:52:12 +00:00
misc.h
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 src: Get rid of duplicated includes 2018-11-16 09:50:03 +00:00
symbols.h security/vboot: Remove redundent _verstage/_everstage/_verstage_size symbols 2018-05-14 16:24:28 +00:00
vbnv.c security/vboot: Add function to read UDC enable flag 2018-04-27 02:51:25 +00:00
vbnv.h security/vboot: Add function to read UDC enable flag 2018-04-27 02:51:25 +00:00
vbnv_cmos.c
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: Remove unneeded include <console/console.h> 2018-11-16 09:50:29 +00:00
vboot_common.h Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
vboot_handoff.c src: Remove unneeded include <cbfs.h> 2018-11-16 10:26:32 +00:00
vboot_loader.c src: Remove unneeded include <cbmem.h> 2018-11-16 10:56:47 +00:00
vboot_logic.c vboot: fix CONFIG_RESUME_PATH_SAME_AS_BOOT S3 resume logic 2018-10-24 09:07:43 +00:00
verstage.c Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00