[roll] Roll fuchsia [kernel] Refactor mexec data assembly logic

This change paves the way for consolidating the construction of the
mexec data as a function of the physboot hand-off:
* a post-VM init hook allocates a ZBI synthesized from gPhysHandoff
* this ZBI is forwarded to the zx_system_mexec_get_payload()'s provided
buffer (along with any other items collected at call-time).

Original-Bug: 88059
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/605144
Original-Revision: d2737a15bd83db60a20f2fd962d16f80876b5176
GitOrigin-RevId: 65b40009d8ec6c62339e6b34314f829dbbb9e2a7
Change-Id: I1ef2fec9e84de0e1fad8a0fe0f6d485e699634b9
1 file changed
tree: f711a2e649bfc20e4dc22e6d548bf7e46d7a0964
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. test_durations
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.