[roll] Roll fuchsia [kernel][phys] Remove kArchHandoffGenerateUartPeripheralRanges logic

This is used to synthesize a PERIPHERAL range to cover UART MMIO;
however, this is now redundant with similar logic added to the arm64
Linux devicetree boot shim and first-party bootloaders being required to
supply it to cover all kernel MMIO access. This also is applied to the
construction of `PhysHandoff::mem_config`, which is slated to be
replaced in the context of fxbug.dev/347766366, so it seems prudent to
remove it instead of look to add new support for it in the new codepath.

Original-Bug: 347766366
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1089237
Original-Revision: c1b7b709feb660d306a98edcaf9beccefd94a7f6
GitOrigin-RevId: fa9115ced2df0fe838984c4effb3af5e3efc931e
Change-Id: Iaca22d0c4e1f294506fd655e58b254c30ed2f438
1 file changed
tree: 8a376c2db7a937065895deb1fa4af18969057e3c
  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 via the IRC channel #fuchsia on Freenode.

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.