summaryrefslogtreecommitdiff
path: root/firmware/target (unfollow)
Commit message (Expand)Author
2007-01-19iPod G3: Touching the wheel now resets the poweroff timer the same way as on ...Jens Arnold
2007-01-18iPods: Touching the wheel now resets the poweroff timer, so the iPod no longe...Jens Arnold
2007-01-18remove duplicate code and fix commentsMarcoen Hirschberg
2007-01-18the gigabeat supports all frequencies but 64kHzMarcoen Hirschberg
2007-01-18Move mono DRMODE optimizations from Gigabeat to all 16-bit targetsGreg White
2007-01-17fix backlight on hold key settingMarcoen Hirschberg
2007-01-17re-enable CPU scaling (between 100 and 300MHz again) with a new implementationMarcoen Hirschberg
2007-01-17remove unused variable (fixes warning)Marcoen Hirschberg
2007-01-17Backing out the CPU boost for now. Found several issues from screen lines to ...Steve Gotthardt
2007-01-17Back off CPU scaling to 300/200 due to reports of crashesGreg White
2007-01-16Unroll loopsGreg White
2007-01-16fix commentMarcoen Hirschberg
2007-01-16add cpu frequency scaling to the gigabeat. default/normal: 100MHz, boosted: 3...Marcoen Hirschberg
2007-01-16Fix inversevid mono drawingGreg White
2007-01-16Merge various drawmodes; revert to C for common codeGreg White
2007-01-16Changed pausing so entire chunk is finished and keeps I2S engine alignedSteve Gotthardt
2007-01-15Turn off USB host and NAND flash controllerGreg White
2007-01-15Optimize transparent blit; optimize DRMODE_SOLID for mono bitmapsGreg White
2007-01-14Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI ...Dave Chapman
2007-01-14Idle CPU directly; minor cleanupGreg White
2007-01-13ARM optimised memcpy/memmove from glibc. This should give increased performa...Daniel Ankers
2007-01-13Setup LCD ourselves; move LCD buffer and TTB to free up 1.7MB of memoryGreg White
2007-01-12Turn backlight ON at boot unless bootloader has already done that.Miika Pekkarinen
2007-01-12Prepare core support for the iriver bootloader supporting ROM imagesMiika Pekkarinen
2007-01-11Reduce initial fade delay; remove bogus debug from lcd-meg-fx.cGreg White
2007-01-11Minor MMU fixesGreg White
2007-01-11Add initial backlight delay to stop backlight from fading during boot; switch...Greg White
2007-01-09Removed executable flagLinus Nielsen Feltzing
2007-01-08Updated buttonlights for the Gigabeat port. Added LCD controller off and on f...Steve Gotthardt
2007-01-08Make lcd_enable more tolerant of multiple callsGreg White
2007-01-07Added header include to suppress compiler warningSteve Gotthardt
2007-01-07Revamped the backlight state machine and added buttonlight controls. Go to th...Steve Gotthardt
2007-01-06Fix range for cache cleansGreg White
2007-01-06Read byte by byte rather than DMA for unaligned transferGreg White
2007-01-05The i2c driver did not conform with i2c spec and was missing the restart. Som...Steve Gotthardt
2007-01-05Switch DMA wait loop to idle CPUGreg White
2007-01-04CreatedGreg White
2007-01-04Use DMA for Blit to screen/clearGreg White
2007-01-04Flush DMA buffers for DMAGreg White
2007-01-04ATA reads now use DMAGreg White
2007-01-04Move system specific rebootGreg White
2007-01-04Add cache controlGreg White
2007-01-04Add clean_dcacheGreg White
2007-01-04CreatedGreg White
2007-01-04Implementing backlight fade for the Gigabeat. Note that fading is the normal ...Steve Gotthardt
2007-01-04Optimized the timing for the delay and changed the startup delay.Steve Gotthardt
2007-01-04Changed the delay loop to run faster and more accurate. Made the internal fun...Steve Gotthardt
2007-01-04CreatedGreg White
2007-01-01Split the enable_fiq(fiq_handler) function into separate set_fiq_handler(fiq_...Dave Chapman
2006-12-29remove debug code and unsused variableMarcoen Hirschberg