* Pentium M 740 (Sonoma)
@ 2006-05-09 10:19 Gianpaolo Lopresti
0 siblings, 0 replies; 3+ messages in thread
From: Gianpaolo Lopresti @ 2006-05-09 10:19 UTC (permalink / raw)
To: cpufreq
Hi,
i'm Italian, and so sorry for my english...
I have noted that in the speedstep-centrino.c there is not the support
for the pentium M 740 (Family 6, Model 13, stepping 8), that is the
centrino with 533Mhz FSB.
I think that this is one of the most popular centrino, because,
practically at same price of a 400Mhz fsb processor, you can have a
533Mhz Processor.
I wrote to make you known that, on Internet, there are a lot of
implementation of speedstep-centrino.c that support this processor: one
is at http://pdis.rnw.nl/~hansl/linux/nc6230/speedstep-centrino.c
<http://pdis.rnw.nl/%7Ehansl/linux/nc6230/speedstep-centrino.c>
I found this link by the address:
http://pdis.rnw.nl/~hansl/linux/nc6230/index_nc6230.html
<http://pdis.rnw.nl/%7Ehansl/linux/nc6230/index_nc6230.html>
I don't know if it work or not (i do not trust unofficial versions...),
but, if it works, it's possible that this version will become an
Official version (or that the 6,13,8 processor will be supported by
cpufreq)?
Thanks for your attention,
Gianpaolo Lopresti
--
Email.it, the professional e-mail, gratis per te: http://www.email.it/f
Sponsor:
Prova GRATIS per 15 giorni! DVDNetRent e ricevi a casa 3 film. Puoi scegliere tra migliaia di titoli
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=4632&d=9-5
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: Pentium M 740 (Sonoma)
@ 2006-05-09 14:50 Pallipadi, Venkatesh
0 siblings, 0 replies; 3+ messages in thread
From: Pallipadi, Venkatesh @ 2006-05-09 14:50 UTC (permalink / raw)
To: Gianpaolo Lopresti, cpufreq
Hi,
Speedstep-centrino should get the frequency related information from
ACPI and should work on this processor. The hardcoded tables in
speedstep-centrino are only needed if the BIOS is buggy and not
providing ACPI related information or you cannot enable ACPI on your
laptop due to any other ACPI related bugs.
I am assuming that you are using the latest base kernel. Can you please
try having
CONFIG_X86_SPEEDSTEP_CENTRINO=y
CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI=y
CONFIG_ACPI_PROCESSOR=y
In your config and check whether speedstep/cpufreq works on your laptop
or not. If it does not, then we need to look at ACPI information
provided by the BIOS and table can be added only if the ACPI method
(which does not need any kernel source code change for each new
processor) does not work due to some bugs (BIOS or ACPI).
Thanks,
Venki
>-----Original Message-----
>From: cpufreq-bounces@lists.linux.org.uk
>[mailto:cpufreq-bounces@lists.linux.org.uk] On Behalf Of
>Gianpaolo Lopresti
>Sent: Tuesday, May 09, 2006 3:19 AM
>To: cpufreq@lists.linux.org.uk
>Subject: Pentium M 740 (Sonoma)
>
>Hi,
>i'm Italian, and so sorry for my english...
>I have noted that in the speedstep-centrino.c there is not the support
>for the pentium M 740 (Family 6, Model 13, stepping 8), that is the
>centrino with 533Mhz FSB.
>
>I think that this is one of the most popular centrino, because,
>practically at same price of a 400Mhz fsb processor, you can have a
>533Mhz Processor.
>
>I wrote to make you known that, on Internet, there are a lot of
>implementation of speedstep-centrino.c that support this processor: one
>is at http://pdis.rnw.nl/~hansl/linux/nc6230/speedstep-centrino.c
><http://pdis.rnw.nl/%7Ehansl/linux/nc6230/speedstep-centrino.c>
>I found this link by the address:
>http://pdis.rnw.nl/~hansl/linux/nc6230/index_nc6230.html
><http://pdis.rnw.nl/%7Ehansl/linux/nc6230/index_nc6230.html>
>
>I don't know if it work or not (i do not trust unofficial versions...),
>but, if it works, it's possible that this version will become an
>Official version (or that the 6,13,8 processor will be supported by
>cpufreq)?
>
>Thanks for your attention,
>Gianpaolo Lopresti
>
>
>
>
> --
>
> Email.it, the professional e-mail, gratis per te:
>http://www.email.it/f
>
>
>
> Sponsor:
>
> Prova GRATIS per 15 giorni! DVDNetRent e ricevi a casa 3
>film. Puoi scegliere tra migliaia di titoli
>
> Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=4632&d=9-5
>
>_______________________________________________
>Cpufreq mailing list
>Cpufreq@lists.linux.org.uk
>http://lists.linux.org.uk/mailman/listinfo/cpufreq
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: Pentium M 740 (Sonoma)
@ 2006-05-09 17:56 Pallipadi, Venkatesh
0 siblings, 0 replies; 3+ messages in thread
From: Pallipadi, Venkatesh @ 2006-05-09 17:56 UTC (permalink / raw)
To: Gianpaolo Lopresti; +Cc: cpufreq
Please try the latest kernel (2.6.16) with the config options I
mentioned below. With that speedstep-centrino driver should work on your
laptop, even without the entry for your CPU. Speedstep centrino driver
will magically get the information like the ones in the table below from
BIOS and use it.
Even with the 2.6.13, if acpi-cpufreq is working fine on your laptop
means Enhanced Speedstep is working. It also changes the
frequency/voltage in the same manner as speedstep-centrino, but uses
slightly different mechanism to change the frequency. You should see
bunch of supported frequencies in
/sys/devices/system/cpu/cpu0/cpufreq/*.
Again, both acpi-cpufreq and speedstep-centrino supports Enhanced
Speedstep. Only difference with acpi-cpufreq frequency transitions will
be slightly slower than speedstep-centrino (say 10uS to 100uS). But, in
normal system usage frequency is changed relatively infrequently, in
terms of seconds and this difference will not matter much.
Thanks,
Venki
________________________________
From: Gianpaolo Lopresti [mailto:gianpaolo.lopresti@email.it]
Sent: Tuesday, May 09, 2006 10:29 AM
To: Pallipadi, Venkatesh
Cc: cpufreq@lists.linux.org.uk
Subject: Re: Pentium M 740 (Sonoma)
i have a 2.16.13 kernel, and i think that the follow is the
problem:
/*speedstep-centrino.c*/
enum {
CPU_BANIAS,
CPU_DOTHAN_A1,
CPU_DOTHAN_A2,
CPU_DOTHAN_B0,
CPU_MP4HT_D0,
CPU_MP4HT_E0,
};
static const struct cpu_id cpu_ids[] = {
[CPU_BANIAS] = { 6, 9, 5 },
[CPU_DOTHAN_A1] = { 6, 13, 1 },
[CPU_DOTHAN_A2] = { 6, 13, 2 },
[CPU_DOTHAN_B0] = { 6, 13, 6 },
[CPU_MP4HT_D0] = {15, 3, 4 },
[CPU_MP4HT_E0] = {15, 4, 1 },
};
/*end*/
there is no my processor (6,13,8).
the driver acpi-cpufreq works, but i think that with this driver
i cannot take advantage of speedstep technology... or not?
thanks,
Gianpi
Pallipadi, Venkatesh ha scritto:
Hi,
Speedstep-centrino should get the frequency related
information from
ACPI and should work on this processor. The hardcoded
tables in
speedstep-centrino are only needed if the BIOS is buggy
and not
providing ACPI related information or you cannot enable
ACPI on your
laptop due to any other ACPI related bugs.
I am assuming that you are using the latest base kernel.
Can you please
try having
CONFIG_X86_SPEEDSTEP_CENTRINO=y
CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI=y
CONFIG_ACPI_PROCESSOR=y
In your config and check whether speedstep/cpufreq works
on your laptop
or not. If it does not, then we need to look at ACPI
information
provided by the BIOS and table can be added only if the
ACPI method
(which does not need any kernel source code change for
each new
processor) does not work due to some bugs (BIOS or
ACPI).
Thanks,
Venki
-----Original Message-----
From: cpufreq-bounces@lists.linux.org.uk
[mailto:cpufreq-bounces@lists.linux.org.uk] On
Behalf Of
Gianpaolo Lopresti
Sent: Tuesday, May 09, 2006 3:19 AM
To: cpufreq@lists.linux.org.uk
Subject: Pentium M 740 (Sonoma)
Hi,
i'm Italian, and so sorry for my english...
I have noted that in the speedstep-centrino.c
there is not the support
for the pentium M 740 (Family 6, Model 13,
stepping 8), that is the
centrino with 533Mhz FSB.
I think that this is one of the most popular
centrino, because,
practically at same price of a 400Mhz fsb
processor, you can have a
533Mhz Processor.
I wrote to make you known that, on Internet,
there are a lot of
implementation of speedstep-centrino.c that
support this processor: one
is at
http://pdis.rnw.nl/~hansl/linux/nc6230/speedstep-centrino.c
<http://pdis.rnw.nl/%7Ehansl/linux/nc6230/speedstep-centrino.c>
<http://pdis.rnw.nl/%7Ehansl/linux/nc6230/speedstep-centrino.c>
I found this link by the address:
http://pdis.rnw.nl/~hansl/linux/nc6230/index_nc6230.html
<http://pdis.rnw.nl/%7Ehansl/linux/nc6230/index_nc6230.html>
<http://pdis.rnw.nl/%7Ehansl/linux/nc6230/index_nc6230.html>
I don't know if it work or not (i do not trust
unofficial versions...),
but, if it works, it's possible that this
version will become an
Official version (or that the 6,13,8 processor
will be supported by
cpufreq)?
Thanks for your attention,
Gianpaolo Lopresti
--
Email.it, the professional e-mail, gratis per
te:
http://www.email.it/f
Sponsor:
Prova GRATIS per 15 giorni! DVDNetRent e ricevi
a casa 3
film. Puoi scegliere tra migliaia di titoli
Clicca qui:
http://adv.email.it/cgi-bin/foclick.cgi?mid=4632&d=9-5
_______________________________________________
Cpufreq mailing list
Cpufreq@lists.linux.org.uk
http://lists.linux.org.uk/mailman/listinfo/cpufreq
----
Email.it, the professional e-mail, gratis per te:clicca= qui
Sponsor:
Prova GRATIS per 15 giorni! DVDNetRent e ricevi a casa 3 film.
Puoi sceglie= re tra migliaia di titoli
Clicca qui
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-05-09 17:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-09 10:19 Pentium M 740 (Sonoma) Gianpaolo Lopresti
-- strict thread matches above, loose matches on Subject: below --
2006-05-09 14:50 Pallipadi, Venkatesh
2006-05-09 17:56 Pallipadi, Venkatesh
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.