diff options
author | Tim Crawford <tcrawford@system76.com> | 2022-12-30 10:05:38 -0700 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-01-05 17:55:17 +0000 |
commit | 7c92712cf0fdfd85fa518cda57e19d1cd7097108 (patch) | |
tree | 0faf94fe1f786c953c4a9dd5cb7f982963d875b2 /src/mainboard/system76/tgl-u/Makefile.inc | |
parent | 06545e0744e322b2148f4cb52eb976737754e65b (diff) |
mb/system76/tgl-u: Add FSP-S configs per variant
Configure CPU PCIe RP and IOM per variant.
Change-Id: I9c38af42206497dbb9436e9f2b8aff46fa4d3fb9
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71558
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jeremy Soller <jeremy@system76.com>
Diffstat (limited to 'src/mainboard/system76/tgl-u/Makefile.inc')
-rw-r--r-- | src/mainboard/system76/tgl-u/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/system76/tgl-u/Makefile.inc b/src/mainboard/system76/tgl-u/Makefile.inc index 845c39aa19..ca14835be7 100644 --- a/src/mainboard/system76/tgl-u/Makefile.inc +++ b/src/mainboard/system76/tgl-u/Makefile.inc @@ -12,5 +12,6 @@ romstage-y += variants/$(VARIANT_DIR)/romstage.c ramstage-y += ramstage.c ramstage-y += variants/$(VARIANT_DIR)/gpio.c ramstage-y += variants/$(VARIANT_DIR)/hda_verb.c +ramstage-y += variants/$(VARIANT_DIR)/ramstage.c SPD_SOURCES = samsung-M471A1G44AB0-CWE |