On Tue, Aug 20, 2024 at 12:35:57AM -0500, Mario Limonciello wrote: > From: Mario Limonciello <mario.limonciello@xxxxxxx> > > This removes some boilerplate from the code and will allow adding > future CPUs by just device IDs. > I've been thinking that maybe we stop using PCI IDs entirely. The PCIe devices that we match on are internal to the SoC. And they're not optional. They're basically processor components that are exposed through PCI config space for software convenience. Thoughts? Thanks, Yazen