summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorEricKY Cheng <ericky_cheng@compal.corp-partner.google.com>2022-08-27 00:05:22 +0800
committerRaul Rangel <rrangel@chromium.org>2022-08-30 14:53:05 +0000
commit20f092d339f8dc44072a7b7fa1cb1386f8e7bf0a (patch)
tree007da45b1f5d3fc8f46d2121763007cf552f6cce /util
parentdf23c33a54f477de0c4f8ffe592e594d2f95b5fd (diff)
util/spd_tools: Add AMD Mendocino (MDN) platform
This patch adds support for MDN platform to the spd_tools. This change replaces SBR with MDN. BUG=b:243337816 TEST=Able to generate SPD for LP5 DRAM part. Signed-off-by: EricKY Cheng <ericky_cheng@compal.corp-partner.google.com> Change-Id: If099af36de8a64e96fbfde32eaf15990f4b330c8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/67105 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jon Murphy <jpmurphy@google.com> Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Amanda Hwang <amanda_hwang@compal.corp-partner.google.com>
Diffstat (limited to 'util')
-rw-r--r--util/spd_tools/src/part_id_gen/part_id_gen.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/spd_tools/src/part_id_gen/part_id_gen.go b/util/spd_tools/src/part_id_gen/part_id_gen.go
index e2acbfc43c..7a22f6c3e7 100644
--- a/util/spd_tools/src/part_id_gen/part_id_gen.go
+++ b/util/spd_tools/src/part_id_gen/part_id_gen.go
@@ -40,7 +40,7 @@ var supportedPlatforms = [...]string{
"JSL",
"PCO",
"CZN",
- "SBR",
+ "MDN",
"MTL",
}