summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/birman/Makefile.inc
diff options
context:
space:
mode:
authorFred Reitberger <reitbergerfred@gmail.com>2023-03-31 12:11:14 -0400
committerFelix Held <felix-coreboot@felixheld.de>2023-04-03 13:41:59 +0000
commit3881b10c0eb098046fb3feb079bc0bb44968149f (patch)
treeae8356bb06e3d892885653c76fd883fa55d7430d /src/mainboard/amd/birman/Makefile.inc
parentb99cd85f740e15688578ab16dd5156d5709baef0 (diff)
mb/amd/birman/port_descriptors: split files for phoenix/glinda
Glinda and Phoenix have different requirements, so split the birman port_descriptors file to betty apply to each SoC. Signed-off-by: Fred Reitberger <reitbergerfred@gmail.com> Change-Id: Ia28cf4172b6adada10809e0135b2459077fa3da0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/74123 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/amd/birman/Makefile.inc')
-rw-r--r--src/mainboard/amd/birman/Makefile.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mainboard/amd/birman/Makefile.inc b/src/mainboard/amd/birman/Makefile.inc
index df931d991a..079e72b615 100644
--- a/src/mainboard/amd/birman/Makefile.inc
+++ b/src/mainboard/amd/birman/Makefile.inc
@@ -4,11 +4,13 @@ bootblock-y += bootblock.c
bootblock-y += early_gpio.c
bootblock-y += ec.c
-romstage-y += port_descriptors.c
+romstage-$(CONFIG_BOARD_AMD_BIRMAN_PHOENIX) += port_descriptors_phoenix.c
+romstage-$(CONFIG_BOARD_AMD_BIRMAN_GLINDA) += port_descriptors_glinda.c
ramstage-y += chromeos.c
ramstage-y += gpio.c
-ramstage-y += port_descriptors.c
+ramstage-$(CONFIG_BOARD_AMD_BIRMAN_PHOENIX) += port_descriptors_phoenix.c
+ramstage-$(CONFIG_BOARD_AMD_BIRMAN_GLINDA) += port_descriptors_glinda.c
ifneq ($(wildcard $(MAINBOARD_BLOBS_DIR)/APCB_FP8_LPDDR5.bin),)
APCB_SOURCES = $(MAINBOARD_BLOBS_DIR)/APCB_FP8_LPDDR5.bin