summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLouis Yung-Chieh Lo <yjlou@chromium.org>2011-10-20 15:15:01 +0800
committerLouis Yung-Chieh Lo <yjlou@chromium.org>2011-10-20 15:15:01 +0800
commitabe5786058f4b60dc6d30e7d7c964aae850caa1f (patch)
treeadbdbe1af4ced53607b802f405fd9967f4574a45 /README
downloadchrome-ec-abe5786058f4b60dc6d30e7d7c964aae850caa1f.tar.gz
Initial commit
BUG=None Test=None
Diffstat (limited to 'README')
-rw-r--r--README26
1 files changed, 26 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000000..9f8a5c3b8c
--- /dev/null
+++ b/README
@@ -0,0 +1,26 @@
+- EC Lib
+
+This wraps Blizzard driverlib and implements the EC chip interface defined
+by Google. See below diagram for architecture.
+
+
+ +--------------------+
+ | Host BIOS/OS |
+ +--------------------+
+
+ ---- host interface ----
+
+ +--------------------+
+ | Google EC features |
+ +--------------------+
+
+ ---- chip interface ---- The interface is defined in
+ src/platform/ec/chip_interface/*.
+ +--------------------+ But the real implementation is in EC Lib.
+ | EC Lib |
+ +--------------------+
+ | Blizzard low level |
+ | driver, the |
+ | driverlib. |
+ +--------------------+
+