rockbox/firmware/target/arm
2007-07-27 12:05:54 +00:00
..
archos/av300 Do some planned radio interface cleanup since adding in the LV24020LP. 2007-07-14 11:20:31 +00:00
ipod iPod 2nd gen: * Fake battery voltage of 4.00V so rockbox doesn't shutdown (ADC is not yet implemented). * Fix button hold polarity for main rockbox. * Implement backlight inversion (the 1st/2nd gen backlight works in a way that makes the LCD look inverted when active). * Fix default contrast and clean up target tree. 2007-07-27 12:05:54 +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 Some rewriting of the e200 ata driver. No more panicing. Faster card multiplexing. Some calculated yielding (further tuneable if needed). Hopefully more reliable in general. Easy revert if rebellious. 2007-07-25 06:15:07 +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 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 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