summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/system-arm.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-19Restore backtrace which was accidentely commented outAmaury Pouly1-1/+1
2012-05-19Initial commit for the Creative ZEN X-Fi2 and X-Fi3 portsAmaury Pouly1-1/+1
2012-04-06arm: factor all exception handlers out of the crt0.S filesAmaury Pouly1-0/+50
2012-02-22Arm stack unwinderMarcin Bukat1-3/+16
2011-10-11Switch to SYS mode on arm FS#12322 by meMarcin Bukat1-1/+2
2011-09-06rk27xx - arm7ej-s doesn't have MMU/MPU (just like arm7tdmi)Marcin Bukat1-1/+1
2010-08-12Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz1-1/+2
2010-06-12__div0: give the address of the instruction calling division to UIERafaël Carré1-3/+4
2010-03-09Display Fault status address register on data/prefetch abortsRafaël Carré1-2/+40
2009-11-14Fix dangling #endifAndrew Mahone1-1/+0
2009-11-14Set DRMODE_SOLID, uniform colors, and sysfont before clearing LCD to display ...Andrew Mahone1-2/+8
2009-10-17Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius1-4/+1
2009-07-25Revert r22034 since the backlight handling functions are not consistently nam...Rob Purchase1-7/+0
2009-07-25Make the panic and UIE handlers turn on the backlight (needed for various col...Rob Purchase1-0/+7
2009-01-08Clean up panicf and introduce system_exception_wait to do further target task...Michael Sevakis1-0/+66