summaryrefslogtreecommitdiffstats
path: root/util/amdfwtool/amdfwtool.h
diff options
context:
space:
mode:
authorZheng Bao <fishbaozi@gmail.com>2022-08-18 15:54:47 +0800
committerFred Reitberger <reitbergerfred@gmail.com>2023-03-08 12:59:50 +0000
commit84fb9eac96dc15016820eec6fc6de91f4a243205 (patch)
tree1fbbeec663d50f5239bd9b91199791415f471c55 /util/amdfwtool/amdfwtool.h
parent35cdffd6eaefbe60234ee22d7b97f5c1d5945606 (diff)
downloadcoreboot-84fb9eac96dc15016820eec6fc6de91f4a243205.tar.gz
coreboot-84fb9eac96dc15016820eec6fc6de91f4a243205.tar.bz2
coreboot-84fb9eac96dc15016820eec6fc6de91f4a243205.zip
amdfwtool: combo: Add combo feature for BIOS table
It is similar to PSP combo. Change-Id: If0523a4a0e1f31969e4bbaa6062dcc0f2d6da420 Signed-off-by: Zheng Bao <fishbaozi@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/66856 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
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 7aa3aac5bd97..2ccb3e9a3146 100644
--- a/util/amdfwtool/amdfwtool.h
+++ b/util/amdfwtool/amdfwtool.h
@@ -317,6 +317,7 @@ typedef struct _ish_directory_table {
#define PSP2_COOKIE 0x50535032 /* 'PSP2' */
#define BHD_COOKIE 0x44484224 /* 'DHB$ */
#define BHDL2_COOKIE 0x324c4224 /* '2LB$ */
+#define BHD2_COOKIE 0x44484232 /* 'DHB2' */
#define PSP_LVL1 (1 << 0)
#define PSP_LVL2 (1 << 1)