[roll] Roll fuchsia [kernel][coresight] Update class 0x9 ROM entry format terminology

It was an oversight in the original introduction that class 0x9 ROM
entry format field was given as a raw uint8_t value, instead of an enum;
doubly so, that we introduce non-spec'd terms to describe the two format
options: "narrow" and "wide" instead of "32-bit" and "64-bit".

Test: k coresight walk on an Astro
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/694688
Original-Revision: 6a14071e3efdb22dd2a97f7bb1fc67a6832d032d
GitOrigin-RevId: e83dfa9b02d011c612c7a56fd1dded9e357a93cb
Change-Id: Ibbbe3e68906c8f216c355837ac1f1427fa9a46f5
1 file changed
tree: 35684b5cd090778f81c80f49f6806ab4066e542b
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.