summaryrefslogtreecommitdiff
path: root/firmware/target/arm (follow)
Commit message (Collapse)AuthorAge
* iPod G3: Touching the wheel now resets the poweroff timer the same way as on ↵Jens Arnold2007-01-19
| | | | | | the other iPods. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12071 a1c6a512-1295-4272-9138-f99709370657
* iPods: Touching the wheel now resets the poweroff timer, so the iPod no ↵Jens Arnold2007-01-18
| | | | | | longer shuts down unexpectedly while operating the wheel only, e.g. in the text viewer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12068 a1c6a512-1295-4272-9138-f99709370657
* remove duplicate code and fix commentsMarcoen Hirschberg2007-01-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12066 a1c6a512-1295-4272-9138-f99709370657
* the gigabeat supports all frequencies but 64kHzMarcoen Hirschberg2007-01-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12065 a1c6a512-1295-4272-9138-f99709370657
* Move mono DRMODE optimizations from Gigabeat to all 16-bit targetsGreg White2007-01-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12062 a1c6a512-1295-4272-9138-f99709370657
* fix backlight on hold key settingMarcoen Hirschberg2007-01-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12055 a1c6a512-1295-4272-9138-f99709370657
* re-enable CPU scaling (between 100 and 300MHz again) with a new implementationMarcoen Hirschberg2007-01-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12047 a1c6a512-1295-4272-9138-f99709370657
* remove unused variable (fixes warning)Marcoen Hirschberg2007-01-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12045 a1c6a512-1295-4272-9138-f99709370657
* Backing out the CPU boost for now. Found several issues from screen lines to ↵Steve Gotthardt2007-01-17
| | | | | | crashing during wav play and running oscilliscope, etc git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12037 a1c6a512-1295-4272-9138-f99709370657
* Back off CPU scaling to 300/200 due to reports of crashesGreg White2007-01-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12034 a1c6a512-1295-4272-9138-f99709370657
* Unroll loopsGreg White2007-01-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12029 a1c6a512-1295-4272-9138-f99709370657
* fix commentMarcoen Hirschberg2007-01-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12024 a1c6a512-1295-4272-9138-f99709370657
* add cpu frequency scaling to the gigabeat. default/normal: 100MHz, boosted: ↵Marcoen Hirschberg2007-01-16
| | | | | | 300MHz git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12023 a1c6a512-1295-4272-9138-f99709370657
* Fix inversevid mono drawingGreg White2007-01-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12022 a1c6a512-1295-4272-9138-f99709370657
* Merge various drawmodes; revert to C for common codeGreg White2007-01-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12021 a1c6a512-1295-4272-9138-f99709370657
* Changed pausing so entire chunk is finished and keeps I2S engine alignedSteve Gotthardt2007-01-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12020 a1c6a512-1295-4272-9138-f99709370657
* Turn off USB host and NAND flash controllerGreg White2007-01-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12019 a1c6a512-1295-4272-9138-f99709370657
* Optimize transparent blit; optimize DRMODE_SOLID for mono bitmapsGreg White2007-01-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12015 a1c6a512-1295-4272-9138-f99709370657
* Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI ↵Dave Chapman2007-01-14
| | | | | | simulator (but with a dummy background image for now) and the beginnings of the target-specific firmare code. Port is temporarily using a 2bpp LCD buffer format - the AV300 has a 320x240 colour (YCbCr-based) LCD which will need a new framebuffer format and drawing routines, but the LCD is also capable of various paletted bitmap modes, one of which has an identical framebuffer format to the greyscale ipods. Buttons (and hence the button mappings) are identical to the Archos Recorder, with the exception that the PLAY button on the Recorder is replaced by pressing the joystick on the AV300 (which I call BUTTON_SELECT). The initial port will begin by being strictly HWCODEC, but will evolve to be a hybrid SWCODEC/HWCODEC platform - it has a MAS3587F but also a main CPU (54MHz arm7tdmi plus DSP) capable of software decoding of at least some formats. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12008 a1c6a512-1295-4272-9138-f99709370657
* Idle CPU directly; minor cleanupGreg White2007-01-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12002 a1c6a512-1295-4272-9138-f99709370657
* ARM optimised memcpy/memmove from glibc. This should give increased ↵Daniel Ankers2007-01-13
| | | | | | performance on all ARM targets, especially iPod 5G git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12000 a1c6a512-1295-4272-9138-f99709370657
* Setup LCD ourselves; move LCD buffer and TTB to free up 1.7MB of memoryGreg White2007-01-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11994 a1c6a512-1295-4272-9138-f99709370657
* Turn backlight ON at boot unless bootloader has already done that.Miika Pekkarinen2007-01-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11992 a1c6a512-1295-4272-9138-f99709370657
* Reduce initial fade delay; remove bogus debug from lcd-meg-fx.cGreg White2007-01-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11985 a1c6a512-1295-4272-9138-f99709370657
* Minor MMU fixesGreg White2007-01-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11984 a1c6a512-1295-4272-9138-f99709370657
* Add initial backlight delay to stop backlight from fading during boot; ↵Greg White2007-01-11
| | | | | | switch to IDLE instead of yield() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11983 a1c6a512-1295-4272-9138-f99709370657
* Removed executable flagLinus Nielsen Feltzing2007-01-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11967 a1c6a512-1295-4272-9138-f99709370657
* Updated buttonlights for the Gigabeat port. Added LCD controller off and on ↵Steve Gotthardt2007-01-08
| | | | | | for extra power savings - thanks to Greg White. Incorporated feedback from Gary Allen. Added 'battery charging' mode: shows leds during charging. Added 'follow' mode that turns off leds when backlight goes off. Flicker mode and new solid mode only show during disk access. Access settings from Info/debug menu for now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11945 a1c6a512-1295-4272-9138-f99709370657
* Make lcd_enable more tolerant of multiple callsGreg White2007-01-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11943 a1c6a512-1295-4272-9138-f99709370657
* Added header include to suppress compiler warningSteve Gotthardt2007-01-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11936 a1c6a512-1295-4272-9138-f99709370657
* Revamped the backlight state machine and added buttonlight controls. Go to ↵Steve Gotthardt2007-01-07
| | | | | | the Info/debug menu and test out the new modes for buttonlights on the Gigabeat - ON, OFF, Faint, and flicker - flickers on touchpad and disk reads. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11935 a1c6a512-1295-4272-9138-f99709370657
* Fix range for cache cleansGreg White2007-01-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11928 a1c6a512-1295-4272-9138-f99709370657
* Read byte by byte rather than DMA for unaligned transferGreg White2007-01-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11927 a1c6a512-1295-4272-9138-f99709370657
* The i2c driver did not conform with i2c spec and was missing the restart. ↵Steve Gotthardt2007-01-05
| | | | | | Some of the commands worked, but not every time. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11915 a1c6a512-1295-4272-9138-f99709370657
* Switch DMA wait loop to idle CPUGreg White2007-01-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11914 a1c6a512-1295-4272-9138-f99709370657
* CreatedGreg White2007-01-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11909 a1c6a512-1295-4272-9138-f99709370657
* Use DMA for Blit to screen/clearGreg White2007-01-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11906 a1c6a512-1295-4272-9138-f99709370657
* Flush DMA buffers for DMAGreg White2007-01-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11905 a1c6a512-1295-4272-9138-f99709370657
* ATA reads now use DMAGreg White2007-01-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11904 a1c6a512-1295-4272-9138-f99709370657
* Move system specific rebootGreg White2007-01-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11903 a1c6a512-1295-4272-9138-f99709370657
* Add cache controlGreg White2007-01-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11902 a1c6a512-1295-4272-9138-f99709370657
* Add clean_dcacheGreg White2007-01-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11901 a1c6a512-1295-4272-9138-f99709370657
* CreatedGreg White2007-01-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11900 a1c6a512-1295-4272-9138-f99709370657
* Implementing backlight fade for the Gigabeat. Note that fading is the normal ↵Steve Gotthardt2007-01-04
| | | | | | behaviour. Settings for LCD off and fade settings will be coming. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11899 a1c6a512-1295-4272-9138-f99709370657
* Optimized the timing for the delay and changed the startup delay.Steve Gotthardt2007-01-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11896 a1c6a512-1295-4272-9138-f99709370657
* Changed the delay loop to run faster and more accurate. Made the internal ↵Steve Gotthardt2007-01-04
| | | | | | functions 'static'. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11894 a1c6a512-1295-4272-9138-f99709370657
* CreatedGreg White2007-01-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11893 a1c6a512-1295-4272-9138-f99709370657
* Split the enable_fiq(fiq_handler) function into separate ↵Dave Chapman2007-01-01
| | | | | | set_fiq_handler(fiq_handler) and enable_fiq(void) functions. This allows temporary disabling of the FIQ without knowing which fiq handler is in use. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11875 a1c6a512-1295-4272-9138-f99709370657
* remove debug code and unsused variableMarcoen Hirschberg2006-12-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11861 a1c6a512-1295-4272-9138-f99709370657
* no need to prefill the i2s fifoMarcoen Hirschberg2006-12-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11856 a1c6a512-1295-4272-9138-f99709370657