rockbox/firmware/target/arm
Michael Sevakis e64f7e3a6f Add a new timeout API to the kernel. Enable only for e200 right now since it's the only user. Use that as the one-shot delay for SD card inserts.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14049 a1c6a512-1295-4272-9138-f99709370657
2007-07-29 04:49:19 +00:00
..
archos/av300 Do some planned radio interface cleanup since adding in the LV24020LP. 2007-07-14 11:20:31 +00:00
ipod 2nd gen: Correct LCD inversion state on init. * Fine tuned default contrast. 2007-07-27 12:40:36 +00:00
iriver H10: Speed up LCD updates significantly (~+80% when boosted). 2007-07-26 15:33:25 +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 Gigabeat: Add the funky foreground color support for transparent bitmaps. 2007-07-15 01:06:04 +00:00
sandisk/sansa-e200 Add a new timeout API to the kernel. Enable only for e200 right now since it's the only user. Use that as the one-shot delay for SD card inserts. 2007-07-29 04:49:19 +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 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
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 Clean up PP502x CPU clock setup code and use the full 80MHz when boosted. 2007-07-26 15:07:16 +00:00
system-pp5002.c Remove the hack which read the ipod hardware revision from flash in the bootloader and passed it to Rockbox via a fixed address in SDRAM. Rockbox now remaps flash and so can just read the value itself. Also clean up the debug menu a little - only display the hw revision for ipods, and add the lcd_type variable to indicate the type of LCD (0 or 1) for ipod Color/Photo. 2007-07-25 13:12:38 +00:00
system-target.h Clean up PP502x CPU clock setup code and use the full 80MHz when boosted. 2007-07-26 15:07:16 +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