coreboot-kgpe-d16/util/amdfwtool
Zheng Bao b1fb8cebf8 amdfwtool: Add an optional column of level
The value of level defined in table is the default one. We now give an
extra option in config file to change this value so some FWs can be
dropped in a more optimized way.
For the non A/B recovery mode, The value could be L1, L2, Lb or Lx,
which are level 1, leve 2, level both and using default value. If it
is empty or Lx, left the level in table unchanged.

Give a redundant field [12bxBX] in regular exprssion for A/B recovery
which will be done later.

Change-Id: I0847bc3793467a2299f14d1d2d2486f3f858d7f3
Signed-off-by: Zheng Bao <fishbaozi@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57612
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
2021-09-23 06:26:47 +00:00
..
.gitignore
Makefile util/amdfwtool: Clean up Makefile 2021-02-16 08:10:23 +00:00
Makefile.inc
amdfwtool.c amdfwtool: Detect the flag multilevel to decide the actual value 2021-09-17 14:48:30 +00:00
amdfwtool.h amdfwtool: Add flag for multi FW level to the struct amd_cb_config 2021-08-31 15:06:03 +00:00
data_parse.c amdfwtool: Add an optional column of level 2021-09-23 06:26:47 +00:00
description.md