Re: [LinuxBIOS] Adding IGEL-316 mainboard

2007-05-14 Thread Juergen Beisert
Luis, On Monday 14 May 2007 10:07, Luis Correia wrote: Maybe we are able to detect the SPD EEPROM on *some* boards. But never on all boards. There are too many individual incarnations how you can connect the I2C lines to your CPU (thanks to popconserve for the reference schematics!).

Re: [LinuxBIOS] Adding IGEL-316 mainboard

2007-05-14 Thread Juergen Beisert
Luis, Boot your mainboard with your factory BIOS and dump the so called BC_* registers and you are fine (a few registers at offset GX_BASE + 0x8400 up to Ups, my fault. The MC_* are the relevant registers for SDRAM timing, not the BC_* ones. Juergen -- linuxbios mailing list

Re: [LinuxBIOS] Adding IGEL-316 mainboard

2007-05-14 Thread Peter Stuge
On Mon, May 14, 2007 at 09:39:57AM +0200, Juergen Beisert wrote: It seems to find a generic way to configure the SDRAM in a Geode bases system is nearly impossible. I think it can be done. At last we need some information about - the physical behaviour of the mainboard (line load, line

Re: [LinuxBIOS] Adding IGEL-316 mainboard

2007-05-14 Thread Juergen Beisert
On Monday 14 May 2007 16:52, Peter Stuge wrote: On Mon, May 14, 2007 at 09:39:57AM +0200, Juergen Beisert wrote: It seems to find a generic way to configure the SDRAM in a Geode bases system is nearly impossible. I think it can be done. At last we need some information about - the

Re: [LinuxBIOS] Adding IGEL-316 mainboard

2007-05-12 Thread Uwe Hermann
Hi Jürgen! On Fri, May 11, 2007 at 11:11:59PM +0200, Juergen Beisert wrote: attached the patch to add basic support for the mainboard in a so called IGEL-316 graphical terminal. I'm not sure who the original manufacturer of this mainboard is. It is labeled with WINNET100 VER: 1.1

Re: [LinuxBIOS] Adding IGEL-316 mainboard

2007-05-12 Thread Juergen Beisert
Hi Uwe, so many questions ;-) On Saturday 12 May 2007 09:56, Uwe Hermann wrote: Hi Jürgen! On Fri, May 11, 2007 at 11:11:59PM +0200, Juergen Beisert wrote: attached the patch to add basic support for the mainboard in a so called IGEL-316 graphical terminal. I'm not sure who the

Re: [LinuxBIOS] Adding IGEL-316 mainboard

2007-05-12 Thread Stefan Reinauer
* Uwe Hermann [EMAIL PROTECTED] [070512 09:56]: Index: LinuxBIOSv2/src/mainboard/igel/igel-316/cmos.layout === --- /dev/null +++ LinuxBIOSv2/src/mainboard/igel/igel-316/cmos.layout Is this needed or used at the moment?

Re: [LinuxBIOS] Adding IGEL-316 mainboard

2007-05-12 Thread Stefan Reinauer
* Juergen Beisert [EMAIL PROTECTED] [070512 12:26]: Index: LinuxBIOSv2/src/mainboard/igel/igel-316/raminit.c === --- /dev/null +++ LinuxBIOSv2/src/mainboard/igel/igel-316/raminit.c OK, this part should definately be

Re: [LinuxBIOS] Adding IGEL-316 mainboard

2007-05-12 Thread Stefan Reinauer
* Juergen Beisert [EMAIL PROTECTED] [070511 23:11]: Hi, attached the patch to add basic support for the mainboard in a so called IGEL-316 graphical terminal. I'm not sure who the original manufacturer of this mainboard is. It is labeled with WINNET100 VER: 1.1 (30-313-110) Please dont

Re: [LinuxBIOS] Adding IGEL-316 mainboard

2007-05-12 Thread Uwe Hermann
On Sat, May 12, 2007 at 02:28:04PM +0200, Stefan Reinauer wrote: * Uwe Hermann [EMAIL PROTECTED] [070512 09:56]: Index: LinuxBIOSv2/src/mainboard/igel/igel-316/cmos.layout === --- /dev/null +++

Re: [LinuxBIOS] Adding IGEL-316 mainboard

2007-05-12 Thread Uwe Hermann
On Sat, May 12, 2007 at 12:26:51PM +0200, Juergen Beisert wrote: What's the status of this code? Does it boot a payload correctly? Does it fully boot a Linux kernel? Which hardware works, which doesn't when booted with LinuxBIOS? Status is tested on my boards (I'm currenlty using 5

Re: [LinuxBIOS] Adding IGEL-316 mainboard

2007-05-12 Thread Juergen Beisert
On Saturday 12 May 2007 14:31, Stefan Reinauer wrote: * Juergen Beisert [EMAIL PROTECTED] [070512 12:26]: Index: LinuxBIOSv2/src/mainboard/igel/igel-316/raminit.c === --- /dev/null +++

Re: [LinuxBIOS] Adding IGEL-316 mainboard

2007-05-12 Thread Juergen Beisert
On Saturday 12 May 2007 14:21, Stefan Reinauer wrote: * Juergen Beisert [EMAIL PROTECTED] [070511 23:11]: Hi, attached the patch to add basic support for the mainboard in a so called IGEL-316 graphical terminal. I'm not sure who the original manufacturer of this mainboard is. It is

Re: [LinuxBIOS] Adding IGEL-316 mainboard

2007-05-12 Thread Juergen Beisert
On Saturday 12 May 2007 15:24, Uwe Hermann wrote: On Sat, May 12, 2007 at 12:26:51PM +0200, Juergen Beisert wrote: What's the status of this code? Does it boot a payload correctly? Does it fully boot a Linux kernel? Which hardware works, which doesn't when booted with LinuxBIOS?

Re: [LinuxBIOS] Adding IGEL-316 mainboard

2007-05-12 Thread Uwe Hermann
On Sat, May 12, 2007 at 05:29:59PM +0200, Juergen Beisert wrote: On Saturday 12 May 2007 14:21, Stefan Reinauer wrote: * Juergen Beisert [EMAIL PROTECTED] [070511 23:11]: Hi, attached the patch to add basic support for the mainboard in a so called IGEL-316 graphical terminal. I'm

Re: [LinuxBIOS] Adding IGEL-316 mainboard

2007-05-12 Thread Juergen Beisert
Hi, On Saturday 12 May 2007 09:56, Uwe Hermann wrote: My guess is that this is an ASI/BCom board (but I don't have evidence), so it should go into targets/asi/, too? Yes it is. I found it here http://en.taiwan.ru/ProductInfo/?product_id=43083 and at various other locations when I google

[LinuxBIOS] Adding IGEL-316 mainboard

2007-05-11 Thread Juergen Beisert
Hi, attached the patch to add basic support for the mainboard in a so called IGEL-316 graphical terminal. I'm not sure who the original manufacturer of this mainboard is. It is labeled with WINNET100 VER: 1.1 (30-313-110) Comments are welcome. Juergen Index: