summaryrefslogtreecommitdiff
path: root/firmware/target/arm
AgeCommit message (Expand)Author
2007-10-12H10 LCD driver size reductions: Un-inline a function for H10 20GB, and introd...Jens Arnold
2007-10-12PP LCD drivers: * Optimised and cleaned up PP colour LCD drivers. Immeasurabl...Jens Arnold
2007-10-11These functions haven't been implemented yet - remove their content to get Gi...Will Robertson
2007-10-09Increase step size of stereo width to 5% to avoid tediously long list in sett...Thom Johansen
2007-10-09Packed I2S for ipod Color (tested) and ipod 4G (untested, but assumed to be t...Dave Chapman
2007-10-09Change c200 and e200 to use the same IIS FIFO format as seems to be working f...Michael Sevakis
2007-10-09Packed I2S for iPod Mini G2.Jens Arnold
2007-10-09FS #7917 by Andree Buschmann. Packed I2S also for Ipod Video.Thom Johansen
2007-10-09Unbloat the PCM changes on PortalPlayerMichael Sevakis
2007-10-08Make Ipod Nano use packed 16 bit IIS FIFO transfers as well.Thom Johansen
2007-10-08Hopefully take care of FS#7806 - Current Sansapatcher fails to boot OF by rem...Michael Sevakis
2007-10-07Finally get packed samples to work in a nice way on H10 in IIS mode. Add some...Michael Sevakis
2007-10-07c200: First implemention of lcd_yuv_blit(). mpegplayer works now, but speed c...Jens Arnold
2007-10-07* Use proper definitions for the PP (mono) LCD bridge. * Clean up pp5002.h a ...Jens Arnold
2007-10-07Name all button light functions and variables consistently starting with butt...Jens Arnold
2007-10-07Fix red bootloader build.Jens Arnold
2007-10-07c200: Make the backlight react on unlocking hold as intended.Jens Arnold
2007-10-07c200: Switch the 'menu' button light as well.Jens Arnold
2007-10-07Use halfword IIS FIFO mode for H10. Won't save interrupts but seems it should...Michael Sevakis
2007-10-07Remove a setting of a register during H10 reset that shouldn't have been incl...Michael Sevakis
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis
2007-10-06TAB policing - no code changesDave Chapman
2007-10-05Stabilize PP5020 targets - tested on H10 5/20GB and iPod Color. Use no interr...Michael Sevakis
2007-10-04Change a couple udelay() in e200 lcd driver to sleep() since sleep() was the ...Michael Sevakis
2007-10-04The UNCACHED_ADDR macro should not adjust addresses in the bootloader.Michael Sevakis
2007-10-04Fix up the recording monitoring for e200 and I expect for c200 as well whenev...Michael Sevakis
2007-10-04PP502x: Make RAM physical addresses uncached. Cache the flash ROM on targets ...Michael Sevakis
2007-10-03I2S buffer level adjustment is not necessary on c200 as there is no memory ma...Jens Arnold
2007-10-03Missing keymap commitKarl Kurbjun
2007-10-02Commit FS #7881 by Mark Arigo - enable radio on the Sansa c200. It seems that...Marianne Arnold
2007-10-02Fix a little bug I introduced earier than can cause i2s to fail to start with...Michael Sevakis
2007-10-02Split wm8731 and wm8721 drivers. wm8721 can be much simpler since it has no r...Michael Sevakis
2007-10-02Enable lcd contrast adjustment on Sansa c200Mark Arigo
2007-10-01touchpad calibration (very simple calibration screen is in mrobe500.c Jonathan Gordon
2007-10-01minor style/comment policingJonathan Gordon
2007-10-01spi is shared between the rtc and tsc2100Jonathan Gordon
2007-09-30Move some more filesKarl Kurbjun
2007-09-30Move some more files around and get the main build compilingKarl Kurbjun
2007-09-30IRQ driven touchpad driver, crude but workingJonathan Gordon
2007-09-30Oops. Don't use outl with the defined register.Michael Sevakis
2007-09-30Add some defines for pp502x. No guarantee as to full accuracy yet but that's ...Michael Sevakis
2007-09-30I got bullied in IRC by linuxstb and markun... Jonathan Gordon
2007-09-30slow - but working - IRQ based uart/button driver.Jonathan Gordon
2007-09-29Fix the LCD line remaining active after shutdown on grayscale ipods (FS#5199)...Nicolas Pennequin
2007-09-29ATA works - dumb mistakeKarl Kurbjun
2007-09-29Compile Portal Player bootloaders as single core. Cleanup the startup code fo...Michael Sevakis
2007-09-28FS #7763 by Andree Buschmann. Speed up video rendering for Ipod Video.Thom Johansen
2007-09-28Anti-red: No need for COP initialization in the bootloaders nor idle stacks.Michael Sevakis
2007-09-28Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis
2007-09-28Fixed a warningBjörn Stenberg