coreboot-kgpe-d16/src/security/vboot
Julius Werner faa3d4680c vboot: Makefile: Also apply CPPFLAGS include path fixups to ccopts
In some cases (e.g. Arm architecture variants), include paths are stuck
into <stage>-generic-ccopts rather than CPPFLAGS_<stage> (in fact, the
whole redundancy between these two is kinda stupid and we should
probably eliminate the latter, but I don't want to get into that right
now). This patch makes sure those paths are also correctly translated
when invoking $(MAKE) for vboot.

Change-Id: I37f09b88e555567590664e0e6fac23c34fd887df
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/c/31084
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
2019-01-28 13:38:16 +00:00
..
antirollback.h src: Add missing license headers 2018-07-06 15:30:59 +00:00
bootmode.c buildsystem: Promote rules.h to default include 2019-01-16 11:51:07 +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 vboot: Makefile: Also apply CPPFLAGS include path fixups to ccopts 2019-01-28 13:38:16 +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 buildsystem: Promote rules.h to default include 2019-01-16 11:51:07 +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 buildsystem: Promote rules.h to default include 2019-01-16 11:51:07 +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