[roll] Roll fuchsia [kernel][arm64] Use FEAT_MOPS memcpy, memset when available

Use code-patching to switch between the current (cortex-strings)
assembly versions of memcpy and memset, and new versions taking
advantage of the FEAT_MOPS instructions.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1069632
Original-Revision: d2c20740b9dd1f9cb82f0b7524aa5579f853ffdb
GitOrigin-RevId: 4338b1eba5234e847add598d01d17fe32620411e
Change-Id: I1c6e6361adc907c08c891e3d7f7527bd982c365b
1 file changed
tree: 4daf7c38c3500aa2d2f3bd4d06f40d37beda5dcf
  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.