summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/crt0.S
AgeCommit message (Expand)Author
2012-04-06arm: factor all exception handlers out of the crt0.S filesAmaury Pouly
2011-12-17Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis
2011-10-14i.MX31: Simplify nested interrupt handling. Give SVC mode its own stack by gr...Michael Sevakis
2011-10-11Switch to SYS mode on arm FS#12322 by meMarcin Bukat
2011-01-21Gigabeat S: Renovate bootloader a bit to show splash, implement verbose, shut...Michael Sevakis
2010-06-11Configure Gigabeat S with EABI compiler by default. Implement the INIT sectio...Michael Sevakis
2010-05-31ARM: use BX when branch to an address in registerRafaël Carré
2010-05-08Clean the DCache just before going to main because areas were written by init...Michael Sevakis
2010-05-08Gigabeat S: Reclaim about 800K of memory that was laying unused. Get rid of D...Michael Sevakis
2010-05-03Gigabeat S: Those odd calls to irq_handler can still happen rarely after exec...Michael Sevakis
2010-01-24ARM: lr addresses the next instruction after the failing one in undefined ins...Rafaël Carré
2009-12-31Enable and initialize VFP on imx31. VFP state is not saved on thread change, ...Andrew Mahone
2009-02-10Gigabeat S: Update some very stale comments about what's going on in the star...Michael Sevakis
2009-02-10Gigabeat S: Place SDMA code load address starting in uninitialized section ad...Michael Sevakis
2009-02-07Gigabeat S: Move the LCD framebuffer address so that DRAM can be mapped flat ...Michael Sevakis
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-13Gigabeat S system setup changes. Unaligned loads/stores on. Mixed-endian supp...Michael Sevakis
2008-05-11Enable write buffering for the 1MB device memory section. This means using a ...Michael Sevakis
2008-05-10Real fake IRAM by placing .i.... section in the analagous DRAM sections in th...Michael Sevakis
2008-05-07Gigabeat S technical correction: Fix instruction order because clean dcache o...Michael Sevakis
2008-04-29Remove wrong usage of '.global'. These symbols are imported, not exported.Jens Arnold
2008-04-21Enable program flow prediction in the system control coprocessor setup in the...Michael Sevakis
2008-04-18UMS for the Gigabeat S. Bootloader USB mode. Has a couple quirks 1) First plu...Michael Sevakis
2008-02-08Gigabeat S: Interrupt enabled bootloader. Miscellaneous integration changes.Michael Sevakis
2008-02-05Gigabeat S mixer: Make some progress. Get the tick and core sleep working usi...Michael Sevakis
2007-12-23Gigabeat S memory management stuff. Will Robertson