aboutsummaryrefslogtreecommitdiff
path: root/util/amdfwtool/amdfwtool.h
diff options
context:
space:
mode:
authorRitul Guru <ritul.bits@gmail.com>2022-07-29 11:06:40 +0530
committerFelix Held <felix-coreboot@felixheld.de>2022-08-26 16:04:51 +0000
commit9a321f31c8601ce7396f60e334844df30bab02ad (patch)
tree71bac6f1d66052c14bffc6ab6708dba9eae2deb7 /util/amdfwtool/amdfwtool.h
parent1233c43a983f0e05cf19c670b790d5e0fe66e2af (diff)
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>
Diffstat (limited to 'util/amdfwtool/amdfwtool.h')
-rw-r--r--util/amdfwtool/amdfwtool.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/amdfwtool/amdfwtool.h b/util/amdfwtool/amdfwtool.h
index 12d1b1430b..10776c2204 100644
--- a/util/amdfwtool/amdfwtool.h
+++ b/util/amdfwtool/amdfwtool.h
@@ -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,