[roll] Roll fuchsia [spmi] Add dump support to spmi-ctl

Add a dump command that reads 1 byte at the time and does not
stop on errors.
This allows a user to read large amounts of registers even if
some would fail the command due to an error for some of the
registers.

Also make read length a hex input, updating the help to match.

Test: spmi-ctl reads on target
$ spmi-ctl -t 0 -a 0x9000 -d 0x7000
Executing on controller: msm-spmi
Register: 0x9000  value: 0x02 (2)
...

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1268664
Original-Revision: f7f958f4efa229924b3442c89774885e741e6d5f
GitOrigin-RevId: 982ba970d62513f127e9eabf2710f630a917b27e
Change-Id: Iea2cfda919bd7121459070aa39cdb1dd2e6aff34
1 file changed
tree: dcbb4cc3c9ef1bb6553ef32ca92d182745098c1c
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.