summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/crt0-pp.S
AgeCommit message (Expand)AuthorFilesLines
2009-05-12FS#9730 by Torne Wuff - support installing Rockbox in the firmware partition ...Dave Chapman1-1/+6
2009-02-20Reclaim .iram areas in DRAM by overlapping their load addresses with the unin...Michael Sevakis1-12/+13
2009-01-20PortalPlayer: Implement irq_handler() directly in C code rather than dispatch...Michael Sevakis1-13/+0
2008-12-11Fix a PortalPlayer PCM bug that made keyclick malfunction. Should fix FS#8836...Michael Sevakis1-6/+0
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-29Remove wrong usage of '.global'. These symbols are imported, not exported.Jens Arnold1-5/+0
2007-11-27Enable dualcore for the pp5002 processor by adding the needed cache handling ...Michael Sevakis1-38/+46
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis1-4/+4
2007-10-04PP502x: Make RAM physical addresses uncached. Cache the flash ROM on targets ...Michael Sevakis1-9/+20
2007-09-29Compile Portal Player bootloaders as single core. Cleanup the startup code fo...Michael Sevakis1-6/+2
2007-09-28Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis1-74/+122
2007-09-06Sansa c200 port. Rockbox works with sound. Several features are disabled incl...Mark Arigo1-1/+1
2007-08-01PP50xx: COP was left in undefined mode after init. Switch it to supervisor mo...Michael Sevakis1-0/+3
2007-08-01PP50xx: Allow FIQ during IRQ to always be able to service FIFOs. I've got a d...Michael Sevakis1-37/+44
2007-05-19FS#5472 add a memory size prompt to configure to allow ipod video builds forDaniel Stenberg1-0/+5
2007-04-12Switch to mi4 format for Rockbox binary on H10 and Sansa. This means we now o...Barry Wardell1-1/+1
2007-03-20Oops, shouldn't have committed this just yet.Barry Wardell1-1/+1
2007-03-20Oops, the mi4 magic was being looked for in the wrong place when decrypting. ...Barry Wardell1-1/+1
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers1-0/+17
2007-03-03Replace some inl/outl with register #define's instead. Also tidy up pp5020.h ...Barry Wardell1-1/+1
2006-12-19Add working dual-boot bootloaders for H10 and Sansa, which allow booting the ...Barry Wardell1-106/+29
2006-11-22Sansa doesn't use a Wolfson codec. Various other changes to allow Sansa to c...Daniel Ankers1-2/+16
2006-08-31Clean up crt0.S and move it to the target treeDaniel Ankers1-0/+375