aboutsummaryrefslogtreecommitdiff
path: root/util/amdfwtool/amdfwtool.h
diff options
context:
space:
mode:
authorZheng Bao <fishbaozi@gmail.com>2021-11-10 12:21:46 +0800
committerFelix Held <felix-coreboot@felixheld.de>2022-04-25 14:48:16 +0000
commit993b43f2be5c46a9148599e749be345efa337d27 (patch)
treed5c094a6005c11b4d0179bbfcca6fdd7cb44146f /util/amdfwtool/amdfwtool.h
parent96a3371a721d0fe0925df2f264afbbf4bce32976 (diff)
amdfwtool: Use command line option use-combo to decide if use combo
The macro PSP_COMBO is removed and instead use the flag use_combo. As long as this flag is false, the amdfwtool behaves the same way as the macro does. Change-Id: Ief0d78ae1e94b8183d6cf3195935ff9774fee426 Signed-off-by: Zheng Bao <fishbaozi@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55455 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/amdfwtool/amdfwtool.h b/util/amdfwtool/amdfwtool.h
index dbce39282c..cc0a3b135b 100644
--- a/util/amdfwtool/amdfwtool.h
+++ b/util/amdfwtool/amdfwtool.h
@@ -281,6 +281,7 @@ typedef struct _amd_cb_config {
bool recovery_ab;
bool recovery_ab_single_copy;
bool need_ish;
+ bool use_combo;
} amd_cb_config;
void register_fw_fuse(char *str);