summaryrefslogtreecommitdiffstats
path: root/firmware/target/sh
AgeCommit message (Expand)AuthorFilesLines
2017-10-26Unify storage threads into oneMichael Sevakis1-94/+45
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat5-13/+13
2015-01-11Make a few local variables staticThomas Jarosch1-2/+2
2014-01-05Add missing kernel.h includes (hopefully all of them), take #2.Thomas Martitz1-0/+2
2014-01-05Add missing kernel.h includes (hopefully all of them).Thomas Martitz2-4/+7
2013-08-17Cleanup MV/MD macros a little.Michael Sevakis1-3/+3
2012-10-24Revert "SH gcc 4.6.3 with link-time optimization, for Archos targets"Marcin Bukat5-15/+10
2012-10-24SH gcc 4.6.3 with link-time optimization, for Archos targetsBoris Gjenero5-10/+15
2012-05-07remove debug-target.hRafaël Carré1-0/+0
2012-03-04Tweak paramters of mp3_play_data and callback.Michael Sevakis1-5/+4
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon1-2/+2
2012-01-22Move optimized memcpy and friends and strlen to firmware/asm,Thomas Martitz4-646/+0
2012-01-22Create fimrware/asm directory for assembly optimized stuff.Thomas Martitz2-109/+14
2012-01-08fix previous commitRafaël Carré2-2/+4
2012-01-08button-target.h : move prototypes to button.hRafaël Carré4-26/+0
2012-01-07powermgmt-target.h: move prototypes to powermgmt.hRafaël Carré2-16/+6
2012-01-04sh/debug-target.h: move in .cRafaël Carré2-28/+6
2012-01-04dbg_hw_info(): remove duplicate prototypesRafaël Carré1-1/+0
2012-01-04dbg_ports(): remove duplicate prototypeRafaël Carré1-1/+0
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz4-4/+4
2011-12-31usb-target.h: removeRafaël Carré5-4/+0
2011-12-31usb_init_device(): move prototype to usb.hRafaël Carré1-26/+0
2011-12-21Add missing includes found using -Wmissing-declarations.Boris Gjenero1-0/+1
2011-12-21Make more local functions static.Boris Gjenero1-2/+2
2011-12-17Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis1-0/+4
2011-12-10thread.c includes gcc_extensions.h and thread-XXX.c files are includes inside...Michael Sevakis1-2/+0
2011-12-09Introduce USED_ATTR wrapper for __attribute__((used)).Boris Gjenero1-1/+3
2011-12-08FS#12418 - Merge prototypes from ata-target.h files into new file ata-driver....Boris Gjenero2-7/+1
2011-11-22FS#12378 : Removal of Archos HWCODEC unused code and data. Several large hard...Boris Gjenero3-21/+10
2011-11-06Bulk convert all DOS line endings to UNIX.Torne Wuff1-1/+1
2011-06-05Move dbg_hw_info() into target tree. FS#11735 by meMarcin Bukat2-5/+182
2011-04-23Split off target-specific parts from firmware/drivers/serial.cBertrik Sikken1-0/+167
2011-03-02Remove redundant function prototypeThomas Jarosch1-1/+0
2011-03-02Fix red on Archos RecorderThomas Jarosch1-0/+3
2011-03-02Fix redThomas Jarosch1-1/+1
2011-03-01Move drivers/i2c.c into target tree as it contains SH specific bits. Leave as...Marcin Bukat1-0/+252
2011-03-01Move ata_mmc.c into target tree as it is SH (ondio) specific. Associated head...Marcin Bukat1-0/+1027
2011-02-25Byteswap routines don't really need 'asm volatile', just 'asm' since it shoul...Michael Sevakis1-9/+9
2011-01-30Use __builtin_constant_p() to select the best byteswapping method: constant o...Michael Sevakis1-4/+4
2011-01-02Rework ATA driver to get rid of lots of target-specific constants and allow f...Michael Sparmann1-27/+0
2010-11-06move dbg_ports() from apps/menu_debug.c to target tree. FS#11712 by me.Marcin Bukat2-0/+130
2010-10-31Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...Marcin Bukat2-0/+1048
2010-06-02Threading: Split processor support code into respective target files. C files...Michael Sevakis1-0/+109
2010-05-17Do s/SWAP_WORDS/ATA_SWAP_WORDS/ to prevent namespace clashes.Maurus Cuelenaere1-1/+1
2010-05-06Fix the remaining reds.Thomas Martitz1-1/+1
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-1/+1
2010-04-11Fix an almost 3 years old bug introduced when moving the archos power handlin...Jens Arnold3-12/+0
2010-04-07Make ATA code not bother to retry requests that return IDNF (specified sector...Torne Wuff1-0/+1
2009-11-14Set DRMODE_SOLID, uniform colors, and sysfont before clearing LCD to display ...Andrew Mahone1-1/+9
2009-10-17Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius1-7/+4