[coreboot] patch: lxirq understander

ron minnich rminnich at gmail.com
Fri Jul 25 05:34:09 CEST 2008


On Thu, Jul 24, 2008 at 3:44 PM, ron minnich <rminnich at gmail.com> wrote:
> On Thu, Jul 24, 2008 at 9:16 AM, Stefan Reinauer <stepan at coresystems.de> wrote:
>> ron minnich wrote:
>>>
>>> So I started to fix it up with names and respond to the other comments.
>>>
>>> Turns out you can't do this:
>>> #include <pci/pci.h>
>>>
>>> #include <device/pci_ids.h>
>>>
>>
>> Why would you pull in both libpci and coreboot headers?
>
> so I can say AMD instead of 0x1022. the standard PCI includes don't have that.
>
>>
>> libpci pretty much brings its own PCI ID database.
>
> well, sort of. What did I miss?

turns out I did not miss anything. libpci has no pci id database that
I can find.

You have to use a kernel including file from a kernel source tree,
it's not even in include/linux.

Suggestions welcome at this point.

ron




More information about the coreboot mailing list