Re: [LinuxBIOS] Normal vs. fallback images and CMOS

2007-10-07 Thread Jonathan Sturges
ons of the same board, one with battery and one without. They're Winterminal boards, so they don't necessarily need CMOS settings. thanks, Jonathan - Original Message From: Stefan Reinauer <[EMAIL PROTECTED]> To: Jonathan Sturges <[EMAIL PROTECTED]> Cc: LinuxB

[LinuxBIOS] Normal vs. fallback images and CMOS

2007-10-06 Thread Jonathan Sturges
Question. If an embedded board has no battery backup, it should have no (usable) CMOS. Therefore, is a "Normal" image required on such a system? My understanding is that CMOS settings are required to force the Fallback image to boot, except in cases of an missing or corrupt Normal image. I'm

Re: [LinuxBIOS] Two more CS5530 IRQ steering questions

2007-10-02 Thread Jonathan Sturges
>Jonathan, > >You can use lspci to get that information. >"lspci -xxxv" or "lspci -s 00:12.0 -xxxv" for just device 0x12 > >Marc Marc, Well the steering bits are actually being set, and it does seem to work! What threw me off (and I apologize for not testing this more) was the fact that with a

Re: [LinuxBIOS] Two more CS5530 IRQ steering questions

2007-10-01 Thread Jonathan Sturges
- Original Message From: Marc Jones <[EMAIL PROTECTED]> To: Jonathan Sturges <[EMAIL PROTECTED]> Cc: LinuxBIOS mailing list Sent: Tuesday, September 25, 2007 12:05:19 PM Subject: Re: [LinuxBIOS] Two more CS5530 IRQ steering questions Jonathan Sturges wrote: >>

Re: [LinuxBIOS] Two more CS5530 IRQ steering questions

2007-09-25 Thread Jonathan Sturges
>>Jonathan Sturges wrote: >> Two additional questions about CS5530 IRQ steering: >> 1) Comments from Uwe Hermann and Peter Stuge have indicated that it's >> really better for the kernel to setup the steering registers. Why is this? >> It sounds like the BI

[LinuxBIOS] Two more CS5530 IRQ steering questions

2007-09-21 Thread Jonathan Sturges
Two additional questions about CS5530 IRQ steering: 1) Comments from Uwe Hermann and Peter Stuge have indicated that it's really better for the kernel to setup the steering registers. Why is this? It sounds like the BIOS is a good place to set these. I assume that a knowledgeable OS could ch

Re: [LinuxBIOS] Missing IRQ table entries; irq_tables.c problem?

2007-09-18 Thread Jonathan Sturges
>On 9/18/07, Juergen Beisert <[EMAIL PROTECTED]> wrote: >> >> Linux does not know the CS5530 as an IRQ router. > >it certainly used to. > >ron Ron, I don't know when the change occurred, but in the 2.6, it won't setup the IRQ router without a patch. -Jonathan _

Re: [LinuxBIOS] Missing IRQ table entries; irq_tables.c problem?

2007-09-18 Thread Jonathan Sturges
My apologies, forgot to update the subject line! >> One thing I'd like to investigate as well is initializing the IRQ router in >> LB. I've seen some discussion about this in the past, and I've come to the >> conclusion that for Geode GX1/CS5530 systems, it should be initialized in >> LB rather t

Re: [LinuxBIOS] linuxbios Digest, Vol 31, Issue 85

2007-09-18 Thread Jonathan Sturges
>> One thing I'd like to investigate as well is initializing the IRQ router in >> LB. I've seen some discussion about this in the past, and I've come to the >> conclusion that for Geode GX1/CS5530 systems, it should be initialized in >> LB rather than Linux. It also seems like some LB ports do t

Re: [LinuxBIOS] Missing IRQ table entries; irq_tables.c problem?

2007-09-17 Thread Jonathan Sturges
>On Sun, Sep 16, 2007 at 06:56:55PM -0700, Jonathan Sturges wrote: >> Thanks Uwe, >> That was it! I added 'option IRQ_SLOT_COUNT=3' to the Config.lb in the >> target directory of my board, and >>that did the trick. I now get IRQs >> assigned to all 3

Re: [LinuxBIOS] [PATCH] Reimplementation/fixing of CS5530/CS5530A southbridge code

