summaryrefslogtreecommitdiffstats
path: root/firmware/target/coldfire/iriver
AgeCommit message (Expand)AuthorFilesLines
2022-10-13Revert "Remove YUV blitting functions and LCD modes"Solomon Peachy2-0/+307
2022-10-03Remove YUV blitting functions and LCD modesAidan MacDonald2-307/+0
2022-03-21Lcd save function pointer to frame buffer get_address_fn before loopsWilliam Wilgus1-2/+4
2020-11-13h300, Others Bugfix Bootloader backlight_init()William Wilgus1-60/+40
2020-11-13h300: fix one long-standing bootloader bugJames Buren1-2/+56
2020-10-26LCD core move buf ptr and address look up function viewport structWilliam Wilgus1-1/+1
2020-10-13Fix more warnings.Solomon Peachy2-5/+15
2015-01-12Fix red/yellowMarcin Bukat2-6/+6
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat4-28/+25
2014-04-02optimize Cypress chip power supply for iriver h100 seriesDmitry Gamza2-3/+13
2014-01-18coldfire: fix bootloader buildsMarcin Bukat1-1/+1
2014-01-15coldfire: Use single app.lds script for all coldfires.Marcin Bukat1-139/+0
2014-01-05Add missing kernel.h includes (hopefully all of them).Thomas Martitz1-0/+1
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon3-6/+6
2012-01-08button-target.h : move prototypes to button.hRafaël Carré3-8/+3
2012-01-07lcd-remote-target.h: Use only in firmware/target/Rafaël Carré1-28/+0
2012-01-07lcd_remote_powersave: unusedRafaël Carré2-1/+2
2012-01-07move _remote_backlight_* to common headerRafaël Carré1-3/+0
2012-01-07remote_detect(): move to lcd-remote.hRafaël Carré1-2/+0
2012-01-07move lcd remote common declarations to lcd-remote.hRafaël Carré1-5/+0
2012-01-07lcd-remote-target.h: remove more duplicatesRafaël Carré1-2/+0
2012-01-07lcd-remote-target.h: remove duplicate declarationsRafaël Carré1-2/+0
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz2-2/+2
2011-12-31usb-target.h: removeRafaël Carré1-1/+0
2011-12-08FS#12418 - Merge prototypes from ata-target.h files into new file ata-driver....Boris Gjenero1-1/+1
2011-06-17Coldfire: Fix the modification of IMR. Interrupts must be masked at the core ...Michael Sevakis1-1/+1
2011-02-02Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann1-1/+1
2011-01-12Fix warning when linking booltoaders with the new toolchain by marking .bss s...Nils Wallménius1-1/+1
2010-09-20*/app.lds: remove STUBOFFSETRafaël Carré1-8/+2
2010-08-01More minor const/static/include fixes.Bertrik Sikken1-0/+1
2010-06-05New USB charging system, part 1 - API rework and user-visible setting updateTorne Wuff1-15/+2
2010-05-31Smaller & faster greylib blitting on iriver H1x0 and iAudio M5, based on the ...Jens Arnold1-124/+105
2009-10-31Remove svn:executable from firmwareMichael Chicoine1-0/+0
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz1-1/+1
2009-10-11H300 LCD update: Use interrupt driven background DMA transfers, giving other ...Jens Arnold1-35/+78
2009-08-06Various files: make functions static if they're local or make sure there is a...Bertrik Sikken2-1/+2
2009-06-28Create an udacodec interface (similar to ascodec and wmcoded) and adapt/imple...Bertrik Sikken1-0/+76
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz1-2/+2
2009-02-20Reclaim .iram areas in DRAM by overlapping their load addresses with the unin...Michael Sevakis1-6/+8
2009-01-31Various files: make function implementations consistent with their declaratio...Bertrik Sikken2-2/+4
2009-01-13Reverting parts of r19760 that was mistakenly committed.Björn Stenberg1-79/+77
2009-01-13Minor Clip button changes: UP|REPEAT no longer goes to wps. Volume adjustment...Björn Stenberg1-77/+79
2008-12-24H10 can distinguish USB and MAIN charger input so return proper flags. H100s ...Michael Sevakis1-6/+0
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis2-23/+51
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg31-63/+125
2008-05-29Fix FS #8840 for irivers by slowing down the driver some more. Signal quality...Jens Arnold2-8/+24
2008-05-28Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...Michael Sevakis1-0/+1
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin2-2/+2
2008-04-29Make sure the linker considers crt0*.o before all files specified on the comm...Jens Arnold2-2/+2
2008-04-06Iriver remote LCD driver: * Split out assembler parts. * Reintroduced the 2 t...Jens Arnold2-204/+309