summaryrefslogtreecommitdiff
path: root/cmd/cros_ec.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-2/+2
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-2/+2
2021-01-31cros_ec: Show events in human-readable formSimon Glass1-6/+64
2021-01-31cros_ec: Add support for switchesSimon Glass1-0/+41
2021-01-31cros_ec: Support reading EC featuresSimon Glass1-0/+74
2021-01-31cros_ec: Add support for reading the SKU IDSimon Glass1-0/+10
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-3/+4
2020-05-18common: Drop flash.h from common headerSimon Glass1-0/+1
2018-10-09cros_ec: Update cros_ec_read_hash() to specify the imageSimon Glass1-1/+1
2018-10-09cros: Update ec_commands to latest versionSimon Glass1-3/+2
2018-10-09cros: Update cros_ec code to use struct udeviceSimon Glass1-12/+12
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-04-05dm: core: Add flags parameter to device_remove()Stefan Roese1-1/+1
2016-12-03cmd: crosec: Move cros_ec_decode_region helper to cmd/cros_ec.cMoritz Fischer1-0/+23
2016-10-11cmd: cros_ec: Move crosec commands to cmd subdirectoryMoritz Fischer1-0/+365