Re: [LinuxBIOS] alix1c for v3 update

2007-11-27 Thread Corey Osgood
Carl-Daniel Hailfinger wrote: > On 27.11.2007 17:45, Corey Osgood wrote: > >> ron minnich wrote: >> >> >>> On Nov 27, 2007 8:24 AM, Corey Osgood <[EMAIL PROTECTED]> wrote: >>> >>> >>> >>> > + [SPD_MIN_CYCLE_TIME_AT_CAS_MAX] = 10, /* A guess for the tRAC value

Re: [LinuxBIOS] alix1c for v3 update

2007-11-27 Thread ron minnich
On Nov 27, 2007 8:36 AM, Peter Stuge <[EMAIL PROTECTED]> wrote: > Why is the port needed in stage1.c? for init. > > I would like it to be tied either to the superio (preferably) or in > the dts, if there is positively no other place to put it. hmm. You're right. how to do this? ron -- linuxbi

Re: [LinuxBIOS] alix1c for v3 update

2007-11-27 Thread Carl-Daniel Hailfinger
On 27.11.2007 17:45, Corey Osgood wrote: > ron minnich wrote: > >> On Nov 27, 2007 8:24 AM, Corey Osgood <[EMAIL PROTECTED]> wrote: >> >> >> + [SPD_MIN_CYCLE_TIME_AT_CAS_MAX] = 10, /* A guess for the tRAC value */ >>> This looks like it's wro

Re: [LinuxBIOS] alix1c for v3 update

2007-11-27 Thread Corey Osgood
ron minnich wrote: > On Nov 27, 2007 8:24 AM, Corey Osgood <[EMAIL PROTECTED]> wrote: > > >>> + [SPD_MIN_CYCLE_TIME_AT_CAS_MAX] = 10, /* A guess for the tRAC value */ >>> >>> >> This looks like it's wrong, a normal DDR400 dimm is 0x50 or so. >> >> >>> + [SPD_MODULE_ATTRIBUTES

Re: [LinuxBIOS] alix1c for v3 update

2007-11-27 Thread Peter Stuge
On Tue, Nov 27, 2007 at 08:02:02AM -0800, ron minnich wrote: > +++ mainboard/pcengines/alix1c/stage1.c (working copy) > > +#define SERIAL_DEV W83627HF_SP1 > +#define SERIAL_IOBASE 0x3f8 > +++ mainboard/pcengines/alix1c/dts(working copy) > @@ -37,5 +37,9 @@ > pcipa

Re: [LinuxBIOS] alix1c for v3 update

2007-11-27 Thread ron minnich
On Nov 27, 2007 8:24 AM, Corey Osgood <[EMAIL PROTECTED]> wrote: > > + [SPD_MIN_CYCLE_TIME_AT_CAS_MAX] = 10, /* A guess for the tRAC value */ > > > > This looks like it's wrong, a normal DDR400 dimm is 0x50 or so. > > > + [SPD_MODULE_ATTRIBUTES] = 0xff, /* FIXME later when we figure out. *

Re: [LinuxBIOS] alix1c for v3 update

2007-11-27 Thread Corey Osgood
Great work, but I'm gonna be a pain... ron minnich wrote: > Updated support for the ALIX 1C. This code gets as far as pll_reset and dies. > > Signed-off-by: Ronald G. Minnich <[EMAIL PROTECTED]> > > Index: mainboard/pcengines/Kconfig > ==

Re: [LinuxBIOS] alix1c for v3 update

2007-11-27 Thread ron minnich
Committed rev 525. Please note that I have some other commits coming shortly to finish lx cleanup. ron -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] alix1c for v3 update

2007-11-27 Thread Stefan Reinauer
* ron minnich <[EMAIL PROTECTED]> [071127 17:02]: > This gets as far as pll_reset and dies. > > ron > Updated support for the ALIX 1C. This code gets as far as pll_reset and dies. > > Signed-off-by: Ronald G. Minnich <[EMAIL PROTECTED]> Acked-by: Stefan Reinauer <[EMAIL PROTECTED]> -- coresys

[LinuxBIOS] alix1c for v3 update

2007-11-27 Thread ron minnich
This gets as far as pll_reset and dies. ron Updated support for the ALIX 1C. This code gets as far as pll_reset and dies. Signed-off-by: Ronald G. Minnich <[EMAIL PROTECTED]> Index: mainboard/pcengines/Kconfig === --- mainboard/pcen