aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/hatch/variants/dratini/Makefile.inc
diff options
context:
space:
mode:
authorWisley Chen <wisley.chen@quantatw.com>2019-09-06 20:01:32 +0800
committerPatrick Georgi <pgeorgi@google.com>2019-09-11 14:44:47 +0000
commitded3f909cbdc0e464e5cac3119a43157e3f56901 (patch)
tree32abee351ba5a4541864009c5766becd311154da /src/mainboard/google/hatch/variants/dratini/Makefile.inc
parent3f19e1d97ff1a8410cf1973989cbb6573610388a (diff)
mb/google/hatch: Create dratini variant
Create dratini variant BUG=b:140610519 TEST=emerge-hatch coreboot, and boot into chromeos on proto board Change-Id: Ied1240d1be831568e4ab4695b893c3f48821f68b Signed-off-by: Wisley Chen <wisley.chen@quantatw.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35285 Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/hatch/variants/dratini/Makefile.inc')
-rw-r--r--src/mainboard/google/hatch/variants/dratini/Makefile.inc25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/mainboard/google/hatch/variants/dratini/Makefile.inc b/src/mainboard/google/hatch/variants/dratini/Makefile.inc
new file mode 100644
index 0000000000..d82d7979e5
--- /dev/null
+++ b/src/mainboard/google/hatch/variants/dratini/Makefile.inc
@@ -0,0 +1,25 @@
+## 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
+SPD_SOURCES += 8G_3200 # 0b110
+SPD_SOURCES += 16G_3200 # 0b111
+
+bootblock-y += gpio.c
+ramstage-y += gpio.c