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