summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2013-03-04rk27xx: fix usb logfAmaury Pouly1-0/+5
2013-03-04rk27xx: add memmap to debug screenAmaury Pouly1-0/+32
2013-02-16hm60x: Fix white screen bug.bootloader_hifimanhm60x_v4Andrew Ryabinin1-0/+11
2013-02-12bitmap drawing: Support alpha blend if image over the framebuffer contents.Thomas Martitz1-6/+14
2013-02-12bitmap drawing: use temp vars to help gcc opmize loops.Thomas Martitz1-10/+10
2013-02-12bitmap drawing: Use extra bit in mask to avoid nested if() in switch-cases.Thomas Martitz2-85/+83
2013-02-12bitmap drawing: Negate alpha channel to match alpha information format of fon...Thomas Martitz1-8/+8
2013-02-12rk27xx: do not disable irq in commit_discard_dcache_range()Marcin Bukat1-4/+0
2013-02-01rk27xx: Increase timeout for sd card initialization. 1 sec isn't enough in so...Andrew Ryabinin1-2/+4
2013-01-26imx233: add a missing packed attribute for dma !!Amaury Pouly1-1/+1
2013-01-24PP: Do not use ATA DMA in bootloaderMarcin Bukat14-0/+28
2013-01-24Re-enable PP502x ATA DMABoris Gjenero14-14/+14
2013-01-24Fix FS#12391 : Memory corruption on PP502x after commit_discard_idcache()Boris Gjenero1-3/+27
2013-01-18imx233: enable cpu frequency scaling on all targetsAmaury Pouly3-3/+3
2013-01-15fix yellow on simulator + multivolumeAmaury Pouly1-0/+2
2013-01-15zenxfi2: add simulator defines and imageAmaury Pouly1-0/+7
2013-01-15stfm1000: comment static unused functionAmaury Pouly1-0/+2
2013-01-15imx233: fix sd windowed driveAmaury Pouly1-1/+3
2013-01-15zenxfi3: remove obsolete commentAmaury Pouly1-2/+0
2013-01-13imx233: rework frequency scalingAmaury Pouly1-69/+71
2013-01-12rk27xx: slightly optimize commit_discard_dcache_range()Marcin Bukat1-6/+5
2013-01-12imx233: correctly send the LCD_EVENT_ACTIVATION on enableAmaury Pouly3-0/+5
2013-01-12fuze+: lcd code cleanupAmaury Pouly1-3/+1
2013-01-12fuze+: correctly handle settings (flip and invert) accross enableAmaury Pouly1-2/+34
2013-01-12imx233: enable underflow recovery in lcdif (needed for freq scale)Amaury Pouly5-0/+13
2013-01-11rk27xx: optimize irq_handler()Marcin Bukat1-18/+13
2013-01-10rk27xx: substitute magic constants with meaningful names for INTCMarcin Bukat6-12/+49
2013-01-10rk27xx: substitute magic constants with meaningful names for peripherials resetMarcin Bukat2-2/+17
2013-01-10rk27xx: substitute magic constants with meaningful names for clock gatingMarcin Bukat9-35/+66
2013-01-10imx233: modify arm cache timings on frequency switchAmaury Pouly1-0/+12
2013-01-10imx233: implement emi frequency scaling (disabled by default)Amaury Pouly6-9/+490
2013-01-09iPod Classic/6G: PCM support for all CS42L55 ratesCástor Muñoz2-6/+14
2013-01-09iPod Classic/6G: support USB suspend modeCástor Muñoz1-2/+11
2013-01-09iPod Classic/6G: fix battery voltage ADC scaleCástor Muñoz2-5/+5
2012-12-29iPod6G (Classic) - enable HAVE_DISK_STORAGEHayden Pearce1-0/+4
2012-12-29imx233: increase irq storm thresholdAmaury Pouly1-1/+1
2012-12-29imx233: correctly restore auto slow on cpu frequency changeAmaury Pouly1-1/+2
2012-12-29imx233: move power init to system initAmaury Pouly3-5/+18
2012-12-29Fix copyright headersAmaury Pouly13-43/+10
2012-12-29hm60x/hm801: Add hold button support.Andrew Ryabinin4-1/+55
2012-12-26imx233: use tick insteaf of msec to collect statisticsAmaury Pouly3-18/+18
2012-12-26fuze+: fix bootloader buildAmaury Pouly1-0/+4
2012-12-26fuze+: implement lcd flip and invertAmaury Pouly2-0/+18
2012-12-26fuze+: make sure lcd is ready before chaning a registerAmaury Pouly1-0/+1
2012-12-26fuze+: add lcd debug screen (display kind)Amaury Pouly3-1/+38
2012-12-26imx233: rework cpu frequency scalingAmaury Pouly1-8/+23
2012-12-26imx233: fix regulator voltage setting + always enable DCDC modeAmaury Pouly2-0/+18
2012-12-26imx233: fix potential hbus dividor settings + docAmaury Pouly2-4/+10
2012-12-16imx233: simplify sdmmc led handling, fix typoAmaury Pouly1-10/+3
2012-12-16rk27xx: Add status led (icon) support to SD driverMarcin Bukat4-0/+11