mb/google/zork/vilboz: Remove unused memory part IDs

These parts have not been used in any vilboz devices. Removing
so IDs can be assigned more efficiently.

Command to generate files:
	go build gen_part_id.go
	local variant=vilboz
	./gen_part_id ../../../src/mainboard/google/zork/spd ../../../src/mainboard/google/zork/variants/${variant}/spd/ ../../../src/mainboard/google/zork/variants/${variant}/spd/mem_parts_used.txt

BUG=b:165611994
TEST=none

Change-Id: I99614acaf45db0556120c883577494d9f753ea12
Signed-off-by: Amanda Huang <amanda_hwang@compal.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45679
Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com>
Reviewed-by: Rob Barnes <robbarnes@google.com>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Amanda Huang 2020-09-24 16:27:50 +08:00 committed by Furquan Shaikh
parent 873accd4a8
commit 5f28d73db6
3 changed files with 2 additions and 6 deletions

View File

@ -2,8 +2,8 @@
## This is an auto-generated file. Do not edit!!
SPD_SOURCES =
SPD_SOURCES += ddr4-spd-3.hex # ID = 0(0b0000) Parts = H5AN8G6NCJR-VKC
SPD_SOURCES += ddr4-spd-6.hex # ID = 1(0b0001) Parts = H5ANAG6NCMR-VKC
SPD_SOURCES += ddr4-spd-empty.hex # ID = 0(0b0000)
SPD_SOURCES += ddr4-spd-empty.hex # ID = 1(0b0001)
SPD_SOURCES += ddr4-spd-1.hex # ID = 2(0b0010) Parts = K4A8G165WC-BCWE
SPD_SOURCES += ddr4-spd-1.hex # ID = 3(0b0011) Parts = H5AN8G6NDJR-XNC
SPD_SOURCES += ddr4-spd-1.hex # ID = 4(0b0100) Parts = MT40A512M16TB-062E:J

View File

@ -1,6 +1,4 @@
DRAM Part Name ID to assign
H5AN8G6NCJR-VKC 0 (0000)
H5ANAG6NCMR-VKC 1 (0001)
K4A8G165WC-BCWE 2 (0010)
H5AN8G6NDJR-XNC 3 (0011)
MT40A512M16TB-062E:J 4 (0100)

View File

@ -7,8 +7,6 @@
# See util/spd_tools/ddr4/README.md for more details and instructions.
# Part Name, Fixed ID (optional)
H5AN8G6NCJR-VKC, 0
H5ANAG6NCMR-VKC, 1
K4A8G165WC-BCWE, 2
H5AN8G6NDJR-XNC, 3
MT40A512M16TB-062E:J, 4