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
/
sh
Age
Commit message (
Expand
)
Author
2017-10-26
Unify storage threads into one
Michael Sevakis
2015-01-12
Get rid of stupid _backlight_* function names
Marcin Bukat
2015-01-11
Make a few local variables static
Thomas Jarosch
2014-01-05
Add missing kernel.h includes (hopefully all of them), take #2.
Thomas Martitz
2014-01-05
Add missing kernel.h includes (hopefully all of them).
Thomas Martitz
2013-08-17
Cleanup MV/MD macros a little.
Michael Sevakis
2012-10-24
Revert "SH gcc 4.6.3 with link-time optimization, for Archos targets"
Marcin Bukat
2012-10-24
SH gcc 4.6.3 with link-time optimization, for Archos targets
Boris Gjenero
2012-05-07
remove debug-target.h
Rafaël Carré
2012-03-04
Tweak paramters of mp3_play_data and callback.
Michael Sevakis
2012-02-28
lcd drivers: Convert lcd_[remote_]framebuffer to a pointer
Jonathan Gordon
2012-01-22
Move optimized memcpy and friends and strlen to firmware/asm,
Thomas Martitz
2012-01-22
Create fimrware/asm directory for assembly optimized stuff.
Thomas Martitz
2012-01-08
fix previous commit
Rafaël Carré
2012-01-08
button-target.h : move prototypes to button.h
Rafaël Carré
2012-01-07
powermgmt-target.h: move prototypes to powermgmt.h
Rafaël Carré
2012-01-04
sh/debug-target.h: move in .c
Rafaël Carré
2012-01-04
dbg_hw_info(): remove duplicate prototypes
Rafaël Carré
2012-01-04
dbg_ports(): remove duplicate prototype
Rafaël Carré
2012-01-03
Rework powermgmt to enable code re-use on appliation and sims.
Thomas Martitz
2011-12-31
usb-target.h: remove
Rafaël Carré
2011-12-31
usb_init_device(): move prototype to usb.h
Rafaël Carré
2011-12-21
Add missing includes found using -Wmissing-declarations.
Boris Gjenero
2011-12-21
Make more local functions static.
Boris Gjenero
2011-12-17
Commit to certain names for cache coherency APIs and discard the aliases.
Michael Sevakis
2011-12-10
thread.c includes gcc_extensions.h and thread-XXX.c files are includes inside...
Michael Sevakis
2011-12-09
Introduce USED_ATTR wrapper for __attribute__((used)).
Boris Gjenero
2011-12-08
FS#12418 - Merge prototypes from ata-target.h files into new file ata-driver....
Boris Gjenero
2011-11-22
FS#12378 : Removal of Archos HWCODEC unused code and data. Several large hard...
Boris Gjenero
2011-11-06
Bulk convert all DOS line endings to UNIX.
Torne Wuff
2011-06-05
Move dbg_hw_info() into target tree. FS#11735 by me
Marcin Bukat
2011-04-23
Split off target-specific parts from firmware/drivers/serial.c
Bertrik Sikken
2011-03-02
Remove redundant function prototype
Thomas Jarosch
2011-03-02
Fix red on Archos Recorder
Thomas Jarosch
2011-03-02
Fix red
Thomas Jarosch
2011-03-01
Move drivers/i2c.c into target tree as it contains SH specific bits. Leave as...
Marcin Bukat
2011-03-01
Move ata_mmc.c into target tree as it is SH (ondio) specific. Associated head...
Marcin Bukat
2011-02-25
Byteswap routines don't really need 'asm volatile', just 'asm' since it shoul...
Michael Sevakis
2011-01-30
Use __builtin_constant_p() to select the best byteswapping method: constant o...
Michael Sevakis
2011-01-02
Rework ATA driver to get rid of lots of target-specific constants and allow f...
Michael Sparmann
2010-11-06
move dbg_ports() from apps/menu_debug.c to target tree. FS#11712 by me.
Marcin Bukat
2010-10-31
Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...
Marcin Bukat
2010-06-02
Threading: Split processor support code into respective target files. C files...
Michael Sevakis
2010-05-17
Do s/SWAP_WORDS/ATA_SWAP_WORDS/ to prevent namespace clashes.
Maurus Cuelenaere
2010-05-06
Fix the remaining reds.
Thomas Martitz
2010-05-06
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...
Thomas Martitz
2010-04-11
Fix an almost 3 years old bug introduced when moving the archos power handlin...
Jens Arnold
2010-04-07
Make ATA code not bother to retry requests that return IDNF (specified sector...
Torne Wuff
2009-11-14
Set DRMODE_SOLID, uniform colors, and sysfont before clearing LCD to display ...
Andrew Mahone
2009-10-17
Revise r23225 a bit, removing the debug_printf function and implementing more...
Nils Wallménius
[next]