[roll] Roll fuchsia [vboot-fwparam] Add support for getting firmware parameters.

This CL adds a FIDL interface and component that exposes vboot firmware
parameters to the system. This is roughly equivalent to all the
read-writable parameters exposed by `crossystem`.
Currently it only provides a read-only interface to said parameters.

Test: manually compare crossystem and vboot-fwparam reports of nvram
      settings.
Original-Bug: 82432
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/567609
Original-Revision: cacec632745d73f7b24d887fe791843c1fef71b1
GitOrigin-RevId: 42fa2fcc103c8d84cf1377a8d9d59d6eebefa25d
Change-Id: I23710d97f1a1ba6c2a41d42c6feccdff11d6d89f
1 file changed
tree: e18dc7d00409ef9d131b84e1902e3548a66b93e6
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 via the IRC channel #fuchsia on Freenode.

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.