chrome-ec/util
Sean Abraham 1e800ac838 docs: point md files in master to main/HEAD
Master md files are out of date. Point to main branch in case someone
lands in master branch from an old link.

BUG=b:180952272,b:180921286
BRANCH=None
TEST=Preview changes with gerrit

Exempt-From-Owner-Approval: fixing docs
Change-Id: I6583b6c7fc21248eb49a6cd71e077fbdb5de2435
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2727846
Reviewed-by: Sean Abraham <seanabraham@chromium.org>
Reviewed-by: Rob Barnes <robbarnes@google.com>
Auto-Submit: Sean Abraham <seanabraham@chromium.org>
Tested-by: Sean Abraham <seanabraham@chromium.org>
2021-03-01 22:59:54 +00:00
..
ec3po ec3po: run_tests.sh uses python3 to run unittest 2020-09-26 02:04:16 +00:00
kconfig tree: rename strtoul to strtoull since it is 64-bit 2020-11-11 18:37:36 +00:00
lock LICENSE: remove unnecessary (c) after Copyright 2019-06-19 00:30:43 +00:00
openocd openocd: fix flashing commands for lm4 2020-01-11 17:30:24 +00:00
uut tree: rename strtoul to strtoull since it is 64-bit 2020-11-11 18:37:36 +00:00
battery_temp battery_temp: initial commit. 2018-03-29 19:51:40 -07:00
bin2h.sh cr50: prepare using blobs as RMA key sources 2018-04-03 18:47:04 -07:00
build.mk util: Drop ec_uartd 2020-12-01 08:21:42 +00:00
cbi-util.c tree: rename strtoul to strtoull since it is 64-bit 2020-11-11 18:37:36 +00:00
chargen util: Migrate chargen to python3 2020-09-24 02:52:29 +00:00
comm-dev.c util: Add missing "meanings" from ec_status codes 2019-09-09 23:38:09 +00:00
comm-host.c util/comm-i2c: Add switch to specify I2C bus 2019-10-04 06:59:27 +00:00
comm-host.h util/comm-i2c: Add switch to specify I2C bus 2019-10-04 06:59:27 +00:00
comm-i2c.c util/comm-i2c: Add switch to specify I2C bus 2019-10-04 06:59:27 +00:00
comm-lpc.c LICENSE: remove unnecessary (c) after Copyright 2019-06-19 00:30:43 +00:00
comm-servo-spi.c ectool: fix error codes for servo v2 spi support 2018-03-06 14:38:53 -08:00
compare_build.sh compare_build.sh: Add private directory handling 2020-08-21 20:46:15 +00:00
config_option_check.py Allow zephyr/ CONFIG_ options not found in include/config.h 2020-10-22 22:47:10 +00:00
cros_ec_dev.h LICENSE: remove unnecessary (c) after Copyright 2019-06-19 00:30:43 +00:00
ec_flash.c util/ec_flash: avoid divide-by-zero 2019-07-31 00:40:17 +00:00
ec_flash.h LICENSE: remove unnecessary (c) after Copyright 2019-06-19 00:30:43 +00:00
ec_panicinfo.c common: replace 1 << digits, with BIT(digits) 2019-03-26 04:42:55 -07:00
ec_panicinfo.h util: Add ec_parse_panicinfo tool to parse binary panicinfo 2016-09-06 22:02:27 -07:00
ec_parse_panicinfo.c util: Add ec_parse_panicinfo tool to parse binary panicinfo 2016-09-06 22:02:27 -07:00
ec_sb_firmware_update.c LICENSE: remove unnecessary (c) after Copyright 2019-06-19 00:30:43 +00:00
ec_sb_firmware_update.h cleanup: fix all the header guards 2015-06-18 19:07:00 +00:00
ecst.c util: ecst: add support for chip variant npcx9 2020-09-09 14:53:05 +00:00
ecst.h util: ecst: add support for chip variant npcx9 2020-09-09 14:53:05 +00:00
ectool.c PCHG: Add host command 2020-12-10 03:16:46 +00:00
ectool.h util/ectool: move `struct command` into `ectool.h` 2019-10-16 05:01:35 +00:00
ectool_keyscan.c ec: change usage of "sane" per inclusive language 2020-07-22 22:49:46 +00:00
env_changed.sh cr50: rebuild board image if essential make variables change 2019-05-10 10:43:54 -07:00
export_taskinfo.c ish: save/restore FPU context only for the task uses FPU 2019-02-26 05:09:12 -08:00
flash_cr50.py util: add flash_cr50 script for updating cr50. 2020-02-26 23:01:39 +00:00
flash_ec adlprvp: add Alderlake RVP support 2020-10-28 22:42:58 +00:00
flash_fp_mcu flash_fp_mcu: Remove trailing space 2020-10-31 23:24:45 +00:00
flash_jlink.py util/flash_jlink: Specify firmware address 2020-10-08 21:38:27 +00:00
gdbinit util: Remove unnecessary halt in gdbinit 2020-05-11 21:03:13 +00:00
gen_emmc_transfer_data.c common/bootblock: Pack bootblock in EC image. 2018-07-02 04:34:53 -07:00
gen_ipi_table.c mt_scp: Generate IPI tables with util gen_ipi_table. 2019-04-30 06:08:07 -07:00
gen_touchpad_hash.c update_fw: Store complete touchpad FW hash 2017-09-15 10:50:27 -07:00
genvif.c genvif: fix null string for USB_VID_SOP 2020-12-03 21:49:07 +00:00
genvif.h genvif: add override XML initialization 2020-11-17 20:53:27 +00:00
getversion.sh util/getversion.sh: Fix no VCSID logic 2020-11-03 09:45:30 +00:00
host_command_check.sh util: do not run host command check unless needed 2017-12-08 20:37:23 -08:00
ide-config.sh util/ide-config.sh: Fix invalid cStandard c18 2020-12-15 21:35:09 +00:00
inject-keys.py util: Migrate inject-keys.py to python2/3 compatible 2020-09-25 09:48:19 +00:00
iteflash.c tree: rename strtoul to strtoull since it is 64-bit 2020-11-11 18:37:36 +00:00
iteflash.md docs: point md files in master to main/HEAD 2021-03-01 22:59:54 +00:00
lbcc.c tree: rename strtoul to strtoull since it is 64-bit 2020-11-11 18:37:36 +00:00
lbplay.c LICENSE: remove unnecessary (c) after Copyright 2019-06-19 00:30:43 +00:00
linux_ec_commands_h_check.sh util: Add tool to generate cros_ec_commands.h 2019-04-26 00:17:31 -07:00
make_linux_ec_commands_h.sh util/make_linux_ec_commands_h: Transform UINTxx_MAX into Uxx_MAX 2020-03-09 23:39:42 +00:00
misc_util.c LICENSE: remove unnecessary (c) after Copyright 2019-06-19 00:30:43 +00:00
misc_util.h LICENSE: remove unnecessary (c) after Copyright 2019-06-19 00:30:43 +00:00
powerd_lock.c ec: Create lockfile in /run/lock/power_override. 2017-12-06 20:24:12 -08:00
powerd_lock.h cleanup: fix all the header guards 2015-06-18 19:07:00 +00:00
presubmit_check.sh util/presubmit_check.sh: disable buildall requirement 2020-09-29 02:41:52 +00:00
run_ects.py eCTS: Add I2C suite to run_ects.py 2017-06-28 21:50:50 -07:00
run_host_test makefile: use separate directory for code coverage 2020-06-12 21:20:29 +00:00
stm32mon.c ec: change usage of dummy 2020-08-05 18:41:25 +00:00
tagbranch.sh util: fix bug in tagbranch 2017-09-15 08:46:32 -07:00
temp_metrics.conf LICENSE: remove unnecessary (c) after Copyright 2019-06-19 00:30:43 +00:00
test-inject-keys.sh ectool: add inject-keys.py 2016-02-05 06:02:49 -08:00
uart_stress_tester.py uart_stress_tester: import logging instead of cros_logging 2020-05-08 23:57:20 +00:00
unpack_ftb.py util/unpack_ftb: Fix semantic error 2020-09-24 12:49:33 +00:00
update_release_branch.sh util: Add script to update release branch from master 2020-03-07 03:33:12 +00:00
usb_if.c usb_if: use the device with the matching serial number 2019-05-12 19:27:40 -07:00
usb_if.h usb_if: use the device with the matching serial number 2019-05-12 19:27:40 -07:00