summaryrefslogtreecommitdiff
path: root/common/system_common.c
Commit message (Expand)AuthorAgeFilesLines
* lm4: Add a low power idle task.stabilize-4825.BAlec Berg2013-10-151-1/+31
* Introducing MPU module for Cortex-M3Daisuke Nojiri2013-09-051-0/+21
* Pulse EC_ENTERING_RW instead of just leaving it highRandall Spangler2013-07-251-1/+8
* Test sysjump tag in kb_8042 testVic Yang2013-07-231-2/+6
* Fix EC_ENTERING_RW not being assertedRandall Spangler2013-07-091-2/+0
* Add CONFIG_BOARD_VERSION flag for boards which have version strapping.Shawn Nematbakhsh2013-07-091-1/+1
* EC_CMD_GET_BUILD_INFO only appends a single terminating nullRandall Spangler2013-07-011-7/+2
* drop: Ignore command version for VBNV CONTEXT commandVadim Bendebury2013-06-201-1/+7
* Enable flash unit test on emulatorVic Yang2013-06-031-1/+1
* Clean up flash section defines and increase lm4 image sizeRandall Spangler2013-06-031-8/+8
* Use uintptr_t when converting integer from/to pointerVic Yang2013-05-071-10/+11
* 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