On 8/16/10 6:11 PM, Stefan Reinauer wrote:
> On 8/16/10 5:11 PM, Myles Watson wrote:
>> Index: src/devices/device.c
>> ===================================================================
>> --- src/devices/device.c     (revision 5692)
>> +++ src/devices/device.c     (working copy)
>> @@ -1104,6 +1104,9 @@
>>  
>>      printk(BIOS_INFO, "Initializing devices...\n");
>>  
>> +    /* First call the mainboard init. */
>> +    init_dev(&dev_root);
>> +
>>      /* now initialize everything. */
>>      for (link = dev_root.link_list; link; link = link->next)
>>              init_link(link);
>
> Acked-by: Stefan Reinauer <ste...@coresystems.de>
>
> Thanks for fixing coreboot. mainboard specific setup code is critical
> for many boards.
>
> Stefan
Do we need a similar workaround for the enable_dev() call?

-- 
coresystems GmbH . Brahmsstr. 16 . D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 . Fax: +49 761 7664613
Email: i...@coresystems.de  . http://www.coresystems.de/
Registergericht: Amtsgericht Freiburg . HRB 7656
Geschäftsführer: Stefan Reinauer . Ust-IdNr.: DE245674866

-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to