summaryrefslogtreecommitdiff
path: root/common/system.c
Commit message (Expand)AuthorAgeFilesLines
* common/i2c_master: Add a subcommand to protect all TCPC portsKarthikeyan Ramasubramanian2019-08-231-31/+0
* USB-PD: Consolidate tcpc_config declarations in usb_pd_tcpm.hDaisuke Nojiri2019-08-231-1/+0
* Common: move for loop initial declarationDiana Z2019-05-091-2/+6
* USB PD: Suspend ports when resetting TCPCs during cold rebootDiana Z2019-05-091-1/+9
* i2c_master: Protect TCPC I2C tunnels as part of EC_REBOOT_DISABLE_JUMPKarthikeyan Ramasubramanian2019-01-111-0/+33
* system: Remember if reset was due to AP watchdog triggeringNicolas Boichat2018-10-301-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
* hostcmd: Remove EC_CMD_VBNV_CONTEXT handler for most boardsShawn Nematbakhsh2017-02-251-7/+3
* system: Add generic bbram read / write routinesShawn Nematbakhsh2017-02-241-4/+9
* cr50: Decrement retry counter on manual reboots.Aseda Aboagye2017-02-181-1/+1
* Revert "version: Store image size data in version struct"Vadim Bendebury2017-02-011-8/+8
* Revert "system: Use stored size in image_data for determining image_used"Vadim Bendebury2017-02-011-23/+62
* system: Use stored size in image_data for determining image_usedShawn Nematbakhsh2017-01-301-62/+23
* version: Store image size data in version structShawn Nematbakhsh2017-01-301-8/+8
* npcx: flash: Do not delay flash access requests.Shamile Khan2017-01-101-2/+2
* Add CONFIG_CMD_SYSINFO and CONFIG_CMD_SYSLOCKBill Richardson2016-10-071-0/+4
* Add more CONFIG_CMD_* options for console commandsBill Richardson2016-10-011-1/+3
* system: Add console print for reboot-on-ap-shutdownShawn Nematbakhsh2016-09-211-0/+3
* flash: Call lock function prior to mapped external readShawn Nematbakhsh2016-09-161-12/+10