[roll] Roll fuchsia [kernel][arm64] Use hwreg-derived constants in arm64_elX_to_el1()

This change is an incremental step towards migrating the definition of
arm64_elX_to_el1() to libarch for use in physboot, replacing the
hard-coded register #defines with those derived directly from the hwreg
register definitions. There are two functional changes here, both of
which appear to be harmless at this time:
* HCR_EL2 is set before CNTHCTL_EL2, CPTR_EL2 as the layout of the last
  two depend on the first one
* The original routine was setting reserved-as-0 bits in CPTR_EL2
  (OR'ing with 0x33ff instead of 0x2200)

The disassembly before and after was checked locally and these were
indeed the only differences.

Original-Bug: 42164859
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1180439
Original-Revision: 2864085917fbf1cbece4d2c1b9c7f93451ec4d0c
GitOrigin-RevId: c6219f6d67219e0fbc98bbd9e1c826b59ecdb7da
Change-Id: I0a5a71726581e18dbe6a790d919c72386d52f62b
1 file changed
tree: 32091478cf24221d87da8564ea5eb782aa1d0398
  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.