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 <[email protected]>
Acked-by: Uwe Hermann <[email protected]> > 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. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

