util/amdfwtool: Add UMSMU blob support
Add PSP blob Type 0xA2 uMsmu support. Signed-off-by: Fred Reitberger <reitbergerfred@gmail.com> Change-Id: Ib38ec03bf20f46774f7438b21d18704cc1ec57fc Reviewed-on: https://review.coreboot.org/c/coreboot/+/72900 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: ritul guru <ritul.bits@gmail.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
committed by
Felix Held
parent
1e78165cdc
commit
c4f3a33e49
@@ -392,6 +392,9 @@ static uint8_t find_register_fw_filename_psp_dir(char *fw_name, char *filename,
|
||||
} else if (strcmp(fw_name, "TA_IKEK_FILE") == 0) {
|
||||
fw_type = AMD_TA_IKEK;
|
||||
subprog = 0;
|
||||
} else if (strcmp(fw_name, "UMSMU_FILE") == 0) {
|
||||
fw_type = AMD_FW_UMSMU;
|
||||
subprog = 0;
|
||||
} else if (strcmp(fw_name, "PSP_OEM_ABL_KEY_FILE") == 0) {
|
||||
fw_type = AMD_FW_ABL_PUBKEY;
|
||||
subprog = 0;
|
||||
|
Reference in New Issue
Block a user