aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/chili/Makefile.inc
diff options
context:
space:
mode:
authorMichael Niewöhner <foss@mniewoehner.de>2020-12-21 03:46:58 +0100
committerMichael Niewöhner <foss@mniewoehner.de>2021-01-21 19:03:08 +0000
commiteb723f01afd6fa248560bc6749abd744f3ab3c6c (patch)
tree4fcc6eb9ce1aa76e36c5446981dff9b09949a1a8 /src/mainboard/siemens/chili/Makefile.inc
parent70992a4335560e0336605fe9fffa86c727b63b08 (diff)
mb/siemens/chili: do UART pad configuration at board-level
UART pad configuration should not be done in common code, because that may cause short circuits, when the user sets a wrong UART index. Thus, add the corresponding pads to a bootblock gpio table for the board as a first step. Common UART pad config code then gets dropped in CB:48829. Change-Id: Iad40b6315a29e7aea612a3e1a169372d296d1d6c Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49443 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/siemens/chili/Makefile.inc')
-rw-r--r--src/mainboard/siemens/chili/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/siemens/chili/Makefile.inc b/src/mainboard/siemens/chili/Makefile.inc
index c57c0a50dc..f3461344c3 100644
--- a/src/mainboard/siemens/chili/Makefile.inc
+++ b/src/mainboard/siemens/chili/Makefile.inc
@@ -2,6 +2,8 @@
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/include
+bootblock-y += bootblock.c
+
romstage-y += romstage.c
ramstage-y += mainboard.c