..
archos /av300
Do some planned radio interface cleanup since adding in the LV24020LP.
2007-07-14 11:20:31 +00:00
ipod
Interrupt driven ADC reading on the 2nd gen.
2007-07-30 23:48:03 +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
Stop Gigabeat bootloader from panicing.
2007-07-29 07:41:19 +00:00
sandisk /sansa-e200
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
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
put back the PP5002 specific ATA code that got lost during the ipod target tree move
2006-11-08 12:34:21 +00:00
ata-pp5020.c
Some more replacing of inl/outl with register #define's (doesn't change end-result binary). Add lots more #define's based on the ipodlinux wiki and some extrapolation.
2007-03-03 23:37:17 +00:00
ata-target.h
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
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
Add working dual-boot bootloaders for H10 and Sansa, which allow booting the OF and Rockbox. Rolo also works.
2006-12-19 11:33:53 +00:00
crt0-pp.S
FS#5472 add a memory size prompt to configure to allow ipod video builds for
2007-05-19 14:35:11 +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
ARM optimised memcpy/memmove from glibc. This should give increased performance on all ARM targets, especially iPod 5G
2007-01-13 23:57:14 +00:00
memmove-arm.S
ARM optimised memcpy/memmove from glibc. This should give increased performance on all ARM targets, especially iPod 5G
2007-01-13 23:57:14 +00:00
memset-arm.S
Removed executable flag
2007-01-09 23:29:07 +00:00
memset16-arm.S
Removed executable flag
2007-01-09 23:29:07 +00:00
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
PP502x: Clock setup cleanup.
2007-07-31 20:48:49 +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-pp.c
build with -Wundef to make sure we have spelled the defines right in #if lines
2007-02-17 21:54:17 +00:00
usb-target.h
Fix USB detection on ipods and other portalplayer targets - Rockbox now correctly distinguishes between a USB connection to a computer and a connection to a USB AC charger. Based on the experimental USB code in FS #6494 by Barry Wardell. Closes FS #4724 .
2007-02-04 21:46:01 +00:00
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