summaryrefslogtreecommitdiff
path: root/common/system_common.c
Commit message (Expand)AuthorAgeFilesLines
* Pthread-based emulator for unit testingstabilize-4100.38.BVic Yang2013-05-071-1/+1
* Add some ifdefs to distinguish between Link and SlippyBill Richardson2013-05-021-1/+1
* Replace generated CONFIG_TASK_ macros with HAS_TASK_Bill Richardson2013-04-241-1/+1
* assert ENTERING_RW only if it existsDavid Hendricks2013-02-191-0/+2
* Clean up UART moduleRandall Spangler2012-10-301-3/+3
* Disable scratchpad commandRandall Spangler2012-10-301-3/+2
* Clean up system moduleRandall Spangler2012-10-251-29/+22
* Hook functions no longer return valuesRandall Spangler2012-10-231-5/+4
* link: add hibernate option to ectool reboot_ecRandall Spangler2012-10-041-1/+7
* Clean up reboot host commandRandall Spangler2012-09-261-5/+7
* make build_info fixed-lengthDavid Hendricks2012-09-061-2/+5
* stm32: Store VbNvContext in backup registersChe-Liang Chiou2012-09-051-0/+26
* Save panic data across reboots, and add panicinfo commandRandall Spangler2012-08-311-5/+19
* Snow must assert ENTERING_RW GPIO when jumping between imagesRandall Spangler2012-08-301-2/+0
* host_command: Add host_send_response() to send responsesSimon Glass2012-08-161-1/+1
* Include 0xea byte as the last byte in RO/RW imagesRandall Spangler2012-08-141-6/+6
* Clean up EC hibernate logicRandall Spangler2012-08-131-7/+8
* Fix 'reboot' console commandVic Yang2012-08-021-5/+5
* Snow has write protect pin (PB4) wired to EC.Louis Yung-Chieh Lo2012-08-011-3/+3
* Change host command params/response pointers to void *Randall Spangler2012-07-261-6/+3
* Calculate the hash only of the actual RW codeRandall Spangler2012-07-241-5/+30
* host_command: Add send_result() to the arg structureSimon Glass2012-07-231-1/+2
* Refactor reboot command to add ap-off and cancel optionsRandall Spangler2012-07-231-8/+18
* Revert "host_command: Add send_result() to the arg structure"Randall Spangler2012-07-221-2/+1
* host_command: Add send_result() to the arg structureSimon Glass2012-07-221-1/+2
* Add EC flash protect command to ectoolRandall Spangler2012-07-181-1/+1
* Continue refactoring flash write protectRandall Spangler2012-07-181-4/+6
* Tidy debug output for reboot commandRandall Spangler2012-07-171-1/+1
* Rename section A to RW, to match other platformsRandall Spangler2012-07-171-17/+18
* Remove firmware BRandall Spangler2012-07-171-28/+2
* Rename A and B images to RW and RW_B, part 1Randall Spangler2012-07-171-12/+12
* Support preserving reset flags across a resetRandall Spangler2012-07-161-6/+10
* Refactor reset reasonsRandall Spangler2012-07-161-49/+75
* Use response pointer and size from host command args structRandall Spangler2012-07-121-1/+1
* Refactor API for host commands, and handle variable length data betterRandall Spangler2012-07-111-28/+35
* Host command interface has only one slot nowRandall Spangler2012-07-101-6/+1
* copy reboot parameters in host_command_reboot()David Hendricks2012-07-101-5/+11
* Better arg checking for reboot commandRandall Spangler2012-07-091-3/+7
* Jumping to same image as currently running shouldn't reboot.Randall Spangler2012-07-091-0/+4
* Add option to disable system jumpsRandall Spangler2012-07-091-7/+8
* Add console command to lock systemRandall Spangler2012-07-091-5/+33
* Remove unnecessary host_send_result()Simon Glass2012-07-021-3/+3
* Only one RW image is now the defaultRandall Spangler2012-06-261-2/+3
* Add hash supportRandall Spangler2012-06-251-2/+3
* Remove proto1 workaroundsRandall Spangler2012-06-251-17/+0
* Add reboot-at-shutdown flagRandall Spangler2012-06-201-51/+65
* Set GPIO_ENTERING_RW before jumping between images.release-R21-2465.BRandall Spangler2012-06-191-0/+9
* Send success code when rebooting EC using I2C host commandsDavid Hendricks2012-06-011-0/+4
* Add system_is_locked() to prevent sysjump on consumer systemsRandall Spangler2012-05-251-31/+72
* Better help for console commandsRandall Spangler2012-05-251-24/+33