[roll] Roll fuchsia [sherlock][board] Split panel vendor, DDIC version inspect properties

Report the Sherlock panel vendor and DDIC version in separate inspect
properties, instead of combining them into a single integer ID. Also
convert the panel vendor property into a string to make it easier to
interpret at a glance.

The following command can now be used to view the panel vendor:

$ ffx inspect show --manifest fuchsia-boot:///sherlock#meta/sherlock-post-init.cm
bootstrap/boot-drivers:dev.sys.platform.pt.sherlock.post-init:
  metadata:
    component_url = fuchsia-boot:///sherlock#meta/sherlock-post-init.cm
    timestamp = 712227825833
  payload:
    root:
      sherlock_board_driver:
        DDIC version = 1
        MIPI device detect type = Innolux
        board_build = 0
        board_option = 2

Test: Ran the above command on Sherlock
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1080632
Original-Revision: 6396e060c6db9580fe3480a4d7c559ab90679db6
GitOrigin-RevId: 00591765230c6760fb52632a5d350ffc6bff4840
Change-Id: Ie75168e4a255ec9c9e043f3a4f306609fc93b3bb
1 file changed
tree: 9a1e9e134eb60e0cab875442d8ce0095cb36e0fa
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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.