summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/hatch/variants/nightfury/Makefile.inc
blob: f8ee7bc306fac2d9ae025d3b53d0bb7367c48343 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## This file is part of the coreboot project.
##
##
## SPDX-License-Identifier: GPL-2.0-only

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