util/spd_tools/part_id_gen: Support Sabrina SoC

Add support to generate DRAM part ID for boards using Sabrina SoC.

BUG=None
TEST=Generate DRAM part ID for Skyrim mainboard.

Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com>
Change-Id: Ica57b12239019831f7bf93982be3c93b7f8b6986
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63597
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Robert Zieba <robertzieba@google.com>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
This commit is contained in:
Karthikeyan Ramasubramanian 2022-04-12 16:50:53 -06:00 committed by Felix Held
parent 7dd92959a3
commit 58d75f80b4
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ var supportedPlatforms = [...]string{
"JSL", "JSL",
"PCO", "PCO",
"CZN", "CZN",
"SBR",
} }
var supportedMemTechs = [...]string{ var supportedMemTechs = [...]string{