summaryrefslogtreecommitdiffstats
path: root/util/amdfwtool/amdfwtool.c
diff options
context:
space:
mode:
authorZheng Bao <fishbaozi@gmail.com>2021-02-02 18:48:23 +0800
committerFelix Held <felix-coreboot@felixheld.de>2021-02-03 13:48:51 +0000
commitb993cb2d6cbb2725d51f6de436357b1e7b1dd13d (patch)
tree5f64986344691b8fc4ab6405d7a751330e76f25a /util/amdfwtool/amdfwtool.c
parenta5ce4d3e685d209b7e655f5a1eea9cd2178d5b33 (diff)
downloadcoreboot-b993cb2d6cbb2725d51f6de436357b1e7b1dd13d.tar.gz
coreboot-b993cb2d6cbb2725d51f6de436357b1e7b1dd13d.tar.bz2
coreboot-b993cb2d6cbb2725d51f6de436357b1e7b1dd13d.zip
amdfwtool:cezanne: Add entry of PSP_BOOTLOADER_AB (0x73)
Change-Id: Ie3577b403c1de7f20b6d5bcf9e1a5d47450266fe Signed-off-by: Zheng Bao <fishbaozi@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50227 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'util/amdfwtool/amdfwtool.c')
-rw-r--r--util/amdfwtool/amdfwtool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/amdfwtool/amdfwtool.c b/util/amdfwtool/amdfwtool.c
index 8b54876db79b..3d33d704533b 100644
--- a/util/amdfwtool/amdfwtool.c
+++ b/util/amdfwtool/amdfwtool.c
@@ -261,6 +261,7 @@ amd_fw_entry amd_psp_fw_table[] = {
{ .type = AMD_FW_DMCU_ERAM, .level = PSP_LVL2 },
{ .type = AMD_FW_DMCU_ISR, .level = PSP_LVL2 },
{ .type = AMD_RPMC_NVRAM, .level = PSP_LVL2 },
+ { .type = AMD_FW_PSP_BOOTLOADER_AB, .level = PSP_LVL2 },
{ .type = AMD_ABL0, .level = PSP_BOTH },
{ .type = AMD_ABL1, .level = PSP_BOTH },
{ .type = AMD_ABL2, .level = PSP_BOTH },