blob: 19dd8a72256a3739356370cfa05bbb46d425b669 [file] [log] [blame]
Jon Murphy4f732422022-08-05 15:43:44 -06001# SPDX-License-Identifier: GPL-2.0-only
2
Jon Murphy4f732422022-08-05 15:43:44 -06003verstage-generic-ccopts += -I$(src)/vendorcode/amd/fsp/mendocino/include
4
5verstage-generic-ccopts += -I$(src)/soc/amd/common/psp_verstage/include
6
7subdirs-$(CONFIG_VBOOT_STARTS_BEFORE_BOOTBLOCK) += ../../common/psp_verstage
8
9verstage-y += svc.c
10verstage-y += chipset.c
11verstage-y += uart.c
12
13verstage-y += $(top)/src/vendorcode/amd/fsp/mendocino/bl_uapp/bl_uapp_startup.S
14verstage-y += $(top)/src/vendorcode/amd/fsp/mendocino/bl_uapp/bl_uapp_end.S