summaryrefslogtreecommitdiff
path: root/common/chipset.c
Commit message (Expand)AuthorAgeFilesLines
* zephyr: test: Add test for get_ap_reset_stats() in common/chipset.cTristan Honscheid2022-11-161-0/+18
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-2/+2
* power: Don't set the AP_IDLE flag if a power failure occurredPablo Ceballos2022-08-151-0/+15
* common/chipset.c: Format with clang-formatJack Rosenthal2022-07-011-15/+8
* tree: Files should end with single newlineTom Hughes2021-10-181-1/+0
* chipset: convert reset_log_mutex to use K_MUTEX_DEFINEJack Rosenthal2021-03-231-4/+1
* zephyr: Add support for CMD_AP_RESET_LOGSimon Glass2021-01-221-1/+4
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-1/+1
* common: Add uptime host commandTom Hughes2019-09-031-27/+11
* log: Preserve Kukui EC reset logs across every EC reboot on SRAM.Shannon Chen2019-08-211-2/+25
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* chipset: Add a host command to issue AP resetWai-Hong Tam2018-11-151-0/+13
* reset: Log the reason for AP resets.Jonathan Brandmeyer2018-07-261-2/+71
* Code cleanup: Remove cold reset logicVijay Hiremath2018-04-031-10/+3
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-4/+2
* ryu: add a dummy power module for controlling sensors.Gwendal Grignou2014-11-181-0/+2
* Add cprints() and ccprints()Vic Yang2014-05-211-1/+1
* Move common chipset console commands to chipset.cRandall Spangler2013-04-241-0/+47