[roll] Roll fuchsia [phys] BootZbi::Load/Init relies on Allocation

Switch from using the zbitl::View as a means of representing storage,
use page rounded regions of the contained ranges, which then can be tail
extended if possible to accommodate the data ZBI.

Add an accessor to the input ZBI, which becomes useful for testing.

Added "stdio.headers" library_headers() instance to break circular
dependency between allocation -> stdio -> log -> allocation. There might
be others.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1331416
Original-Revision: 1228e6cfb88159ca2be1f82860a21c535164e79c
GitOrigin-RevId: 265bab0ea9cdcb6b73ba4dbd71dfa63510ef0f67
Change-Id: I7caf8381b734493b0e11b052c6966af16da4174b
1 file changed
tree: 2a35bd327ddd67c5dc1610b36193690aa249474f
  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.