[roll] Roll fuchsia [kernel][phys] Introduce EarlyBootZbi placeholder

An upcoming change to the arm64 ZBI spec will exclude the data
cache lines corresponding the address range of a loaded data ZBI from
being guaranteed clean. This means we'll want a 'coherent' way to access
the ZBI before we re-enable the data cache. To that end we introduce the
placeholder for an "EarlyBootZbi" abstraction and plumb it through the
main signatures. A follow-on change will actually introduce a proper
implementation.

Original-Bug: 408020980
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1264028
Original-Revision: 847d040419131c5b8d36726263314ebfa30c213a
GitOrigin-RevId: fafa16fa3514be74f6cd1d76512563fdf2abd36c
Change-Id: Iabf08c4d72c4d2df4835bf77d76451f67dd49de8
1 file changed
tree: 13b16a38576d0fb746d49e1460691918bb1b1090
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.