summaryrefslogtreecommitdiff
path: root/firmware/target/arm/gigabeat (follow)
Commit message (Expand)AuthorAge
* remove duplicate code and fix commentsMarcoen Hirschberg2007-01-18
* the gigabeat supports all frequencies but 64kHzMarcoen Hirschberg2007-01-18
* Move mono DRMODE optimizations from Gigabeat to all 16-bit targetsGreg White2007-01-18
* fix backlight on hold key settingMarcoen Hirschberg2007-01-17
* re-enable CPU scaling (between 100 and 300MHz again) with a new implementationMarcoen Hirschberg2007-01-17
* remove unused variable (fixes warning)Marcoen Hirschberg2007-01-17
* Backing out the CPU boost for now. Found several issues from screen lines to ...Steve Gotthardt2007-01-17
* Back off CPU scaling to 300/200 due to reports of crashesGreg White2007-01-17
* Unroll loopsGreg White2007-01-16
* fix commentMarcoen Hirschberg2007-01-16
* add cpu frequency scaling to the gigabeat. default/normal: 100MHz, boosted: 3...Marcoen Hirschberg2007-01-16
* Fix inversevid mono drawingGreg White2007-01-16
* Merge various drawmodes; revert to C for common codeGreg White2007-01-16
* Changed pausing so entire chunk is finished and keeps I2S engine alignedSteve Gotthardt2007-01-16
* Turn off USB host and NAND flash controllerGreg White2007-01-15
* Optimize transparent blit; optimize DRMODE_SOLID for mono bitmapsGreg White2007-01-15
* Idle CPU directly; minor cleanupGreg White2007-01-14
* Setup LCD ourselves; move LCD buffer and TTB to free up 1.7MB of memoryGreg White2007-01-13
* Turn backlight ON at boot unless bootloader has already done that.Miika Pekkarinen2007-01-12
* Reduce initial fade delay; remove bogus debug from lcd-meg-fx.cGreg White2007-01-11
* Minor MMU fixesGreg White2007-01-11
* Add initial backlight delay to stop backlight from fading during boot; switch...Greg White2007-01-11
* Updated buttonlights for the Gigabeat port. Added LCD controller off and on f...Steve Gotthardt2007-01-08
* Make lcd_enable more tolerant of multiple callsGreg White2007-01-08
* Added header include to suppress compiler warningSteve Gotthardt2007-01-07
* Revamped the backlight state machine and added buttonlight controls. Go to th...Steve Gotthardt2007-01-07
* Fix range for cache cleansGreg White2007-01-06
* Read byte by byte rather than DMA for unaligned transferGreg White2007-01-06
* The i2c driver did not conform with i2c spec and was missing the restart. Som...Steve Gotthardt2007-01-05
* Switch DMA wait loop to idle CPUGreg White2007-01-05
* CreatedGreg White2007-01-04
* Use DMA for Blit to screen/clearGreg White2007-01-04
* Flush DMA buffers for DMAGreg White2007-01-04
* ATA reads now use DMAGreg White2007-01-04
* Move system specific rebootGreg White2007-01-04
* Add cache controlGreg White2007-01-04
* Add clean_dcacheGreg White2007-01-04
* CreatedGreg White2007-01-04
* Implementing backlight fade for the Gigabeat. Note that fading is the normal ...Steve Gotthardt2007-01-04
* Optimized the timing for the delay and changed the startup delay.Steve Gotthardt2007-01-04
* Changed the delay loop to run faster and more accurate. Made the internal fun...Steve Gotthardt2007-01-04
* CreatedGreg White2007-01-04
* Split the enable_fiq(fiq_handler) function into separate set_fiq_handler(fiq_...Dave Chapman2007-01-01
* remove debug code and unsused variableMarcoen Hirschberg2006-12-29
* no need to prefill the i2s fifoMarcoen Hirschberg2006-12-29
* don't ignore remote when hold is onMarcoen Hirschberg2006-12-29
* merge a big part of the unofficial gigabeat cvs back. Includes working bootlo...Marcoen Hirschberg2006-12-29
* Move I2S initialisation out of the Wolfson codec driverDaniel Ankers2006-12-09
* first step in audio driver unification: renaming the functions to audio_*Marcoen Hirschberg2006-12-06
* Completed target tree move of the ata driver code. Some code cleanup.Jens Arnold2006-12-03