Hi AMrco, On Thursday 27 September 2007 16:44, Marco Tralli wrote:Seems so. That's my system: root@morgan:~ uname -a Linux morgan 2.6.22.8-cfs-v22-Igel316 #1 PREEMPT Wed Sep 26 15:09:46 CEST 2007 i586 unknown root@morgan:~ cat /proc/cpuinfo processor : 0 vendor_id : Geode by NSC cpu family : 5 model : 9 model name : Geode(TM) Integrated Processor by National Semi stepping : 2 cache size : 16 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu msr cx8 cmov mmx cxmmx bogomips : 99.94 clflush size : 32 It runs stable on 5 different GX1 systems. But I do not use a standard BIOS. I'm using LinuxBIOS instead. But I'm also using these patches. For documentation only: Index: linux-2.6.22/arch/i386/kernel/cpu/cyrix.c =================================================================== --- linux-2.6.22.orig/arch/i386/kernel/cpu/cyrix.c +++ linux-2.6.22/arch/i386/kernel/cpu/cyrix.c @@ -139,6 +139,23 @@ static void __cpuinit set_cx86_memwb(voi setCx86(CX86_CCR2, getCx86(CX86_CCR2) | 0x14 ); } +/* + * Setup the chipset specific Performance Control Incrementer + * + * The Performance Control Incrementer seems to be a delay line to control data + * setup time for DRAM access or it controls jitter. Its setting depends on CPU + * and DRAM clock (CPU and DRAM clock are coupled through a simple clock + * divider. For a 300 MHz CPU the divider is 3.0 to get a DRAM clock of 100MHz) + * There is an application note how to setup it: + * "AMD Geode GX1 Processor Memory Timings for Maximum Performance." + * Values for various CPUs: + * 1-0 for processor speed 200...266MHz + * 1-1 for processor speed 300 and 333MHz + * + * Note: If your system runs unstable after setting new values here, + * try with other values or leave the value as the BIOS setup it. + * The setting depends also on physical layout! + */ static void __cpuinit set_cx86_inc(void) { unsigned char ccr3; And here I'm using an incrementer value for my 300MHz CPU: Index: linux-2.6.22/arch/i386/kernel/cpu/cyrix.c =================================================================== --- linux-2.6.22.orig/arch/i386/kernel/cpu/cyrix.c +++ linux-2.6.22/arch/i386/kernel/cpu/cyrix.c @@ -169,7 +169,7 @@ static void __cpuinit set_cx86_inc(void) setCx86(CX86_PCR1, getCx86(CX86_PCR1) | 0x02); /* PCR0 -- Performance Control */ /* Incrementor Margin 10 */ - setCx86(CX86_PCR0, getCx86(CX86_PCR0) | 0x04); + setCx86(CX86_PCR0, getCx86(CX86_PCR0) | 0x05); /* 300MHz CPU */ setCx86(CX86_CCR3, ccr3); /* disable MAPEN */ } This should be done at runtime in relation to the real CPU clock. Hope it helps Juergen -
| David Miller | Re: Slow DOWN, please!!! |
| debian developer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Roland Dreier | Re: Integration of SCST in the mainstream Linux kernel |
| Ingo Molnar | Re: containers (was Re: -mm merge plans for 2.6.23) |
git: | |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Josip Rodin | bnx2_poll panicking kernel |
| David Miller | [GIT]: Networking |
| Gerrit Renker | [PATCH 13/37] dccp: Deprecate Ack Ratio sysctl |
