[roll] Roll fuchsia [kernel] End phys handoff earlier

This change moves the end of physboot handoff from userboot init to
just before kernel shell init. The reason there is that we want kernel
state to be 'finalized' before we run any kernel scripts. In particular,
we want this to be the case before we run in-kernel unit-tests.

For example, hot-plug functionality was discovered to break after
hand-off end as we would previously free identity map page tables at
this stage; however we were actually still relying on for later hot-plug
secondary CPU bootstrap. Because we ran the unit tests before ending the
hand-off phase, this breakage was silent. This change prevents that from
happening again.

Original-Fixed: 398895878
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1212969
Original-Revision: 1366f8ea3c68d0c60843836a70d16ca5a5993b94
GitOrigin-RevId: 2b2c8acc65a84afe99d8d62b9fc82462b6211323
Change-Id: I09eee99804e4fd460cfa07fdbd6b6b244ae86ba4
1 file changed
tree: 116c2c870beb85ab5c10fb6dda38e5901162a9ba
  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.