Hi Uwe,
Thanks for the review. I have updated the patch based on your review. The new patch needs Nikolay's CS5530/CS5536 PIRQ patch.
I cannot run superiotool with the factory BIOS because the BIOS is WinCE.
WakeOnLan doesn't work out of the box. The original thin-clients manager is able to on/off WOL feature as far as I remember.
It's a PC97317 board. Strange, the superiotool r2992 says "No Super I/O found"
NIC is soldered on the motherboard, and it resides on pci 15.0. Fixed the config entry.
Floppy connector may be available in one of the pin headers but I can't confirm. I leave it off to be conservative.
COM2 is a regular DB9 serial. Fixed the comment.
irq_tables.c in the previous patch was re-generated by getpir tool, and manually edited. However I had no way of testing it. Linux kernel won't read it unless patched, you know. Anyway I reworked on this file using Nikolay's irq patch.
As for MiniPCI slot there are INTA and INTB by definition of the MiniPCI. lspci output had no 14.0 because it's a slot. I installd a WiFi card to the MiniPCI slot(PCI 14.0) for testing. It got IRQ9 and worked great!
Regards, Kenji Noguchi
On Wed, Dec 05, 2007 at 01:52:12AM -0800, Kenji Noguchi wrote:
Thanks for the review. I have updated the patch based on your review. The new patch needs Nikolay's CS5530/CS5536 PIRQ patch.
Committed now in r3197, together with Nikolai's PIRQ patch. I did some small cosmetic changes and changes LinuxBIOS to coreboot.
I cannot run superiotool with the factory BIOS because the BIOS is WinCE.
WakeOnLan doesn't work out of the box. The original thin-clients manager is able to on/off WOL feature as far as I remember.
It's a PC97317 board. Strange, the superiotool r2992 says "No Super I/O found"
NIC is soldered on the motherboard, and it resides on pci 15.0. Fixed the config entry.
Floppy connector may be available in one of the pin headers but I can't confirm. I leave it off to be conservative.
COM2 is a regular DB9 serial. Fixed the comment.
irq_tables.c in the previous patch was re-generated by getpir tool, and manually edited. However I had no way of testing it. Linux kernel won't read it unless patched, you know. Anyway I reworked on this file using Nikolay's irq patch.
As for MiniPCI slot there are INTA and INTB by definition of the MiniPCI. lspci output had no 14.0 because it's a slot. I installd a WiFi card to the MiniPCI slot(PCI 14.0) for testing. It got IRQ9 and worked great!
Please add a wiki status page / tutorial for this board, listing what works and what doesn't and what's on the TODO list. I'd copy the status table from the BCOM Winnet100, as that's very similar, and then adapt it.
Thanks, Uwe.
On Sat, Mar 29, 2008 at 06:27:08PM +0100, Uwe Hermann wrote:
Please add a wiki status page / tutorial for this board, listing what works and what doesn't and what's on the TODO list. I'd copy the status table from the BCOM Winnet100, as that's very similar, and then adapt it.
Actually, I started a short page here: http://www.coreboot.org/TeleVideo_TC7020_Build_Tutorial
Feel free to expand it, especiall with status info.
Thanks, Uwe.