summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Sqrt function for Cortex-MVic Yang2012-02-161-0/+24
* FPU controlVic Yang2012-02-164-0/+58
* Remove useless header includesVincent Palatin2012-01-261-1/+0
* Move SoC-independant headers to another directoryVincent Palatin2012-01-261-0/+65
* NVIC registers are not SoC specificVincent Palatin2012-01-252-6/+29
* Add configuration parameters for the panic UART codeVincent Palatin2012-01-251-9/+6
* Move OS files to a CPU specific directoryVincent Palatin2012-01-257-0/+1226