summaryrefslogtreecommitdiff
path: root/src/mainboard/google/brya/variants/hades/Makefile.inc
diff options
context:
space:
mode:
authorTarun Tuli <taruntuli@google.com>2023-02-17 14:07:11 +0000
committerFelix Held <felix-coreboot@felixheld.de>2023-03-31 12:07:20 +0000
commit8f5295c6afdfcb1e3a42c18519a5679fae8e82f6 (patch)
treee45504caa00e1636f1752d54b0f938f5328fe282 /src/mainboard/google/brya/variants/hades/Makefile.inc
parent44c1b5e117eae4b73cf4394fd6d84775daf8649d (diff)
mb/google/brya/variants/hades: Add initial GPIO config for hades board
Initial hades GPIO config. Combination of original brya basebaord, Agah and new arbitrage output for hades design. Also moved GPIO config to the non baseboard variant model as we did on rex0. BUG=b:269371363 TEST=builds Signed-off-by: Tarun Tuli <taruntuli@google.com> Change-Id: I2a850240dd7f3ddf137d6a2ebe8a147f8976c16b Reviewed-on: https://review.coreboot.org/c/coreboot/+/72679 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/google/brya/variants/hades/Makefile.inc')
-rw-r--r--src/mainboard/google/brya/variants/hades/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/variants/hades/Makefile.inc b/src/mainboard/google/brya/variants/hades/Makefile.inc
new file mode 100644
index 0000000000..2fa692abed
--- /dev/null
+++ b/src/mainboard/google/brya/variants/hades/Makefile.inc
@@ -0,0 +1,3 @@
+bootblock-y += gpio.c
+romstage-y += gpio.c
+ramstage-y += gpio.c