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