mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-08 08:31:52 +00:00
66db728f608b1ef955b1f51d5aa24ea39f332858
The FT4232 chip used on Servo v2 has adaptative clocking feature. Let's try to use it to avoid signal integrity issue we observe on Proto-0.5 JTAG. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BUG=None TEST=connect to Link proto-0 and read/write all the SRAM without errors. Change-Id: Ic2b91acc29c6d510fb6f3364dd253d3deb650949
- 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. |
+--------------------+
Description
Languages
C
64.7%
Lasso
20.7%
ASL
3.6%
JavaScript
3.2%
C#
2.9%
Other
4.6%