Re: [LinuxBIOS] [PATCH] Re: Request for superiotool dump support: SMSC LPC47M192

2007-12-15 Thread Corey Osgood
Ulf Jordan wrote: > On Fri, 14 Dec 2007, Corey Osgood wrote: > >> Ulf Jordan wrote: >> >>> Attached is a patch for superiotool adding dump support for the SMSC >>> LPC47M192. >>> >>> /ulf >> >> Thanks, works great! >> >> Acked-by: Corey Osgood <[EMAIL PROTECTED]> >> >> and r3007 > > Could you provi

[LinuxBIOS] AMD Geode LX on Lippert Roadrunner LX800

2007-12-15 Thread Simpson, Matthew
Hello, Is this supported? What target do I choose? Here is the info about this board, used for embedded systems: Board: Lippert Roadrunner LX800 Processor: AMD Geode LX800 Chipset: AMD CS5536 I/O Companion Super I/O ITE 8712 (documentation says this but the chip says ITE ITG if I loo

[LinuxBIOS] patch to lib/lar.c and include/lar.h

2007-12-15 Thread ron minnich
These changes are needed to allow initram to chain to subsequent stage1 phases, per the earlier discussion. The chaining is needed since initram is going to call disable_car, which may, among other things, move the stack around or even lose the contents of stack. Support a return from disable_car

Re: [LinuxBIOS] Patch file for Fedora 8 compile problems

2007-12-15 Thread ron minnich
OK, I am looking at this patch again, and it's still not quite the right idea. Setting this kind of build option in the Config file is not really right. However ... if you just retained this much: Index: src/arch/i386/Config.lb === -

[LinuxBIOS] [PATCH] flashrom: add support for ST M25P80 chips

2007-12-15 Thread Carl-Daniel Hailfinger
Add support for ST M25P80 chips to flashrom. Untested. Signed-off-by: Carl-Daniel Hailfinger <[EMAIL PROTECTED]> Index: flashrom-m25p80/flash.h === --- flashrom-m25p80/flash.h (Revision 3007) +++ flashrom-m25p80/flash.h (Arbe

[LinuxBIOS] Tyan s1894

2007-12-15 Thread Jason Green
I am new to LinuxBIOS mailing list. I have a few old boards I want to try out. I dunno if it's compatible with this or not. http://www.tyan.com/archive/products/html/tigercub100.html Sakui -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios

[LinuxBIOS] [PATCH] superiotool: Add dump support for NSC PC87317

2007-12-15 Thread Ulf Jordan
Add dump support for NSC PC87317. /ulf Add dump support for NSC PC87317. Signed-off-by: Ulf Jordan <[EMAIL PROTECTED]> Index: nsc.c === --- nsc.c (revision 3007) +++ nsc.c (working copy) @@ -62,6 +62,40 @@

Re: [LinuxBIOS] [PATCH] Abit BE6-II V2.0 support

2007-12-15 Thread Sergei Antonov
On Dec 15, 2007 8:59 PM, ron minnich <[EMAIL PROTECTED]> wrote: > > On Dec 14, 2007 3:00 PM, Sergei Antonov <[EMAIL PROTECTED]> wrote: > > > > On Dec 14, 2007 8:22 PM, ron minnich <[EMAIL PROTECTED]> wrote: > > > On Dec 13, 2007 12:12 AM, Sergei Antonov <[EMAIL PROTECTED]> wrote: > > > > On Dec 13,

Re: [LinuxBIOS] [Fwd: Re: Patch file for Fedora 8 compile problems]

2007-12-15 Thread ron minnich
Hmm. I applied this patch and now nothing works at all on my fc7 system. how am I supposed to use this patch? How do you disable it? I don't see this as being convenient for the user -- unless I'm missing something. ron -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/

Re: [LinuxBIOS] [PATCH] Abit BE6-II V2.0 support

2007-12-15 Thread ron minnich
On Dec 14, 2007 3:00 PM, Sergei Antonov <[EMAIL PROTECTED]> wrote: > > On Dec 14, 2007 8:22 PM, ron minnich <[EMAIL PROTECTED]> wrote: > > On Dec 13, 2007 12:12 AM, Sergei Antonov <[EMAIL PROTECTED]> wrote: > > > On Dec 13, 2007 2:06 AM, ron minnich <[EMAIL PROTECTED]> wrote: > > > > On Dec 12, 200

[LinuxBIOS] Trac reminder: list of new ticket(s)

2007-12-15 Thread LinuxBIOS tracker
Ticket Owner Status Description #89 somebody new New product support - thin clients #88 somebody new Add UHCI/OHCI/EHCI support to GRUB2 #86 somebody new filo sata boot delay patch #85 somebody ne

Re: [LinuxBIOS] PCI: Left over static devices. Check your Config.lb

2007-12-15 Thread Carl-Daniel Hailfinger
On 10.12.2007 21:56, Marc Jones wrote: > A devices needs to be listed in the config.lb if it requires more setup > than standard PCI initialization (resource allocation). Usually that > means the CPU, northbridge, southbridge, and SIO. Those devices are > usually needed to indicate the system bu