To allow for an ACPI attachment to the generic PCIe driver split off the
FDT attachment to a new file. A separate ACPI attachment will then be
added to allow arm64 servers with ACPI to use it over FDT.
Details
Details
- Reviewers
jhb br - Group Reviewers
arm64 - Commits
- rS308931: To allow for an ACPI attachment to the generic PCIe driver split off the
Tested on ThunderX, can also test on the SoftIron Overdeive 3000
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 4619 Build 4672: arc lint + arc unit
Event Timeline
Comment Actions
Ok, though I still think that 'pci_host_generic' isn't really generic. It doesn't work for any x86 systems for example. Also, I would hope that for ACPI, one could use sys/dev/acpica/acpi_pci* which use things like 'ResourceProducer()' entries in _CRS to determine which address ranges are decoded, etc.