summaryrefslogtreecommitdiff
path: root/firmware/target/arm/iriver
AgeCommit message (Expand)Author
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat
2013-07-19Combine PortalPlayer .lds files into one for app and boot.Michael Sevakis
2012-05-01Make INITDATA_ATTR work on everything that has INIT_ATTR enabled for code.Michael Sevakis
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon
2012-01-11lcd: fix function name in comments in assembly files (lcd_write_yup_420 inste...Amaury Pouly
2012-01-08button-target.h : move prototypes to button.hRafaël Carré
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz
2012-01-03Fix path to PP crt0Rafaël Carré
2012-01-03move PP specific files to pp/Rafaël Carré
2012-01-01Fix FS#12243 : On 20GB H10, restore correct upside down state when waking LCD.Boris Gjenero
2011-12-31delete usb-target.h content redundant with PP usb-target.hRafaël Carré
2011-12-31usb_plugged() is PP onlyRafaël Carré
2011-12-31move usb_pin_init() declaration to PP's system-target.hRafaël Carré
2011-12-31usb_init_device(): move prototype to usb.hRafaël Carré
2011-12-18Add KEEP() around vectors in linker scripts.Boris Gjenero
2011-11-22FS#12397 : On targets which load .data directly into its final location and l...Boris Gjenero
2011-01-17Convert PortalPlayer iRivers to use USB-mode enabled bootloader. The H10 5/6G...Michael Sevakis
2011-01-15Fix r29053 red and a leftover use of 'usb' variable as a bool rather than int...Michael Sevakis
2010-09-20*/app.lds: remove STUBOFFSETRafaël Carré
2010-06-11FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré
2010-05-15YUV Dither: r12 saving was removed but stacked parameter load offset wasn't c...Michael Sevakis
2010-03-21Update battery discharge curve and current consumption for iRiver h10 5GB. Th...Andree Buschmann
2010-03-08Fix a bunch of boot.lds files so that they build with newer ld. The stack/bss...Thomas Martitz
2010-03-03Fix remaining reds. I forgot to change the app.lds of the other PP targets (i...Thomas Martitz
2010-01-03Fix tabsAndree Buschmann
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz
2009-08-06Various files: make functions static if they're local or make sure there is a...Bertrik Sikken
2009-07-11ARM asm LCD and ATA driver functions: Don't save r12 as it is a scratch reg. ...Jens Arnold
2009-06-24Also fix the iRiver H10Maurus Cuelenaere
2009-05-17Fix duplicate #includesBertrik Sikken
2009-04-26Remove the calls to backlight_lcd_sleep_countdown from target specific code a...Thomas Martitz
2009-04-25Remove unnecessary #include "adc.h"Bertrik Sikken
2009-03-17Fix very last yellows.Thomas Martitz
2009-03-17Okay, this should be the last. I'm sorry for the trouble, but now everything ...Thomas Martitz
2009-03-17One more try: Fix remaining reds and yellowsThomas Martitz
2009-03-17Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...Thomas Martitz
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz
2009-03-02Make the H10 5GB bootloader able to load the OF again. From FS#9955.Barry Wardell
2009-02-20Reclaim .iram areas in DRAM by overlapping their load addresses with the unin...Michael Sevakis
2009-01-31Various files: make function implementations consistent with their declaratio...Bertrik Sikken
2009-01-27Move the PP5020 ADC defines to the c-file instead of repeating them across th...Mark Arigo
2008-12-24H10 can distinguish USB and MAIN charger input so return proper flags. H100s ...Michael Sevakis
2008-12-24Simplify powermgmt thread loops so it calls functions turn (no more power_thr...Michael Sevakis
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis
2008-11-07Common data must be included in .bss or it won't get zeroed in crt0. Fix the ...Jens Arnold
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-28Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...Michael Sevakis
2008-05-14Straigten-out lcd sleeping on Gigabeat F/X. Add a service function to backlig...Michael Sevakis
2008-05-07H10: Disable IDE controller when the disk is powered down like on ipods.Jens Arnold
2008-05-04Make the H10 bootloader work again. Also fix the same problem that might be a...Barry Wardell