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
if the various parties can get a common patch together, that would be good. I think we have 2-3 candidates right now ...
ron
* Ronald G Minnich rminnich@lanl.gov [051101 16:46]:
if the various parties can get a common patch together, that would be good. I think we have 2-3 candidates right now ...
I have created a task in the issue tracker that gathers all the different patches for the Epia-M:
https://openbios.org/roundup/linuxbios/task4
If you have additions for the Epia-M, please create yourself an account in the issue tracker at:
https://openbios.org/roundup/linuxbios/user?@template=register
and add the patches to the tracker, in addition to sending them to the mailing list. This helps other contributors from doing work twice and makes it easy for the gatekeepers to keep track of missing merges.
Stefan