summaryrefslogtreecommitdiffstats
path: root/util/amdfwtool/amdfwtool.h
diff options
context:
space:
mode:
authorKarthikeyan Ramasubramanian <kramasub@chromium.org>2022-05-03 18:16:34 -0600
committerFelix Held <felix-coreboot@felixheld.de>2022-05-05 14:48:31 +0000
commit0ab04d285149d7bf5df433dd9d1759a364fddcc0 (patch)
tree7aa83455278d610ca1d88dc1c0790d37896b4856 /util/amdfwtool/amdfwtool.h
parentf9734fc1420a7f3fc7adde26415dfb692e15c314 (diff)
downloadcoreboot-0ab04d285149d7bf5df433dd9d1759a364fddcc0.tar.gz
coreboot-0ab04d285149d7bf5df433dd9d1759a364fddcc0.tar.bz2
coreboot-0ab04d285149d7bf5df433dd9d1759a364fddcc0.zip
util/amdfwtool: Add IKEK key for Trusted Application
This binary file is required for use by Trusted Applications that execute in PSP. BUG=b:229947314 TEST=Build and boot to OS in Skyrim. Change-Id: I2d05792cfd98fa9c38f5deef1ac3282625983eeb Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/64040 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'util/amdfwtool/amdfwtool.h')
-rw-r--r--util/amdfwtool/amdfwtool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/amdfwtool/amdfwtool.h b/util/amdfwtool/amdfwtool.h
index cc0a3b135b97..0bef43a6cdca 100644
--- a/util/amdfwtool/amdfwtool.h
+++ b/util/amdfwtool/amdfwtool.h
@@ -58,6 +58,7 @@ typedef enum _amd_fw_type {
AMD_FW_SPIROM_CFG = 0x5c,
AMD_FW_DMCUB = 0x71,
AMD_FW_PSP_BOOTLOADER_AB = 0x73,
+ AMD_TA_IKEK = 0x8d,
AMD_FW_IMC = 0x200, /* Large enough to be larger than the top BHD entry type. */
AMD_FW_GEC,
AMD_FW_XHCI,