From d5b1f547c320ec63622bdd56e703bacb2d353ed5 Mon Sep 17 00:00:00 2001 From: Jon Murphy Date: Wed, 18 May 2022 11:17:54 -0600 Subject: [PATCH] vc/amd/fsp/sabrina: Update PSP header to set the SOC FW ID Update the PSP header to set the SOC FW ID to 0x0149 for this platform BUG=b:217414563 TEST=Build and verify header is set correctly Signed-off-by: Jon Murphy Change-Id: Ic604ec96560c2d4d89c48c4a27528c5cfe4ca7e7 Reviewed-on: https://review.coreboot.org/c/coreboot/+/64482 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel --- src/vendorcode/amd/fsp/sabrina/bl_uapp/bl_uapp_header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vendorcode/amd/fsp/sabrina/bl_uapp/bl_uapp_header.inc b/src/vendorcode/amd/fsp/sabrina/bl_uapp/bl_uapp_header.inc index 35c906a445..9958e2efdd 100644 --- a/src/vendorcode/amd/fsp/sabrina/bl_uapp/bl_uapp_header.inc +++ b/src/vendorcode/amd/fsp/sabrina/bl_uapp/bl_uapp_header.inc @@ -46,7 +46,7 @@ .byte 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 .byte 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 .byte 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 - .byte 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 + .byte 0x00,0x00,0x00,0x00,0x49,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 .byte IMAGE_VERSION .byte 0x00,0x00,0x00,0x00 // APU Family ID .byte 0x00,0x01,0x00,0x00 // Load Address