aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/zork/variants/vilboz/spd/Makefile.inc
blob: c9a91083d80c6a2b1a894f0e95c1fd05fc07f322 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# SPDX-License-Identifier: GPL-2.0-or-later

# Ordered List of APCB entries, up to 16.
# Entries should match this pattern {NAME}_x{1,2}
# There should be a matching SPD hex file in SPD_SOURCES_DIR
# matching the pattern {NAME}.spd.hex
# The _x{1,2} suffix denotes single or dual channel
# TODO: Remove channel suffix when b:141434940 is fixed
# Alternatively, generated APCBs stored at
# CONFIG_APCB_BLOB_DIR/APCB_{NAME}.bin can be included.
APCB_SOURCES  = hynix-H5AN8G6NCJR-VKC_x1	# 0b0000
APCB_SOURCES += hynix-H5ANAG6NCMR-VKC_x1	# 0b0001
APCB_SOURCES += samsung-K4A8G165WC-BCWE_x1	# 0b0010
APCB_SOURCES += hynix-H5AN8G6NDJR-XNC_x1	# 0b0011
APCB_SOURCES += micron-MT40A512M16TB-062E-J_x1	# 0b0100
APCB_SOURCES += samsung-K4AAG165WA-BCWE_x1	# 0b0101
APCB_SOURCES += micron-MT40A1G16KD-062E-E_x1	# 0b0110
APCB_SOURCES += empty				# 0b0111
APCB_SOURCES += empty				# 0b1000
APCB_SOURCES += empty				# 0b1001
APCB_SOURCES += empty				# 0b1010
APCB_SOURCES += empty				# 0b1011
APCB_SOURCES += empty				# 0b1100
APCB_SOURCES += empty				# 0b1101
APCB_SOURCES += empty				# 0b1110
APCB_SOURCES += empty				# 0b1111