2007-09-17 Thread Jonathan Sturges
o: Jonathan Sturges <[EMAIL PROTECTED]> Cc: linuxbios@linuxbios.org Sent: Thursday, September 13, 2007 8:14:14 PM Subject: Re: [LinuxBIOS] [PATCH] Reimplementation/fixing of CS5530/CS5530A southbridge code On Wed, Aug 29, 2007 at 08:16:52PM -0700, Jonathan Sturges wrote: > I'm st

Re: [LinuxBIOS] Missing IRQ table entries; irq_tables.c problem?

2007-09-16 Thread Jonathan Sturges
T in their Config.lb's. Was this option recently made mandatory? If so, we need a sweep to update the LBv2 Config.lb files. thanks! -Jonathan - Original Message From: Uwe Hermann <[EMAIL PROTECTED]> To: Jonathan Sturges <[EMAIL PROTECTED]> Cc: LinuxBIOS mailing list Sent: Sund

[LinuxBIOS] Missing IRQ table entries; irq_tables.c problem?

2007-09-16 Thread Jonathan Sturges
Hi, I'm missing something obvious and need someone to point me in the right direction. I'm finishing up mapping IRQs on a CS5530 winterminal board I've got. I know the IRQ mappings of each on-board device and slot, and I put together my irq_tables.c accordingly. However, only the first 2 entr

Re: [LinuxBIOS] [PATCH] Reimplementation/fixing of CS5530/CS5530A southbridge code

2007-08-29 Thread Jonathan Sturges
On Wed, Aug 15, 2007 at 11:02:29PM -0400, Jonathan Sturges wrote: > Thanks for the updated 5530 code! > However, I'm having some difficulty enabling the IDE controllers when using > this patch. As far as I can tell, configuration parsing doesn't appear to > work for

Re: [LinuxBIOS] [PATCH] Reimplementation/fixing of CS5530/CS5530A southbridge code

2007-08-15 Thread Jonathan Sturges
Thanks for the updated 5530 code! However, I'm having some difficulty enabling the IDE controllers when using this patch. As far as I can tell, configuration parsing doesn't appear to work for new ideX_enable flags. The 'register "ide0_enable" = "1"' configuration option seemed to have no effe

Re: [LinuxBIOS] Trouble with new CS5530 southbridge code

2007-07-24 Thread Jonathan Sturges
Jonathan Sturges wrote: > Hi, > I'm making progress getting LB working on a Geode GX1-based winterm. > I'm getting very close to creating a new target for this terminal, but > for the moment am working with the eaglelion/5bcm target, as it's nearly > identical.

[LinuxBIOS] Trouble with new CS5530 southbridge code

2007-07-23 Thread Jonathan Sturges
Hi, I'm making progress getting LB working on a Geode GX1-based winterm. I'm getting very close to creating a new target for this terminal, but for the moment am working with the eaglelion/5bcm target, as it's nearly identical. So I thought I'd try the new CS5530 code from last month, but I'm ha

Re: [LinuxBIOS] Flashrom problem & IRQ questions

2007-03-02 Thread Jonathan Sturges
Stefan Reinauer wrote: * Jonathan Sturges <[EMAIL PROTECTED]> [070302 01:04]: apparently doing nothing but not returning failure. The burn option also returns immediately, and indicates failure either because the chip isn't blank, or (I suspect) it's not

[LinuxBIOS] Flashrom problem & IRQ questions

2007-03-01 Thread Jonathan Sturges
Well, after many months I'm back to working on mapping IRQs for the MaxTerm 230 thin client system (Geode GX1/CS5530). First issue is flashrom. I've been swapping BIOS chips until now, but I want to start using flashrom to avoid wear on the PLCC sockets. However, flashrom identifies my SST29EE

Re: [LinuxBIOS] Enabling USB 2.0

2006-09-01 Thread Jonathan Sturges
boards supported by LinuxBIOS (whose source is available in the source > tree) bringup USB that I could use as a reference? > > On 9/1/06, *Jonathan Sturges* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > > > Anil B G wrote: > > > Hi, >

Re: [LinuxBIOS] Enabling USB 2.0

2006-09-01 Thread Jonathan Sturges
Anil B G wrote: > Hi, > I am trying to enable USB on a board similar to Tyan s2892 (CK804) > chipset? > Is there anything that else that needs to be done separately other > than setting the irqs et al correctly? Specifically do we need to > write some sort of a driver to enable the USB host

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

