[roll] Roll fuchsia [kernel][boot-options] Do `k setopt` mutable access via physmap

The BootOptions::Get() pointer is to const and will soon actually
point into a read-only mapping.  The `k setopt` command needs to
mutate this object that's ordinarily wholly immutable after boot.
So make it look up the paddr and access it via the physmap rather
than just doing a const_cast.

Test: `k setopt test.option.bool; k showopt test.option.bool` reflects change
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1485556
Original-Revision: 098b90a6cf456079fdea9ae26313aa6554e7cc35
GitOrigin-RevId: 4e0a1d9cdd80cb2020faabac5ad7ba582ae6c86c
Change-Id: I82c2ce61fe39d3dacf0bf8f0332527d1750976d6
1 file changed
tree: bf8535669400b80108f8f7315fbe630a13949ce8
  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.