summaryrefslogtreecommitdiff
path: root/common/system.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: Fix console help for sleepmask commandstabilize-8743.69.Bstabilize-8743.60.Bstabilize-8743.58.Bstabilize-8743.25.Brelease-R54-8743.BBill Richardson2016-08-251-1/+1
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-18/+9
* g: report RW header version along with code revisionVadim Bendebury2016-08-191-0/+1
* g: Decode more reasons for chip resetBill Richardson2016-08-051-1/+2
* system: split long build linesVadim Bendebury2016-07-311-1/+59
* g: Improve version info for dual RO & RW imagesBill Richardson2016-07-261-37/+41
* hostcmd: Flush UART before doing cold rebootShawn Nematbakhsh2016-07-221-0/+1
* cr50: report rw version properlyVadim Bendebury2016-07-121-0/+31
* add support for using flash commands to overwrite rwsigMary Ruthven2016-06-291-0/+5
* Support RW_B in sysjump command when applicablestabilize-8172.47.BBill Richardson2016-04-081-1/+19
* Cr50: Include low-power exit triggers in reset causesBill Richardson2016-03-301-1/+1
* vboot_hash: Properly handle hash of zero-byte regionShawn Nematbakhsh2016-01-201-0/+8
* vboot_hash: Save stack space when checking image sizestabilize-7834.66.Brelease-R49-7834.BShawn Nematbakhsh2016-01-151-1/+5
* system: Copy the loader lastly before jumping.Aseda Aboagye2015-11-081-32/+43
* cleanup: Standardize use of CONFIG_I2C and add MASTER/SLAVE CONFIGsShawn Nematbakhsh2015-11-031-1/+1
* pd: send soft reset on boot if VBUS is presentAlec Berg2015-10-231-14/+0
* glados_pd: oak_pd: add and enable option for i2c slave onlyAlec Berg2015-10-191-1/+1
* stm32: add synchronous debug printfAlec Berg2015-10-191-3/+3
* system: Add support to reclaim space from loader.Aseda Aboagye2015-10-131-0/+23
* ryu: export board versionVincent Palatin2015-10-051-0/+4
* cleanup: Fix mapped storage accessesShawn Nematbakhsh2015-09-211-3/+3
* cleanup: Change meaning of storage offset CONFIGsShawn Nematbakhsh2015-09-161-6/+11
* cleanup: Remove CDRAM / CODERAM CONFIGsShawn Nematbakhsh2015-09-161-26/+12
* cleanup: Rename geometry constantsShawn Nematbakhsh2015-09-161-13/+9
* pd: send soft reset before an EC resetAlec Berg2015-09-011-6/+13
* cortex-m: Fix sysjump to RO with CONFIG_RO_HEAD_ROOMBill Richardson2015-08-311-1/+8
* it8380dev: add flash module and fix system jumpDino Li2015-07-081-0/+5
* nds32: remove macro "RO"Dino Li2015-07-011-3/+3
* mec1322: Compute hash for RW image by using the RW image resident in flash.Shamile Khan2015-06-161-8/+26
* mec1322: Added support for sysjump.stabilize-7173.BDivya Jyothi2015-06-141-1/+3
* coderam: Don't assume that RO/RW images reside at start of code memoryShawn Nematbakhsh2015-06-131-20/+42
* i2c/mec1322: Lock all I2C port before sysjump.Kevin K Wong2015-06-051-0/+5
* oak: add initial support for oak board rev1Rong Chang2015-05-271-3/+1
* cleanup: Use appropriate image geometry CONFIGsShawn Nematbakhsh2015-05-151-2/+2
* cleanup: Rename image geometry CONFIGsShawn Nematbakhsh2015-05-121-12/+12
* lm4: stm32: Store panic data in backup registers on hard resetShawn Nematbakhsh2015-03-141-1/+1
* WIP - Nuvoton 30-Jan patchRandall Spangler2015-02-251-2/+2
* panic: fix logging of watchdog in panic dataAlec Berg2015-02-201-0/+10
* Support vboot hash and system version if flash isn't memory-mappedRandall Spangler2015-02-051-4/+26
* nuc: Add all IC specific drivers of NPCX5M5GIan Chao2015-01-141-2/+15
* disable DMA before sysjumpingVincent Palatin2015-01-081-0/+6
* system: Add function to convert passed system_image_copy_t to stringShawn Nematbakhsh2014-12-221-6/+11
* pd: before sysjump send soft reset and then disable PD commsAlec Berg2014-12-081-6/+3
* pd: change pd_soft_reset() to use PD task to send commandAlec Berg2014-09-251-0/+1
* ryu: disable system hibernateVic Yang2014-08-291-0/+4
* samus: GPIO updates for EVT buildDuncan Laurie2014-08-251-2/+2
* Request to hard-reboot EC should reboot PD as wellRandall Spangler2014-08-231-0/+6
* pd: issue PD soft reset on sysjumpVic Yang2014-08-141-0/+12
* ryu: Use get_base to access flash locationGwendal Grignou2014-07-301-39/+32
* Add cprints() and ccprints()Vic Yang2014-05-211-10/+10