← Back to team overview

hybrid-graphics-linux team mailing list archive

Re: Tools for analysing DSDT / SSDT tables

 

No parameters, just write to stdin and it will throw the output at stdout.

Either put the data in a file and pass it to stdin:

> $ cat x
> Offset (0x8C),
> SVID, 16,
> SSID, 16,
> $ ./fieldsize < x
> Offset (0x8C), // byte 0x8C  bit 0
> SVID,   16,    // byte 0x8C  bit 0
> SSID,   16,    // byte 0x8E  bit 0
> $
>

... or run it, paste your data and press Ctrl +D (probably two times if
you've no newline after
the last line).

Regards,
Lekensteyn

On Fri, Oct 28, 2011 at 6:40 PM, Eric Appleman <erappleman@xxxxxxxxx> wrote:

> **
> On 10/28/2011 07:07 AM, Lekensteyn wrote:
>
> Hello all,
>
> I've just released some tools I use for analysing DSDT / SSDT tables:
> https://github.com/Lekensteyn/acpi-stuff
>
> If you've more useful tools, please let me know.
>
> Regards,
> Lekensteyn
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~hybrid-graphics-linux
> Post to     : hybrid-graphics-linux@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~hybrid-graphics-linux
> More help   : https://help.launchpad.net/ListHelp
>
>  Fieldsize binary just hangs when run. Do I pass it any parameters?
>
> - Eric
>
> _______________________________________________
> Mailing list: https://launchpad.net/~hybrid-graphics-linux
> Post to     : hybrid-graphics-linux@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~hybrid-graphics-linux
> More help   : https://help.launchpad.net/ListHelp
>
>

References