summaryrefslogtreecommitdiff
path: root/firmware/target/sh/archos (follow)
Commit message (Expand)AuthorAge
* 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
* Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis2008-03-26
* Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold2008-03-24
* Change files to use the public function sleep() and not the intenal kernel fu...Michael Sevakis2008-03-20
* Split up app.lds to the respective target directories. The portalplayer devi...Karl Kurbjun2008-03-13
* Move some sh specific assembler files into the target treeNils Wallménius2008-03-04
* * Apply a a recent, small optimisation from the archos bitmap lcd driver to t...Jens Arnold2008-01-14
* Another small optimisation for greyscale blitting on SH1 (making better use o...Jens Arnold2008-01-11
* Greyscale library: Changed the internal data format once more (separated pixe...Jens Arnold2008-01-09
* Greyscale library: Very slight speedup on archos.Jens Arnold2008-01-08
* All-new greyscale library, replacing the old one. Features: (1) Drawing/updat...Jens Arnold2008-01-04
* Fix bootloaders, and the backlight-modded Ondio build.Jens Arnold2007-11-12
* Hardware controlled backlight brightness for iPod Video and Nano, retaining t...Jens Arnold2007-11-12
* Split radio i2c drivers into target tree where they belong. No changes to bin...Barry Wardell2007-11-10
* Fix USB detection on the Player.Jens Arnold2007-09-05
* FS #7691 - improved USB detection on PP devices. This patch modifies the tar...Dave Chapman2007-09-04
* First step of powermanagement rework: * Move target specific stuff into targe...Jens Arnold2007-08-17
* Moved archos power handling into target tree. * Tuner power handling cleaned ...Jens Arnold2007-08-14
* Fix typo.Jens Arnold2007-05-23
* Moved SH1 ADC to target tree.Jens Arnold2007-04-15
* Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...Jens Arnold2007-04-12
* Moved SH1 system code to target tree. * First shot at hwcompat cleanup.Jens Arnold2007-04-11
* Get rid of some old archos debug cruft (USB polarity, PR polarity and ATA add...Jens Arnold2007-04-11
* Moved archos USB handling to target tree. Minor simplification for coldfire (...Jens Arnold2007-04-11
* Remove old reference code, better match Old-LCD init with datasheet, and a bi...Jens Arnold2007-04-03
* Set svn:keywords properlyJens Arnold2007-04-03
* Added command macros for old LCD. Renamed some macros to better match the dat...Jens Arnold2007-04-03