[coreboot] [PATCH] Drop all pre-CBFS rom_address entries in Config.lb/devicetree.cb

Myles Watson mylesgw at gmail.com
Wed Oct 28 21:18:57 CET 2009


On Wed, Oct 28, 2009 at 1:58 PM, Uwe Hermann <uwe at hermann-uwe.de> wrote:

> See patch.
>
I think it would be nice to figure out what we do with the "onboard" device
at the same time.

 from src/drivers/pci/onboard.c:

static void onboard_enable(device_t dev)
{
    struct drivers_pci_onboard_config *conf;
        conf = dev->chip_info;
    dev->rom_address = conf->rom_address;
}

Does it make sense to change ROM handling so that only "onboard" devices can
have their ROMs run?  That's the way it used to be, right?

Otherwise, maybe we don't need onboard anymore at all?

Thanks,
Myles
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20091028/2406e0cf/attachment.html>


More information about the coreboot mailing list