Re: [LinuxBIOS] How to separate CS5536 and CPU?

2006-08-07 Thread Indrek Kruusa
Richard Smith wrote: Question about OLPC: if memtest is set as payload then is it works? We have got dbe61 up and running after some ram_resource() hacking. With ehterbooted Linux the thing is still totally quiet. I've not tried memtest on OLPC. Ron may have. I can test later on tonight

[LinuxBIOS] Geode GX1/5530: How to forward SMI to a regular IRQ

2006-08-07 Thread Juergen Beisert
Hi all, I try to write a native sound driver for the Geode GX1/5530a Companion chip. Problem here: The sound chip only generates SMI. Does anyone knows a trick or a chipset switch that let me forward this SMI to a regular IRQ? Its too ugly to use a polling loop ;-) Regards, Juergen --

Re: [LinuxBIOS] GA-6BXC - first try.

2006-08-07 Thread Ronald G Minnich
Uwe Hermann wrote: Hi, more tests, still no luck. I had access to a hardware flash/EEPROM programmer today and flashed bitworks/ims/linuxbios.rom (256K this time, last time it was 512K which obviously cannot work). The Windows-Software for the programmer supported the chip (W49F002U) and

Re: [LinuxBIOS] Success.

2006-08-07 Thread Ronald G Minnich
stefan, what do you think? committable? Uwe, nice job. ron -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] Success.

2006-08-07 Thread Richard Smith
On 8/6/06, Uwe Hermann [EMAIL PROTECTED] wrote: The setup_serial.inc is copied from v1, for the rest of the stuff I tried to guess what's needed from other superios in v2. I haven't grasped LinuxBIOS well enough to _really_ know what I'm doing ;) setup_serial.inc is a holdover from V1 and not

Re: [LinuxBIOS] Success.

2006-08-07 Thread Uwe Hermann
Hi, On Mon, Aug 07, 2006 at 10:09:10AM -0500, Richard Smith wrote: Are you #includeing this in your auto.c? If so then remove it an only use the .c stuff to init the device. Yes, I included it from auto.c. I'll try if the init works without the asm stuff, but I fear it won't. Where should a C

Re: [LinuxBIOS] LinuxBIOS/flashrom on Asus P2B

2006-08-07 Thread Uwe Hermann
Hi, On Fri, Aug 04, 2006 at 07:02:30PM +0200, Sam Brightman wrote: Anyway, here is the output: I have a similar problem (same output) with flashrom. Can you try Uniflash (uniflash.org) and report whether it works? Cheers, Uwe. -- Uwe Hermann http://www.hermann-uwe.de

Re: [LinuxBIOS] How to separate CS5536 and CPU?

2006-08-07 Thread Ronald G Minnich
Richard Smith wrote: Question about OLPC: if memtest is set as payload then is it works? We have got dbe61 up and running after some ram_resource() hacking. With ehterbooted Linux the thing is still totally quiet. I've not tried memtest on OLPC. Ron may have. I can test later on tonight if

Re: [LinuxBIOS] How to separate CS5536 and CPU?

2006-08-07 Thread Richard Smith
I've not tried memtest on OLPC. Ron may have. I can test later on tonight if you wish. I'm CDT. So it will be in 6 or so hours. Oops. Sorry. I forgot i was going to try this for you. -- Richard A. Smith -- linuxbios mailing list linuxbios@linuxbios.org

Re: [LinuxBIOS] Success.

2006-08-07 Thread Stefan Reinauer
* Ronald G Minnich rminnich@lanl.gov [060807 16:38]: stefan, what do you think? committable? i checked it in. - dropped the assembler part - renamed the directory from foo to ite ;-) no mainboard in the tree uses it though.. Anything to check in here? updates and patches against 2365 or

[LinuxBIOS] LinuxBIOS r2365 build changes

2006-08-07 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer stepan checked in revision 2365 to the LinuxBIOS source repository and caused the following changes: Change Log: add support for ite/it8671f superio from Uwe Hermann. Build Log: Compilation of

Re: [LinuxBIOS] Success.

2006-08-07 Thread Stefan Reinauer
* Uwe Hermann [EMAIL PROTECTED] [060807 17:26]: Hi, On Mon, Aug 07, 2006 at 10:09:10AM -0500, Richard Smith wrote: Are you #includeing this in your auto.c? If so then remove it an only use the .c stuff to init the device. Yes, I included it from auto.c. I'll try if the init works

Re: [LinuxBIOS] LinuxBIOS/flashrom on Asus P2B

2006-08-07 Thread Stefan Reinauer
* Sam Brightman [EMAIL PROTECTED] [060807 18:43]: I was trying to avoid Uniflash because it seemed dated and DOS-ish. Granted I could probably get FreeDOS, but I've also gradually broken all my floppy drives over the years... From what I can tell Uniflash, OpenBIOS and LinuxBIOSv1 have

Re: [LinuxBIOS] Uniflash.

2006-08-07 Thread Stefan Reinauer
* Uwe Hermann [EMAIL PROTECTED] [060806 21:58]: I'll try to figure out what it does that flashrom does not, in order to be able to use flashrom; I'll post a patch for flashrom when I'm done. It calls 16bit bios code. Tricky. You might want to link in x86emu to get it working cleanly, or do

Re: [LinuxBIOS] Geode GX1/5530: How to forward SMI to a regular IRQ

2006-08-07 Thread Juergen Beisert
Hi all, On Monday 07 August 2006 11:19, myself wrote: I try to write a native sound driver for the Geode GX1/5530a Companion chip. Problem here: The sound chip only generates SMI. Does anyone knows a trick or a chipset switch that let me forward this SMI to a regular IRQ? Its too ugly to use

Re: [LinuxBIOS] Geode GX1/5530: How to forward SMI to a regular IRQ

2006-08-07 Thread Ronald G Minnich
Juergen Beisert wrote: Hi all, On Monday 07 August 2006 11:19, myself wrote: I try to write a native sound driver for the Geode GX1/5530a Companion chip. Problem here: The sound chip only generates SMI. Does anyone knows a trick or a chipset switch that let me forward this SMI to a regular

Re: [LinuxBIOS] Geode GX1/5530: How to forward SMI to a regular IRQ

2006-08-07 Thread Tim Crawford
If I understand the question correctly Juergen want to tell the chipset to issue a IRQ not a SMI. There is no SMM code in LB. Tim Ronald G Minnich rminnich@lanl.gov 08/07/06 2:48 PM Juergen Beisert wrote: Hi all, On Monday 07 August 2006 11:19, myself wrote: I try to write a native

Re: [LinuxBIOS] Geode GX1/5530: How to forward SMI to a regular IRQ

2006-08-07 Thread Ronald G Minnich
Tim Crawford wrote: If I understand the question correctly Juergen want to tell the chipset to issue a IRQ not a SMI. There is no SMM code in LB. Tim Ronald G Minnich rminnich@lanl.gov 08/07/06 2:48 PM Juergen Beisert wrote: Hi all, On Monday 07 August 2006 11:19, myself

[LinuxBIOS] something new ... buildrom

2006-08-07 Thread Ronald G Minnich
we're all sick of having to do all the steps to build a flash image, right? Well, thanks to OLPC, there is a new tool: buildrom. This tool is designed to build a 1M flash image including linuxbios, kernel, and an initrd with busybox tools. Right now, it only works for OLPC, but that should