summaryrefslogtreecommitdiffstats
path: root/external/ffspart/test/results/01.1-param-sanity.out
diff options
context:
space:
mode:
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-05-29 14:25:18 +1000
committerStewart Smith <stewart@linux.ibm.com>2018-06-01 02:07:26 -0500
commit5cc781de88032d7e4c5e36399098d54e3cefd126 (patch)
tree4457dbc115756389b30d30afd5dde4a233625d51 /external/ffspart/test/results/01.1-param-sanity.out
parent22320e119800dc743ff7ab07a4d9f6e8c0845692 (diff)
downloadtalos-skiboot-5cc781de88032d7e4c5e36399098d54e3cefd126.tar.gz
talos-skiboot-5cc781de88032d7e4c5e36399098d54e3cefd126.zip
ffspart: Don't require user to create blank partitions manually
Add '--allow-empty' which allows the filename for a given partition to be blank. If set ffspart will set that part of the PNOR file 'blank' and set ECC bits if required. Without this option behaviour is unchanged and ffspart will return an error if it can not find the partition file. Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'external/ffspart/test/results/01.1-param-sanity.out')
-rw-r--r--external/ffspart/test/results/01.1-param-sanity.out5
1 files changed, 4 insertions, 1 deletions
diff --git a/external/ffspart/test/results/01.1-param-sanity.out b/external/ffspart/test/results/01.1-param-sanity.out
index 3ad0441d..cf7213d7 100644
--- a/external/ffspart/test/results/01.1-param-sanity.out
+++ b/external/ffspart/test/results/01.1-param-sanity.out
@@ -1,7 +1,10 @@
Open-Power FFS format tool VERSION
-Usage: ./ffspart [options] -s size -c num -i layout_file -p pnor_file ...
+Usage: ./ffspart [options] -e -s size -c num -i layout_file -p pnor_file ...
Options:
+ -e, --allow_empty
+ Create partition as blank if not specified (sets ECC if flag set)
+
-s, --block_size=size
Size (in hex with leading 0x) of the blocks on the flash in bytes
OpenPOWER on IntegriCloud