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
/
gigabeat-s
/
system-target.h
Age
Commit message (
Expand
)
Author
2010-01-03
Fix tabs
Andree Buschmann
2009-02-11
Refine the routines in mmu-arm.c and move them to mmu-arm.S since the code is...
Michael Sevakis
2009-02-11
Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...
Michael Sevakis
2009-02-08
Gigabeat S: Implement an SDMA API and use it in the PCM driver. Some other mi...
Michael Sevakis
2009-01-23
Gigabeat S: Implement a genuine udelay function. Timer is gated to not run in...
Michael Sevakis
2009-01-19
USB detection changes. c200/e200: Consider USB to be powered when charger is ...
Michael Sevakis
2008-12-21
Fix red. Remove stale comment.
Michael Sevakis
2008-12-21
Gigabeat S: Implement charging and power control to charge from AC or USB. Ho...
Michael Sevakis
2008-12-19
Add a couple useful shorthand atomic register write functions for imx31. Conv...
Michael Sevakis
2008-09-21
Define the various CPUFREQ_* macros so that Gigabeat S compiles with test_cod...
Jens Arnold
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-03
Gigabeat S: Man it's so loud in here. We have SOUND! Someone please make keym...
Michael Sevakis
2008-05-02
Fix an oops in ARMv6 flush_icache.
Michael Sevakis
2008-04-17
Cache functions should include data and instruction barriers.
Michael Sevakis
2008-04-11
Add a "View I/O Ports" screen for imx31. Show all GPIO contents.
Michael Sevakis
2008-04-11
Serial driver for imx31. Perhaps not 100% but maybe 80-90% (future developmen...
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-11-27
* Make the Gigabeat S bootloader a bit more interesting: it looks for the fir...
Nicolas Pennequin
2007-09-21
Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks.
Will Robertson