[roll] Roll fuchsia [kernel][phys] Drop NVRAM from hand-off RAM description

An NVRAM range should not be treated as RAM, and longer-term we will
make that distinction more official. In the meantime, we begin to not
treat it as such by dropping it from the hand-off RAM description, in
turn dropping it from tracking within a PMM arena. One consequence of
this is the need to update the logic around protecting the physmap
regions corresponding to gaps outside of PMM arenas to explicitly avoid
any NVRAM region.

Original-Bug: 42164859
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1159514
Original-Revision: cb70f5d318dea51911426bfb243602c4cc127ec4
GitOrigin-RevId: c29c27f64e28260edfb698adde85f0bd20e4212d
Change-Id: I73917c96f4ff806a22bf20dba4e572395783691f
1 file changed
tree: d28e44dfca9dbb3c769704808e99d30592a5dcd5
  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.