summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/crt0.S
AgeCommit message (Expand)AuthorFilesLines
2017-10-29Add boot data to MOST AS3525 DevicesWilliam Wilgus1-1/+10
2012-04-06arm: factor all exception handlers out of the crt0.S filesAmaury Pouly1-32/+0
2012-01-08AS3525v1/2: Enable nested handling of interruptsMichael Sevakis1-9/+20
2011-10-11Switch to SYS mode on arm FS#12322 by meMarcin Bukat1-16/+20
2010-06-18arm/crt0.S: comment why the reset vector doesn't use absolute addressingRafaël Carré1-0/+7
2010-06-18as3525*: enable MMU in bootloaderRafaël Carré1-69/+14
2010-06-12Sansa AMS: call the exception handler with the correct address when the excep...Rafaël Carré1-1/+6
2010-06-08arm/crt0.S: s58l* don't use this file, no need for 'DFUC' stringRafaël Carré1-14/+8
2010-03-17as3525: Fix previous commit, IRAM_ORIG can not be represented as an immediate...Rafaël Carré1-1/+1
2010-03-17as3525*: revert r25198 and inline memory_init in crt0.SRafaël Carré1-2/+47
2010-03-15as3525* : make sure sp is setup in bootloaderRafaël Carré1-0/+1
2010-03-15as3525*: setup stack pointer before we use itRafaël Carré1-1/+1
2010-03-03Really fix bootloaders now.Thomas Martitz1-1/+1
2010-03-03FS#10756 - Free unused init codeThomas Martitz1-2/+19
2010-02-22crt0: init correctly as3525v2Rafaël Carré1-1/+1
2010-01-24ARM: lr addresses the next instruction after the failing one in undefined ins...Rafaël Carré1-1/+1
2009-06-08FS#10048 : enable MMU and data cache on Sansa AMS to give a major speed upRafaël Carré1-10/+2
2008-11-18Sansa AMS: Use IRAM (in app linker script and crt0.S)Rafaël Carré1-5/+27
2008-11-09ARM C Runtime : prepare to exception vectors if not in the bootloaderRafaël Carré1-12/+37
2008-10-11remove dead code from firmware/target/arm/crt0.S, and conditionalise bits of itFrank Gevaerts1-17/+2
2008-10-11Move the S5L8700 (Meizu) crt0.S file up one level - it can be used as a gener...Dave Chapman1-0/+131
2007-12-23Gigabeat S memory management stuff. Will Robertson1-352/+0
2007-11-11Seperate the Gigabeat F/X crt0.s, cleanup some #ifdefs in app.lds, add an ext...Karl Kurbjun1-176/+1
2007-10-26Some small cleanups and code for testingKarl Kurbjun1-1/+1
2007-10-06TAB policing - no code changesDave Chapman1-17/+17
2007-09-22Seperate M:Robe crt0.S, fix the vector tables for the bootloader, and show to...Karl Kurbjun1-27/+2
2007-09-21Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks.Will Robertson1-4/+165
2007-09-20Beginning of an M:Robe 500i port. Currently only in the bootloader stage. N...Karl Kurbjun1-5/+182
2007-07-05Gigabeat: Use vectored IRQ mode interrupts and add a trap for unhandled ones.Michael Sevakis1-8/+0
2007-05-03Gigabeat: Get rid of the obsolete FIQ wrapper (not used on PP anymore FIY, bu...Michael Sevakis1-8/+0
2007-03-24PNX0101 changes:Tomasz Malesinski1-24/+0
2006-12-29merge a big part of the unofficial gigabeat cvs back. Includes working bootlo...Marcoen Hirschberg1-4/+26
2006-08-31Clean up crt0.S and move it to the target treeDaniel Ankers1-0/+232