* RE: DSDT database
@ 2006-09-08 17:52 Yu, Ling L
2006-09-08 17:54 ` Thomas W. Carley
2006-09-08 18:37 ` Thomas W. Carley
0 siblings, 2 replies; 8+ messages in thread
From: Yu, Ling L @ 2006-09-08 17:52 UTC (permalink / raw)
To: Thomas W. Carley; +Cc: linux-acpi, Len Brown
>> I am looking into the level of SMBus support in ACPI implementations.
I
>> see that the sourceforge project has 652 DSDT's in its database. I
would
>> like to run some automated scripts over these to get some statistics
>> about the level of SMBus support. However, downloading them one at a
>> time will take forever. Is the DSDT database available in whole? Can
>> someone send me a link, or send the files directly?
>
>Maybe Yu Ling knows how to get "behind the mirrors" of the web server
>and can run something for you there?
Thomas,
Do you really need all DSDTs on sourceforge web?
If yes, I will try to export them and make a whole tarball, put
somewhere to let you download.
Thanks
- Ling
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: DSDT database
2006-09-08 17:52 DSDT database Yu, Ling L
@ 2006-09-08 17:54 ` Thomas W. Carley
2006-09-08 18:37 ` Thomas W. Carley
1 sibling, 0 replies; 8+ messages in thread
From: Thomas W. Carley @ 2006-09-08 17:54 UTC (permalink / raw)
To: Yu, Ling L; +Cc: linux-acpi, Len Brown
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Yes, I would really appreciate it.
Thank you,
Tom.
Yu, Ling L wrote:
>>> I am looking into the level of SMBus support in ACPI implementations.
> I
>>> see that the sourceforge project has 652 DSDT's in its database. I
> would
>>> like to run some automated scripts over these to get some statistics
>>> about the level of SMBus support. However, downloading them one at a
>>> time will take forever. Is the DSDT database available in whole? Can
>>> someone send me a link, or send the files directly?
>> Maybe Yu Ling knows how to get "behind the mirrors" of the web server
>> and can run something for you there?
> Thomas,
> Do you really need all DSDTs on sourceforge web?
> If yes, I will try to export them and make a whole tarball, put
> somewhere to let you download.
>
> Thanks
> - Ling
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFFAa5jM+ThSqsPpFsRApzIAKC7OU9SVKsU+H1i8z05EZx2CrZqbACgg/Xg
nMeL3QKLUxa5wxWJQb6fLjg=
=Ld9U
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: DSDT database
2006-09-08 17:52 DSDT database Yu, Ling L
2006-09-08 17:54 ` Thomas W. Carley
@ 2006-09-08 18:37 ` Thomas W. Carley
1 sibling, 0 replies; 8+ messages in thread
From: Thomas W. Carley @ 2006-09-08 18:37 UTC (permalink / raw)
To: Yu, Ling L; +Cc: linux-acpi, Len Brown
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Never mind bundling them for me, I hacked up a little script to get them
all.
FYI, I used the following script to make a web page with links to all of
the DSDT files.
for ((i=0;i<=1000;i+=1));
do
echo '<A href="http://acpi.sourceforge.net/dsdt/dl.php?id='$i'"> DSDT
'$i'</A>' >> links.html;
done
The I loaded links.html into firefox and used the down them all
extension to download all of the links. Some of them are not valid, and
result in files named "---custom.gz". Once these are erased I am left
with 652 files.
Yu, Ling L wrote:
>>> I am looking into the level of SMBus support in ACPI implementations.
> I
>>> see that the sourceforge project has 652 DSDT's in its database. I
> would
>>> like to run some automated scripts over these to get some statistics
>>> about the level of SMBus support. However, downloading them one at a
>>> time will take forever. Is the DSDT database available in whole? Can
>>> someone send me a link, or send the files directly?
>> Maybe Yu Ling knows how to get "behind the mirrors" of the web server
>> and can run something for you there?
> Thomas,
> Do you really need all DSDTs on sourceforge web?
> If yes, I will try to export them and make a whole tarball, put
> somewhere to let you download.
>
> Thanks
> - Ling
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFFAbhsM+ThSqsPpFsRAv8kAKDfqaXFcJY+jiCPD0LXwRl3eqVZ+gCgoBet
dfEiIamd2Sp+fGZOLYyMCss=
=QHcE
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: DSDT database
@ 2006-09-09 7:47 Yu, Ling L
0 siblings, 0 replies; 8+ messages in thread
From: Yu, Ling L @ 2006-09-09 7:47 UTC (permalink / raw)
To: Thomas W. Carley, Moore, Robert; +Cc: linux-acpi, Len Brown
This bundle for the total 652 DSDT files is available here: http://acpi.sourceforge.net/dsdt/dsdtall.tar.gz
Thanks
- Ling
>-----Original Message-----
>From: linux-acpi-owner@vger.kernel.org
>[mailto:linux-acpi-owner@vger.kernel.org] On Behalf Of Thomas W. Carley
>Sent: 2006年9月8日 11:38
>To: Yu, Ling L
>Cc: linux-acpi@vger.kernel.org; Len Brown
>Subject: Re: DSDT database
>
>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>Never mind bundling them for me, I hacked up a little script to get them
>all.
>
>FYI, I used the following script to make a web page with links to all of
>the DSDT files.
>
>for ((i=0;i<=1000;i+=1));
>do
> echo '<A href="http://acpi.sourceforge.net/dsdt/dl.php?id='$i'"> DSDT
>'$i'</A>' >> links.html;
>done
>
>The I loaded links.html into firefox and used the down them all
>extension to download all of the links. Some of them are not valid, and
>result in files named "---custom.gz". Once these are erased I am left
>with 652 files.
>
>Yu, Ling L wrote:
>>>> I am looking into the level of SMBus support in ACPI implementations.
>> I
>>>> see that the sourceforge project has 652 DSDT's in its database. I
>> would
>>>> like to run some automated scripts over these to get some statistics
>>>> about the level of SMBus support. However, downloading them one at a
>>>> time will take forever. Is the DSDT database available in whole? Can
>>>> someone send me a link, or send the files directly?
>>> Maybe Yu Ling knows how to get "behind the mirrors" of the web server
>>> and can run something for you there?
>> Thomas,
>> Do you really need all DSDTs on sourceforge web?
>> If yes, I will try to export them and make a whole tarball, put
>> somewhere to let you download.
>>
>> Thanks
>> - Ling
>-----BEGIN PGP SIGNATURE-----
>Version: GnuPG v1.4.3 (MingW32)
>Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
>iD8DBQFFAbhsM+ThSqsPpFsRAv8kAKDfqaXFcJY+jiCPD0LXwRl3eqVZ+gCgoBet
>dfEiIamd2Sp+fGZOLYyMCss=
>=QHcE
>-----END PGP SIGNATURE-----
>-
>To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: DSDT database
@ 2006-09-08 16:41 Moore, Robert
0 siblings, 0 replies; 8+ messages in thread
From: Moore, Robert @ 2006-09-08 16:41 UTC (permalink / raw)
To: Len Brown, Thomas W. Carley; +Cc: linux-acpi, Yu, Ling L
I find the DSDTs to be useful for examining the code that is written by
the various BIOS vendors, to find typical practices, unusual practices,
etc. Useful in the development of the AML interpreter and ASL compiler.
For this reason, the more DSDTs available, the better.
Bob
> -----Original Message-----
> From: linux-acpi-owner@vger.kernel.org [mailto:linux-acpi-
> owner@vger.kernel.org] On Behalf Of Len Brown
> Sent: Friday, September 08, 2006 9:39 AM
> To: Thomas W. Carley
> Cc: linux-acpi@vger.kernel.org; Yu, Ling L
> Subject: Re: DSDT database
>
> On Friday 08 September 2006 12:04, Thomas W. Carley wrote:
> > ACPI list,
> >
> > I am looking into the level of SMBus support in ACPI
implementations. I
> > see that the sourceforge project has 652 DSDT's in its database. I
would
> > like to run some automated scripts over these to get some statistics
> > about the level of SMBus support. However, downloading them one at a
> > time will take forever. Is the DSDT database available in whole? Can
> > someone send me a link, or send the files directly?
>
> Maybe Yu Ling knows how to get "behind the mirrors" of the web server
> and can run something for you there?
>
> Another possibility is that you supply the script you want to run
> and folks on the list can mail you the output. While I've never
> submitted a DSDT to the web site because I fundamentally do not
> believe it modifying DSDTs as a solution for Linux problems,
> I do have a couple DSDTs on hand.
>
> BTW. exactly what is it that you are trying to learn?
>
> cheers,
> -Len
> -
> To unsubscribe from this list: send the line "unsubscribe linux-acpi"
in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 8+ messages in thread
* DSDT database
@ 2006-09-08 16:04 Thomas W. Carley
2006-09-08 16:38 ` Len Brown
0 siblings, 1 reply; 8+ messages in thread
From: Thomas W. Carley @ 2006-09-08 16:04 UTC (permalink / raw)
To: linux-acpi
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
ACPI list,
I am looking into the level of SMBus support in ACPI implementations. I
see that the sourceforge project has 652 DSDT's in its database. I would
like to run some automated scripts over these to get some statistics
about the level of SMBus support. However, downloading them one at a
time will take forever. Is the DSDT database available in whole? Can
someone send me a link, or send the files directly?
Thank you,
Tom Carley
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFFAZSGM+ThSqsPpFsRAghDAJ9MZsWH7t4QrkzQTiABKPnClv7o/wCdFpgB
tLBaydvmnshYrkhmj0OHtNE=
=BXSk
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: DSDT database
2006-09-08 16:04 Thomas W. Carley
@ 2006-09-08 16:38 ` Len Brown
2006-09-08 17:00 ` Thomas W. Carley
0 siblings, 1 reply; 8+ messages in thread
From: Len Brown @ 2006-09-08 16:38 UTC (permalink / raw)
To: Thomas W. Carley; +Cc: linux-acpi, ling.l.yu
On Friday 08 September 2006 12:04, Thomas W. Carley wrote:
> ACPI list,
>
> I am looking into the level of SMBus support in ACPI implementations. I
> see that the sourceforge project has 652 DSDT's in its database. I would
> like to run some automated scripts over these to get some statistics
> about the level of SMBus support. However, downloading them one at a
> time will take forever. Is the DSDT database available in whole? Can
> someone send me a link, or send the files directly?
Maybe Yu Ling knows how to get "behind the mirrors" of the web server
and can run something for you there?
Another possibility is that you supply the script you want to run
and folks on the list can mail you the output. While I've never
submitted a DSDT to the web site because I fundamentally do not
believe it modifying DSDTs as a solution for Linux problems,
I do have a couple DSDTs on hand.
BTW. exactly what is it that you are trying to learn?
cheers,
-Len
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: DSDT database
2006-09-08 16:38 ` Len Brown
@ 2006-09-08 17:00 ` Thomas W. Carley
0 siblings, 0 replies; 8+ messages in thread
From: Thomas W. Carley @ 2006-09-08 17:00 UTC (permalink / raw)
To: Len Brown; +Cc: linux-acpi, ling.l.yu
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I am interested in identifying and manipulating SMBus devices. I am most
interested in the clock generator, SMBus address 0x69. However, from
what I can see each clock generator has a VERY different SMBus register
layout. From reading the standard I see that the ACPI DSDT table is
capable of enumerating SMBus devices, but from the few DSDT tables I
have looked at there is never any SMBus devises, and often the SMBus
master itself is not represented. Now, I have only looked at about 6 so
far. I was hoping that looking at more may give me an idea of how common
it is to have SMBus devices listed in the DSDT.
A a slightly off note, since I see some Intel people here, I have been
trying to get a hold of the Intel Clock Synthesizer recommendations with
little success. I have CK97 and CK00. I see references to a CK410,
CK510, etc. Does anyone know where I can find these specs? I have trying
calling and emailing Intel support with no success.
In the end, I am trying to find a standard way of at least identifying
which clock generator is on a machine with only software. That is, no
peaking at the motherboard. Short of that, any standard methods for
manipulating the clock generator would do.
Any help would be greatly appreciated, and thank you for the responses I
have received so far.
Tom Carley.
Len Brown wrote:
> On Friday 08 September 2006 12:04, Thomas W. Carley wrote:
>> ACPI list,
>>
>> I am looking into the level of SMBus support in ACPI implementations. I
>> see that the sourceforge project has 652 DSDT's in its database. I would
>> like to run some automated scripts over these to get some statistics
>> about the level of SMBus support. However, downloading them one at a
>> time will take forever. Is the DSDT database available in whole? Can
>> someone send me a link, or send the files directly?
>
> Maybe Yu Ling knows how to get "behind the mirrors" of the web server
> and can run something for you there?
>
> Another possibility is that you supply the script you want to run
> and folks on the list can mail you the output. While I've never
> submitted a DSDT to the web site because I fundamentally do not
> believe it modifying DSDTs as a solution for Linux problems,
> I do have a couple DSDTs on hand.
>
> BTW. exactly what is it that you are trying to learn?
>
> cheers,
> -Len
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFFAaGqM+ThSqsPpFsRAqM+AKDLBFbshybCsfE8V7GNQ35/M9AEBACg1zEP
T/06FxeYu0C187PZY8hpXG4=
=NO7H
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2006-09-09 7:49 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-08 17:52 DSDT database Yu, Ling L
2006-09-08 17:54 ` Thomas W. Carley
2006-09-08 18:37 ` Thomas W. Carley
-- strict thread matches above, loose matches on Subject: below --
2006-09-09 7:47 Yu, Ling L
2006-09-08 16:41 Moore, Robert
2006-09-08 16:04 Thomas W. Carley
2006-09-08 16:38 ` Len Brown
2006-09-08 17:00 ` Thomas W. Carley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox