On Feb 6, 2008 12:08 AM, Corey Osgood <corey.osgood@gmail.com> wrote:
On Jan 29, 2008 9:37 AM, Uwe Hermann <uwe@hermann-uwe.de> wrote:
Hi,

On Tue, Jan 29, 2008 at 11:46:42AM +0100, Carl-Daniel Hailfinger wrote:
> On 28.01.2008 23:16, Urbez Santana Roma wrote:
> > Ok. The changes are done. Here the attachments.
> >
>
> Great, thanks! I'd like to have them committed as soon as possible.
>
> Where do we want to store these utilities? util/gen_dt or separate
> directories for both of them?

I'd personally merge them into one tool as they're very small programs.
Then invoke the different functionalities with two --foo / --bar
switches.

Here's a very dumb combination of the two utilities, it hardcodes /proc/acpi/xxx, since I can't think of any reason they'd be different, and also the fadt.c/dsdt.c. No switches yet, but I think we can just add all that stuff later. I've also tried to clean everything up, tabs, etc, etc. I've changed the dsdt line comments to use /**/ style, so the output can be compared with iasl's, but to get a meaning full diff you need to run iasl with optimizations disabled.


And now for the attachment! I also haven't added myself as a copyright holder, since all I did was cleanup and add a trivial function. Here's a sign-off anyway:
Signed-off-by: Corey Osgood <corey.osgood@gmail.com>