summaryrefslogtreecommitdiff
path: root/common/system.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* chgstv2: Check charger power in prevent_power_on.Aseda Aboagye2018-04-101-3/+6
* system: Log PC and task id on watchdogPhilip Chen2017-12-111-5/+12
* system: Allow hibernate to clear AP_OFF flagDaisuke Nojiri2017-12-051-0/+7
* system: Add wait-ext option to ec reboot commandScott Collyer2017-11-151-2/+26
* cortex-m: mpu: Support unaligned regions and protect code RAMShawn Nematbakhsh2017-11-141-11/+23
* EFS: Sysjump to active copyDaisuke Nojiri2017-10-171-1/+1
* EFS: Allow EC to switch slot on rebootDaisuke Nojiri2017-09-211-1/+11
* EFS: Switch active slot when current slot is invalidDaisuke Nojiri2017-09-211-26/+38
* EFS: Add support for early firmware selectionDaisuke Nojiri2017-09-121-6/+35
* common: add host command to push AP SKU ID to ecDevin Lu2017-09-111-1/+56
* Treat SYSTEM_IMAGE_RW_B also as RW copyDaisuke Nojiri2017-09-091-2/+12
* coral: Add host command to fetch SKU IDPatrick Georgi2017-08-151-0/+15
* Add OTP supportGwendal Grignou2017-07-281-0/+32
* vboot: Jump to RW earlyDaisuke Nojiri2017-07-141-6/+2
* system: Allow sysjump command to jump to RW_BDaisuke Nojiri2017-07-051-3/+8
* Add system_can_boot_ap APIDaisuke Nojiri2017-06-191-0/+30
* g: show RW headers' Board ID fields in 'version' outputVadim Bendebury2017-06-131-0/+1
* Revert "system: Shutdown AP before entering hibernate mode"Duncan Laurie2017-04-211-18/+0
* system: Shutdown AP before entering hibernate modePhilip Chen2017-04-141-0/+18
* common: Split rwsig parts from rsa.h headerNicolas Boichat2017-04-111-1/+1
* system: Fixups in emulated sysrq codeNicolas Boichat2017-04-061-1/+1
* common/rollback: Add support for rollback protectionNicolas Boichat2017-04-061-0/+9
* system: Add support for emulated sysrqNicolas Boichat2017-03-311-0/+17
* system: Use stored size in image_data for determining image_usedShawn Nematbakhsh2017-03-161-62/+23
* version: Store image size data in version structShawn Nematbakhsh2017-03-161-8/+8
* common: Ensure print_build_string() prints short strings properly.Carl Hamilton2017-03-081-1/+1