mb/google/guybrush/dewatt: update DRAM table
Samsung LPDDR4X 4266 2G K4U6E3S4AB-MGCL Hynix LPDDR4X 4266 2G H54G46CYRBX267 Micron LPDDR4X 4266 2G MT53E512M32D1NP-046 WT:B Micron LPDDR4X 4266 4G MT53E1G32D2NP-046 WT:B BUG=b:203014978 BRANCH=guybrush TEST=emerge-guybrush coreboot chromeos-bootimage Signed-off-by: Kenneth Chan <kenneth.chan@quanta.corp-partner.google.com> Change-Id: I31ec5b84b5ad2e8d0aedf41ceb56f9e5f7fa538a Reviewed-on: https://review.coreboot.org/c/coreboot/+/58313 Reviewed-by: Rob Barnes <robbarnes@google.com> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
2bfef8d856
commit
768cb760e1
|
@ -1,5 +1,8 @@
|
||||||
## SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
## This is an auto-generated file. Do not edit!!
|
# This is an auto-generated file. Do not edit!!
|
||||||
## Add memory parts in mem_parts_used.txt and run spd_tools to regenerate.
|
# Generated by:
|
||||||
|
# util/spd_tools/bin/part_id_gen CZN lp4x src/mainboard/google/guybrush/variants/dewatt/memory src/mainboard/google/guybrush/variants/dewatt/memory/mem_parts_used.txt
|
||||||
|
|
||||||
SPD_SOURCES = placeholder
|
SPD_SOURCES =
|
||||||
|
SPD_SOURCES += spd/lp4x/set-1/spd-1.hex # ID = 0(0b0000) Parts = K4U6E3S4AB-MGCL, H54G46CYRBX267, MT53E512M32D1NP-046 WT:B
|
||||||
|
SPD_SOURCES += spd/lp4x/set-1/spd-3.hex # ID = 1(0b0001) Parts = MT53E1G32D2NP-046 WT:B
|
||||||
|
|
|
@ -1 +1,10 @@
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
# This is an auto-generated file. Do not edit!!
|
||||||
|
# Generated by:
|
||||||
|
# util/spd_tools/bin/part_id_gen CZN lp4x src/mainboard/google/guybrush/variants/dewatt/memory src/mainboard/google/guybrush/variants/dewatt/memory/mem_parts_used.txt
|
||||||
|
|
||||||
DRAM Part Name ID to assign
|
DRAM Part Name ID to assign
|
||||||
|
K4U6E3S4AB-MGCL 0 (0000)
|
||||||
|
H54G46CYRBX267 0 (0000)
|
||||||
|
MT53E1G32D2NP-046 WT:B 1 (0001)
|
||||||
|
MT53E512M32D1NP-046 WT:B 0 (0000)
|
||||||
|
|
|
@ -1,11 +1,4 @@
|
||||||
# This is a CSV file containing a list of memory parts used by this variant.
|
K4U6E3S4AB-MGCL
|
||||||
# One part per line with an optional fixed ID in column 2.
|
H54G46CYRBX267
|
||||||
# Only include a fixed ID if it is required for legacy reasons!
|
MT53E1G32D2NP-046 WT:B
|
||||||
# Generated IDs are dependent on the order of parts in this file,
|
MT53E512M32D1NP-046 WT:B
|
||||||
# so new parts must always be added at the end of the file!
|
|
||||||
#
|
|
||||||
# Generate an updated Makefile.inc and dram_id.generated.txt by running the
|
|
||||||
# part_id_gen tool from util/spd_tools.
|
|
||||||
# See util/spd_tools/README.md for more details and instructions.
|
|
||||||
|
|
||||||
# Part Name, Fixed ID (optional)
|
|
||||||
|
|
Loading…
Reference in New Issue