summaryrefslogtreecommitdiff
path: root/src/mainboard/google/brya/variants/ghost4adl/Makefile.inc
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-17 16:21:57 -0600
committerFelix Held <felix-coreboot@felixheld.de>2022-06-23 12:16:05 +0000
commitdbc904b267684ec2624cf675bc02a7e3f72d20ac (patch)
treee5e707617f3109992b54de557f212d857f84f228 /src/mainboard/google/brya/variants/ghost4adl/Makefile.inc
parent9541739f7935e7c52090da723e752cc5883c7f29 (diff)
mb/google/brya/var/ghost: Add auto-generated GPIO config from Arbitrage
Arbitrage is an internal tool at Google to work with schematics programatically. In particular, it features an "export-coreboot-gpio" command, which, does it's best to try and make a gpio.c from the schematics to avoid human errors when translating to C code. This commit adds a gpio.c generated by running: "arb export-coreboot-gpio ghost4adl:P0_2022_06_17" This GPIO config will require hand modification. This is done in a follow-up CL. (i.e., this CL intentionally leaves the config exactly how it was generated by Arbitrage so we get a good diff on the changes we needed to make) BUG=b:234626939,b:231719130 BRANCH=firmware-brya-14505.B TEST=emerge-ghost coreboot Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I35a85202768a366357073d3ebc177d0e0da661f7 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65210 Reviewed-by: Caveh Jalali <caveh@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/brya/variants/ghost4adl/Makefile.inc')
-rw-r--r--src/mainboard/google/brya/variants/ghost4adl/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/variants/ghost4adl/Makefile.inc b/src/mainboard/google/brya/variants/ghost4adl/Makefile.inc
index c44e4f0364..073317f666 100644
--- a/src/mainboard/google/brya/variants/ghost4adl/Makefile.inc
+++ b/src/mainboard/google/brya/variants/ghost4adl/Makefile.inc
@@ -1,2 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-only
romstage-y += memory.c
+
+bootblock-y += gpio.c
+romstage-y += gpio.c
+ramstage-y += gpio.c