[LinuxBIOS] Epia-M patch

rmantchala rmantchala at wanadoo.fr
Tue Nov 1 08:33:29 CET 2005


With the last patch from Nick Barker, after booting I only see on the
serial console:
 
LinuxBIOS-1.1.8.0Fallback Sat Oct 29 13:55:37 CEST 2005 starting...
 Enabling mainboard devices
 
I have solved this issue by changing enable_mainboard_devices function
in src/mainboard/via/epia-m/auto.c . I have modified the 2th
pci_write_config
line from :
             pci_write_config8(dev, 0x51, 0x10);
to 
             pci_write_config8(dev, 0x51, 0x1f);
 
With this modification, the epia-m system is booting and I can use it.
 
Regards
 
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20051101/652b81ca/attachment.html>


More information about the coreboot mailing list