aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/hatch/variants/mushu/Makefile.inc
diff options
context:
space:
mode:
authorBob Moragues <moragues@google.com>2019-12-06 14:20:00 -0800
committerPatrick Georgi <pgeorgi@google.com>2019-12-19 17:46:19 +0000
commitf82fa746bf9f5e07919f19563a9a0f2e136e40fe (patch)
treeab7913f07413ceb88f307ac0079a5f6d691ae1f7 /src/mainboard/google/hatch/variants/mushu/Makefile.inc
parentbd3037bfa70e2a0ccc1e7a7c89353bcb6491d527 (diff)
mb/google/hatch: Add mushu variant
Create initial overlays and build for mushu Signed-off-by: Bob Moragues <moragues@chromium.org> Change-Id: I81b5bf960ead0463159ac35f4f96e3ccc8c0364e Reviewed-on: https://review.coreboot.org/c/coreboot/+/37645 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/hatch/variants/mushu/Makefile.inc')
-rw-r--r--src/mainboard/google/hatch/variants/mushu/Makefile.inc23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/mainboard/google/hatch/variants/mushu/Makefile.inc b/src/mainboard/google/hatch/variants/mushu/Makefile.inc
new file mode 100644
index 0000000000..a990b5ad05
--- /dev/null
+++ b/src/mainboard/google/hatch/variants/mushu/Makefile.inc
@@ -0,0 +1,23 @@
+## This file is part of the coreboot project.
+##
+## Copyright 2019 Google LLC
+##
+## This program is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; version 2 of the License.
+##
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+## GNU General Public License for more details.
+##
+
+SPD_SOURCES = 4G_2400 # 0b000
+SPD_SOURCES += empty_ddr4 # 0b001
+SPD_SOURCES += 8G_2400 # 0b010
+SPD_SOURCES += 8G_2666 # 0b011
+SPD_SOURCES += 16G_2400 # 0b100
+SPD_SOURCES += 16G_2666 # 0b101
+
+ramstage-y += gpio.c
+bootblock-y += gpio.c