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
/
mips
Age
Commit message (
Expand
)
Author
2011-03-02
Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...
Michael Sevakis
2011-02-02
Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...
Andree Buschmann
2011-01-21
Fix red: defined(x || y) is not valid C preprocessor
Maurus Cuelenaere
2011-01-21
Fix Onda VX747+ LCD not working on boot
Maurus Cuelenaere
2011-01-18
Try to get some control over #ifdef hell in usb.c by refactoring and inline f...
Michael Sevakis
2011-01-18
Fix Onda VX777 LCD not working on boot
Maurus Cuelenaere
2010-11-11
Onda VX767: get some facts about the state of the current LCD driver straight
Maurus Cuelenaere
2010-11-06
move dbg_ports() from apps/menu_debug.c to target tree. FS#11712 by me.
Marcin Bukat
2010-09-20
*/app.lds: remove STUBOFFSET
Rafaël Carré
2010-09-09
Also rename cpucache_invalidate() function for mips. There's more in the targ...
Thomas Martitz
2010-08-28
jz4740 debug: use lcd_putsf() instead of redefining it
Rafaël Carré
2010-08-24
mips is predefined by gcc, but we want it for paths. Don't let others fall in...
Thomas Martitz
2010-08-12
Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...
Thomas Martitz
2010-07-15
Don't duplicate byteswap code. Invent system where NEED_GENERIC_BYTESWAPS is ...
Nils Wallménius
2010-07-15
Properly fix warning by copying the swap16 and swap32 inline functions from s...
Nils Wallménius
2010-06-06
Remove card_enable_monitoring() and use a mutex instead. The card_enable_moni...
Frank Gevaerts
2010-06-05
remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...
Frank Gevaerts
2010-06-02
Threading: Split processor support code into respective target files. C files...
Michael Sevakis
2010-05-24
Cleanup r26253 red and yellow.
Michael Sevakis
2010-05-24
Make PCM->driver interface about as simple as it will get. Registered callbac...
Michael Sevakis
2010-05-21
ata: do some threading-related corrections (some sync related where it matter...
Michael Sevakis
2010-05-15
Hopefully finish off the red from r26051.
Michael Sevakis
2010-05-12
PCM bottom layer simplification. pcm_rec_peak_addr variable no longer has to ...
Michael Sevakis
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-05-06
Ingenic Jz4740: Use lcd_putsf() instead of lcd_puts() in exception handler
Maurus Cuelenaere
2010-05-03
Ingenic Jz4740: eliminate EP0 state machine + small cleanups
Maurus Cuelenaere
2010-05-03
Ingenic Jz4740: cleanup USB driver a bit (no externally visible functional ch...
Maurus Cuelenaere
2010-04-27
Remove pcm_mute() which has been unused since r19308
Rafaël Carré
2010-01-03
Onda VX747/VX777: only enable SD clock when transferring data
Maurus Cuelenaere
2010-01-03
Onda VX747/VX777: fix not closing I²C all times
Maurus Cuelenaere
2010-01-03
Onda VX747/VX777: update battery charge cycle
Maurus Cuelenaere
2010-01-03
Onda VX747/VX777: cleanup linker files a bit
Maurus Cuelenaere
2010-01-03
Onda VX747/VX777: centralise LCD clock en-/disabling.
Maurus Cuelenaere
2010-01-03
Onda VX747/VX777: disable LCD when backlight is off (saves power)
Maurus Cuelenaere
2010-01-03
Onda VX747: fix USB charging detection
Maurus Cuelenaere
2009-12-18
Onda VX747/VX777: fix FM radio
Maurus Cuelenaere
2009-12-08
Onda VX747(+)/VX777: update battery discharge curve
Maurus Cuelenaere
2009-12-05
Ingenic Jz4740: fix CPU boosting (was reversed)
Maurus Cuelenaere
2009-11-27
Jz4740: init I²C GPIO pins
Maurus Cuelenaere
2009-11-26
Define sd_drive_nr also when HAVE_HOTSWAP is defined (fix red).
Maurus Cuelenaere
2009-11-26
- Split off strip_volume() to a separate file
Maurus Cuelenaere
2009-11-26
Fix Onda VX767
Maurus Cuelenaere
2009-11-26
Merge branch 'hotswap'
Maurus Cuelenaere
2009-11-26
Remove unused card_detect(), and make card_detect_target() static inline in e...
Thomas Martitz
2009-11-14
Set DRMODE_SOLID, uniform colors, and sysfont before clearing LCD to display ...
Andrew Mahone
2009-11-09
Removed unneeded includes
Jeffrey Goode
2009-11-03
Comment out LOGF_ENABLE defines everywhere, replace evil comments
Jeffrey Goode
2009-10-28
The Onda VX777 has only one button, add it to the keymap.
Maurus Cuelenaere
2009-10-20
Convert lcd_activation callbacks to use the event system to allow for multipl...
Thomas Martitz
2009-10-09
Core changes to allow storage drivers to do cleanup on shutdown, and iPod Nan...
Michael Sparmann
[next]