summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2006-11-20BMP loader: Remote LCD format support.Jens Arnold1-1/+2
2006-11-18Add a few missing files to the tarballJonas Häggqvist1-0/+1
2006-11-18Changed #ifdef USE_IRAM to #ifdef IRAM_STEAL. Also want to check if results a...Michael Sevakis1-1/+1
2006-11-18SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two...Michael Sevakis2-0/+8
2006-11-15Fix FS#6322. Battery level gets updated again as it should.Barry Wardell1-0/+7
2006-11-14Removed anachronisms introduced with low battery shutdown patch.Michael Sevakis4-20/+18
2006-11-13H100/General: HAL for S/PDIF and refinement/bufixes in optical output powerin...Michael Sevakis8-86/+157
2006-11-13Backdrop support for greyscale targets. WPS backdrop is untested.Jens Arnold3-16/+215
2006-11-12Get rid of ages-old interdependency between ata.c and mas.cJens Arnold3-13/+8
2006-11-12Adjust scrollable lines to varying LCD sizes in the 2bit vertical packing LCD...Jens Arnold1-1/+1
2006-11-12Split 1 bit LCD code and move appropriate parts to target tree. Only archos c...Jens Arnold4-228/+419
2006-11-11Fix my warnings with explicit blocking on platforms w/o cpu_boost()Brandon Low1-0/+6
2006-11-11Thread API enhancements.Brandon Low3-105/+139
2006-11-11Improved power management (FS#3001). Shutdown rockbox when the battery gets t...Barry Wardell3-76/+322
2006-11-10Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold1-1/+0
2006-11-10Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold25-1334/+30
2006-11-10Fix sim error(s) (as usual).Michael Sevakis1-0/+8
2006-11-10Coldfire targets: Got the rest of the coldfire code out of backlight.c. Strai...Michael Sevakis11-82/+98
2006-11-10Support building tagcache db natively on PC using the core of theMiika Pekkarinen9-24/+51
2006-11-10Forgot to add new files for iFP move to target tree.Tomasz Malesinski10-7/+408
2006-11-10clean up some artifacts left behind from the hxxx move to target treeJonathan Gordon1-11/+0
2006-11-10Removed the settings #defines from backlight.h since they are now in the play...Michael Sevakis1-12/+0
2006-11-10H300/X5: Moved backlight brightness code to target tree. Created __backlight_...Michael Sevakis7-23/+42
2006-11-10H100/120: Split lcd driver into pixel format and device specific parts. Adjus...Michael Sevakis5-1096/+1117
2006-11-09Target tree support for Iriver iFP.Tomasz Malesinski8-125/+18
2006-11-09Fixed H10 build.Tomasz Malesinski2-0/+4
2006-11-09Added macros controlling what goes to IRAM on different targets.Tomasz Malesinski8-0/+24
2006-11-09X5: Changed IRAM splitting between core and codecs/plugins. (a) Codecs benefi...Jens Arnold1-1/+1
2006-11-09Ondio: Better activity monitoring for 'ata' idle notification.Jens Arnold1-6/+8
2006-11-09Moved archos LCD aseembler code to target tree.Jens Arnold3-91/+246
2006-11-09Bah, Linus was right, trying to call the ata_idle callbacks on usb andJonathan Gordon2-11/+2
2006-11-08Remove unnecessary dummy pcm_init for PNX0101 (iFP).Tomasz Malesinski1-4/+0
2006-11-08Bugfix: X5 simulator now simulates the RTC.Jens Arnold1-3/+3
2006-11-08Use HAVE_FLASHED_ROCKBOX when target is flashable. Currenly only used by the ...Michael Sevakis4-15/+14
2006-11-08Forgot to cvs add lcd-as-h100.S.Michael Sevakis1-0/+96
2006-11-08More exodus to the target tree for ColdFire and a bonus sorting of firmware/S...Michael Sevakis8-440/+372
2006-11-08put back the PP5002 specific ATA code that got lost during the ipod target tr...Marcoen Hirschberg2-1/+52
2006-11-08Missed one hotswap ifdef...Jens Arnold1-2/+4
2006-11-08Fix idle monitoring to not freeze the Ondio, and add it in a more elegant way...Jens Arnold1-17/+20
2006-11-08fixed once again.Jonathan Gordon1-1/+1
2006-11-08grr.. got lost in firmware/SOURCESJonathan Gordon1-1/+1
2006-11-08fix booboo in ata.c (SYS_POWEROFF falling into SYS_USB_CONNECTED)Jonathan Gordon4-3/+22
2006-11-08* changes to ata.c - idle callbacks are called after 2 sec of real idle,Jonathan Gordon6-91/+48
2006-11-07dont spin up the disk to call the callbacks.Jonathan Gordon1-14/+16
2006-11-06Archos recorders, Ondio FM: Set (unused) MAS SDO and S/PDIF out while recordi...Jens Arnold1-0/+7
2006-11-06AIFF is not (yet) a supported format on HWCODEC targets.Jens Arnold2-4/+2
2006-11-06Fixed the errors on the sims.Michael Sevakis1-9/+2
2006-11-06Forgot to use cvs add on a few new files in the fresh checkout I used. woops.Michael Sevakis7-0/+1555
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis25-1414/+2053
2006-11-06adds ata_idle_notify system which allows callbacks in apps/ to be calledJonathan Gordon4-3/+150