xref: /aosp_15_r20/external/coreboot/src/mainboard/google/auron/variants/samus/spd/Makefile.mk (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2
3romstage-y += spd.c
4
5# { GPIO65, GPIO67, GPIO68, GPIO69 }
6SPD_SOURCES  = empty		# 0b0000
7SPD_SOURCES += empty		# 0b0001
8SPD_SOURCES += empty		# 0b0010
9SPD_SOURCES += empty		# 0b0011
10SPD_SOURCES += empty		# 0b0100
11SPD_SOURCES += empty		# 0b0101
12SPD_SOURCES += samsung_4	# 0b0110
13SPD_SOURCES += empty		# 0b0111
14SPD_SOURCES += hynix_4		# 0b1000
15SPD_SOURCES += empty		# 0b1001
16SPD_SOURCES += samsung_8	# 0b1010
17SPD_SOURCES += empty		# 0b1011
18SPD_SOURCES += hynix_8		# 0b1100
19SPD_SOURCES += hynix_16		# 0b1101
20SPD_SOURCES += empty		# 0b1110
21SPD_SOURCES += elpida_16	# 0b1111
22
23LIB_SPD_DEPS := $(foreach f, $(SPD_SOURCES), src/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/spd/$(f).spd.hex)
24