Go to file
Mary Ruthven be5ef157cf gsctool: use the usb serial number to find the usb device
Add a serial number arg that can be used to specify which CCD device to
use. If there are multiple CCD devices, you can use this arg to pick
which device to update.

BUG=none
BRANCH=none
TEST='gsctool -f -n $SERIAL' can be used to get the cr50 version from
two chromebooks connected to the same machine. 'gsctool -f' still works
too.

Change-Id: I91cbfdc7d62bee2623919e4dded62f92ba7adb19
Signed-off-by: Mary Ruthven <mruthven@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/1600501
Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
2019-05-12 19:27:41 -07:00
baseboard Revert "octopus: Support keypad function on Bobba" 2019-05-10 18:57:08 +00:00
board Revert "octopus: Support keypad function on Bobba" 2019-05-10 18:57:08 +00:00
builtin build: add centroiding C++ support 2019-01-24 00:51:41 -08:00
chip stm32: Decouple printf logic from directly calling USB console driver 2019-05-11 14:18:17 -07:00
common USB-PD: Add hook for PD connect event 2019-05-08 19:35:13 -07:00
core ish: combine watchdog expiration and panic handler 2019-05-09 16:05:41 -07:00
cts ec.tasklist: Consolidate duplicate comments 2019-04-08 22:30:32 -07:00
docs ccd doc: add more to information about using ccd 2019-05-10 10:43:59 -07:00
driver tcs3400: rename tcs3400_drv_data_t to als_drv_data_t 2019-05-09 16:05:59 -07:00
extra gsctool: use the usb serial number to find the usb device 2019-05-12 19:27:41 -07:00
fuzz tasks: convert TASK_EVENT_CUSTOM macro to bit 2019-04-24 15:51:09 -07:00
include stm32: Decouple printf logic from directly calling USB console driver 2019-05-11 14:18:17 -07:00
power power: Manipulate wake mask during s0ix timeouts 2019-05-08 19:35:34 -07:00
test nvmem: populate default tpm objects after wipeout 2019-05-01 11:03:04 -07:00
third_party/boringssl aes-gcm: Adapt AES-GCM to build for EC 2018-09-21 00:50:59 -07:00
util usb_if: use the device with the matching serial number 2019-05-12 19:27:40 -07:00
.checkpatch.conf checkpatch: reinstate check for C99 style comments 2019-01-16 12:29:04 -08:00
.clang-format .clang-format: add more style options 2019-03-01 23:41:21 -08:00
.dir-locals.el ec: Add directory local configuration for Emacs 2019-03-01 19:50:22 -08:00
.gitignore Makefile.rules: Add targets to see file size differences 2016-11-15 17:43:21 -08:00
COMMIT-QUEUE.ini Revert "CQ: disable broken cheza pre-cq" 2019-04-30 01:31:01 -07:00
LICENSE Add LICENSE file to project 2012-05-11 09:11:52 -07:00
Makefile cr50: rebuild board image if essential make variables change 2019-05-10 10:43:54 -07:00
Makefile.rules mt_scp: Generate IPI tables with util gen_ipi_table. 2019-04-30 06:08:07 -07:00
Makefile.toolchain make: include iteflash in host-util group 2019-04-11 14:55:50 -07:00
OWNERS Add OWNERS files 2014-04-02 19:58:53 +00:00
PRESUBMIT.cfg util: Add tool to generate cros_ec_commands.h 2019-04-26 00:17:31 -07:00
README README: Add link to quick-build instructions 2015-12-07 13:49:35 -08:00
README.fmap Update EC config and FMAP to reserve room for vboot signatures 2012-05-04 14:42:58 -07:00
setup.py servo_updater: include sweetberry into servo_updater logic 2019-01-03 15:04:45 -08:00

README

For an overview of the Embedded Controller firmware, refer to

http://www.chromium.org/chromium-os/2014-firmware-summit

For instructions on building from source, refer to

http://www.chromium.org/chromium-os/ec-development/getting-started-building-ec-images-quickly