aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/volteer/variants/copano/Makefile.inc
diff options
context:
space:
mode:
authorhao_chou <hao_chou@pegatron.corp-partner.google.com>2020-12-28 19:48:41 +0800
committerPatrick Georgi <pgeorgi@google.com>2021-01-08 08:14:04 +0000
commitd880b5ccc58f9ba2164162adee38801369256319 (patch)
tree481138f79c43d34b94bb9914a54f1856e22efbd7 /src/mainboard/google/volteer/variants/copano/Makefile.inc
parent6df453724ffad4eac82e5e7fd407507061d5185e (diff)
mb/google/volteer: Add GPIO to copano support
Add support for gpio driver for copano BUG=b:175896481 BRANCH=firmware-volteer-13672.B TEST=emerge-volteer coreboot Signed-off-by: hao_chou <hao_chou@pegatron.corp-partner.google.com> Change-Id: I1e0f730c9865ed77c7071245b071315a9c6ea4c8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/48951 Reviewed-by: Zhuohao Lee <zhuohao@google.com> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/volteer/variants/copano/Makefile.inc')
-rw-r--r--src/mainboard/google/volteer/variants/copano/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/volteer/variants/copano/Makefile.inc b/src/mainboard/google/volteer/variants/copano/Makefile.inc
index 9064208bff..343c7dbb95 100644
--- a/src/mainboard/google/volteer/variants/copano/Makefile.inc
+++ b/src/mainboard/google/volteer/variants/copano/Makefile.inc
@@ -1,3 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-only
romstage-y += memory.c
+
+bootblock-y += gpio.c
+
+ramstage-y += gpio.c