summaryrefslogtreecommitdiffstats
path: root/util/amdfwtool/amdfwtool.h
diff options
context:
space:
mode:
authorZheng Bao <fishbaozi@gmail.com>2021-08-20 14:47:46 +0800
committerFelix Held <felix-coreboot@felixheld.de>2021-08-31 15:06:03 +0000
commit481661e313ddc2efb151cbdb77eeb5237eba5609 (patch)
tree50b8c7a6a76c60bf6653f5a74c46fd3a16902ebe /util/amdfwtool/amdfwtool.h
parentdac446165eab07216428fc660b3fd28603803f0f (diff)
downloadcoreboot-481661e313ddc2efb151cbdb77eeb5237eba5609.tar.gz
coreboot-481661e313ddc2efb151cbdb77eeb5237eba5609.tar.bz2
coreboot-481661e313ddc2efb151cbdb77eeb5237eba5609.zip
amdfwtool: Add flag for multi FW level to the struct amd_cb_config
This change can make the code be more flexible. And later we will use amd_cb_config to transfer parameters. Change-Id: Ic726aa9fc5f67803210af71d3e9cf2438b7e2a9b Signed-off-by: Zheng Bao <fishbaozi@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/57062 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
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 6db74f66e27b..d246af793222 100644
--- a/util/amdfwtool/amdfwtool.h
+++ b/util/amdfwtool/amdfwtool.h
@@ -224,6 +224,7 @@ typedef struct _amd_cb_config {
uint8_t unlock_secure;
uint8_t use_secureos;
uint8_t load_mp2_fw;
+ uint8_t multi_level;
uint8_t s0i3;
} amd_cb_config;