summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/tcc780x
AgeCommit message (Expand)AuthorFilesLines
2009-01-08Clean up panicf and introduce system_exception_wait to do further target task...Michael Sevakis1-0/+5
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis1-27/+3
2008-12-01D2: Disable IRQs when writing to the LCD 3-wire interface, and re-instate the...Rob Purchase1-1/+5
2008-11-26Add software backlight fading for E100/H300/X5/D2, by Thomas Martitz and othe...Steve Bavin1-10/+3
2008-11-17D2: Adjust the timing delay in ltv250qv_write() since several users still rep...Rob Purchase1-1/+1
2008-10-27Strange little kernel optimization to ease targeting the timer tick and to li...Michael Sevakis1-14/+1
2008-10-13Hopefully fix the D2s 'cut and repeated LCD lines' bug (fix suggested by Fran...Rob Purchase1-1/+13
2008-09-22Add some missed bits + change MODE to TMODEVitja Makarov1-1/+1
2008-09-06Initial commit of iaudio 7 port by Vitja Makarov (FS#9245). Port is at quite...Dave Chapman1-314/+0
2008-08-23Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREENMaurus Cuelenaere2-12/+12
2008-07-15Update lcd-as-memframe.S to only rotate YUV data for portrait LCDs (and remov...Rob Purchase1-82/+5
2008-07-12Make the TCC780x NAND driver also build for 77x targets. This is work-in-prog...Rob Purchase2-867/+9
2008-07-09D2: A working implementation of lcd_blit_yuv() by Thibaut Girka.Rob Purchase1-8/+85
2008-07-09D2: Add the tuner_power() function which was missing from the previous FM com...Rob Purchase1-0/+49
2008-06-30fix a stray yellowFrank Gevaerts1-0/+1
2008-06-29Don't handle a touchscreen press when backlight is offMaurus Cuelenaere1-1/+4
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg23-46/+92
2008-06-27D2: Small optimisation to the PCM FIQ (only stack registers when necessary).Rob Purchase1-6/+7
2008-06-27D2: Make the nand driver's sanity checks a little more... sane. This should a...Rob Purchase1-7/+4
2008-06-24D2: Editing config.h wasn't enough to fully disable IRAM - also disable it in...Rob Purchase1-3/+6
2008-06-23D2: Take notice of the hold button.Rob Purchase1-0/+2
2008-06-23Fix the D2 click/popping every second. Lesson from PCM-driver 101: don't disa...Rob Purchase1-1/+1
2008-06-23FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon1-1/+0
2008-06-22Initial D2 sound playback support (known issues to follow on the CowonD2Info ...Rob Purchase4-14/+338
2008-06-10D2: Configure NAND GPIO lines /before/ attempting to use them. Should fix 16G...Rob Purchase1-3/+3
2008-06-09D2: Fixes for 16Gb models with four NAND banks: update MAX_BANKS, configure t...Rob Purchase1-17/+19
2008-05-31D2: Stop panic screen from crashing instantly (seems this has been broken for...Rob Purchase1-1/+8
2008-05-28Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...Michael Sevakis1-0/+1
2008-05-21TCC78x NAND driver: Split the initial bank scan into two passes (appears to i...Rob Purchase1-147/+123
2008-05-05Remove the last D2 yellows (user timer is not yet implemented).Rob Purchase1-5/+0
2008-05-03Disabled unused ata_led function.Bertrik Sikken1-1/+2
2008-05-03More static / header file cleanup.Bertrik Sikken2-5/+2
2008-04-29Remove wrong usage of '.global'. These symbols are imported, not exported.Jens Arnold1-6/+0
2008-04-29Make sure the linker considers crt0*.o before all files specified on the comm...Jens Arnold2-2/+2
2008-04-27FS#8708: D2/m:robe500 touchscreen keymaps by Andreas Mueller.Rob Purchase1-2/+1
2008-04-27Enable 'touchscreen areas' on the D2, based on JdGordon's m:robe code. Disabl...Rob Purchase3-10/+144
2008-04-21A few preparations for the D2 PCM driver: move driver up to TCC780x level, mo...Rob Purchase2-18/+13
2008-04-15Kill some D2 yellows with a simplistic Rolo implementation and NAND driver cl...Rob Purchase2-9/+8
2008-04-15woops... fix red and some svn keywords.Jonathan Gordon2-5/+16
2008-04-15Setup the touchpads to have two modes - stylus and button - and set them in b...Jonathan Gordon1-6/+17
2008-04-12Fix cut'n'pasterelated yellows.Rob Purchase1-1/+1
2008-04-12D2: Charging detection, plus basic PCF50606 interrupt handler.Rob Purchase1-0/+40
2008-04-12D2: Implement battery voltage readout from PCF50606 (levels not yet calibrate...Rob Purchase1-11/+34
2008-04-11D2: Remove USB detection as it's not actually on GPIOC26 (that's a charging i...Rob Purchase1-5/+2
2008-04-08D2: Implement power-off by putting the PCF50606 to sleep (and reduce timeout ...Rob Purchase3-31/+37
2008-04-08D2: Update dual boot to use the hold switch. Update bootloader to show messag...Rob Purchase1-3/+3
2008-04-07Make the TCC780x ADC driver work again in the bootloader.Rob Purchase1-10/+11
2008-04-06Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis1-1/+1
2008-04-04Tick/IRQ driven ADCs for TCC780x. Solves the weird button behaviour mentioned...Rob Purchase1-23/+52
2008-04-04D2: Adjustable backlight brightness (sometimes fails when boosted, suggests I...Rob Purchase3-40/+63