A small utility to dump the RAM of a laptop's Embedded/Environmental
authorStefan Reinauer <stepan@coresystems.de>
Wed, 22 Apr 2009 07:23:00 +0000 (07:23 +0000)
committerStefan Reinauer <stepan@openbios.org>
Wed, 22 Apr 2009 07:23:00 +0000 (07:23 +0000)
commitb5ab323a4036d86654c562b957d12f4dd4789bde
tree6c57ff53e678efc73be10e532ceb2d5f0b56cb4f
parent7e16bf3a5511b83a28769f3ff3622b3ca5aadcab
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. For the dump method, have a look at
the ACPI 3.0b spec.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4163 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
util/ectool/Makefile [new file with mode: 0644]
util/ectool/ec.c [new file with mode: 0644]
util/ectool/ec.h [new file with mode: 0644]
util/ectool/ectool.c [new file with mode: 0644]