summaryrefslogtreecommitdiffstats
path: root/firmware/target/sh/archos
AgeCommit message (Expand)AuthorFilesLines
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-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz4-4/+4
2011-12-31usb-target.h: removeRafaël Carré4-4/+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-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-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-01-02Rework ATA driver to get rid of lots of target-specific constants and allow f...Michael Sparmann1-27/+0
2010-10-31Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...Marcin Bukat2-0/+1048
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-06-29Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.hRafaël Carré2-29/+0
2009-06-29Remove the TIMER_* macros and declare target-specific functions in timer.hRafaël Carré2-16/+3
2009-06-29Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré2-5/+5
2009-06-29Move SH7034 timer code in the target treeRafaël Carré2-0/+126
2009-04-25Remove unnecessary #include "adc.h"Bertrik Sikken2-2/+0
2009-04-14FS#9635 - On V1, V2 and FM Archos recorders, ensure instant backlight switch-...Boris Gjenero2-8/+28
2009-02-20Reclaim .iram areas in DRAM by overlapping their load addresses with the unin...Michael Sevakis1-11/+11
2009-01-31Various files: make function implementations consistent with their declaratio...Bertrik Sikken1-2/+3
2008-12-24Simplify powermgmt thread loops so it calls functions turn (no more power_thr...Michael Sevakis3-4/+546
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis3-7/+18
2008-09-23Disable bidirectional text handling and arabic joining in the bootloaders in ...Jens Arnold1-3/+6
2008-09-15Fix some more #includesBertrik Sikken1-0/+1
2008-09-12Make local function static and add missing #includes for Archos playerBertrik Sikken1-0/+1
2008-09-12Make local function static in mp3_playback.c and match usb_init_device protot...Bertrik Sikken1-0/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg38-76/+152
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin2-4/+4
2008-04-29Make sure the linker considers crt0*.o before all files specified on the comm...Jens Arnold2-2/+2
2008-03-27split boot.lds and move it into the target treeMarcoen Hirschberg1-0/+81
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis4-12/+8
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold1-3/+3
2008-03-20Change files to use the public function sleep() and not the intenal kernel fu...Michael Sevakis1-3/+3
2008-03-13Split up app.lds to the respective target directories. The portalplayer devi...Karl Kurbjun1-0/+145
2008-03-04Move some sh specific assembler files into the target treeNils Wallménius1-0/+119
2008-01-14* Apply a a recent, small optimisation from the archos bitmap lcd driver to t...Jens Arnold2-23/+19
2008-01-11Another small optimisation for greyscale blitting on SH1 (making better use o...Jens Arnold1-27/+28
2008-01-09Greyscale library: Changed the internal data format once more (separated pixe...Jens Arnold2-71/+66
2008-01-08Greyscale library: Very slight speedup on archos.Jens Arnold1-30/+29