Jyotsna Shridharan has uploaded this change for review.

View Change

src/soc/intel/mtl: Print the correct CPU ID for A2

Print the correct CPU ID for A2 SKU

Signed-off-by: Jyotsna Shridharan <jyotsna.shridharan@intel.com>
Change-Id: I6296638c303f2581eca4bae8d0ec40ed19565c17
---
M src/soc/intel/meteorlake/bootblock/report_platform.c
1 file changed, 13 insertions(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/69110/1
diff --git a/src/soc/intel/meteorlake/bootblock/report_platform.c b/src/soc/intel/meteorlake/bootblock/report_platform.c
index 72d0d83..e6168a4 100644
--- a/src/soc/intel/meteorlake/bootblock/report_platform.c
+++ b/src/soc/intel/meteorlake/bootblock/report_platform.c
@@ -17,7 +17,7 @@
const char *name;
} cpu_table[] = {
{ CPUID_METEORLAKE_A0_1, "MeteorLake A0" },
- { CPUID_METEORLAKE_A0_2, "MeteorLake A0" },
+ { CPUID_METEORLAKE_A0_2, "MeteorLake A2" },
};

static struct {

To view, visit change 69110. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I6296638c303f2581eca4bae8d0ec40ed19565c17
Gerrit-Change-Number: 69110
Gerrit-PatchSet: 1
Gerrit-Owner: Jyotsna Shridharan <jyotsna.shridharan@intel.com>
Gerrit-MessageType: newchange