* [RFC] Linux/ACPI DSDT override page update
@ 2008-02-07 2:38 Len Brown
0 siblings, 0 replies; only message in thread
From: Len Brown @ 2008-02-07 2:38 UTC (permalink / raw)
To: Linux-acpi, Éric Piel, Thomas Renninger (Novell/SUSE), dsdt,
Philippe Coval
Here are my proposed updates for
http://www.lesswatts.org/projects/acpi/overridingDSDT.php
thanks,
-Len
---
> iASL is part of the ACPICA release,
> http://www.intel.com/technology/iapc/acpi/downloads.htm.
Please reference "http://acpica.org" instead.
Also, in the section titled "How to build a customer DSDT into an initrd",
please replace all of the text with the following:
If you are unable to re-build the kernel,
or you'd like to run the same kernel binary
on multiple machines that require different DSDT overrides,
then the initrd method should suite your needs.
For kernels before Linux-2.6.25, this method requires the out-of-tree patch
found here: http://gaugusch.at/kernel.shtml (thanks to Markus Gaugusch and Eric Piel)
Some distributors, such as SuSE and Ubuntu, included that patch,
and you can tell if it is present by finding the following line in the console log:
"Looking for DSDT in initramfs..."
In Linux-2.6.25 and later, this method is enabled via
CONFIG_ACPI_CUSTOM_DSDT_INITRD, and you can tell if a kernel
binary includes it by finding the following line in the console log:
"ACPI: Checking initramfs for custom DSDT"
The process for creating the DSDT image is the same as above.
But note that
the format of the table included in the initramfs is binary (iasl -ta),
while if you build a DSDT into the kernel, C-source code is used (iasl -tc).
In case your mkinitrd tool does not support this feature, a script is
provided in the kernel source tree,
Documentation/acpi/initramfs-add-dsdt.sh
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-02-07 2:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-07 2:38 [RFC] Linux/ACPI DSDT override page update Len Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox