summaryrefslogtreecommitdiffstats
path: root/firmware/target/sh
AgeCommit message (Expand)AuthorFilesLines
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-06-06Replace 1UL in BIT_N with 1U to avoid turning it into a 64-bit operation on 6...Andrew Mahone1-1/+1
2009-06-06Add a system-wide BIT_N macro, implemented via an LUT on SH, and use it in th...Andrew Mahone2-0/+18
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-03-23Correct Björn's name in various file headers.Nicolas Pennequin1-1/+1
2009-02-20Reclaim .iram areas in DRAM by overlapping their load addresses with the unin...Michael Sevakis2-21/+24
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis1-2/+0
2009-01-31Various files: make function implementations consistent with their declaratio...Bertrik Sikken1-2/+3
2009-01-08Clean up panicf and introduce system_exception_wait to do further target task...Michael Sevakis1-32/+42
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-10-29Move kernel tick initialization and handling to the target tree for ones rema...Michael Sevakis1-0/+65
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 Sikken2-1/+2
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg48-96/+192
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 Sevakis6-14/+28
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énius2-0/+269
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
2008-01-04All-new greyscale library, replacing the old one. Features: (1) Drawing/updat...Jens Arnold2-58/+220
2007-11-12Fix bootloaders, and the backlight-modded Ondio build.Jens Arnold1-1/+1
2007-11-12Hardware controlled backlight brightness for iPod Video and Nano, retaining t...Jens Arnold4-12/+12
2007-11-10Split radio i2c drivers into target tree where they belong. No changes to bin...Barry Wardell1-0/+197
2007-09-05Fix USB detection on the Player.Jens Arnold1-1/+1
2007-09-04FS #7691 - improved USB detection on PP devices. This patch modifies the tar...Dave Chapman4-8/+12
2007-08-17First step of powermanagement rework: * Move target specific stuff into targe...Jens Arnold4-0/+231
2007-08-14Moved archos power handling into target tree. * Tuner power handling cleaned ...Jens Arnold4-0/+377
2007-05-23Fix typo.Jens Arnold1-1/+1
2007-04-15Moved SH1 ADC to target tree.Jens Arnold6-4/+258
2007-04-15A bit of clarification of code origin. No code change.Jens Arnold2-0/+2
2007-04-12Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...Jens Arnold4-0/+169
2007-04-11Oops, forgot to commit 2 new files...Jens Arnold2-0/+531
2007-04-11Moved SH1 system code to target tree. * First shot at hwcompat cleanup.Jens Arnold6-6/+32
2007-04-11Get rid of some old archos debug cruft (USB polarity, PR polarity and ATA add...Jens Arnold2-8/+0
2007-04-11Moved archos USB handling to target tree. Minor simplification for coldfire (...Jens Arnold5-0/+215
2007-04-03Remove old reference code, better match Old-LCD init with datasheet, and a bi...Jens Arnold1-56/+9