]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cros_ec: sandbox: Add Chrome OS EC emulation
authorSimon Glass <sjg@chromium.org>
Thu, 27 Feb 2014 20:26:12 +0000 (13:26 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 18 Mar 2014 02:05:47 +0000 (20:05 -0600)
commitdf93d90aea85deff0b19ece43ba6f379c7c4d9cc
treeb34d47fe922a6479a034ce25ba801c55dcd01aad
parent2ab83f0d7522e34f6a67e6ed80f7ba03aa7c8dd6
cros_ec: sandbox: Add Chrome OS EC emulation

Add a simple emulation of the Chrome OS EC for sandbox, so that it can
perform various EC tasks such as keyboard handling.

Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/misc/Makefile
drivers/misc/cros_ec.c
drivers/misc/cros_ec_sandbox.c [new file with mode: 0644]
include/cros_ec.h
include/fdtdec.h
lib/fdtdec.c