[roll] Roll fuchsia [kernel][arm64] use the context pointer in PSCI CPU_ON call

Instead of using MPIDR as an index to a table of secondary cpu startup
data, pass a pointer to the secondary cpu's new stack pointer with some
bootstrap data saved at the top.

Previously, we had avoided using it due to very old PSCI implementations
a few years back, but nowadays it seems that everything is *at least*
PSCI 0.2 which requires the context passing to be implemented.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1458654
Original-Revision: 5d0e4e6a2a2271dcdd82cfb42d7f7ef6d8c7e6bd
GitOrigin-RevId: 21eaded3ac4d2886a6ff52c9080f99da3b09faf0
Change-Id: I217148a4f593b40c66b4b5a934d9202b101c39ad
1 file changed
tree: 27149b0157e1e3c895d674e897b8f346295c33f6
  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.