Duncan Laurie has uploaded this change for review. ( https://review.coreboot.org/c/em100/+/40419 )
Change subject: em100: Add missing options to README ......................................................................
em100: Add missing options to README
Add a few options to the README so it matches the usage output of the utility.
-a|--start address: only works with -d (E.g. -d file.bin -a 0x300000) -m|--address-mode MODE: force 3 or 4 byte address mode -V|--set-voltage [1.8|3.3] switch FPGA voltage -U|--update-files update device (chip) and firmware database -C|--compatible enable compatibility mode (patch image for EM100Pro)
Change-Id: I40a9c5b3e978aa4343b98fe7136775355092dd85 Signed-off-by: Duncan Laurie dlaurie@google.com --- M README 1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/em100 refs/changes/19/40419/1
diff --git a/README b/README index 7a76794..a76d34e 100644 --- a/README +++ b/README @@ -27,6 +27,8 @@ Usage: -c|--set CHIP: select chip emulation -d|--download FILE: download FILE into EM100pro + -a|--start address: only works with -d (E.g. -d file.bin -a 0x300000) + -m|--address-mode MODE: force 3 or 4 byte address mode -u|--upload FILE: upload from EM100pro into FILE -r|--start: em100 shall run -s|--stop: em100 shall stop @@ -38,10 +40,13 @@ -f|--firmware-dump FILE: export raw EM100pro firmware to file -g|--firmware-write FILE: export EM100pro firmware to DPFW file -S|--set-serialno NUM: set serial number to NUM + -V|--set-voltage [1.8|3.3] switch FPGA voltage -p|--holdpin [LOW|FLOAT|INPUT]: set the hold pin state -x|--device BUS:DEV use EM100pro on USB bus/device -x|--device DPxxxxxx use EM100pro with serial no DPxxxxxx -l|--list-devices list all connected EM100pro devices + -U|--update-files update device (chip) and firmware database + -C|--compatible enable compatibility mode (patch image for EM100Pro) -D|--debug: print debug information. -h|--help: this help text