summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/philips
AgeCommit message (Expand)AuthorFilesLines
2010-12-05HDD6330: implement lcd_yuv_blit() function. The inner loop is written in asse...Szymon Dziok2-10/+240
2010-12-02HDD6330: implement block transfers through the LCD2 bridge in lcd_update_rect...Szymon Dziok1-35/+63
2010-10-21HDD6330: fix loading of the OF through the Rockbox bootloader (correct magic ...Szymon Dziok1-1/+2
2010-10-21HDD6330 and HDD1630: split the code for the backlight, cause it's rather diff...Szymon Dziok4-18/+119
2010-10-18HDD6330: Patch to enable/disable backlight.Szymon Dziok1-0/+10
2010-10-18HDD6330: Try to adapt the keys for the new touchpad code, remove the non exis...Szymon Dziok1-5/+1
2010-10-17HDD6330: Configure touchpad (maximum touch sensivity, reduce transmissionSzymon Dziok1-0/+10
2010-09-20*/app.lds: remove STUBOFFSETRafaël Carré1-8/+2
2010-07-04hdd6330: Enable buttonlights.Szymon Dziok1-0/+18
2010-07-04hdd6330: enable full touchpad support - code cleanup, all buttons should work...Szymon Dziok2-28/+82
2010-06-11FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré1-2/+2
2010-05-24fix YUV Dither for the other targets too, like in r26064.Szymon Dziok1-1/+1
2010-05-06Fix the remaining reds.Thomas Martitz1-1/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+1
2010-03-08Fix a bunch of boot.lds files so that they build with newer ld. The stack/bss...Thomas Martitz1-2/+2
2010-03-03Fix remaining reds. I forgot to change the app.lds of the other PP targets (i...Thomas Martitz1-3/+15
2010-01-03Fix even more tabsAndree Buschmann1-2/+2
2010-01-03Fix tabsAndree Buschmann1-2/+2
2009-12-25Merry Christmas Gogear HDD6330 owners! This is the start of the HDD6330 port....Mark Arigo9-0/+454
2009-11-03Comment out LOGF_ENABLE defines everywhere, replace evil commentsJeffrey Goode2-2/+2
2009-10-31Remove svn:executable from firmwareMichael Chicoine3-0/+0
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz1-1/+1
2009-08-19fix svn propertiesNils Wallménius7-1/+1
2009-08-19fix redNils Wallménius1-0/+2
2009-07-16Fix Philips sa9200 red (HAVE_LCD_SLEEP is not defined in the bootloader so th...Thomas Martitz1-0/+2
2009-07-11ARM asm LCD and ATA driver functions: Don't save r12 as it is a scratch reg. ...Jens Arnold1-4/+4
2009-07-07Philips SA9200: fix the buttons to work with flip screen mode (does anyone us...Mark Arigo2-8/+8
2009-07-01Philips SA9200. Add LCD features: enable, sleep, flip, contrast, and invert.Mark Arigo3-25/+241
2009-06-19Philips SA9200: 1) reset all devices in system_init, 2) revert an earlier cha...Mark Arigo2-35/+76
2009-06-19Philips SA9200: Working touchpad and button lights! Also, improvements to the...Mark Arigo5-31/+124
2009-06-19Clean up the Synaptics touchpad driver.Mark Arigo4-94/+36
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-14Philips SA9200 fixes: (1) boost in the bootloader like the e200 and c200, (2)...Mark Arigo1-1/+9
2009-03-07Make Philips SA9200 build againMark Arigo2-11/+48
2009-02-20Reclaim .iram areas in DRAM by overlapping their load addresses with the unin...Michael Sevakis1-2/+2
2009-02-18Backlight brightness and button lights for the Philips HDD1630Mark Arigo4-47/+85
2009-02-13Philips HDD1630 - working battery voltage readings. Still needs to be calibra...Mark Arigo1-11/+17
2009-02-13Philips HDD1630 - add LCD YUV functions so mpegplayer works.Mark Arigo2-14/+647
2009-02-13FM radio for Philips HDD1630. Volume was very faint unless recording was enab...Mark Arigo2-0/+63
2009-01-27Make the Philips HDD1630 ADC work: it needs a slightly different init sequenc...Mark Arigo1-1/+1
2009-01-27Move the PP5020 ADC defines to the c-file instead of repeating them across th...Mark Arigo1-6/+0
2009-01-26Commit FS#9724, which reworks the preprocessor defines related to backlight f...Thomas Martitz1-3/+4
2009-01-23Philips HDD1630: add ADC info to debug screen. Make button_click work again (...Mark Arigo1-1/+1
2009-01-21Philips HDD1630 lcd work: register defines and enable contrast, flip, and inv...Mark Arigo1-21/+81
2008-12-24Simplify powermgmt thread loops so it calls functions turn (no more power_thr...Michael Sevakis1-4/+0
2008-12-24Remove some unused code in the Philips SA9200 port.Mark Arigo2-88/+2
2008-12-19Working touchpad for the Philips HDD1630 using the Synaptics driver. Like the...Mark Arigo2-28/+132
2008-12-17Make the Philips SA9200 port build again.Mark Arigo1-17/+7
2008-12-12FS#9591 by Anton Veretenenko for the Philips GoGear HDD1620/1630 (with a few ...Mark Arigo5-7/+66