summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Revert "Homestar:LED:LED function realization"Aseda Aboagye2021-06-081-1/+1
* flash_fp_mcu: Add a config for the Brya fingerprint MCUZhuohao Lee2021-06-071-0/+21
* COIL: Rename CONFIG_SPI_MASTER to CONFIG_SPI_CONTROLLERCaveh Jalali2021-06-031-0/+1
* zephyr: Remove a few configs from allowlistPhilip Chen2021-06-031-2/+0
* COIL: Remove CONFIG_SPI_MASTER_NO_CS_GPIOSCaveh Jalali2021-06-031-1/+0
* COIL: Remove CONFIG_SPI_MASTER_CONFIGURE_GPIOSCaveh Jalali2021-06-031-1/+0
* COIL: Remove CONFIG_SPI_MASTER_PORTCaveh Jalali2021-06-031-1/+0
* Remove CONFIG_BATTERY_DEAD_UNTIL_VALUEDaisuke Nojiri2021-06-011-1/+0
* flash_fp_mcu: Add automatic service stop/restartCraig Hesling2021-06-011-1/+18
* util: Make a start on writing a Python-based CONFIG checkerSimon Glass2021-05-272-0/+363
* base_state: implement basestate host commandTing Shen2021-05-271-0/+32
* flash_fp_mcu: Add warnings for conflicting processesCraig Hesling2021-05-271-0/+51
* zephyr: Add IT8XXX drivers to KconfigMichał Barnaś2021-05-261-3/+0
* Homestar:LED:LED function realizationtongjian2021-05-261-1/+1
* flash_fp_mcu: Add defaults for image file argCraig Hesling2021-05-251-7/+38
* qcom: Create new configs for SC7280Wai-Hong Tam2021-05-181-0/+1
* driver: add ICM-42607 driver supportJuHyun Kim2021-05-181-0/+3
* zephyr: Remove CONFIG_VBOOT_HASH_RELOAD_WATCHDOG from allowed configsMichał Barnaś2021-05-181-1/+0
* ectool: Make i2cread/write address print consistentRob Barnes2021-05-131-12/+11
* util: Add explicit castsTom Hughes2021-05-0611-59/+75
* I/O Expander: Add CCG6XX driverVijay Hiremath2021-05-051-0/+1
* util/ectool: Add constTom Hughes2021-05-041-1/+1
* util/ectool: Use UINT32_MAX instead of -1Tom Hughes2021-05-041-1/+1
* util/ectool: Fix compiler warningTom Hughes2021-05-041-1/+3
* util/ec_sb_firmware_update: Make types matchTom Hughes2021-05-031-1/+1
* util/ec_sb_firmware_update: Add NULL checkTom Hughes2021-05-031-0/+3
* util/ectool: Initialize enum with correct typeTom Hughes2021-05-031-1/+2
* util/comm-i2c.c: Remove incorrect castTom Hughes2021-05-031-2/+2
* util: Add constTom Hughes2021-05-034-6/+7
* flash_fp_mcu: Remove coachz driver gpio override hackCraig Hesling2021-05-031-8/+0
* flash_fp_mcu: Make exit status more distinctiveCraig Hesling2021-05-031-15/+23
* flash_fp_mcu: Factor out gpio chip checkCraig Hesling2021-05-011-22/+13
* zephyr: Cleanup config allowlist entriesKeith Short2021-04-301-194/+0
* zephyr: fix namespace for Kconfig check scriptsKeith Short2021-04-302-7/+17
* flash_fp_mcu: Truncate board name to base board nameCraig Hesling2021-04-291-0/+6
* flash_fp_mcu: Refactor to use main functionCraig Hesling2021-04-291-48/+53
* cherry: Add ANX3443 mux/retimer driverParker Lin2021-04-291-0/+1
* util/ectool.c: Fixing uninitialized variable errorBalaji Manigandan B2021-04-291-1/+1
* ectool: Fixup fpmode help messageCraig Hesling2021-04-291-1/+4
* ectool: Add maintenance fpmodeCraig Hesling2021-04-291-1/+3
* flash_fp_mcu: Change to simpler driver_override for spidevCraig Hesling2021-04-291-2/+2
* flash_fp_mcu: Simplify and make shellcheck happyCraig Hesling2021-04-291-12/+13
* flash_fp_mcu: Fix gpio get error propagation issueCraig Hesling2021-04-291-6/+22
* flash_fp_mcu: Clarify subshell func return behaviorCraig Hesling2021-04-291-7/+11
* config: rename CONFIG_FLASH to CONFIG_FLASH_CROSJeremy Bettis2021-04-271-1/+0
* ec: migrate out of flashrom deprecated optionsDaniel Campello2021-04-271-2/+1
* Revert "config: rename CONFIG_FLASH to CONFIG_FLASH_CROS"stabilize-13935.B-mainJack Rosenthal2021-04-241-0/+1
* config: rename CONFIG_FLASH to CONFIG_FLASH_CROSEric Yilun Lin2021-04-231-1/+0
* flash_fp_mcu: Add delay to consider bootloader startupSujit Kautkar2021-04-231-0/+8
* console: make sure eol check runs in python3Ruben Rodriguez Buchillon2021-04-221-1/+1