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
@@ -87,6 +87,7 @@ typedef enum _amd_fw_type {
|
||||
AMD_FW_FCFG_TABLE = 0x98,
|
||||
AMD_FW_MINIMSMU = 0x9a,
|
||||
AMD_FW_SRAM_FW_EXT = 0x9d,
|
||||
AMD_FW_UMSMU = 0xa2,
|
||||
AMD_FW_IMC = 0x200, /* Large enough to be larger than the top BHD entry type. */
|
||||
AMD_FW_GEC,
|
||||
AMD_FW_XHCI,
|
||||
|
Reference in New Issue
Block a user