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
/
imx31
/
crt0.S
Age
Commit message (
Expand
)
Author
2010-01-24
ARM: lr addresses the next instruction after the failing one in undefined ins...
Rafaël Carré
2009-12-31
Enable and initialize VFP on imx31. VFP state is not saved on thread change, ...
Andrew Mahone
2009-02-10
Gigabeat S: Update some very stale comments about what's going on in the star...
Michael Sevakis
2009-02-10
Gigabeat S: Place SDMA code load address starting in uninitialized section ad...
Michael Sevakis
2009-02-07
Gigabeat S: Move the LCD framebuffer address so that DRAM can be mapped flat ...
Michael Sevakis
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-13
Gigabeat S system setup changes. Unaligned loads/stores on. Mixed-endian supp...
Michael Sevakis
2008-05-11
Enable write buffering for the 1MB device memory section. This means using a ...
Michael Sevakis
2008-05-10
Real fake IRAM by placing .i.... section in the analagous DRAM sections in th...
Michael Sevakis
2008-05-07
Gigabeat S technical correction: Fix instruction order because clean dcache o...
Michael Sevakis
2008-04-29
Remove wrong usage of '.global'. These symbols are imported, not exported.
Jens Arnold
2008-04-21
Enable program flow prediction in the system control coprocessor setup in the...
Michael Sevakis
2008-04-18
UMS for the Gigabeat S. Bootloader USB mode. Has a couple quirks 1) First plu...
Michael Sevakis
2008-02-08
Gigabeat S: Interrupt enabled bootloader. Miscellaneous integration changes.
Michael Sevakis
2008-02-05
Gigabeat S mixer: Make some progress. Get the tick and core sleep working usi...
Michael Sevakis
2007-12-23
Gigabeat S memory management stuff.
Will Robertson