diff options
author | Jon Murphy <jpmurphy@google.com> | 2022-05-18 11:17:54 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-05-20 11:18:41 +0000 |
commit | d5b1f547c320ec63622bdd56e703bacb2d353ed5 (patch) | |
tree | 2f54b1adbd34434286c11dfc817b585f5472c5c3 /src/vendorcode | |
parent | f4905da14c860470c80c5a634075fc1774957493 (diff) |
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 <jpmurphy@google.com>
Change-Id: Ic604ec96560c2d4d89c48c4a27528c5cfe4ca7e7
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64482
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/vendorcode')
-rw-r--r-- | src/vendorcode/amd/fsp/sabrina/bl_uapp/bl_uapp_header.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |