[roll] Roll fuchsia [kernel][coresight] Move some logic out of a header

This change moves some logic out of <dev/coresight/component.h> into a
.cc file. No need to define it inline in an header. We also extend
DeviceTypeRegister::Type while we're at it.

Test: k coresight walk on an Astro
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/437595
Original-Revision: 951e9e14e4ec8dee0d2b344aba9b81ee47cb47c0
GitOrigin-RevId: 401acf1614b52449bddf47fc70809810409bae5e
Change-Id: I73bf35fd9cb858e0739404e3358afc8c7ffb9c0c
1 file changed
tree: cf5b74589fcedf186626a803de160c0418e08378
  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.