mb/google/poppy/variants/rammus: Support new onboard Hynix memory
Add hynix_dimm_H9CCNNNCLGALAR-NVD for new onboard memory support. BUG=b:130337306 BRANCH=firmware-rammus-11275.B TEST=emerge-rammus coreboot chromeos-ec chromeos-bootimage Flash FW to DUT, and make sure system boots up. Signed-off-by: YanRu Chen <kane_chen@pegatron.corp-partner.google.com> Change-Id: Ibd02953d0c6ac62fa4d7751fd8b103b74433aa73 Reviewed-on: https://review.coreboot.org/c/coreboot/+/32674 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
0d4200fef3
commit
2968c9d6c7
|
@ -0,0 +1,16 @@
|
||||||
|
91 20 F1 03 05 1A 05 0A 03 11 01 08 08 00 00 15
|
||||||
|
78 78 90 50 90 11 50 E0 90 06 3C 3C 01 90 00 00
|
||||||
|
00 00 C2 00 00 00 00 A8 00 88 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 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 00 00
|
||||||
|
48 39 43 43 4E 4E 4E 43 4C 47 41 4C 41 52 2D 4E
|
||||||
|
56 44 00 00 80 AD 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
|
@ -3,6 +3,7 @@ SPD_SOURCES += samsung_dimm_K4E8E324EB-EGCF # 0b0001
|
||||||
SPD_SOURCES += micron_dimm_MT52L256M32D1PF-093 # 0b0010
|
SPD_SOURCES += micron_dimm_MT52L256M32D1PF-093 # 0b0010
|
||||||
SPD_SOURCES += samsung_dimm_K4E6E304EC-EGCF # 0b0011
|
SPD_SOURCES += samsung_dimm_K4E6E304EC-EGCF # 0b0011
|
||||||
SPD_SOURCES += micron_dimm_MT52L256M32D1PF-107 # 0b0100
|
SPD_SOURCES += micron_dimm_MT52L256M32D1PF-107 # 0b0100
|
||||||
|
SPD_SOURCES += hynix_dimm_H9CCNNNCLGALAR-NVD # 0b0101
|
||||||
|
|
||||||
bootblock-y += gpio.c
|
bootblock-y += gpio.c
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue