[roll] Roll fuchsia [kernel] Break kernel-proper-only bits out of <phys/handoff.h>

HandoffEnd and the other parts only usable in the kernel proper
are moved out of <phys/handoff.h> into the new <vm/handoff-end.h>
header.  That placement reflects that all the persisent(ish) data
from handoff is VM objects or related information.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1264244
Original-Revision: 872fe88f9e6280d93e5307140b97a23af0536aa2
GitOrigin-RevId: f5e9c674d190a0a5282be824ef7d9dbb7697c5d0
Change-Id: I9d60cff502d302225247eeed5ebcabd19cf058fd
1 file changed
tree: d9c76643a1731c77be2fe3508b5393baff41bf28
  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 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.