From e4404036830044c8b7ac68ec17ed2cc66890c10a Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Fri, 29 Jul 2022 15:51:10 -0600 Subject: [PATCH] vc/amd/fsp/mendocino: Update FSP UPD signatures to MNDCNO The FSPM and FSPS UPD signatures hadn't been updated from their cezanne origins. Change them to MNDCNO_M/S. BUG=b:240573135 TEST=Build & boot, see new signature in boot log. Change-Id: I9e4fcf7a9bf802aaba88f3dccf6da064c5686e96 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/c/coreboot/+/66604 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/vendorcode/amd/fsp/mendocino/FspUpd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vendorcode/amd/fsp/mendocino/FspUpd.h b/src/vendorcode/amd/fsp/mendocino/FspUpd.h index c9202cea9c..de04f59e7b 100644 --- a/src/vendorcode/amd/fsp/mendocino/FspUpd.h +++ b/src/vendorcode/amd/fsp/mendocino/FspUpd.h @@ -14,9 +14,9 @@ # include #endif -#define FSPM_UPD_SIGNATURE 0x4d5f454e415a4543 /* 'CEZANE_M' */ +#define FSPM_UPD_SIGNATURE 0x4d5f4f4e43444e4d /* 'MNDCNO_M' */ -#define FSPS_UPD_SIGNATURE 0x535f454e415a4543 /* 'CEZANE_S' */ +#define FSPS_UPD_SIGNATURE 0x535f4f4e43444e4d /* 'MNDCNO_S' */ #endif