From: Len Brown <lenb@kernel.org>
To: "Éric Piel" <Eric.Piel@tremplin-utc.net>
Cc: trenn@suse.de, Andrew Morton <akpm@linux-foundation.org>,
Philippe Coval <rzr@users.sourceforge.net>,
linux-acpi@vger.kernel.org, dsdt <dsdt@gaugusch.at>
Subject: Re: [PATCH 0/3] Override DSDT via initramfs
Date: Wed, 6 Feb 2008 20:07:38 -0500 [thread overview]
Message-ID: <200802062007.38885.lenb@kernel.org> (raw)
In-Reply-To: <47AA4F9D.7010601@tremplin-utc.net>
On Wednesday 06 February 2008 19:23, Éric Piel wrote:
> 07/02/08 01:15, Len Brown wrote/a écrit:
> > On Sunday 03 February 2008 12:28, Éric Piel wrote:
> >> Hello,
> >>
> >> Here are three patches to implement the override of DSDT via initramfs.
> >> I haven't included the feature for overriding the SSDTs as it's seems
> >> it's still a bit controversial, and anyway for now there is very little
> >> need for it. It should be fairly trivial to add it later if need arises.
> >>
> >> The patches are against 2.6.24-git-du-jour, and they have been
> >> boot-tested on my laptop.
> >
> > Thanks Eric,
> > I'll take Thomas, Carlos and my comments and my comments
> > and try to address them w/ a follow-up patch tonight.
> >
> > -Len
> Ah, Great! Just for info, I had started answering the comments from Thomas and Carlos. Here is my proposed version as description for Kconfig:
>
> With this feature you will be able to provide a customized DSDT by
> adding it to your initramfs. Overriding of the DSDT is mainly thought
> for developing/testing purposes! If you have problems with ACPI on
> your machine and you have fixed it up by modifying the DSDT, do not
> override the DSDT as a long term solution. E.g. if you add new
> memory to your machine, the modified DSDT will not work (BIOS would
> generate a slightly adjusted one). Always report bugs in a DSDT to
> your computer vendor and to bugzilla.kernel.org (assigned to the ACPI
> component).
>
> In case your mkinitrd tool does not support this feature, a script is
> provided in the documentation. For more details on this option see
> <file:Documentation/dsdt-initrd.txt>.
>
> If you feel like tinkering with the DSDT or might have to test a
> corrected DSDT one day select this option. It is safe to say Y here.
>
> You can use it as inspiration ;-) More over, I was thinking of adding a note in dsdt-initrd.txt like this:
>
> Do note that
> the format of the table included in the initramfs is binary (iasl -ta), while
> if you include the DSDT straight inside the kernel, the format is hexadecimal
> (iasl -tc).
i think we can add that to the detailed how-to, which I'd
rather have on a web page with a pointer to the latest tools etc.
(yes, i hold the pen on the web page too:-)
let me send those patches now before dinner break...
thanks,
-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
next prev parent reply other threads:[~2008-02-07 1:08 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <4798E2A5.6020804@users.sf.net>
[not found] ` <20080125063328.4e3b4752.akpm@linux-foundation.org>
2008-01-26 4:39 ` initrd DSDT override (Re: Feedback about your talk in Rennes France (20080124) : Evolution of the Linux kernel & virtualization technologies) Len Brown
2008-01-30 17:27 ` [PATCH] Override DSDT and SSDTs via initramfs Thomas Renninger
2008-01-30 22:36 ` Éric Piel
2008-01-31 19:17 ` Len Brown
2008-02-01 9:53 ` Thomas Renninger
2008-02-01 11:07 ` Alexey Starikovskiy
2008-02-01 11:29 ` Thomas Renninger
2008-02-02 4:36 ` Len Brown
2008-02-03 17:28 ` [PATCH 0/3] Override DSDT " Éric Piel
2008-02-04 17:53 ` Thomas Renninger
2008-02-04 22:57 ` Éric Piel
2008-02-07 0:15 ` Len Brown
2008-02-07 0:23 ` Éric Piel
2008-02-07 1:07 ` Len Brown [this message]
2008-02-07 1:12 ` initrd DSDT override patch series Len Brown
2008-02-07 1:12 ` [PATCH] ACPI: basic initramfs DSDT override support Len Brown
2008-02-07 1:12 ` [PATCH] ACPI: Taint kernel on ACPI table override (format corrected) Len Brown
2008-02-07 1:12 ` [PATCH] ACPI: Add "acpi_no_initrd_override" kernel parameter Len Brown
2008-02-07 1:12 ` [PATCH] ACPI: update DSDT override documentation Len Brown
2008-02-07 1:12 ` [PATCH] ACPI: update intrd DSDT override console messages Len Brown
2008-02-03 17:28 ` [PATCH 1/3] The basics of DSDT from initramfs Éric Piel
2008-02-03 17:39 ` Markus Gaugusch
2008-02-03 17:55 ` Éric Piel
2008-02-04 23:04 ` [PATCH 1/3] The basics of DSDT from initramfs (format corrected) Éric Piel
2008-02-06 23:54 ` Len Brown
2008-02-05 14:43 ` [PATCH 1/3] The basics of DSDT from initramfs Thomas Renninger
2008-02-05 14:56 ` Carlos Corbacho
2008-02-03 17:29 ` [PATCH 2/3] Taint kernel on ACPI table override Éric Piel
2008-02-04 23:04 ` [PATCH 2/3] Taint kernel on ACPI table override (format corrected) Éric Piel
2008-02-03 17:29 ` [PATCH 3/3] Add acpi_no_initrd_override kernel parameter Éric Piel
2008-02-04 23:04 ` [PATCH 3/3] Add acpi_no_initrd_override kernel parameter (format corrected) Éric Piel
2008-02-01 10:21 ` [PATCH] Override DSDT and SSDTs via initramfs Thomas Renninger
2008-02-01 10:38 ` Eric Piel
2008-02-07 2:51 ` Len Brown
2008-02-07 7:57 ` Éric Piel
2008-04-18 22:07 ` Philippe Coval
2008-04-18 23:25 ` Eric Piel
2008-02-07 2:49 ` Len Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200802062007.38885.lenb@kernel.org \
--to=lenb@kernel.org \
--cc=Eric.Piel@tremplin-utc.net \
--cc=akpm@linux-foundation.org \
--cc=dsdt@gaugusch.at \
--cc=linux-acpi@vger.kernel.org \
--cc=rzr@users.sourceforge.net \
--cc=trenn@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.