mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 09:01:35 +00:00
Initial commit
BUG=None Test=None
This commit is contained in:
26
README
Normal file
26
README
Normal file
@@ -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. |
|
||||
+--------------------+
|
||||
|
||||
Reference in New Issue
Block a user