summaryrefslogtreecommitdiff
path: root/common/system_common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add EC command to report board versionVadim Bendebury2012-05-221-0/+13
* Fix regression on linking addressVincent Palatin2012-05-221-1/+1
* Clean up linker scripts; detect out-of-flash problem.Bill Richardson2012-05-211-14/+49
* More debug command cleanup to save spaceRandall Spangler2012-05-211-43/+32
* Add LM4 support for hard resetRandall Spangler2012-05-211-5/+13
* Fix partition address when flash base is not zeroVincent Palatin2012-05-181-3/+3
* de-LPCify the EC host interfaceVincent Palatin2012-05-151-31/+31
* Slightly update the host commands APIVincent Palatin2012-05-141-6/+9
* Maintain timer value across sysjumps and clean up init debug outputRandall Spangler2012-05-111-1/+1
* Add gpio_set_flags() and system_get_board_version()Randall Spangler2012-05-081-3/+40
* Clean up sysjump struct parsing and add memmove()Randall Spangler2012-05-071-41/+27
* Add header_size in struct jump_data.Louis Yung-Chieh Lo2012-05-031-1/+38
* Enhance LPC EC REBOOT reset command to allow to request recoveryVadim Bendebury2012-04-301-19/+41
* Refactor async console outputRandall Spangler2012-04-241-29/+32
* Implement HOOK_SYSJUMP and use it to preserve LPC host event maskRandall Spangler2012-04-191-11/+102
* Move externs from .lds file into a header fileRandall Spangler2012-04-191-3/+1
* Add chipinfo commandRandall Spangler2012-04-181-0/+10
* Fix getting version string for other imagesRandall Spangler2012-04-131-32/+30
* Support chipinfo command (ectool/host commands)Louis Yung-Chieh Lo2012-04-091-0/+14
* Preserve reset cause when jumping between EC imagesRandall Spangler2012-04-031-0/+54
* flash write and erase commands protect the active image.Louis Yung-Chieh Lo2012-03-271-0/+31
* Remove old scratchpad-based reboot-to-image interfaceRandall Spangler2012-03-201-0/+9
* Support warm reboot from one EC image to another.Randall Spangler2012-03-191-23/+123
* More cleanup of board/chip configs and initializationRandall Spangler2012-03-191-0/+263