summaryrefslogtreecommitdiff
path: root/firmware/target/sh/archos (follow)
Commit message (Expand)AuthorAge
* Get rid of stupid _backlight_* function namesMarcin Bukat2015-01-12
* Make a few local variables staticThomas Jarosch2015-01-11
* Add missing kernel.h includes (hopefully all of them), take #2.Thomas Martitz2014-01-05
* Add missing kernel.h includes (hopefully all of them).Thomas Martitz2014-01-05
* Cleanup MV/MD macros a little.Michael Sevakis2013-08-17
* Revert "SH gcc 4.6.3 with link-time optimization, for Archos targets"Marcin Bukat2012-10-24
* SH gcc 4.6.3 with link-time optimization, for Archos targetsBoris Gjenero2012-10-24
* Tweak paramters of mp3_play_data and callback.Michael Sevakis2012-03-04
* lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon2012-02-28
* fix previous commitRafaël Carré2012-01-08
* button-target.h : move prototypes to button.hRafaël Carré2012-01-08
* powermgmt-target.h: move prototypes to powermgmt.hRafaël Carré2012-01-07
* Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz2012-01-03
* usb-target.h: removeRafaël Carré2011-12-31
* Add missing includes found using -Wmissing-declarations.Boris Gjenero2011-12-21
* Make more local functions static.Boris Gjenero2011-12-21
* FS#12418 - Merge prototypes from ata-target.h files into new file ata-driver....Boris Gjenero2011-12-08
* FS#12378 : Removal of Archos HWCODEC unused code and data. Several large hard...Boris Gjenero2011-11-22
* Bulk convert all DOS line endings to UNIX.Torne Wuff2011-11-06
* Split off target-specific parts from firmware/drivers/serial.cBertrik Sikken2011-04-23
* Remove redundant function prototypeThomas Jarosch2011-03-02
* Fix red on Archos RecorderThomas Jarosch2011-03-02
* Fix redThomas Jarosch2011-03-02
* Move drivers/i2c.c into target tree as it contains SH specific bits. Leave as...Marcin Bukat2011-03-01
* Move ata_mmc.c into target tree as it is SH (ondio) specific. Associated head...Marcin Bukat2011-03-01
* Rework ATA driver to get rid of lots of target-specific constants and allow f...Michael Sparmann2011-01-02
* Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...Marcin Bukat2010-10-31
* Do s/SWAP_WORDS/ATA_SWAP_WORDS/ to prevent namespace clashes.Maurus Cuelenaere2010-05-17
* Fix the remaining reds.Thomas Martitz2010-05-06
* Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz2010-05-06
* Fix an almost 3 years old bug introduced when moving the archos power handlin...Jens Arnold2010-04-11
* Make ATA code not bother to retry requests that return IDNF (specified sector...Torne Wuff2010-04-07
* Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.hRafaël Carré2009-06-29
* Remove the TIMER_* macros and declare target-specific functions in timer.hRafaël Carré2009-06-29
* Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré2009-06-29
* Move SH7034 timer code in the target treeRafaël Carré2009-06-29
* Remove unnecessary #include "adc.h"Bertrik Sikken2009-04-25
* FS#9635 - On V1, V2 and FM Archos recorders, ensure instant backlight switch-...Boris Gjenero2009-04-14
* Reclaim .iram areas in DRAM by overlapping their load addresses with the unin...Michael Sevakis2009-02-20
* Various files: make function implementations consistent with their declaratio...Bertrik Sikken2009-01-31
* Simplify powermgmt thread loops so it calls functions turn (no more power_thr...Michael Sevakis2008-12-24
* Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis2008-12-03
* Disable bidirectional text handling and arabic joining in the bootloaders in ...Jens Arnold2008-09-23
* Fix some more #includesBertrik Sikken2008-09-15
* Make local function static and add missing #includes for Archos playerBertrik Sikken2008-09-12
* Make local function static in mp3_playback.c and match usb_init_device protot...Bertrik Sikken2008-09-12
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin2008-05-05
* Make sure the linker considers crt0*.o before all files specified on the comm...Jens Arnold2008-04-29
* split boot.lds and move it into the target treeMarcoen Hirschberg2008-03-27