[roll] Roll fuchsia [physboot] no need to reserve memory for the kernel boot allocator

Since the kernel is no longer using a boot time allocator that uses
physical pages off the end of its image, it's no longer necessary for
physboot to reserve extra physical memory when finding a place to load
the kernel.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1032022
Original-Revision: d2bb639069189b5f18d411aab44304f84c3df271
GitOrigin-RevId: c7d2f4a5e2e90cf663fed06fc94d734a0150b900
Change-Id: Idcc0245dc5d9101ae56674169609cb2d6df6b006
1 file changed
tree: eeaccd7d49c0e7cd00fa965a58e60f65ade287c3
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.