2006-09-01 Thread Jonathan Sturges
Juergen Beisert wrote: Hi Ollie, On Wednesday 09 August 2006 17:26, ollie wrote: On Tue, 2006-08-08 at 20:53 +0200, Juergen Beisert wrote: BTW, how "native" is your driver? Do you rd/wrmsr all the operations? rd/wrmsr? What does it m

Re: [LinuxBIOS] Geode GX1 system IRQ handling

2006-08-16 Thread Jonathan Sturges
Richard Smith wrote: >> > Granted, both of these patches were offered up as "hacks," but they >> > work, allowing the GX1 cache to be enabled and for the IRQ map to be >> > successfully copied, so I endorse them. :-) >> > >> >> Committed as rev 2379, builds fine, not tested; let me know. >> > > W

Re: [LinuxBIOS] Geode GX1 system IRQ handling

2006-08-16 Thread Jonathan Sturges
Ronald G Minnich wrote: > Jonathan Sturges wrote: > >> I was aware of the issues with LB failing to copy the IRQ map, due to >> the GX1's cache not being enabled. However, I applied the two >> northbridge.c patches for enabling the cache, so now that much >&g

Re: [LinuxBIOS] Geode GX1 system IRQ handling

2006-08-16 Thread Jonathan Sturges
Juergen Beisert wrote: >Hi Jonathan, > >please use plain text, no HTML > >On Wednesday 16 August 2006 13:58, Jonathan Sturges wrote: > > >>PCI: No IRQ known for interrupt pin A of device 00:13.0. Please try >>using pci=biosirq. >>usb-ohci.c: found

Re: [LinuxBIOS] Geode GX1 system IRQ handling

2006-08-16 Thread Jonathan Sturges
Juergen Beisert wrote: Jonathan, On Tuesday 15 August 2006 22:25, Jonathan Sturges wrote: So I'm back to working on getting LB on my Geode-based MaxTerm 230 thin client again. I've built a test image from the Eaglelion 5bcm target that boots this machine. However, I

Re: [LinuxBIOS] Geode GX1 system IRQ handling

2006-08-15 Thread Jonathan Sturges
Richard Smith wrote: >> > >> > Unless its compressed. >> > >> You mean, run getpir against the WinCE BIOS image? Please clarify what >> you're saying. >> I still can't use the WinCE BIOS to boot other OSes, so unless I'm >> misunderstanding you, I don't think that'll work. > > > Exactly. The $PI

Re: [LinuxBIOS] Geode GX1 system IRQ handling

2006-08-15 Thread Jonathan Sturges
Richard Smith wrote: >> > >> > Unless its compressed. >> > >> You mean, run getpir against the WinCE BIOS image? Please clarify what >> you're saying. >> I still can't use the WinCE BIOS to boot other OSes, so unless I'm >> misunderstanding you, I don't think that'll work. > > > Exactly. The $PI

Re: [LinuxBIOS] Geode GX1 system IRQ handling

2006-08-15 Thread Jonathan Sturges
Richard Smith wrote: > On 8/15/06, Ronald G Minnich wrote: > >> put the bios flash psrt in another machine that takes the same part, and >> run the getpir program. This should work. > > > Unless its compressed. > You mean, run getpir against the WinCE BIOS image? Please clarify what you're sayi

[LinuxBIOS] Geode GX1 system IRQ handling

2006-08-15 Thread Jonathan Sturges
So I'm back to working on getting LB on my Geode-based MaxTerm 230 thin client again. I've built a test image from the Eaglelion 5bcm target that boots this machine. However, IRQ mapping is not working. I have no doubt that is because the MaxTerm differs from the 5bcm. :-) I'm not entirely

Re: [LinuxBIOS] Another Geode GX1: status & questions

2006-05-14 Thread Jonathan Sturges
AMD provides an OSS audio driver patch for 2.4.x kernels, so I think that will suit my immediate needs. So I think that just means LB has to know how to initialize the XpressAudio and assign resources to it. I don't know how much, if any, VSA "stuff" is required to do this... hopefully not mu

[LinuxBIOS] Another Geode GX1: status & questions

2006-05-13 Thread Jonathan Sturges
Hi, I'm new to LB, and after studying the list archives for the past week, I've started working on getting LB installed on yet another Geode GX1 board. This system is actually a MaxSpeed MaxTerm 230, an old thin client system that had been surplussed. The board inside was manufactured by DTR