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>
This commit is contained in:
Zheng Bao
2022-04-03 12:53:51 +08:00
committed by Felix Held
parent e3a4a13607
commit c3007f3877
2 changed files with 38 additions and 13 deletions

View File

@@ -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;