[coreboot-gerrit] Change in coreboot[master]: mb/google/poppy/variants/nami: add the hynix memory parts

Patrick Georgi (Code Review) gerrit at coreboot.org
Thu Nov 8 12:28:58 CET 2018


Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/29524 )

Change subject: mb/google/poppy/variants/nami: add the hynix memory parts
......................................................................

mb/google/poppy/variants/nami: add the hynix memory parts

add the memory parts as ram id 10:
hynix_dimm_H5ANAG6NAFR-UHC

BUG=b:113983573
BRANCH=Nami
TEST=emerge-nami coreboot chromeos-bootimage

Change-Id: I137259b88f39779768a58959a2dcc565645eee6d
Signed-off-by: Ren Kuo <ren.kuo at quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/29524
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi at google.com>
Reviewed-by: Furquan Shaikh <furquan at google.com>
---
A src/mainboard/google/poppy/spd/hynix_dimm_H5ANAG6NAFR-UHC.spd.hex
M src/mainboard/google/poppy/variants/nami/Makefile.inc
2 files changed, 33 insertions(+), 1 deletion(-)

Approvals:
  build bot (Jenkins): Verified
  Patrick Georgi: Looks good to me, but someone else must approve
  Furquan Shaikh: Looks good to me, approved
  Ren Kuo: Looks good to me, but someone else must approve



diff --git a/src/mainboard/google/poppy/spd/hynix_dimm_H5ANAG6NAFR-UHC.spd.hex b/src/mainboard/google/poppy/spd/hynix_dimm_H5ANAG6NAFR-UHC.spd.hex
new file mode 100644
index 0000000..9a702ce
--- /dev/null
+++ b/src/mainboard/google/poppy/spd/hynix_dimm_H5ANAG6NAFR-UHC.spd.hex
@@ -0,0 +1,32 @@
+23 11 0C 03 44 19 00 08 00 40 00 03 02 03 00 00
+00 00 07 0D F8 0F 00 00 6E 6E 6E 11 00 6E 20 08
+00 05 70 03 00 F0 2B 34 28 00 78 00 14 3C 00 00
+00 00 00 00 00 00 00 00 00 00 00 00 16 36 0B 35
+16 36 0B 35 00 00 16 36 0B 35 16 36 0B 35 00 00
+00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+00 00 00 00 00 00 9C B5 00 00 00 00 E7 D6 B2 F3
+0F 01 02 00 00 00 00 00 00 00 00 00 00 00 00 00
+00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+00 00 00 00 00 00 00 00 00 00 00 00 00 00 C0 E2
+00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+80 AD 01 00 00 00 00 00 00 48 4D 41 34 32 35 53
+36 41 46 52 36 4E 2D 55 48 20 20 20 20 00 80 AD
+FF 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+00 00 00 00 00 00 00 00 00 00 00 00 00 DD 00 00
+00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
diff --git a/src/mainboard/google/poppy/variants/nami/Makefile.inc b/src/mainboard/google/poppy/variants/nami/Makefile.inc
index ae33c27..690b9c8 100644
--- a/src/mainboard/google/poppy/variants/nami/Makefile.inc
+++ b/src/mainboard/google/poppy/variants/nami/Makefile.inc
@@ -11,7 +11,7 @@
 SPD_SOURCES += samsung_dimm_K4A4G165WE-BCRC	# 0b0111
 SPD_SOURCES += samsung_dimm_K4A8G165WC-BCTD	# 0b1000
 SPD_SOURCES += samsung_dimm_K4AAG165WB-MCRC	# 0b1001
-SPD_SOURCES += empty_ddr4			# 0b1010
+SPD_SOURCES += hynix_dimm_H5ANAG6NAFR-UHC	# 0b1010
 SPD_SOURCES += empty_ddr4			# 0b1011
 SPD_SOURCES += empty_ddr4			# 0b1100
 SPD_SOURCES += micron_dimm_MT40A1G16KNR-075E	# 0b1101

-- 
To view, visit https://review.coreboot.org/29524
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I137259b88f39779768a58959a2dcc565645eee6d
Gerrit-Change-Number: 29524
Gerrit-PatchSet: 2
Gerrit-Owner: Ren Kuo <ren.kuo at quanta.corp-partner.google.com>
Gerrit-Reviewer: Furquan Shaikh <furquan at google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi at google.com>
Gerrit-Reviewer: Ren Kuo <ren.kuo at quanta.corp-partner.google.com>
Gerrit-Reviewer: Shelley Chen <shchen at google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181108/014ce2eb/attachment.html>


More information about the coreboot-gerrit mailing list