[roll] Roll fuchsia [zbi-format] Move v2 CPU topology definitions into deprecated-cpu.h

This change paves the way for introducing the v3 CPU topology
definitions. The v2 definitions that will survive into v3 are kept in
cpu.h, while the rest is moved into deprecated-cpu.h. Further,
ZBI_TYPE_CPU_CONFIG and ZBI_TYPE_CPU_TOPOLOGY are renamed to
ZBI_TYPE_DEPRECATED_CPU_TOPOLOGY_V{1,2} and are also moved to
deprecated-cpu.h. Follow-on changes will introduce v3 and support for it
within the kernel (including adapter logic to convert the v1 and v2
representations into the v3 one).

Original-Bug: 111453
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/868170
Original-Revision: 184934ed0c2c3970e3f477b11157c0f0c1502ad8
GitOrigin-RevId: c6e085de4b37ea2c01dcf8c0b9e64fb5241b116a
Change-Id: Idb634100b504882c4a57dbaf120ffe4e4c801996
1 file changed
tree: cdbcceebe5e269caa023f421057a61a4f4753b9c
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.