summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/zork/variants/berknip
diff options
context:
space:
mode:
authorKevin Chiu <Kevin.Chiu@quantatw.com>2020-06-26 01:19:40 +0800
committerPatrick Georgi <pgeorgi@google.com>2020-06-28 21:48:55 +0000
commit19edbf640bad4a8f5337c14814a8f7014d83e094 (patch)
treee61fd44524327800751244056300415ebeadeaf1 /src/mainboard/google/zork/variants/berknip
parentc746a748c4c5ec6421d7f9f5760717348231d091 (diff)
downloadcoreboot-19edbf640bad4a8f5337c14814a8f7014d83e094.tar.gz
coreboot-19edbf640bad4a8f5337c14814a8f7014d83e094.tar.bz2
coreboot-19edbf640bad4a8f5337c14814a8f7014d83e094.zip
mb/google/zork: update DRAM SPD table for berknip
samsung-K4A8G165WC-BCWE_x1 # 0b0101 micron-MT40A1G16KD-062E-E_x2 # 0b0110 hynix-H5ANAG6NCMR-XNC_x2 # 0b0111 samsung-K4AAG165WA-BCWE_x2 # 0b1000 BUG=b:159418772 BRANCH=master TEST=emerge-zork coreboot Change-Id: I24b632c75d4a0660dc6beb88f135b546860d7079 Signed-off-by: Kevin Chiu <kevin.chiu@quantatw.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42814 Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/zork/variants/berknip')
-rw-r--r--src/mainboard/google/zork/variants/berknip/spd/Makefile.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/google/zork/variants/berknip/spd/Makefile.inc b/src/mainboard/google/zork/variants/berknip/spd/Makefile.inc
index 7731c0733bd8..f53e66294d0f 100644
--- a/src/mainboard/google/zork/variants/berknip/spd/Makefile.inc
+++ b/src/mainboard/google/zork/variants/berknip/spd/Makefile.inc
@@ -14,10 +14,10 @@ APCB_SOURCES += samsung-K4A8G165WC-BCWE_x2 # 0b0001
APCB_SOURCES += micron-MT40A512M16TB-062E-J_x2 # 0b0010
APCB_SOURCES += hynix-H5AN8G6NDJR-XNC_x1 # 0b0011
APCB_SOURCES += hynix-H5ANAG6NCMR-VKC_x2 # 0b0100
-APCB_SOURCES += empty # 0b0101
-APCB_SOURCES += empty # 0b0110
-APCB_SOURCES += empty # 0b0111
-APCB_SOURCES += empty # 0b1000
+APCB_SOURCES += samsung-K4A8G165WC-BCWE_x1 # 0b0101
+APCB_SOURCES += micron-MT40A1G16KD-062E-E_x2 # 0b0110
+APCB_SOURCES += hynix-H5ANAG6NCMR-XNC_x2 # 0b0111
+APCB_SOURCES += samsung-K4AAG165WA-BCWE_x2 # 0b1000
APCB_SOURCES += empty # 0b1001
APCB_SOURCES += empty # 0b1010
APCB_SOURCES += empty # 0b1011