summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/morgana/psp_verstage/Makefile.inc
blob: 8d1e5e4aa0918e512aebcb3bd87e700bcd85ecaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# SPDX-License-Identifier: GPL-2.0-only

ifeq $($(CONFIG_VBOOT_STARTS_BEFORE_BOOTBLOCK),y)

subdirs-y += ../../common/psp_verstage

verstage-generic-ccopts += -I$(src)/soc/amd/morgana/psp_verstage/include
verstage-generic-ccopts += -I$(src)/soc/amd/common/psp_verstage/include
verstage-generic-ccopts += -Isrc/vendorcode/amd/fsp/morgana/include
verstage-generic-ccopts += -Isrc/vendorcode/amd/fsp/common/include

verstage-y += svc.c
verstage-y += chipset.c
verstage-y += uart.c

verstage-y +=$(top)/src/vendorcode/amd/fsp/common/bl_uapp/bl_uapp_startup.S
verstage-y += $(top)/src/vendorcode/amd/fsp/common/bl_uapp/bl_uapp_end.S

endif