summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/tcc780x
AgeCommit message (Expand)AuthorFilesLines
2009-07-26Re-work D2 power off behaviour.Rob Purchase1-8/+14
2009-07-25D2: Fix the POWER button check after an exception/panic. Make this power the ...Rob Purchase1-2/+7
2009-07-22D2: Notify the backlight driver when the HOLD button is toggled. Fixes FS#10451.Rob Purchase1-2/+15
2009-07-20Make sd_present() and mmc_present() look only at the actual presence of a car...Frank Gevaerts1-4/+3
2009-07-19D2: A working read/write SD(HC) driver, based on the PP equivalent. See Cowon...Rob Purchase1-0/+835
2009-07-10D2: Remove unnecessary ide_power functions.Rob Purchase1-10/+0
2009-07-10D2: Update the battery discharge curve to observed values, and add a crude ru...Rob Purchase1-7/+7
2009-06-29Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.hRafaël Carré1-27/+0
2009-06-29Remove the TIMER_* macros and declare target-specific functions in timer.hRafaël Carré2-16/+3
2009-06-29Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré1-1/+1
2009-06-29Move SH7034 timer code in the target treeRafaël Carré1-1/+1
2009-06-29Rename TIMER_REGISTER macro to TIMER_START and TIMER_UNREGISTER to TIMER_STOP...Rafaël Carré2-9/+8
2009-06-24TCC78x: Enable interrupts/threading in the bootloader (required now that the ...Rob Purchase4-53/+45
2009-03-30TCC78x: Implement the user timer, rework some of the timer register #defines,...Rob Purchase6-52/+74
2009-03-24D2: Slightly reduce the number of incorrect touchscreen presses by busy-waiti...Rob Purchase1-1/+10
2009-03-21D2: Enable FM radio (based on FS#10035 by Michael Burtin with some changes by...Rob Purchase1-0/+2
2009-03-20Implement udelay() for D2 and remove the old hacks from USB & FM drivers.Rob Purchase2-0/+10
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz1-2/+2
2009-02-19Add generic touchscreen driver which allows calibration (apps/ layer will fol...Maurus Cuelenaere1-33/+4
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