]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cros_ec: Add a function for decoding the Chrome OS EC flashmap
authorSimon Glass <sjg@chromium.org>
Thu, 27 Feb 2014 20:26:03 +0000 (13:26 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 18 Mar 2014 02:05:46 +0000 (20:05 -0600)
commitd7f25f35f448b15f815d355abd9ba39836fd9e32
treeff20a0da108f10c24f24f72634b8bc93e01cb7f3
parent41364f0fbe1e550a3326dd4310e41adec5ce30d7
cros_ec: Add a function for decoding the Chrome OS EC flashmap

In order to talk to the EC properly we need to be able to understand the
layout of its internal flash memory. This permits emulation of the EC
for sandbox, and also software update in a system with a real EC.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/misc/cros_ec.c
include/cros_ec.h