rockbox/firmware/target/arm
Marcoen Hirschberg 6ffbe3896b move the iriver ifp7xx and other pnx0101 related files together in the target tree
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13207 a1c6a512-1295-4272-9138-f99709370657
2007-04-19 10:14:55 +00:00
..
archos/av300 Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI simulator (but with a dummy background image for now) and the beginnings of the target-specific firmare code. Port is temporarily using a 2bpp LCD buffer format - the AV300 has a 320x240 colour (YCbCr-based) LCD which will need a new framebuffer format and drawing routines, but the LCD is also capable of various paletted bitmap modes, one of which has an identical framebuffer format to the greyscale ipods. Buttons (and hence the button mappings) are identical to the Archos Recorder, with the exception that the PLAY button on the Recorder is replaced by pressing the joystick on the AV300 (which I call BUTTON_SELECT). The initial port will begin by being strictly HWCODEC, but will evolve to be a hybrid SWCODEC/HWCODEC platform - it has a MAS3587F but also a main CPU (54MHz arm7tdmi plus DSP) capable of software decoding of at least some formats. 2007-01-14 13:48:09 +00:00
ipod 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
iriver move the iriver ifp7xx and other pnx0101 related files together in the target tree 2007-04-19 10:14:55 +00:00
pnx0101 move the iriver ifp7xx and other pnx0101 related files together in the target tree 2007-04-19 10:14:55 +00:00
s3c2440/gigabeat-fx move the Gigabeat from gigabeat/meg-fx to s3c2440/gigabeat-fx to avoid problems with possible ports in the future: Gigabeat S/V (i.mx31 based) and Kenwood HD20GA7/HD20GA9 (s3c2440 based) 2007-04-18 12:22:27 +00:00
sandisk/sansa-e200 allow the backlight on hold setting to work correctly on sansa 2007-04-19 08:03:23 +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 Assembler optimised ATA transfer loops for ARM targets. Only used for PP5020/5021/5022 targets atm. PP5002 seems to have problems with it not directly related to the asm code itself, and the gigabeat doesn't profit from it, probably because the CPU isn't the bottleneck even without optimisation. 2007-01-24 00:12:08 +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 Assembler optimised ATA transfer loops for ARM targets. Only used for PP5020/5021/5022 targets atm. PP5002 seems to have problems with it not directly related to the asm code itself, and the gigabeat doesn't profit from it, probably because the CPU isn't the bottleneck even without optimisation. 2007-01-24 00:12:08 +00:00
audio-pp.c really fix red builds this time 2007-02-18 02:34:36 +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 Switch to mi4 format for Rockbox binary on H10 and Sansa. This means we now only have one binary format to deal with on this target. Users with bootloaders older than 20 March 2007 will have to update. Up to date ones are already on download.rockbox.org since that date. 2007-04-12 21:07:35 +00:00
crt0.S PNX0101 changes: 2007-03-24 19:26:13 +00:00
i2c-pp.c More PortalPlayer I2C unification work 2007-01-27 20:09:57 +00:00
i2s-pp.c Sound for Sansa E200 - based on work by myself, Rene Peinthor, Barry Wardell and Christian Gmeiner from the AS3514 datasheet. 2007-03-11 17:38:08 +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 Sound for Sansa E200 - based on work by myself, Rene Peinthor, Barry Wardell and Christian Gmeiner from the AS3514 datasheet. 2007-03-11 17:38:08 +00:00
system-arm.h Do the target shuffle again a better way by including from higher levels 2007-04-14 01:18:06 +00:00
system-target.h Heh. Better way to load the PROCESSOR_ID address. Thanks Thom. :) 2007-04-14 11:46:05 +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 Reenable aynchronous audio init stage. Really just single stage with aynchronous enabling of outputs. Keeps audio_init last so prior init steps can use the audiobuffer in any desired way. Audio will be fully initialized by the time the UI is entered. Playback of voice or audio will be delayed properly until audio hardware is ready. 2007-03-11 05:04:48 +00:00