Go to file
Bill Richardson 3b361af2a7 Update EC config and FMAP to reserve room for vboot signatures
This just reserves room. It doesn't actually perform any verification yet.

BUG=chrome-os-partner:7459
TEST=manual

  make BOARD=link
  dump_fmap build/link/ec.bin

Change-Id: I424db1d601a614be3dfe5abb200e24e8bc62e47e
Signed-off-by: Bill Richardson <wfrichar@chromium.org>
2012-05-04 14:42:58 -07:00
board daisy: Rename power signals to indicate polarity 2012-05-03 22:06:33 -07:00
chip Update EC config and FMAP to reserve room for vboot signatures 2012-05-04 14:42:58 -07:00
common Update EC config and FMAP to reserve room for vboot signatures 2012-05-04 14:42:58 -07:00
core/cortex-m Update EC config and FMAP to reserve room for vboot signatures 2012-05-04 14:42:58 -07:00
include Add gpio_get_name() to return the name of a signal 2012-05-03 22:05:57 -07:00
test Support dynamically changing the system clock 2012-04-09 10:33:35 -07:00
util Fix ectool battery command printable character detection 2012-04-30 19:01:07 +08:00
.gitignore ec: Add "private/" to .gitignore. 2012-02-14 11:46:16 -08:00
Makefile introducing chip variant for stm32 family [2/3] 2012-05-01 17:13:33 -07:00
Makefile.rules Add basic FMAP to EC firmware image. 2012-05-01 15:54:39 -07:00
Makefile.toolchain introducing chip variant for stm32 family [2/3] 2012-05-01 17:13:33 -07:00
PRESUBMIT.cfg fix pre-submit hook 2011-12-08 19:18:06 +00:00
README Initial commit 2011-10-20 15:15:01 +08:00
README.fmap Update EC config and FMAP to reserve room for vboot signatures 2012-05-04 14:42:58 -07:00

README

- 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.       |
  +--------------------+