summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Improved the BUILD_ASSERT macro to work outside of functions.Bill Richardson2013-04-291-4/+4
* Split out power button code from switch.cRandall Spangler2013-04-252-0/+6
* Saving the main stack pointer at the entry of exception_panic.Daisuke Nojiri2013-04-181-53/+29
* Only includes necessary tasks for test binariesVic Yang2013-04-101-4/+4
* Dumping stack contents on crash.Daisuke Nojiri2013-04-051-5/+93
* Improve deferred function callsRandall Spangler2013-04-042-4/+9
* Add support for calling deferred functionsRandall Spangler2013-04-022-0/+9
* Reformat init.S to use tabs not spacesRandall Spangler2012-12-171-62/+64
* Fix potential deadlock in udelay()Randall Spangler2012-11-291-3/+13
* Prevent GCC4.7 from generating unaligned memory accessesVincent Palatin2012-11-271-0/+1
* Add per-second hookRandall Spangler2012-10-302-0/+6
* Watchdog is reloaded by HOOK_TICK, not its own taskRandall Spangler2012-10-302-10/+1
* Add tick taskRandall Spangler2012-10-302-0/+6
* Use SECOND and MSEC constantsRandall Spangler2012-10-292-55/+45
* Clean up core routines - cpu, task, watchdogRandall Spangler2012-10-293-72/+72
* Consolidate emergency debug outputRandall Spangler2012-10-294-93/+50
* Hook functions no longer return valuesRandall Spangler2012-10-231-5/+1
* Enable FPU support for Link ECBill Richardson2012-10-025-37/+27
* Switch to variable-size stacksRandall Spangler2012-09-091-17/+8
* Allocate stacks separately from task context structsRandall Spangler2012-09-091-42/+63
* Track current task directly instead of computing from stack pointerRandall Spangler2012-09-092-45/+14
* Track amount of stack used for each EC taskRandall Spangler2012-09-071-5/+28
* Add host command to get panic infoRandall Spangler2012-09-051-0/+22
* Save panic data across reboots, and add panicinfo commandRandall Spangler2012-08-311-34/+27
* Use new panic stack on all platformsRandall Spangler2012-08-311-18/+11
* Place panic data and stack at end of RAMRandall Spangler2012-08-311-55/+154
* add a new hook for pre-chipset startupDavid Hendricks2012-08-292-0/+6
* Include 0xea byte as the last byte in RO/RW imagesRandall Spangler2012-08-141-0/+11
* stm32f100: implement low power modeVincent Palatin2012-08-091-1/+3
* stm32f: Use FLASH_KEYR to lock entire flashVic Yang2012-08-081-0/+17
* add a function to fast forward system timerVincent Palatin2012-08-061-0/+8
* 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