xref: /aosp_15_r20/external/coreboot/src/mainboard/intel/kblrvp/spd/Makefile.mk (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2
3romstage-y += spd_util.c
4
5SPD_SOURCES  = rvp3				# 0b000 Dual Channel 4GB
6SPD_SOURCES += empty				# 0b001
7SPD_SOURCES += empty				# 0b010
8SPD_SOURCES += empty				# 0b011
9SPD_SOURCES += empty				# 0b100
10SPD_SOURCES += empty				# 0b101
11SPD_SOURCES += hynix_dimm_H9CCNNNBJTMLAR	# 0b110 Dual Channel 8GB
12SPD_SOURCES += empty				# 0b111
13