diff options
author | Kevin Chiu <kevin.chiu.17802@gmail.com> | 2021-11-15 20:50:02 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-12-20 17:48:14 +0000 |
commit | 1a7afb8363ff58ca0558d005faeb0e45f905d976 (patch) | |
tree | 107a9ad26871fdfb0b17f35239d2f9148d1f887c /src/mainboard/google/brya/variants/vell/Makefile.inc | |
parent | f490d48b5ce69f8b60411228524ecc1637b15181 (diff) |
mb/google/brya/var/vell: update gpio override
Configure GPIOs according to schematics
BUG=b:205908918
TEST=emerge-brya coreboot
Change-Id: Icc91866f7555c294af7eed9e5d1550e73d8059d0
Signed-off-by: Kevin Chiu <Kevin.Chiu@quantatw.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59305
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard/google/brya/variants/vell/Makefile.inc')
-rw-r--r-- | src/mainboard/google/brya/variants/vell/Makefile.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/variants/vell/Makefile.inc b/src/mainboard/google/brya/variants/vell/Makefile.inc new file mode 100644 index 0000000000..58c4d79e02 --- /dev/null +++ b/src/mainboard/google/brya/variants/vell/Makefile.inc @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only +bootblock-y += gpio.c +romstage-y += gpio.c +ramstage-y += gpio.c |