summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* cpu: Enable reporting of faultsSimon Glass2012-07-022-0/+8
* Add an option flag to intentionally shift binary codeVic Yang2012-06-271-0/+4
* fix panic serial codeVincent Palatin2012-06-251-2/+1
* Align .data section in flashVincent Palatin2012-06-251-0/+1
* Add a dedicated panic() functionSimon Glass2012-06-221-0/+6
* Make ASSERT() report assertion failuresSimon Glass2012-06-221-0/+12
* Enable checking for divide by 0 and alignment faultsSimon Glass2012-06-213-1/+19
* Add an option to report panic fault informationSimon Glass2012-06-192-0/+158
* Add an option to report panics in a new stackSimon Glass2012-06-151-0/+9
* Move watchdog_trace() into the generic watchdog fileSimon Glass2012-06-151-0/+38
* Move System Control Block registers to core headerVincent Palatin2012-06-151-0/+2
* Convert panic() to C codeSimon Glass2012-06-083-110/+216
* 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