[roll] Roll fuchsia [physboot] Increase mexec hand-off scratch space

This space is currently limited to a page (seemed large enough at the
time). We are hitting this limit now, however: a particularly fragmented
EFI-level view of the physical address space is lending itself to a
MEM_CONFIG ZBI item that is just about a page in size itself, which we
then fail to account for in the scratch space.

A more robust fix is coming, but this is a good enough to address the
associated bug for now.

Original-Bug: 99875
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/678225
Original-Revision: c1a6b68074b9423d09c62cf7a25fbfb7ba8cc883
GitOrigin-RevId: 9d0e49a7af2faebd44f94387579efb750cc6e582
Change-Id: I224a5a5afa98ad1aff5b3107ba7a9f3e653df19c
1 file changed
tree: dae751dc16d9f424af8270bb7ca31833db548ca9
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.