[LinuxBIOS] IOSS Product Order / RD1-PMC4 for which board ?

2007-03-26 Thread Quux
so for which boards is RD1-PMC4 matching ? Gigabyte M57SLI ? Any Asus or Elitegroup board ? from internet ads it is hard to tell which BIOS memory the manufacturers put on their boards ? who can tell ? --Q Corey Osgood schrieb: I put in an inquiry to IOSS about BIOS Saviors, since they've

[LinuxBIOS] Issues with Gigabyte GA-M57SLI-S4

2007-03-26 Thread Bhavitavya Bhadviya
Hi to all LinuxBIOS guys, I just needed to about any issues that are seen with Gigabyte GA-M57SLI-S4 motherboard (are they serious?). The Supported motherboard(page of LinuxBIOS) lists this board but with yellow flag and code (WIP). I would like to know in particular what are the

[LinuxBIOS] Intel SE440BX support

2007-03-26 Thread Oscar Molin
I have 2 Intel SE440BX and one Intel SE440bx-3 (it's some kind of subversion to sebx-2) These were very popular Intel OEM boards and were used by Dell, compaq, fujitsu and the like. If someone wants info on what chips they have etc I'm willing to be of assistance and help with testing code one

[LinuxBIOS] Silly Question

2007-03-26 Thread joe
This is a silly question but, when I see something like this (220) in raminit.c it is saying to change bit 20 to a value of 2?? Is that correct?? That would have to be a binary value than right? Than what would that look like?? Just trying to understand the whole registry setting thing

Re: [LinuxBIOS] uart_init hangs?

2007-03-26 Thread Uwe Hermann
On Mon, Mar 26, 2007 at 02:10:20AM -0400, Corey Osgood wrote: Alright, I know I ask too many questions, but what would cause uart_init to hang? I'm trying to get serial output on ite it8705f, and my POST card tells me that it's hanging during uart_init. I've made a bunch of changes to

Re: [LinuxBIOS] AMD K8 kernel oopses

2007-03-26 Thread Lu, Yinghai
Looks like the AP are not started and stopped in LinuxBIOS. YH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefan Reinauer Sent: Sunday, March 25, 2007 10:09 AM To: linuxbios@linuxbios.org Subject: [LinuxBIOS] AMD K8 kernel oopses I am having

Re: [LinuxBIOS] AMD K8 kernel oopses

2007-03-26 Thread Stefan Reinauer
* Lu, Yinghai [EMAIL PROTECTED] [070326 19:55]: Looks like the AP are not started and stopped in LinuxBIOS. I think it is some bug in the kernel. This was a 32bit kernel compiled with make allnoconfig, and then slowly switching things on, while reducing kernel size with CONFIG_EMBEDDED. It

[LinuxBIOS] Summer of Code: Last chance!

2007-03-26 Thread Carl-Daniel Hailfinger
Hi, the submission deadline is approaching fast and maybe some people are still not sure what project idea to pick. You surely have read the list of projects by now. http://linuxbios.org/GSoC One more idea (not yet in the wiki) is mentioned in the mail quoted below: On 22.03.2007 15:35,

Re: [LinuxBIOS] K8T800Pro/VT8237 documentation

2007-03-26 Thread Stefan Reinauer
* Enno Fennema [EMAIL PROTECTED] [070326 21:53]: I have been lurking in the background of this mailing list for a few weeks. My immediate interest is not LinuxBios but understanding the BIOS supplied with my mainboard with AMD Athlon and the above chips. Does anyone know where I can find

Re: [LinuxBIOS] Intel SE440BX support

2007-03-26 Thread Corey Osgood
First of all, please CC the list. Oscar Molin wrote: I see your point there, it could be a lot of work. But then again there are a LOT of these boards and I'm sure there is demand for it. Yep, there is, at least for people with older hardware. Uwe and I have both been working (off and on) on

Re: [LinuxBIOS] uart_init hangs?

2007-03-26 Thread Corey Osgood
Uwe Hermann wrote: On Mon, Mar 26, 2007 at 02:10:20AM -0400, Corey Osgood wrote: Alright, I know I ask too many questions, but what would cause uart_init to hang? I'm trying to get serial output on ite it8705f, and my POST card tells me that it's hanging during uart_init. I've made a bunch of

[LinuxBIOS] Intel 440bx

2007-03-26 Thread Alfred Wanga
Corey Osgood wrote: So, I commented all the do_ram_commands out (since I can't see the problem with it) and did ram init using pci_write_config16, setting what I know the values should be, and then NOP would not report as being set (and ram still failed). So, I set up a for loop to set NOP

Re: [LinuxBIOS] Intel 440bx

2007-03-26 Thread Corey Osgood
Alfred Wanga wrote: Corey Osgood wrote: So, I commented all the do_ram_commands out (since I can't see the problem with it) and did ram init using pci_write_config16, setting what I know the values should be, and then NOP would not report as being set (and ram still failed). So, I set up a

Re: [LinuxBIOS] uart_init hangs?

2007-03-26 Thread Corey Osgood
Okay, so now I'm getting something, after I moved early_mtrr_init to the start of auto.c. It looks like question marks in hexagons, all across minicom's screen, but it is actually working. I've tried testing it at various other speeds/settings, and the output changes, but it's all still useless.