summaryrefslogtreecommitdiff
path: root/chip/host/system.c
Commit message (Expand)AuthorAgeFilesLines
* fix ChromiumOS authors and whitespace warningsMary Ruthven2022-09-131-1/+1
* host: fixing make runtestsVadim Sukhomlinov2021-06-031-5/+5
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-5/+6
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* stdlib cleanup.Allen Webb2019-01-031-2/+3
* test: host_command_fuzz: fuzzing testNicolas Boichat2018-08-161-0/+9
* chip/host/system: Fix parameter to scanfNicolas Boichat2018-06-211-1/+1
* Revert "system: Shutdown AP before entering hibernate mode"Duncan Laurie2017-04-211-1/+1
* system: Shutdown AP before entering hibernate modePhilip Chen2017-04-141-1/+1
* system: Add generic bbram read / write routinesShawn Nematbakhsh2017-02-241-2/+2
* fix memory size calculations in host/test modeVadim Bendebury2016-12-281-6/+6
* NvMem: Added NV Memory module to ec/common/Scott2016-05-261-1/+1
* system: Add hibernate board-level callbackShawn Nematbakhsh2016-01-281-0/+3
* Fix type mismatch on extern declarationsVincent Palatin2015-05-151-1/+1
* cleanup: Rename image geometry CONFIGsShawn Nematbakhsh2015-05-121-2/+2
* emulator: Fix a bug that jump tag is overwrittenVic (Chun-Ju) Yang2014-01-081-5/+0
* Support emulator hibernateVic Yang2013-07-241-1/+11
* Reboot emulator with execv()Vic Yang2013-07-241-2/+3
* Fix reset flags and sysjump time for emulatorVic Yang2013-07-231-13/+70
* Test sysjump tag in kb_8042 testVic Yang2013-07-231-1/+103
* Use uintptr_t when converting integer from/to pointerVic Yang2013-05-071-2/+2
* Add persistent storage for emulatorVic Yang2013-05-071-0/+29
* Pthread-based emulator for unit testingstabilize-4100.38.BVic Yang2013-05-071-0/+74