[roll] Roll fuchsia [kernel][riscv64] Don't extract boot_hart_id in assembly

This value isn't needed directly in assembly, only in C++ code.
So pass the whole PhysHandoff* from assembly up to the C++ code
rather than maintaining assembly code that needs to know the
offset inside a large struct.

Original-Bug: 131011
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/888974
Original-Revision: 19af8d43028a2af17bd73c1a7e67ced66ed5a14e
GitOrigin-RevId: a9afc024b56f8b66242c5a6cf47f939d0fa55b95
Change-Id: Iee0b249ee3e8f84137c7bca148b309f2698f4052
1 file changed
tree: cc7ea5dc063000bbe1617ffe77458420e9189661
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.