rockbox/firmware/target/arm
Michael Sevakis 89b53bfdaa e200: Make sure backlight will never get stuck off for long periods from the wheel.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14210 a1c6a512-1295-4272-9138-f99709370657
2007-08-06 12:58:38 +00:00
..
archos/av300 Do some planned radio interface cleanup since adding in the LV24020LP. 2007-07-14 11:20:31 +00:00
ipod Disk poweroff for 3rd gen iPods. 2007-08-03 22:54:33 +00:00
iriver Straignten out some issues with HAVE_LCD_ENABLE. 1g/2g/3g had it defined but it shouldn't have been. lcd_enabled() was only available as a real function on gigabeat but others can use that too. Markup lcd.h a bit because I got a bit lost in it. 2007-07-31 12:43:06 +00:00
pnx0101 Do some planned radio interface cleanup since adding in the LV24020LP. 2007-07-14 11:20:31 +00:00
s3c2440/gigabeat-fx Oops. mvn is one's-complement, not two's. Correct the YUV calculation. 2007-08-04 20:36:22 +00:00
sandisk/sansa-e200 e200: Make sure backlight will never get stuck off for long periods from the wheel. 2007-08-06 12:58:38 +00:00
tatung/tpj1022 Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BACKLIGHT to a simple HAVE_BACKLIGHT. 2007-04-12 22:12:13 +00:00
ata-as-arm.S Improved CPU clock setup for PP502x. PP5020 and PP5022 are not register compatible here, so define the PP5022 targets properly, and introduce a CPU_PP502x macro for easier family check. Improves stability on PP5020 (less freezing, tested with Mini G1) and reduces clock change penalty (500us on PP5020; uses the relock bit on PP5022). 2007-07-02 05:16:40 +00:00
ata-pp5002.c
ata-pp5020.c
ata-target.h PP5002 ATA driver needs to wait for the controller to be ready again before writing the next control register value. Makes check_registers() not fail in the bootloader. 2007-08-03 09:34:42 +00:00
audio-pp.c Straighten out some audio path APIs and misc. audio stuff. Having recording is not a prerequisite to having input/output source selection which is probably most useful when adding a audio input features like FM to a new port without forcing recording to be implemented first. 2007-06-08 23:42:04 +00:00
crt0-pp-bl.S
crt0-pp.S PP50xx: COP was left in undefined mode after init. Switch it to supervisor mode before entering cop_main. 2007-08-01 20:59:27 +00:00
crt0.S Gigabeat: Use vectored IRQ mode interrupts and add a trap for unhandled ones. 2007-07-05 07:14:24 +00:00
i2c-pp.c Change i2c config on e200. Seems to speed things up somewhat. 2007-05-17 22:49:27 +00:00
i2s-pp.c Reenable scaling on Sansa since a reasonable solution to clicks has been found. 2007-07-26 10:46:17 +00:00
memcpy-arm.S
memmove-arm.S
memset-arm.S
memset16-arm.S
memswap128-arm.S SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the players RAM is <= 1MB. Make any needed changes to things to stabilize and facilitate this including removing flattening out initialization. Comment some things heavily. Fix a few logfs I didn't want to see the compiler complaining about. 2007-03-19 22:04:17 +00:00
pcm-pp.c Reenable scaling on Sansa since a reasonable solution to clicks has been found. 2007-07-26 10:46:17 +00:00
system-arm.h Clean up PP502x CPU clock setup code and use the full 80MHz when boosted. 2007-07-26 15:07:16 +00:00
system-pp502x.c Fix PP502x clock source masking. 2007-08-01 12:51:06 +00:00
system-pp5002.c PP5002: Clock setup cleanup. * Switch to 80MHz when boosted like on the other PP targets. * Prepare sleep mode by adding CPUFREQ_SLEEP. This is already confirmed working, but a lot of functions in rockbox will probably hang because the microsecond timer isn't running in this mode. 2007-07-31 10:56:50 +00:00
system-target.h PP502x: Clock setup cleanup. 2007-07-31 20:48:49 +00:00
usb-fw-pp502x.c Firewire detection with reboot into diskmode for all iPods that support it (all but Nano and Video). * Hack for compiling iPod G3 removed. * Code cleanup. 2007-08-01 22:44:02 +00:00
usb-fw-pp5002.c Firewire detection with reboot into diskmode for all iPods that support it (all but Nano and Video). * Hack for compiling iPod G3 removed. * Code cleanup. 2007-08-01 22:44:02 +00:00
usb-target.h
wmcodec-pp.c Sound working on iPod 2nd gen, but very unstable (applies also to 3rd gen). Freezes most of the time. Reverting the >66MHz unlock makes it a bit better, but also not stable. Using the C FIQ has the same effect. 2007-07-27 18:15:03 +00:00