aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/hatch/variants/nightfury/Makefile.inc
diff options
context:
space:
mode:
authorraymondchung <raymondchung@ami.corp-partner.google.com>2020-02-11 15:07:39 +0800
committerPatrick Georgi <pgeorgi@google.com>2020-03-12 07:41:10 +0000
commitd1f3022ebfce359ba26401bba8f71913fbc61886 (patch)
tree9498fe6a1f26ade8eae141e07076faef7b52fe5c /src/mainboard/google/hatch/variants/nightfury/Makefile.inc
parent396bb46e7dc14a5feb99de4513a13881de9ef83f (diff)
mb/google/hatch: Create nightfury variant
Create new variant and build for nightfury. BUG=b:149226871 TEST=FW_NAME="nightfury" emerge-hatch coreboot chromeos-bootimage Change-Id: If08692f4a2d216c57499098cc0e35abd708d99d4 Signed-off-by: Raymond Chung <raymondchung@ami.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38826 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Shelley Chen <shchen@google.com>
Diffstat (limited to 'src/mainboard/google/hatch/variants/nightfury/Makefile.inc')
-rw-r--r--src/mainboard/google/hatch/variants/nightfury/Makefile.inc24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/mainboard/google/hatch/variants/nightfury/Makefile.inc b/src/mainboard/google/hatch/variants/nightfury/Makefile.inc
new file mode 100644
index 0000000000..f46b7b0bcf
--- /dev/null
+++ b/src/mainboard/google/hatch/variants/nightfury/Makefile.inc
@@ -0,0 +1,24 @@
+## This file is part of the coreboot project.
+##
+## Copyright 2020 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 = LP_8G_2133 # 0b000
+SPD_SOURCES += empty_ddr4 # 0b001
+SPD_SOURCES += LP_4G_2133 # 0b010
+
+romstage-y += memory.c
+
+bootblock-y += gpio.c
+
+ramstage-y += gpio.c
+ramstage-y += ramstage.c