util/amdfwtool: Add changes to reserve BIOS SIG
changes to reserve space for AMD_BIOS_SIG when BIOS image is signed with RTMSignature. Change-Id: Ia832fe83a3e29279c029fefc934c3ef4d335e2ea Signed-off-by: Ritul Guru <ritul.bits@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/66259 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
@@ -67,7 +67,8 @@ typedef enum _amd_fw_type {
|
||||
} amd_fw_type;
|
||||
|
||||
typedef enum _amd_bios_type {
|
||||
AMD_BIOS_RTM_PUBKEY = 5,
|
||||
AMD_BIOS_RTM_PUBKEY = 0x05,
|
||||
AMD_BIOS_SIG = 0x07,
|
||||
AMD_BIOS_APCB = 0x60,
|
||||
AMD_BIOS_APOB = 0x61,
|
||||
AMD_BIOS_BIN = 0x62,
|
||||
|
Reference in New Issue
Block a user