1## SPDX-License-Identifier: GPL-2.0-only 2 3## GPP_F12-F16 indicates mem_id to match specific spd file 4SPD_SOURCES = empty_ddr4 # 0b00000 5SPD_SOURCES += micron_dimm_MT40A512M16LY-075E # 0b10100 6SPD_SOURCES += micron_dimm_MT40A512M16TB-062EJ # 0b11100 7SPD_SOURCES += micron_dimm_MT40A1G16KNR-075E # 0b10010 8SPD_SOURCES += hynix_dimm_H5AN8G6NCJR-VKC # 0b10001 9SPD_SOURCES += hynix_dimm_H5ANAG6NCMR-VKC # 0b11001 10SPD_SOURCES += samsung_dimm_K4A8G165WC-BCTD # 0b10011 11SPD_SOURCES += samsung_dimm_K4AAG165WB-MCTD # 0b11011 12SPD_SOURCES += micron_dimm_MT40A1G16KD-062EE # 0b11010 13SPD_SOURCES += hynix_dimm_H5AN8G6NDJR-XNC # 0b01100 14SPD_SOURCES += samsung_dimm_K4AAG165WA-BCWE # 0b00000 15SPD_SOURCES += samsung_dimm_K4A8G165WC-BCWE # 0b00100 16 17bootblock-y += gpio.c 18ramstage-y += gpio.c 19romstage-y += gpio.c 20verstage-y += gpio.c 21 22romstage-y += memory.c 23 24ramstage-y += sku.c 25ramstage-y += smbios.c 26