Is that mainboard supported? - DTK PRM-0080I E1
Northbridge: 440BX
Southbridge: Intel FW82371EB
CPU: Celeron 500 (Using a slot/370 adapter)
lspci:
00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03) 00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03) 00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02) 00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01) 00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01) 00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02) 01:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x] (rev a2)
Super I/O chip: Winbond W83977EF-AW
Type of BIOS device: Winbond W29C020C-90B
Thanks
-- Simon Comeau Martel simon@comeau.info
Hi,
On Fri, Apr 27, 2007 at 11:59:18PM -0400, Simon Comeau Martel wrote:
Is that mainboard supported? - DTK PRM-0080I E1
Northbridge: 440BX
There is 440BX code in LinuxBIOS v1 that should be working, but I don't know if anyone has tested it for quite some time.
There is currently work being done to port the 440BX code over to v2, but this has proven to be a bit of a challenge.
Southbridge: Intel FW82371EB
This seems to be supported in LinuxBIOS v2 already.
CPU: Celeron 500 (Using a slot/370 adapter)
Slot 1 isn't explicitly supported, but PGA370 is so it will probably work out fine.
Super I/O chip: Winbond W83977EF-AW
W83977TF is supported, but there is work also on boards with EF. The two are very similar so this should not be a problem.
Type of BIOS device: Winbond W29C020C-90B
Yep, this is supported in the flashrom utility.
Overall you're in pretty good shape, except for the critical central 440BX northbridge. :)
Not completely supported today, but perhaps in the near future.
//Peter
On Sat, Apr 28, 2007 at 06:21:06AM +0200, Peter Stuge wrote:
Hi,
On Fri, Apr 27, 2007 at 11:59:18PM -0400, Simon Comeau Martel wrote:
Is that mainboard supported? - DTK PRM-0080I E1
Northbridge: 440BX
There is 440BX code in LinuxBIOS v1 that should be working, but I don't know if anyone has tested it for quite some time.
Not for this exact mainboard, but I tested the Tyan S1846 recently, and RAM init _seems_ to work fine on this board (didn't test anything else).
Southbridge: Intel FW82371EB
This seems to be supported in LinuxBIOS v2 already.
Unfortunately the information in the wiki was wrong, I fixed it. There is some code to enable SMBus, but other things like IDE, PCI, LPC, and whatnot are not supported, yet.
I'll fix this later, expect some patches "soon" :)
Uwe.
On Sat, 2007-04-28 at 14:36 +0200, Uwe Hermann wrote:
On Sat, Apr 28, 2007 at 06:21:06AM +0200, Peter Stuge wrote:
Hi,
On Fri, Apr 27, 2007 at 11:59:18PM -0400, Simon Comeau Martel wrote:
Is that mainboard supported? - DTK PRM-0080I E1
Northbridge: 440BX
There is 440BX code in LinuxBIOS v1 that should be working, but I don't know if anyone has tested it for quite some time.
Not for this exact mainboard, but I tested the Tyan S1846 recently, and RAM init _seems_ to work fine on this board (didn't test anything else).
Southbridge: Intel FW82371EB
This seems to be supported in LinuxBIOS v2 already.
Unfortunately the information in the wiki was wrong, I fixed it. There is some code to enable SMBus, but other things like IDE, PCI, LPC, and whatnot are not supported, yet.
I'll fix this later, expect some patches "soon" :)
This is what I thought as I examined my own ckermit logs. Memory looked fine... no obvious errors spawned. But errors when PCI was initiated.
(I was thinking the PCI errors were spawned due to memory init invisible errors from others talking on this list.)
Feel free to post some experimental patches or send them to me directly and I'll try on my similar S1832DL.
-- Roger http://www.eskimo.com/~roger/index.html Key fingerprint = 8977 A252 2623 F567 70CD 1261 640F C963 1005 1D61
Sat Apr 28 14:55:12 PDT 2007
On Fri, 2007-04-27 at 23:59 -0400, Simon Comeau Martel wrote:
Is that mainboard supported? - DTK PRM-0080I E1
Northbridge: 440BX
The 440BX has been said to be working in v1.
Uwe has created/ported into a tyan/s1846 tree in LinuxBIOSv2. The S1846 is a 440BX board but it has a different SuperIO.
So I've created a patch replacing the tyan/s1846 SuperIO with the W83977EF SuperIO chip code.
Really simple... but..
Super I/O chip: Winbond W83977EF-AW
I'm stuck here trying to get console_init.
W83977EF is said to be working in LinuxBIOSv1 tree, but an earlier W83977TF released chip was ported over to LinuxBIOSv2. Basically, they're basically the same chips so it's just a matter of resolving an address conflict.
You can google for "W83977 linuxbios" and you'll pull up some good info.
And, console init seems to be really the only problem as my bios postcard shows the linuxbios rom image loading and executing quite happily to a point well passed where console init should have been enabled.
Type of BIOS device: Winbond W29C020C-90B
This was just added (or has been in) util/flashrom
I haven't posted any linuxbios rom images for this W83977EF as I've yet to get console to init. But, I've posted a patch here: http://www.eskimo.com/~roger/files/linuxbios/440BX.P2XBL/
or, top page where you can see the 440BX boards I own.
http://www.eskimo.com/~roger/programming/linuxbios/index.html
Really, the northbridge problem seems more trivial then a big issue. IMO, it's just a matter of finding what is missing or isn't working in v2 and why v1 works. Could be tomorrow, or soon. (hopefully ;-)
-- Roger http://www.eskimo.com/~roger/index.html Key fingerprint = 8977 A252 2623 F567 70CD 1261 640F C963 1005 1D61
Fri Apr 27 22:14:21 PDT 2007
On Fri, 2007-04-27 at 23:59 -0400, Simon Comeau Martel wrote:
Is that mainboard supported? - DTK PRM-0080I E1
Northbridge: 440BX
Southbridge: Intel FW82371EB
CPU: Celeron 500 (Using a slot/370 adapter)
lspci:
00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03) 00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03) 00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02) 00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01) 00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01) 00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02) 01:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x] (rev a2)
Super I/O chip: Winbond W83977EF-AW
Type of BIOS device: Winbond W29C020C-90B
Just an FYI. I've been grepping my email and still remembered this post.
This motherboard is partially working now with asus/p2b profile.
Just note, this is a W83977EF-AW & not a W83977TF, but differences are minimal.
-- Roger http://www.eskimo.com/~roger/index.html Key fingerprint = 8977 A252 2623 F567 70CD 1261 640F C963 1005 1D61
Wed May 9 06:38:20 PDT 2007