summaryrefslogtreecommitdiff
path: root/common/system.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: board_[read/write]_serial weak reference cleanupDenis Brockus2019-06-031-22/+16
* common/i2c_master: Add a subcommand to protect all TCPC portsKarthikeyan Ramasubramanian2019-05-301-31/+0
* USB-PD: Consolidate tcpc_config declarations in usb_pd_tcpm.hDaisuke Nojiri2019-05-211-1/+0
* kukui_scp: Enable MPU to protect code RAM and data RAM in RW image.Yilun Lin2019-05-021-1/+1
* Common: move for loop initial declarationDiana Z2019-04-181-2/+6
* util/ectool, common/system: Share sysmbol reset_flag_desc.Yilun Lin2019-04-181-10/+10
* USB PD: Re-discover port partner when a contract was in placeDiana Z2019-04-181-0/+5
* USB PD: Suspend ports when resetting TCPCs during cold rebootDiana Z2019-04-151-1/+9
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1