[roll] Roll fuchsia [pci] Apply changes based on API review feedback

Most changes are essentially downstream updates based on pci.fidl
changes. All tests pass.

- Standardize on type names
- Rework BAR types
- Consolidate existing #defines into FIDL as source of truth,
  pruning hw.h and common.h. Users of hw.h migrated to banjo.h.
- Re-order Config methods to be VerbNoun
- Rename EnableBusMaster to SetBusMastering
- IRQ -> Interrupt where applicable
- PCI_CAP -> PCI_CAPABILITY
- PCI_CFG -> PCI_CONFIG
- Update PcirootProtocol methods to match PciProtocol where
  applicable.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/670111
Original-Revision: c52a69bef81441e20a13b3619d50a0ad472936da
GitOrigin-RevId: f649e048c6e398d602fda2d3616b2fe03774895c
Change-Id: I17ff838eb7767c0f06669b37c48886dde9bd944b
1 file changed
tree: 41028d2b54be4cb94dccd752cbe9d492bb4ab57e
  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.