summaryrefslogtreecommitdiff
path: root/common/system.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "config: rename CONFIG_FLASH to CONFIG_FLASH_CROS"stabilize-13935.B-mainJack Rosenthal2021-04-241-1/+1
* zephyr: Update banner to match Chromium OSKeith Short2021-04-231-0/+18
* config: rename CONFIG_FLASH to CONFIG_FLASH_CROSEric Yilun Lin2021-04-231-1/+1
* system: Wait 1s for EC to quiesce before hibernateAseda Aboagye2021-04-151-0/+7
* system: Remember AP watchdog resetYu-Ping Wu2021-04-091-0/+4
* zephyr: npcx: add read & write reset flag functionWealian Liao2021-03-101-12/+0
* system: Fix ENTERING_RW GPIO name.Aseda Aboagye2021-02-251-2/+2
* system: Add board_pulse_entering_rw()Aseda Aboagye2021-02-251-3/+8
* zephyr: implement cortex-m's interrupt_disable()Yuval Peress2021-02-181-1/+13
* Remove CONFIG_HOSTCMD_VBNV_CONTEXTJack Rosenthal2021-02-021-33/+0
* version: Rename version.h to cros_version.hYuval Peress2021-01-071-1/+1
* system: Add EC_REBOOT_COLD_AP_OFF commandPi-Hsun Shih2020-11-171-2/+8
* COIL: Rename CONFIG_I2C_CONTROLLERDiana Z2020-11-051-1/+1
* System: shutdown chipset before enter hibernateSue Chen2020-11-021-14/+22
* npcx: allow hibernate timeout when LCT is availablestabilize-13532.B-masterCaveh Jalali2020-10-131-1/+2
* npcx psl: reject hibernate request with timeoutCaveh Jalali2020-10-021-2/+7
* common/system: Use beginning of panic data for calculationsPatryk Duda2020-10-011-1/+1
* cleanup:Consolidate multi PD INTR task config to single configPoornima Tom2020-09-041-3/+1
* system_is_locked: Use static variable to track stateDuncan Laurie2020-08-271-1/+10
* System: Set stay-in-RO reset flag for sysjump and host commandDiana Z2020-08-141-3/+14
* system: correct incorrect sleepJett Rink2020-07-091-1/+1
* usbc: ensure we are suspending USB-C ports on shutdownJett Rink2020-07-091-6/+14
* Swap system_jumped_to_this_image with _late for common codeDaisuke Nojiri2020-06-261-2/+1
* system: Add system_is_manual_recovery APIDaisuke Nojiri2020-06-131-0/+5
* PB: Clear AP_IDLE for EC_REBOOT_HIBERNATE_CLEAR_AP_OFFDaisuke Nojiri2020-06-131-2/+2
* EFS2: Verify and jump when system shuts down in RODaisuke Nojiri2020-06-091-1/+1
* system: Do pending reboot when the chipset is completely offWai-Hong Tam2020-06-061-1/+2
* system: Don't check reset_flags to detect sysjumpDaisuke Nojiri2020-05-231-6/+2
* system: Add rflags console commandDaisuke Nojiri2020-05-231-4/+21
* system: Add option to console command to reboot to ROTom Hughes2020-05-141-1/+4
* system: Add EC_RESET_FLAG_EFSDaisuke Nojiri2020-05-141-0/+6
* PD: Skip pd_prepare_sysjump if PD tasks haven't startedDaisuke Nojiri2020-05-081-2/+6
* USB/PD: Skip pd_prepare_sysjump for EFS2 boardsDaisuke Nojiri2020-04-211-4/+10
* vboot: Add a reboot option to keep EFS in RO with the AP off.Sam McNally2020-03-031-3/+11
* common/system: Add sysinfo host commandTom Hughes2020-02-281-9/+58
* common/system: Unify ec_current_image and system_image_copy_tTom Hughes2020-02-281-74/+74
* Servo: Adds persistent storage of MAC addressBrian J. Nemec2020-02-211-0/+21
* EFS2: Implement Early Firmware Selection ver.2Daisuke Nojiri2020-02-091-1/+1
* Add a board specific helper to return USB PD port countKarthikeyan Ramasubramanian2019-11-091-1/+1
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-1/+2
* system.c: reset statics for testingCaveh Jalali2019-10-311-0/+7
* system.c: move jump_data declarations into sysjump.hCaveh Jalali2019-10-231-29/+1
* Remove uses of %lEvan Green2019-10-051-3/+3
* printf: Fix formatting errorsEvan Green2019-10-051-2/+3
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-9/+16
* version: Make ver_get_num_commits work for on-flash imagesDaisuke Nojiri2019-09-211-2/+1
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-8/+9
* cleanup: use STATIC_IF for hibernate variablesJack Rosenthal2019-08-201-12/+14
* common/system: refactor some confusing ifdefsJack Rosenthal2019-07-311-24/+21
* cleanup: remove CONFIG_REPLACE_LOADER_WITH_BSS_SLOWJack Rosenthal2019-07-311-32/+0