[roll] Roll fuchsia [pci] Improve BAR representation and probing

- Rather than relying on size being zero, make it more clear whether a
  BAR is active or not, and denote more clearly that it is the upper
  half of a 64 bit BAR.
- Probe BARs earlier in init since any failures are not considered
  device fatal.
- Rename ConfigureBars to AllocateBars to better describe what is
  happening now.
- Propagate more zx::status usage in the code touched.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/679685
Original-Revision: 3d3179d941c641f1e9af4a0da475750accf083ca
GitOrigin-RevId: a83afedb5f7d5ecfe294a35e772748750fc8dc7e
Change-Id: I6e89b1e9f74a3f78b3bd773aa88721d39f70b105
1 file changed
tree: 73ecf395a8ebd984e3b1c61cbd0579b8f1aa1074
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.