[roll] Roll fuchsia [bus][pci] Handle CAM vs ECAM differences

Previously, we assumed all MMIO configuration space was 4096 bytes, but
it's possible to have MMIO backed CAM with the base configuration space
size of 256 bytes. This change utilizes the new 'is_extended' field in
the platform information struct to properly handle MmioConfigs that are
not 4096 bytes.

A few lints in bus.cc were also fixed since I had the file open.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1114812
Original-Revision: 71a7e3e89117fd318c0a298ed37cfc311913d699
GitOrigin-RevId: ac28152b806c6844fe293ca187d32b8d2eccbbac
Change-Id: I7c6ae4c4b8d8b78b60a320473972fa2248bd9f16
1 file changed
tree: 55d3c65260734430ce96b78407d65e779dca2b18
  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.