Shuo Liu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/86639?usp=email )
Change subject: cbfstool: Fix the help text ......................................................................
cbfstool: Fix the help text
The help text for cbfstool add/add-stage's mmap window option needs to be updated to [--mmap flash-base:mmio-base:size] from [--mmio flash-base:mmio-base:size]
Change-Id: I5f8224c8789e642fc68f6ae2242e8e7a7228c8de Signed-off-by: Shuo Liu shuo.liu@intel.com --- M util/cbfstool/cbfstool.c 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/86639/1
diff --git a/util/cbfstool/cbfstool.c b/util/cbfstool/cbfstool.c index c8b7e42..a693337 100644 --- a/util/cbfstool/cbfstool.c +++ b/util/cbfstool/cbfstool.c @@ -1977,7 +1977,7 @@ " [-c compression] [-b base-address | -a alignment] \\n" " [-p padding size] [-y|--xip if TYPE is FSP] \\n" " [-j topswap-size] (Intel CPUs only) [--ibb] \\n" - " [--mmio flash-base:mmio-base:size] " + " [--mmap flash-base:mmio-base:size] " "Add a component\n" " " " -j valid size: 0x10000 0x20000 0x40000 0x80000 0x100000 \n" @@ -1990,7 +1990,7 @@ " [-S comma-separated-section(s)-to-ignore] \\n" " [-a alignment] [-Q|--pow2page] \\n" " [-y|--xip] [--ibb] \\n" - " [--mmio flash-base:mmio-base:size] " + " [--mmap flash-base:mmio-base:size] " "Add a stage to the ROM\n" " add-flat-binary [-r image,regions] -f FILE -n NAME \\n" " [-A hash] -l load-address -e entry-point \\n"