summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/iriver
AgeCommit message (Expand)AuthorFilesLines
2009-07-11ARM asm LCD and ATA driver functions: Don't save r12 as it is a scratch reg. ...Jens Arnold1-4/+4
2009-06-24Also fix the iRiver H10Maurus Cuelenaere1-2/+2
2009-05-17Fix duplicate #includesBertrik Sikken1-1/+0
2009-04-26Remove the calls to backlight_lcd_sleep_countdown from target specific code a...Thomas Martitz1-6/+0
2009-04-25Remove unnecessary #include "adc.h"Bertrik Sikken1-1/+0
2009-03-17Fix very last yellows.Thomas Martitz1-1/+6
2009-03-17Okay, this should be the last. I'm sorry for the trouble, but now everything ...Thomas Martitz1-4/+2
2009-03-17One more try: Fix remaining reds and yellowsThomas Martitz1-35/+36
2009-03-17Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...Thomas Martitz1-5/+11
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz1-2/+2
2009-03-02Make the H10 5GB bootloader able to load the OF again. From FS#9955.Barry Wardell1-0/+4
2009-02-20Reclaim .iram areas in DRAM by overlapping their load addresses with the unin...Michael Sevakis1-2/+2
2009-01-31Various files: make function implementations consistent with their declaratio...Bertrik Sikken1-2/+3
2009-01-27Move the PP5020 ADC defines to the c-file instead of repeating them across th...Mark Arigo1-6/+0
2008-12-24H10 can distinguish USB and MAIN charger input so return proper flags. H100s ...Michael Sevakis1-3/+9
2008-12-24Simplify powermgmt thread loops so it calls functions turn (no more power_thr...Michael Sevakis1-4/+0
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis1-2/+4
2008-11-07Common data must be included in .bss or it won't get zeroed in crt0. Fix the ...Jens Arnold1-0/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg12-24/+48
2008-05-28Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...Michael Sevakis1-0/+1
2008-05-14Straigten-out lcd sleeping on Gigabeat F/X. Add a service function to backlig...Michael Sevakis1-11/+8
2008-05-07H10: Disable IDE controller when the disk is powered down like on ipods.Jens Arnold1-0/+2
2008-05-04Make the H10 bootloader work again. Also fix the same problem that might be a...Barry Wardell1-2/+2
2008-05-01Make the linker complain if the bootloader isn't going to fit into IRAM on PP...Barry Wardell1-7/+15
2008-04-29Make sure the linker considers crt0*.o before all files specified on the comm...Jens Arnold2-2/+2
2008-04-20move some data around to place qh_array at the start of iram. This saves up t...Frank Gevaerts1-9/+10
2008-04-07explicitly align the ibss section by adjusting _iramend - fixes hang on m:rob...Robert Kukla1-0/+1
2008-04-06Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis3-11/+49
2008-04-02Revert... stupid svn doesn't complain when passing -m twice :(Jens Arnold1-39/+75
2008-04-02Make the measured LCD scanrates from the greylib known to the scanrate test p...Jens Arnold1-75/+39
2008-03-27split boot.lds and move it into the target treeMarcoen Hirschberg1-0/+53
2008-03-27Make H10 bootloader successfully boot the OF again.Barry Wardell1-0/+4
2008-03-25Revert accidental tree commit. /me needs a smaller enter key...Jens Arnold1-39/+75
2008-03-25Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...Jens Arnold1-75/+39
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold2-30/+2
2008-03-13Split up app.lds to the respective target directories. The portalplayer devi...Karl Kurbjun1-0/+160
2008-03-08Revert accidental tree commit. Sorry for that.Jens Arnold1-39/+75
2008-03-08No need to have \n here. panicf() won't output it anyway.Jens Arnold1-75/+39
2008-02-01H10-20GB: Commit the first patch in FS#8533 to fix the mpegplayer display pro...Michael Sevakis1-8/+16
2008-01-26H10 20GB: Assembly YUV blitting and dithering.Michael Sevakis2-145/+586
2008-01-25H10 20GB: Hopefully fix the issue on FM not operating at 80MHz CPU frequency ...Michael Sevakis1-0/+2
2008-01-12- share adc reading code between h10 and mrobe100Robert Kukla1-141/+0
2007-11-27H10 button driver: Use atomic GPIO bit manipulation.Jens Arnold1-7/+7
2007-11-12Hardware controlled backlight brightness for iPod Video and Nano, retaining t...Jens Arnold2-9/+18
2007-11-11FS#8046: H10 FM tuner support. Thanks to Przemyslaw Holubowski for doing the...Barry Wardell2-2/+206
2007-11-03Finally: HDD power control for all PP502x iPods (4th gen Grayscale, Color, Mi...Jens Arnold1-3/+2
2007-10-16Improved H10 ADC driver. We now do things exactly as the OF does. This includ...Barry Wardell4-44/+79
2007-10-12H10 LCD driver size reductions: Un-inline a function for H10 20GB, and introd...Jens Arnold2-16/+16
2007-10-12PP LCD drivers: * Optimised and cleaned up PP colour LCD drivers. Immeasurabl...Jens Arnold2-95/+70
2007-08-21H10: add more time between enabling touch-pad and reading ADC. Greatly improv...Peter D'Hoye2-2/+7