blob: 2cb13453659f78bd4d62f63ebec9ddd0f1c6f0fa [file] [log] [blame]
Kangheui Wonb997b0a02021-04-29 15:19:03 +10001# SPDX-License-Identifier: GPL-2.0-only
2
Kangheui Wonb997b0a02021-04-29 15:19:03 +10003verstage-generic-ccopts += -I$(src)/vendorcode/amd/fsp/cezanne/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
Kangheui Wona5dae4c2021-05-06 13:22:16 +100010verstage-y += chipset.c
Raul E Rangel1828a542022-02-03 15:25:48 -070011verstage-y += uart.c
Kangheui Wonb997b0a02021-04-29 15:19:03 +100012
13verstage-y += $(top)/src/vendorcode/amd/fsp/cezanne/bl_uapp/bl_uapp_startup.S
14verstage-y += $(top)/src/vendorcode/amd/fsp/cezanne/bl_uapp/bl_uapp_end.S