[roll] Roll fuchsia [kernel][arm64] Reuse sp in arm64_elX_to_el1()

arm64_elX_to_el1() is updated to install the current stack in SP_EL1
before dropping to EL1 so that it may be reused. This should be a no-op
today, but will enable normal use in C++ once this routine is repurposed
for use in physboot.

Original-Bug: 42164859
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1182356
Original-Revision: 089375d32b1be7c6d9d8324b8973c036b81de583
GitOrigin-RevId: 183a0e2bb0985b399c1770f02f0dd3304cd90f65
Change-Id: Ib5f96f8858627c53ddca084db1873d97f4241e3c
1 file changed
tree: 4fcc04219e49e78d7bd72e84f808d880fac0c9f9
  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.