mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
This adds important header files that specify calling interface between coreboot and FSP. Change-Id: I393601c91e3c3f630e0fc899f1140ecefed8ecba Signed-off-by: Andrey Petrov <andrey.petrov@intel.com> Reviewed-on: https://review.coreboot.org/13796 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
11 lines
268 B
Makefile
11 lines
268 B
Makefile
romstage-y += hand_off_block.c
|
|
romstage-y += util.c
|
|
romstage-y += memory_init.c
|
|
|
|
ramstage-y += graphics.c
|
|
ramstage-y += hand_off_block.c
|
|
ramstage-y += notify.c
|
|
ramstage-y += silicon_init.c
|
|
ramstage-y += util.c
|
|
|
|
CPPFLAGS_common += -I$(src)/drivers/intel/fsp2_0/include
|