[roll] Roll fuchsia [kernel][lib/arch] Uniformize parameterization of paging traits

This change introduces an arch-specific "paging configuration" type that
parameterizes the associated paging traits. A follow-up change will
associate conventional string names for these configurations which can
then be simply specified in the build (for phys and kernel proper code
alike, at least until some sort of dynamic page selection scheme can be
ratified). The kernel's libpage will also be updated to use this,
allowing a fuller specification of paging configuration beyond just the
page size.

NO_IFTTT=no corresponding change needed to <arch/arm64/mmu.h>

Original-Bug: 42146863
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1414422
Original-Revision: 2b6d6767633d040b6b5227de8802d9f514e2030b
GitOrigin-RevId: 9871321cdf91206e4a0a237b5bad72d8b562208d
Change-Id: I768d9f1d32f6dfa3f665b0dd3e1269acc1c0b5f8
1 file changed
tree: 849c41d2e1b657f90f77ae44200ca2427f3e9c1c
  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.