summaryrefslogtreecommitdiff
path: root/firmware/target/arm
AgeCommit message (Expand)Author
2007-03-03Some more replacing of inl/outl with register #define's (doesn't change end-r...Barry Wardell
2007-03-03Replace some inl/outl with register #define's instead. Also tidy up pp5020.h ...Barry Wardell
2007-02-26disable LCD poweroff for now until problems with the remote control and headp...Marcoen Hirschberg
2007-02-25Moved ipod LCD code to target tree.Jens Arnold
2007-02-21Get rid of some outl/inl in favour of #define.Barry Wardell
2007-02-20Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ea...Jens Arnold
2007-02-20Battery reading support for Sansa. Still needs calibration of voltage->percen...Barry Wardell
2007-02-19FS#6675: Add lcd_yuv_blit() for the Sansa. Thanks to Rene Peinthor. This make...Barry Wardell
2007-02-18Fix remaining CONFIG_TUNER checks.Jens Arnold
2007-02-18really fix red builds this timeJonathan Gordon
2007-02-17build with -Wundef to make sure we have spelled the defines right in #if linesDaniel Stenberg
2007-02-17ARM targets: Making a few functions non-static allows us to get rid of -ffunc...Jens Arnold
2007-02-17Move dr_controller_setup() to usb_init_device() and add a call to dr_controll...Dave Chapman
2007-02-16No functional changes, just reorganising code:Barry Wardell
2007-02-12Gigabeat Cradle USB SupportKarl Kurbjun
2007-02-08Fix the delay loops. Without scaling the CPU is always at 300MHz.Marcoen Hirschberg
2007-02-04Fix USB detection on ipods and other portalplayer targets - Rockbox now corre...Dave Chapman
2007-02-04Work around a bug in the Sansa flash driverDaniel Ankers
2007-02-03Backlight support for Sansa, including brightness. Thanks to Rene Barry Wardell
2007-02-01Increase disk thread stack on the Sansa in line with the changes in r12093. ...Daniel Ankers
2007-01-31Power off on the Sansa more in line with how the OF does it (just change the ...Barry Wardell
2007-01-31Add power off for the Sansa. Thanks to Antonius Hellmann for figuring out how...Barry Wardell
2007-01-27Oops - fix PortalPlayer buildsDaniel Ankers
2007-01-27More PortalPlayer I2C unification workDaniel Ankers
2007-01-27Fix a bug in the Sansa flash driver. Other bugs remain, as it does not pass ...Daniel Ankers
2007-01-27Unify I2C driver for all PortalPlayer targetsDaniel Ankers
2007-01-27Clean up PP5002 I2C code (no functional changes):Barry Wardell
2007-01-27Clean up PP5020 I2C code (no functional changes):Barry Wardell
2007-01-24Assembler optimised ATA transfer loops for ARM targets. Only used for PP5020/...Jens Arnold
2007-01-20Retimed the i2c delay loops since we can be boosted or notSteve Gotthardt
2007-01-20On the H10 when we power the disk on again after spindown and poweroff we nee...Barry Wardell
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