[coreboot] v2: Two coding issues: asm invd, pci resources

ron minnich rminnich at gmail.com
Fri Sep 19 18:13:02 CEST 2008


On Fri, Sep 19, 2008 at 5:58 AM, Mats Erik Andersson
<mats.andersson at gisladisker.se> wrote:

> 2) Has it been judged superfluous to support configuration entries
>   such as
>
>       device pci 7.2 on         # USB
>          io  0x20 = 0x0000e001ul
>          irq 0x3c = 0x0a
>       end
>
>   on grounds that pci-devices _can_ do auto detection? I inserted two
>   instances of 'print_debug' to make sure that pci_set_resources()
>   is executed for the USB Host Controler, but the above specification
>   never came into action. Were they even parsed?
>

it makes sense to put as little device info as possible into the
config. Unless this entry is essential it could be left out but ...
note the irq setting.

ron




More information about the coreboot mailing list