All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Éric Piel" <Eric.Piel@tremplin-utc.net>
To: trenn@suse.de
Cc: Len Brown <lenb@kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Philippe Coval <rzr@users.sourceforge.net>,
	linux-acpi@vger.kernel.org, dsdt <dsdt@gaugusch.at>
Subject: Re: [PATCH] Override DSDT and SSDTs via initramfs
Date: Wed, 30 Jan 2008 23:36:04 +0100	[thread overview]
Message-ID: <47A0FBD4.6090603@tremplin-utc.net> (raw)
In-Reply-To: <1201714051.1222.131.camel@queen.suse.de>

Hi,
Just a few comments for now as I don't have much time until this weekend.
30/01/08 18:27, Thomas Renninger wrote/a écrit:
:
> On Fri, 2008-01-25 at 23:39 -0500, Len Brown wrote:
:
>> Probably it is best to forward the original patch
>> w/ proper credits, and then send updates to address 1-4.
Thomas, the patch you have included is only the "original" patch, right? 
We need to address the points 1-4 (which seem very reasonable) later on 
with additional patches. I think most of them are already implemented in
http://gaugusch.at/acpi-dsdt-initrd-patches/acpi-dsdt-initrd-v0.8.2-2.6.17-ssdt.patch
So that should be quite easy :-)

> I do not know who initially came up with this, I just modified/adjusted
> the patch sometimes. I expect it's Markus, possibly Eric or best both
> who should be mentioned as author.
Yep, to be precise, Markus Gaugusch is the original author, I'm just the 
current maintainer, and Thomas has been very helpful for a looong time :-)

:
> Jeff (Mahony) has adjusted the last bits of it when he updated it to the
> latest rcX-gitY version:
> Changes:
>  We no longer call populate_rootfs() twice. If we want the custom DSDT,
>  we load the rootfs before ACPI. Otherwise, it is loaded at the
> appropriate
>  initcall time. -jeffm
I had left it this way because I though Linus had a good reason for 
delaying populate_rootfs(). But if it works, fine! Maybe some additional 
comments should be added in before the #ifdef's to clearly show that 
populate_rootfs() is _always_ called, and they modify only the moment it 
is called.

>  There is a new version at
> http://gaugusch.at/acpi-dsdt-initrd-patches/acpi-dsdt-initrd-v0.8.4-2.6.21.patch,
>  but there doesn't seem to be any real changes other than elminating the
> file
>  name array.
Yes, exactly.

> In fact, I added the array some time ago.
> Not sure whether the latest Version of Eric/Markus can also load several
> DSDT/SSDTs? Maybe you found a more elegant way?
Nope. On the website (http://gaugusch.at/kernel.shtml) you can just find 
two versions of the patch: one simple and one with your addition for 
SSDTs support. At least with SSDTs support there is even an advantage 
over the DSDT-in-kernel version :-)

Just one comment about the patch for now: it misses 
Documentation/dsdt-initrd.txt . Please include this file too so that the 
documentation is provided at the same time (it's in the official patch).

I'll test the patch and try to be productive this weekend.
See you,
Eric
-
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

  reply	other threads:[~2008-01-30 23:04 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 [this message]
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
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=47A0FBD4.6090603@tremplin-utc.net \
    --to=eric.piel@tremplin-utc.net \
    --cc=akpm@linux-foundation.org \
    --cc=dsdt@gaugusch.at \
    --cc=lenb@kernel.org \
    --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.