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