summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/tcc780x
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-31Introduce sanity check and extra nop to stabilise TCC780x set_cpu_frequency()...Rob Purchase1-3/+4
2008-03-31Change the remaining set_interrupt_status usage to the more parsimonious disa...Michael Sevakis1-1/+1
2008-03-29Implement set_cpu_frequency() for TCC780x, but leave it disabled for now as s...Rob Purchase2-71/+67
2008-03-29Updated TCC780x NAND driver. Still work-in-progress but lots better than the ...Rob Purchase1-182/+372
2008-03-27split boot.lds and move it into the target treeMarcoen Hirschberg1-0/+62
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold1-13/+1
2008-03-23D2: Implement LCD driver framebuffer as per E200/Gigabeat F. Kill a few warni...Rob Purchase1-22/+117
2008-03-22Enable tick IRQs on TCC780x. The main menu is now working on the D2.Rob Purchase4-83/+154
2008-03-22D2: Implement HAS_BUTTON_HOLD.Rob Purchase2-7/+11
2008-03-22D2: Fix inverted USB detection.Rob Purchase1-2/+2
2008-03-13Split up app.lds to the respective target directories. The portalplayer devi...Karl Kurbjun1-0/+170
2008-03-10D2: Fix IRAM usage, but disable it for now as Tremor does not fit ('make zip'...Rob Purchase1-0/+10
2008-03-05D2: Make lcd_init_device() actually turn on the LCD, in preparation for booti...Rob Purchase1-9/+18
2008-02-16a very basic power_off functionChristian Gmeiner1-1/+5
2008-02-16I need to overwork this - sorryChristian Gmeiner1-16/+0
2008-02-16Shutdown needs about 2 seconds, but it seems to work :)Christian Gmeiner1-2/+16
2008-02-15fix compiling of debug menu for tcc780xChristian Gmeiner2-2/+23
2008-02-13D2: Further work-in-progress on the NAND driver.Rob Purchase1-103/+276
2008-01-27D2: Add auto-detection of the SAMSUNG flash chips used in the 2/4/8Gb Rob Purchase1-64/+141
2008-01-25Read ID codes & raw page data from D2 NAND flash (work in progress; Rob Purchase1-4/+339
2008-01-22Fix typo (and update the build table...)Rob Purchase1-1/+1
2008-01-14Initial Cowon D2 commit:Rob Purchase20-0/+1910