mb/google/zork: update DRAM SPD table for vilboz

Add DRAM support for vilboz:
Hynix   H5AN8G6NCJR-VKC       # 0b0000
Hynix   H5ANAG6NCMR-VKC       # 0b0001
Samsung K4A8G165WC-BCWE       # 0b0010
Hynix   H5AN8G6NDJR-XNC       # 0b0011
Micron  MT40A512M16TB-062E-J  # 0b0100
Samsung K4AAG165WA-BCWE       # 0b0101
Micron  MT40A1G16KD-062E-E    # 0b0110

BUG=b:157523051
BRANCH=none
TEST=build

Change-Id: I251fd9cc7bc51bfdeaa577f7034da750e684dc99
Signed-off-by: Paul Ma <magf@bitland.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42244
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
This commit is contained in:
Paul Ma 2020-06-10 16:10:46 +08:00 committed by Furquan Shaikh
parent 55d00c5a99
commit 00148bba71
1 changed files with 16 additions and 1 deletions

View File

@ -8,4 +8,19 @@
# TODO: Remove channel suffix when b:141434940 is fixed # TODO: Remove channel suffix when b:141434940 is fixed
# Alternatively, generated APCBs stored at # Alternatively, generated APCBs stored at
# CONFIG_APCB_BLOB_DIR/APCB_{NAME}.bin can be included. # CONFIG_APCB_BLOB_DIR/APCB_{NAME}.bin can be included.
APCB_SOURCES = empty 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