summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Put correct RO_FRID, RW_FWID_A, RW_FWID_B entries in FMAPBill Richardson2012-06-071-0/+1
* Add a common watchdog fileSimon Glass2012-06-052-0/+20
* Fix alignment of task scratchpad and system stackRandall Spangler2012-05-313-6/+14
* usleep() chains to udelay() if called before task_start()Randall Spangler2012-05-292-0/+16
* Better help for console commandsRandall Spangler2012-05-252-7/+29
* Init task contexts/stacks at runtimeVincent Palatin2012-05-252-29/+42
* Add support for printing fixed-point numbersRandall Spangler2012-05-222-12/+12
* Add FMAP even if VBOOT is not activatedv1.0.0Vincent Palatin2012-05-221-2/+2
* Fix regression on linking addressVincent Palatin2012-05-221-1/+1
* Disable touchscreen when lid is closed and in S3Randall Spangler2012-05-212-0/+6
* Clean up linker scripts; detect out-of-flash problem.Bill Richardson2012-05-211-10/+23
* Add LM4 support for hard resetRandall Spangler2012-05-211-1/+2
* Add AC state change hookRandall Spangler2012-05-172-0/+6
* Rearrange task prioritiesRandall Spangler2012-05-151-2/+2
* fix FMAP linker section offsetVincent Palatin2012-05-151-1/+2
* Sort console commands at build timeVincent Palatin2012-05-151-1/+1
* timer: Allow callers to pass 'now' to timestamp_expired()Simon Glass2012-05-141-3/+8
* Maintain timer value across sysjumps and clean up init debug outputRandall Spangler2012-05-111-6/+32
* Enable verified boot for EC firmwareBill Richardson2012-05-101-0/+1
* Add hooks for chipset power transitionsRandall Spangler2012-05-092-1/+30
* stm32: add flash programming supportVincent Palatin2012-05-091-0/+2
* Update EC config and FMAP to reserve room for vboot signaturesBill Richardson2012-05-041-1/+1
* Merge "timer: Add timestamp_expired() to check for expiry"Gerrit2012-05-031-0/+6
|\
| * timer: Add timestamp_expired() to check for expirySimon Glass2012-05-021-0/+6
* | make verified boot feature optionalVincent Palatin2012-05-021-4/+1
* | Add basic FMAP to EC firmware image.Bill Richardson2012-05-011-0/+13
|/
* close race condition window in expired timer processingVincent Palatin2012-04-271-30/+30
* Watchdog fixesRandall Spangler2012-04-252-38/+63
* Only chain from interrupt to svc_handler if an event was set.Randall Spangler2012-04-252-35/+56
* Use console output instead of uart output for console commandsRandall Spangler2012-04-241-9/+9
* Refactor async console outputRandall Spangler2012-04-241-15/+19
* Implement task profilingRandall Spangler2012-04-242-26/+130
* Implement 64-bit integer printing in uart_printf()Randall Spangler2012-04-201-13/+15
* Implement HOOK_SYSJUMP and use it to preserve LPC host event maskRandall Spangler2012-04-192-0/+13
* Move externs from .lds file into a header fileRandall Spangler2012-04-194-9/+39
* Added HOOK_INIT for driver module initsRandall Spangler2012-04-191-1/+3
* Add hooks module so modules can be notified of system-level events.Randall Spangler2012-04-191-0/+11
* fix task stuck on timer wake-up eventVincent Palatin2012-04-121-2/+2
* Re-enable watchdog in watchdog_reload()Randall Spangler2012-04-121-0/+6
* Stack overflow detectionVic Yang2012-04-101-8/+11
* Stack overflow detectionVic Yang2012-04-101-2/+14
* Support dynamically changing the system clockRandall Spangler2012-04-092-2/+14
* Change task messages to eventsRandall Spangler2012-04-062-27/+14
* Support warm reboot from one EC image to another.Randall Spangler2012-03-193-7/+24
* ensure the re-scheduling is not interruptedVincent Palatin2012-03-141-3/+2
* mutex: retry immediatly if we could not get exclusive accessVincent Palatin2012-03-141-2/+5
* Add a trap for tasks which exit their task functionsRandall Spangler2012-03-062-11/+21
* update versioning information stored in the ECVincent Palatin2012-03-022-5/+10
* Register host commands the same clever way we do console commandsRandall Spangler2012-02-281-0/+3
* Change TMP006 temperature calculation to use FP.Vic Yang2012-02-151-9/+12