mainboard/intel/avenuecity_crb: Update full IIO configuration
[coreboot2.git] / src / mainboard / google / auron / variants / gandof / spd / Makefile.mk
blob18b1062bb57cbc14945ebf42f2ec3e32da25b2ed
1 ## SPDX-License-Identifier: GPL-2.0-only
3 romstage-y += spd.c
5 # { GPIO47, GPIO9, GPIO13 }
6 SPD_SOURCES = Samsung_M471B5674EB0-YK0 # 0b0000
7 SPD_SOURCES += Hynix_HMT425S6CFR6A_H5TC4G63CFR # 0b0001
8 SPD_SOURCES += empty # 0b0010
9 SPD_SOURCES += empty # 0b0011
10 SPD_SOURCES += Samsung_M471B5674EB0-YK0 # 0b0100
11 SPD_SOURCES += Hynix_HMT425S6CFR6A_H5TC4G63CFR # 0b0101
12 SPD_SOURCES += empty # 0b0110
13 SPD_SOURCES += empty # 0b0111
15 LIB_SPD_DEPS := $(foreach f, $(SPD_SOURCES), src/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/spd/$(f).spd.hex)