summaryrefslogtreecommitdiff
path: root/chip_interface/README
diff options
context:
space:
mode:
Diffstat (limited to 'chip_interface/README')
-rw-r--r--chip_interface/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/chip_interface/README b/chip_interface/README
new file mode 100644
index 0000000000..3f80cc6297
--- /dev/null
+++ b/chip_interface/README
@@ -0,0 +1,10 @@
+Caller: Chrome OS EC main dispatcher
+
+This directory stores *.h files of those functions that partner implements.
+
+The actual implementation (.c files) resides under S*Ware/eclib/, which
+is under partner's licensed and wraps S*Ware/drivelib/ chip-specific code.
+
+This directory is under Chromium license so that the main loop can include these
+files and call the code implemented by partner.
+