summaryrefslogtreecommitdiff
path: root/src/mainboard/google/poppy/variants/rammus/Makefile.inc
diff options
context:
space:
mode:
authorZhuohao Lee <zhuohao@chromium.org>2018-08-02 23:53:20 +0800
committerPatrick Georgi <pgeorgi@google.com>2018-08-06 07:55:12 +0000
commit351655cfd04bb332ccdef1d1f7cbf871f69ec5b3 (patch)
tree1a363f7346f1f2927d033024caafefd75f5fed05 /src/mainboard/google/poppy/variants/rammus/Makefile.inc
parent3d1bd1f042d9d552d752ea4ed072da34337b84fc (diff)
downloadcoreboot-351655cfd04bb332ccdef1d1f7cbf871f69ec5b3.tar.xz
mb/google/poppy/variants/rammus: add gpio setting
The gpio setting is based on the proto board schematics BUG=b:111579386 BRANCH=Master TEST=Build pass Change-Id: I20fc081d372b8686f6128a7e85276f9c6798b199 Signed-off-by: Zhuohao Lee <zhuohao@chromium.org> Reviewed-on: https://review.coreboot.org/27807 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/poppy/variants/rammus/Makefile.inc')
-rw-r--r--src/mainboard/google/poppy/variants/rammus/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/poppy/variants/rammus/Makefile.inc b/src/mainboard/google/poppy/variants/rammus/Makefile.inc
index edfaceaa32..eed7c445d9 100644
--- a/src/mainboard/google/poppy/variants/rammus/Makefile.inc
+++ b/src/mainboard/google/poppy/variants/rammus/Makefile.inc
@@ -1,5 +1,8 @@
SPD_SOURCES = empty # 0b0000
+bootblock-y += gpio.c
+
romstage-y += memory.c
+ramstage-y += gpio.c
ramstage-y += nhlt.c