summaryrefslogtreecommitdiffstats
path: root/util/amdfwtool/amdfwtool.h
diff options
context:
space:
mode:
authorZheng Bao <fishbaozi@gmail.com>2022-04-03 12:53:51 +0800
committerFelix Held <felix-coreboot@felixheld.de>2022-04-13 23:25:00 +0000
commitc3007f38770d192bf32b75331371568447b3623e (patch)
tree0d7b777dd9e8551d89341ede427013eda3fd2f56 /util/amdfwtool/amdfwtool.h
parente3a4a13607dda3d1aeb88d82b940f43bdb39ced4 (diff)
downloadcoreboot-c3007f38770d192bf32b75331371568447b3623e.tar.gz
coreboot-c3007f38770d192bf32b75331371568447b3623e.tar.bz2
coreboot-c3007f38770d192bf32b75331371568447b3623e.zip
amdfwtool: Add a flag to record the second gen instead of romsig
This is for future feature combo, which gets the soc id from fw.cfg in a loop instead of the command line, and the romsig is not set until fw.cfg is processed. Change-Id: Id50311034b46aa1791dcc10b107de4af6c86b927 Signed-off-by: Zheng Bao <fishbaozi@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/63344 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 3af4e941ac52..d2571e58b366 100644
--- a/util/amdfwtool/amdfwtool.h
+++ b/util/amdfwtool/amdfwtool.h
@@ -276,6 +276,7 @@ typedef struct _amd_cb_config {
bool load_mp2_fw;
bool multi_level;
bool s0i3;
+ bool second_gen;
bool have_mb_spl;
bool recovery_ab;
bool need_ish;