mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: amdfwtool: Move normal firmware 2 after fanless firmware2s
Move the images around in the image stitching. This addresses
an issue found with PSP firmware loading on the Google Kahlee
mainboard.
Note firmware1 must come before firmware2 in the image or
the PSP will not allow APU to execute.
BUG=none
BRANCH=none
TEST=none
Change-Id: I2d6d3cd1093c5dbe9fe57ce1ed03d30f8ef5be06
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: d81250cebc
Original-Change-Id: I85963fa93d6efd707cedfbc04b92d302ad5de3b1
Original-Signed-off-by: Marc Jones <marcj303@gmail.com>
Original-Reviewed-on: https://review.coreboot.org/19170
Original-Tested-by: build bot (Jenkins)
Original-Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://chromium-review.googlesource.com/490078
Commit-Ready: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
952d9af2ed
commit
9eedb6d417
1 changed files with 2 additions and 2 deletions
|
@ -235,9 +235,9 @@ static amd_fw_entry amd_psp_fw_table[] = {
|
|||
{ .type = AMD_FW_PSP_SECURED_DEBUG },
|
||||
{ .type = AMD_FW_PSP_TRUSTLETS },
|
||||
{ .type = AMD_FW_PSP_TRUSTLETKEY },
|
||||
{ .type = AMD_FW_PSP_SMU_FIRMWARE2 },
|
||||
{ .type = AMD_FW_PSP_SMU_FN_FIRMWARE },
|
||||
{ .type = AMD_FW_PSP_SMU_FN_FIRMWARE2 },
|
||||
{ .type = AMD_FW_PSP_SMU_FIRMWARE2 },
|
||||
{ .type = AMD_FW_PSP_SMUSCS },
|
||||
{ .type = AMD_PSP_FUSE_CHAIN },
|
||||
{ .type = AMD_FW_INVALID },
|
||||
|
@ -255,9 +255,9 @@ static amd_fw_entry amd_psp2_fw_table[] = {
|
|||
{ .type = AMD_FW_PSP_SECURED_DEBUG },
|
||||
{ .type = AMD_FW_PSP_TRUSTLETS },
|
||||
{ .type = AMD_FW_PSP_TRUSTLETKEY },
|
||||
{ .type = AMD_FW_PSP_SMU_FIRMWARE2 },
|
||||
{ .type = AMD_FW_PSP_SMU_FN_FIRMWARE },
|
||||
{ .type = AMD_FW_PSP_SMU_FN_FIRMWARE2 },
|
||||
{ .type = AMD_FW_PSP_SMU_FIRMWARE2 },
|
||||
{ .type = AMD_FW_PSP_SMUSCS },
|
||||
{ .type = AMD_PSP_FUSE_CHAIN },
|
||||
{ .type = AMD_FW_INVALID },
|
||||
|
|
Loading…
Add table
Reference in a new issue