[roll] Roll fuchsia [zbi-format] Prepare cpu.h for generation from FIDL

This change ~cosmetically updates the CPU topology definitions for
easier FIDL generation (or at least uniformity for the legacy cases that
we will not be generating), doing the following:
* C enums are replaced by the usual macro constants (we do not support
generation of C enums);
* s/ZBI_TOPOLOGY_ARCH/ZBI_TOPOLOGY_ARCHITECTURE for a more official name
* s/ZBI_TOPOLOGY_PROCESSOR/ZBI_TOPOLOGY_PROCESSOR_FLAGS for clarity
* s/x86/x64, s/arm/arm64, s/riscv/riscv64 to use the more official
architecture names (as the kernel item type already do)

This change preserves the ABI of the v2 definitions, leaving the
remaining planned ABI update for a future change.

Original-Bug: 111453
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/868169
Original-Revision: 4ec01d65c42c913769a79950fc20b38183196614
GitOrigin-RevId: 231280bee832f355033211b71d96d05787691170
Change-Id: I2d79506b2b93bc27e4adaeb9110cb567cc955c4d
1 file changed
tree: aacb2f39145b7d62327d9e258a55c748eeeca19f
  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.