mb/google/brya/var/constitution: Generate SPD ID for supported parts
Add supported memory part in mem_parts_used.txt, then generate. K4UBE3D4AB-MGCL BUG=b:267539938 TEST=run part_id_gen to generate SPD id Change-Id: Iee41bb4511f2d77e5ddc2798f9d4db6137ed818d Signed-off-by: Morris Hsu <morris-hsu@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/74497 Reviewed-by: David Wu <david_wu@quanta.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
This commit is contained in:
parent
03232e93d3
commit
bf66d66593
|
@ -5,4 +5,4 @@
|
|||
|
||||
SPD_SOURCES =
|
||||
SPD_SOURCES += spd/lp4x/set-0/spd-1.hex # ID = 0(0b0000) Parts = K4U6E3S4AB-MGCL
|
||||
SPD_SOURCES += spd/lp4x/set-0/spd-3.hex # ID = 1(0b0001) Parts = MT53E1G32D2NP-046 WT:B
|
||||
SPD_SOURCES += spd/lp4x/set-0/spd-3.hex # ID = 1(0b0001) Parts = MT53E1G32D2NP-046 WT:B, K4UBE3D4AB-MGCL
|
||||
|
|
|
@ -6,3 +6,4 @@
|
|||
DRAM Part Name ID to assign
|
||||
K4U6E3S4AB-MGCL 0 (0000)
|
||||
MT53E1G32D2NP-046 WT:B 1 (0001)
|
||||
K4UBE3D4AB-MGCL 1 (0001)
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
K4U6E3S4AB-MGCL
|
||||
MT53E1G32D2NP-046 WT:B
|
||||
K4UBE3D4AB-MGCL
|
||||
|
|
Loading…
Reference in New Issue