summaryrefslogtreecommitdiffstats
path: root/firmware/target/sh
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-03Set svn:keywords properlyJens Arnold1-1/+1
2007-04-03Added command macros for old LCD. Renamed some macros to better match the dat...Jens Arnold1-68/+74
2007-03-31Charcell lcd driver: Preparations for switching to non-immediate LCD updates,...Jens Arnold1-11/+27
2007-03-26First step of charcell LCD code rework: * Make it fully unicode aware so that...Jens Arnold1-0/+235
2007-03-18Archos player: Introduce lcd_write_command_e (only one data byte) in the lcd ...Jens Arnold1-57/+103
2007-02-20Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ea...Jens Arnold1-3/+3
2007-01-09Removed executable flagLinus Nielsen Feltzing18-0/+0
2006-12-19Forgot to remove the ata_address_detect() declaration.Jens Arnold1-1/+0
2006-12-19Archos: Moved the ata_address_detect() code into ata_device_init(), removing ...Jens Arnold2-17/+14
2006-12-03Completed target tree move of the ata driver code. Some code cleanup.Jens Arnold3-0/+387
2006-11-27Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deact...Jens Arnold8-0/+561
2006-11-12Split 1 bit LCD code and move appropriate parts to target tree. Only archos c...Jens Arnold1-0/+203
2006-11-09Moved archos LCD aseembler code to target tree.Jens Arnold2-0/+441
2006-08-31Clean up crt0.S and move it to the target treeDaniel Ankers1-0/+214
2006-07-25Moved some assembly optimizations to the target treeLinus Nielsen Feltzing4-0/+638