1## SPDX-License-Identifier: GPL-2.0-only 2 3# Order matters for SPD sources. The following indices 4# define the SPD data to use. 5# RAM_ID Vendor Vendor_PN Freq Size Total_size channel 6# 0b0011 Hynix H5TC4G63AFR-PBA 1600MHZ 4Gb 2GB single-channel 7# 0b0100 Hynix H5TC4G63CFR-PBA 1600MHZ 4Gb 2GB single-channel 8# 0b0101 Samsung K4B4G1646Q-HYK0 1600MHZ 4Gb 2GB single-channel 9# 0b0110 Hynix H5TC4G63CFR-PBA 1600MHZ 4Gb 4GB dual-channel 10# 0b0111 Samsung K4B4G1646Q-HYK0 1600MHZ 4Gb 4GB dual-channel 11SPD_SOURCES = empty # 0b0000 12SPD_SOURCES += empty # 0b0001 13SPD_SOURCES += empty # 0b0010 14SPD_SOURCES += hynix_2GiB_dimm_H5TC4G63AFR-PBA # 0b0011 15SPD_SOURCES += hynix_2GiB_dimm_H5TC4G63CFR-PBA # 0b0100 16SPD_SOURCES += samsung_2GiB_dimm_K4B4G1646Q-HYK0 # 0b0101 17SPD_SOURCES += hynix_2GiB_dimm_H5TC4G63CFR-PBA # 0b0110 18SPD_SOURCES += samsung_2GiB_dimm_K4B4G1646Q-HYK0 # 0b0111 19SPD_SOURCES += empty # 0b1000 20SPD_SOURCES += empty # 0b1001 21SPD_SOURCES += empty # 0b1010 22SPD_SOURCES += empty # 0b1011 23SPD_SOURCES += empty # 0b1100 24SPD_SOURCES += empty # 0b1101 25SPD_SOURCES += empty # 0b1110 26SPD_SOURCES += empty # 0b1111 27