EPIA-MII v2 Config

2004-12-04 Thread Brian Abreu
Hello, I am having trouble getting freebios2 to build for a EPIA-MII board. I cannot find any information anywhere on how to build the v2 bios for EPIA-M based boards. Can someone please explain how you do this? Thanx, Brian Abreu ___ Linuxbios mail

Re: K8 D0 support

2004-12-04 Thread Eric W. Biederman
YhLu <[EMAIL PROTECTED]> writes: > Opteron Rev D0 support done. > > So I need to wait for AMD put the updated Bios porting guide including > Opteron Rev D0 info. Only after that, I can commit the patch? > Or ask the AMD to review the code? Essentially. It all depends on your relationship. But

Re: Allocating Resource for Legacy VGA Buffer

2004-12-04 Thread Li-Ta Lo
On Fri, 2004-12-03 at 19:20, Eric W. Biederman wrote: > Li-Ta Lo <[EMAIL PROTECTED]> writes: > > > Eric, > > > > I tried to allocate a MEM resource for legacy VGA framebuffer (0xA - > > 0xB) on AMDK8 NB Fun 1. I find a new mem_pair and assigned base > > and size of the resource as the co

RE: about MAINBOARD_POWER_ON_AFTER_POWER_FAIL

2004-12-04 Thread Yinghai Lu
Are you going to post the patch? Then we can check that for you. YH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of zhu shi song Sent: Saturday, December 04, 2004 9:40 AM To: Ronald G. Minnich Cc: [EMAIL PROTECTED] Subject: Re: about MAINBOARD_POWER_ON_AF

RE: epia problem/Epia status update

2004-12-04 Thread Yinghai Lu
You can enable debug in filo. Also add some printf in ide_disk.c YH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Luc Belliveau Sent: Saturday, December 04, 2004 9:32 AM To: Ronald G. Minnich Cc: [EMAIL PROTECTED] Subject: Re: epia problem/Epia status u

Re: epia problem/Epia status update

2004-12-04 Thread Ronald G. Minnich
On Sat, 4 Dec 2004, Adam Sulmicki wrote: > > with all this talk on the list about epia.. does anyone knwo off hand how to > change this "wait 4 seconds reboot" to instantenous reboot when I press the on > button? you mean machine is on, and you want it to cycle real fast? we need to figure o

Re: epia problem/Epia status update

2004-12-04 Thread Adam Sulmicki
with all this talk on the list about epia.. does anyone knwo off hand how to change this "wait 4 seconds reboot" to instantenous reboot when I press the on button? sh-2.05b# cat /proc/cpuinfo vendor_id : CentaurHauls model name : VIA Samuel 2 sh-2.05b# /sbin/lspci pcilib: Cannot open

Re: epia problem/Epia status update

2004-12-04 Thread Ronald G. Minnich
On Sat, 4 Dec 2004, Luc Belliveau wrote: > > Here is the output from lspci on my board > > *00:00.0 Host bridge: VIA Technologies, Inc. VT8601 [Apollo ProMedia] (rev 05) > 00:01.0 PCI bridge: VIA Technologies, Inc. VT8601 [Apollo ProMedia AGP] > 00:11.0 ISA bridge: VIA Technologies, Inc. VT823

Re: about MAINBOARD_POWER_ON_AFTER_POWER_FAIL

2004-12-04 Thread zhu shi song
The factory bios of my MB has "power fail restore" option and I set it to enable. The MB has the same problem as linuxbios does. When linux is booting without console prompt, unplug power supply and plug again, MB will boot automatically without press power button. But if linux has console promp

Re: epia problem/Epia status update

2004-12-04 Thread Luc Belliveau
Here is the output from lspci on my board *00:00.0 Host bridge: VIA Technologies, Inc. VT8601 [Apollo ProMedia] (rev 05) 00:01.0 PCI bridge: VIA Technologies, Inc. VT8601 [Apollo ProMedia AGP] 00:11.0 ISA bridge: VIA Technologies, Inc. VT8231 [PCI-to-ISA Bridge] (rev 10) 00:11.1 IDE interface: VI

Re: epia problem/Epia status update

2004-12-04 Thread Ronald G. Minnich
ok, just double check that your ide is right, and can somebody send me an lspci for these boards? I don't have one handy. Finally, I do know that native ide mode was always buggy on this part. Is that a possibility here? ron ___ Linuxbios mailing li

Re: epia problem/Epia status update

2004-12-04 Thread Luc Belliveau
No effect. Here is the output when I boot: LinuxBIOS-1.1.7.0Normal Sat Dec 4 10:16:38 AST 2004 starting... 87 is the comm register SMBus controller enabled vt8601 init starting is the north 1106 0601 0120d4 is the computed timing NOP PREC

Re: epia problem/Epia status update

2004-12-04 Thread Luc Belliveau
Same thing, with one small difference... I turned debugging on and this is what I get : find_ide_controller: found PCI IDE controller 1106:0571 prog_if=0x8f find_ide_controller: primary channel: native PCI mode find_ide_controller: cmd_base=0x0 ctrl_base=0x0 ide_software_reset: Waiting for ide0 t

Re: epia problem/Epia status update

2004-12-04 Thread Ronald G. Minnich
On Sat, 4 Dec 2004, Luc Belliveau wrote: > > Same thing, with one small difference... I turned debugging on and this is > what I get : hmm. > > find_ide_controller: found PCI IDE controller 1106:0571 prog_if=0x8f > find_ide_controller: primary channel: native PCI mode > find_ide_controller:

Re: about MAINBOARD_POWER_ON_AFTER_POWER_FAIL

2004-12-04 Thread Ronald G. Minnich
you can take a look at that the arima hdama code does for this. It is all motherboard-specific, I guess ... not sure in all cases. ron ___ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

about MAINBOARD_POWER_ON_AFTER_POWER_FAIL

2004-12-04 Thread zhu shi song
I'm using i845gv based MB. The superio is w83627hf . I have set MAINBOARD_POWER_ON_AFTER_POWER_FAIL=MAINBOARD_POWER_ON.Before linux booting up, I turn off power switch, when turn on power swith again, MB can boot again. But when I have booted linux successfully, I can see the console and can logi