On 22.04.2009 1:59 Uhr, Uwe Hermann wrote:
On Wed, Apr 22, 2009 at 12:52:54AM +0200, Stefan Reinauer wrote:
I wrote a small utility to dump the RAM of a laptop's Embedded/Environmental Controller. Nothing fancy, does not know any laptops, EC types, or what the values mean. It just dumps them.
Attached as a tar, it should go to util/
Signed-off-by: Stefan Reinauer stepan@coresystems.de
Acked-by: Uwe Hermann uwe@hermann-uwe.de
diff -Naur empty/ec.c ectool/ec.c --- empty/ec.c 1970-01-01 01:00:00.000000000 +0100 +++ ectool/ec.c 2009-04-22 00:49:55.000000000 +0200 @@ -0,0 +1,119 @@ +/*
- This file is part of the coreboot project.
^^^^^^^^
I'd make this 'ectool', as with the other tools.
Uwe.
Thanks, r4163