Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bcb3263

Browse files
committed
mb/goog/ocelot/var/ocelot: add H58G66BK8BX067 memory option
Add H58G66BK8BX067 memory part as DRAM ID 2. BUG=b:445200980 TEST=None Change-Id: Ica4c253ebed922f204e4782bbfeb1f09f12f5723 Signed-off-by: Nick Vaccaro <[email protected]> Reviewed-on: https://review.coreboot.org/c/coreboot/+/89182 Tested-by: build bot (Jenkins) <[email protected]> Reviewed-by: Avi Uday <[email protected]> Reviewed-by: Pranava Y N <[email protected]>
1 parent 751afeb commit bcb3263

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# SPDX-License-Identifier: GPL-2.0-or-later
22
# This is an auto-generated file. Do not edit!!
33
# Generated by:
4-
# ./util/spd_tools/bin/part_id_gen PTL lp5 src/mainboard/google/ocelot/variants/ocelot/memory src/mainboard/google/ocelot/variants/ocelot/memory/mem_parts_used.txt
4+
# ./util/spd_tools/src/part_id_gen/part_id_gen PTL lp5 src/mainboard/google/ocelot/variants/ocelot/memory src/mainboard/google/ocelot/variants/ocelot/memory/mem_parts_used.txt
55

66
SPD_SOURCES =
77
SPD_SOURCES += spd/lp5/set-0/spd-11.hex # ID = 0(0b0000) Parts = H58G56BK8BX068
88
SPD_SOURCES += spd/lp5/set-0/spd-8.hex # ID = 1(0b0001) Parts = H58G66BK7BX067
9+
SPD_SOURCES += spd/lp5/set-0/spd-10.hex # ID = 2(0b0010) Parts = H58G66BK8BX067
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# SPDX-License-Identifier: GPL-2.0-or-later
22
# This is an auto-generated file. Do not edit!!
33
# Generated by:
4-
# ./util/spd_tools/bin/part_id_gen PTL lp5 src/mainboard/google/ocelot/variants/ocelot/memory src/mainboard/google/ocelot/variants/ocelot/memory/mem_parts_used.txt
4+
# ./util/spd_tools/src/part_id_gen/part_id_gen PTL lp5 src/mainboard/google/ocelot/variants/ocelot/memory src/mainboard/google/ocelot/variants/ocelot/memory/mem_parts_used.txt
55

66
DRAM Part Name ID to assign
77
H58G56BK8BX068 0 (0000)
88
H58G66BK7BX067 1 (0001)
9+
H58G66BK8BX067 2 (0010)

src/mainboard/google/ocelot/variants/ocelot/memory/mem_parts_used.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
# Part Name
1212
H58G56BK8BX068
1313
H58G66BK7BX067
14+
H58G66BK8BX067

0 commit comments

Comments
 (0)