summaryrefslogtreecommitdiff
path: root/firmware/target/arm/crt0-pp.S
AgeCommit message (Expand)Author
2011-02-02Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann
2010-08-29ipodvideo: detect ram size at boot (doesn't actually get USED yet)Torne Wuff
2010-05-31ARM: use BX when branch to an address in registerRafaël Carré
2010-03-04Fix ipodvideo64mb by making the branch to main a long call.Thomas Martitz
2010-03-03Really fix bootloaders now.Thomas Martitz
2010-03-03FS#10756 - Free unused init codeThomas Martitz
2010-01-24ARM: lr addresses the next instruction after the failing one in undefined ins...Rafaël Carré
2009-05-12FS#9730 by Torne Wuff - support installing Rockbox in the firmware partition ...Dave Chapman
2009-02-20Reclaim .iram areas in DRAM by overlapping their load addresses with the unin...Michael Sevakis
2009-01-20PortalPlayer: Implement irq_handler() directly in C code rather than dispatch...Michael Sevakis
2008-12-11Fix a PortalPlayer PCM bug that made keyclick malfunction. Should fix FS#8836...Michael Sevakis
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-04-29Remove wrong usage of '.global'. These symbols are imported, not exported.Jens Arnold
2007-11-27Enable dualcore for the pp5002 processor by adding the needed cache handling ...Michael Sevakis
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis
2007-10-04PP502x: Make RAM physical addresses uncached. Cache the flash ROM on targets ...Michael Sevakis
2007-09-29Compile Portal Player bootloaders as single core. Cleanup the startup code fo...Michael Sevakis
2007-09-28Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis
2007-09-06Sansa c200 port. Rockbox works with sound. Several features are disabled incl...Mark Arigo
2007-08-01PP50xx: COP was left in undefined mode after init. Switch it to supervisor mo...Michael Sevakis
2007-08-01PP50xx: Allow FIQ during IRQ to always be able to service FIFOs. I've got a d...Michael Sevakis
2007-05-19FS#5472 add a memory size prompt to configure to allow ipod video builds forDaniel Stenberg
2007-04-12Switch to mi4 format for Rockbox binary on H10 and Sansa. This means we now o...Barry Wardell
2007-03-20Oops, shouldn't have committed this just yet.Barry Wardell
2007-03-20Oops, the mi4 magic was being looked for in the wrong place when decrypting. ...Barry Wardell
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers
2007-03-03Replace some inl/outl with register #define's instead. Also tidy up pp5020.h ...Barry Wardell
2006-12-19Add working dual-boot bootloaders for H10 and Sansa, which allow booting the ...Barry Wardell
2006-11-22Sansa doesn't use a Wolfson codec. Various other changes to allow Sansa to c...Daniel Ankers
2006-08-31Clean up crt0.S and move it to the target treeDaniel Ankers