summaryrefslogtreecommitdiff
path: root/common/system.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* clock: define the function clock_enable_module to all EC chipsCHLin2019-03-131-0/+10
* i2c_master: Protect TCPC I2C tunnels as part of EC_REBOOT_DISABLE_JUMPKarthikeyan Ramasubramanian2019-01-081-0/+33
* system: Make system_can_boot_ap return true for AC-only systemsDaisuke Nojiri2018-12-191-16/+14
* system: Remember if reset was due to AP watchdog triggeringNicolas Boichat2018-10-291-1/+1
* system: Make hibernate console command invoke chipset task if chipset is onFurquan Shaikh2018-08-291-2/+21
* test: host_command_fuzz: fuzzing testNicolas Boichat2018-08-161-1/+1
* ec/google: Add command to fetch keyboard ID from ECparis_yeh2018-06-201-0/+16
* system: Enable/Disable low power idle in run timePhilip Chen2018-05-301-0/+5
* cr50: include sleepmask in all imagesMary Ruthven2018-05-181-4/+5
* system: update board version to return an error if encounteredJett Rink2018-04-191-16/+39