rockbox/firmware/target/arm
Rafaël Carré a9b9977083 Move PP-specific headers to pp/ directory
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31530 a1c6a512-1295-4272-9138-f99709370657
2012-01-03 04:23:24 +00:00
..
archos/av300 FS#12418 - Merge prototypes from ata-target.h files into new file ata-driver.h. After this change: 2011-12-08 21:23:53 +00:00
as3525 usb-drv-as3525v2.c: merge in usb-s3c6400x.c 2011-12-31 21:22:48 +00:00
at91sam Add missing includes found using -Wmissing-declarations. 2011-12-21 18:02:50 +00:00
imx31 i.MX31 - Dethreading operations continue 2012-01-02 18:32:35 +00:00
imx233 imx233: add AUDIOIN registers, cosmetics 2012-01-02 11:10:17 +00:00
ipod Add KEEP() around vectors in linker scripts. 2011-12-18 06:43:08 +00:00
iriver Fix FS#12243 : On 20GB H10, restore correct upside down state when waking LCD. 2012-01-01 17:39:30 +00:00
olympus Make more local functions static. 2011-12-21 17:36:18 +00:00
pbell usb-target.h: remove 2011-12-31 18:44:55 +00:00
philips Make more local functions static. 2011-12-21 17:36:18 +00:00
pnx0101 usb-target.h: remove 2011-12-31 18:44:55 +00:00
pp Move PP-specific headers to pp/ directory 2012-01-03 04:23:24 +00:00
rk27xx usb-target.h: remove 2011-12-31 18:44:55 +00:00
s3c2440 usb-target.h: remove 2011-12-31 18:44:55 +00:00
s5l8700 usb-target.h: remove 2011-12-31 18:44:55 +00:00
s5l8702 iPod Classic: HDD endianness change 2011-12-28 16:06:13 +00:00
samsung Add KEEP() around vectors in linker scripts. 2011-12-18 06:43:08 +00:00
sandisk Add KEEP() around vectors in linker scripts. 2011-12-18 06:43:08 +00:00
tatung Add KEEP() around vectors in linker scripts. 2011-12-18 06:43:08 +00:00
tcc77x Switch to SYS mode on arm FS#12322 by me 2011-10-11 16:06:03 +00:00
tcc780x Add KEEP() around vectors in linker scripts. 2011-12-18 06:43:08 +00:00
tms320dm320 usb-target.h: remove 2011-12-31 18:44:55 +00:00
adc-as3514.c
adc-pp5020.c
ascodec-pp.c
ata-as-arm.S
ata-nand-telechips.c GSoC/Buflib: Add buflib memory alocator to the core. 2011-08-30 14:01:33 +00:00
ata-pp5002.c FS#12418 - Merge prototypes from ata-target.h files into new file ata-driver.h. After this change: 2011-12-08 21:23:53 +00:00
ata-pp5020.c Commit to certain names for cache coherency APIs and discard the aliases. 2011-12-17 07:27:24 +00:00
ata-sd-pp.c All kernel objects in code shared amongs targets (core, plugins, codecs) should be declared SHAREDBSS_ATTR as any core could potentially touch them even though they seem only to involve threads on one core. The exception is target code for particular CPUs where proper allocation is fixed. playlist.c was a little odd too-- use one mutex for the current playlist and a separate one for created playlists (still pondering the necessity of more than one). 2011-02-14 11:27:45 +00:00
audio-pp.c
bits-armv4.S Do some things to make -ffunction-sections work better. 2011-12-17 01:43:32 +00:00
bits-armv6.S Do some things to make -ffunction-sections work better. 2011-12-17 01:43:32 +00:00
boot-pp502x-bl-usb.lds Do some things to make -ffunction-sections work better. 2011-12-17 01:43:32 +00:00
crt0-pp-bl.S Switch to SYS mode on arm FS#12322 by me 2011-10-11 16:06:03 +00:00
crt0-pp.S PortalPlayer: Loading of stack munge value into r4 was moved in r30741 to after the idle stack init loop, breaking the usage readout. 2011-11-27 07:01:47 +00:00
crt0-pp502x-bl-usb.S Switch to SYS mode on arm FS#12322 by me 2011-10-11 16:06:03 +00:00
crt0.S Switch to SYS mode on arm FS#12322 by me 2011-10-11 16:06:03 +00:00
debug-pp.c ipod nano 1g: enable readout of battery current through ADC channel 4066_ISTAT 2011-07-24 17:32:50 +00:00
ffs-arm.S
i2c-pp.c
i2c-telechips.c
i2s-pp.c
kernel-pp.c Bootloader USB mode for PP502x. Enable only on GoGear SA9200 for the time being. Add HAVE_BOOTLOADER_USB_MODE to config if BOOTLOADER is defined to enable it. Clean up some kernel stuff a little to support it. Mess up a bunch of other stuff (hopefully not too badly). 2011-01-15 08:19:30 +00:00
lcd-as-memframe.S Do some things to make -ffunction-sections work better. 2011-12-17 01:43:32 +00:00
lcd-c200_c200v2.c
lcd-ssd1815.c
memcpy-arm.S
memmove-arm.S
memset-arm.S
memset16-arm.S
mmu-arm.h Commit to certain names for cache coherency APIs and discard the aliases. 2011-12-17 07:27:24 +00:00
mmu-arm.S Commit to certain names for cache coherency APIs and discard the aliases. 2011-12-17 07:27:24 +00:00
mmu-armv6.S Commit to certain names for cache coherency APIs and discard the aliases. 2011-12-17 07:27:24 +00:00
pcm-mixer-armv4.c Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitations about playback of voice and other sounds when paused. Channels are independent in state and amplitude. Fade on stop/pause is handled by the channel's volume control rather than global volume which means it now works from anywhere. Opens up the possibility of plugin sounds during music playback by merely adding an additional channel enum. If any PCM drivers were not properly modified, see one of the last comments in the task for a description of the simple change that is expected. Some params are tunable in firmware/export/pcm-mixer.h as well. 2011-06-29 06:37:04 +00:00
pcm-mixer-armv5.c Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitations about playback of voice and other sounds when paused. Channels are independent in state and amplitude. Fade on stop/pause is handled by the channel's volume control rather than global volume which means it now works from anywhere. Opens up the possibility of plugin sounds during music playback by merely adding an additional channel enum. If any PCM drivers were not properly modified, see one of the last comments in the task for a description of the simple change that is expected. Some params are tunable in firmware/export/pcm-mixer.h as well. 2011-06-29 06:37:04 +00:00
pcm-mixer-armv6.c Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitations about playback of voice and other sounds when paused. Channels are independent in state and amplitude. Fade on stop/pause is handled by the channel's volume control rather than global volume which means it now works from anywhere. Opens up the possibility of plugin sounds during music playback by merely adding an additional channel enum. If any PCM drivers were not properly modified, see one of the last comments in the task for a description of the simple change that is expected. Some params are tunable in firmware/export/pcm-mixer.h as well. 2011-06-29 06:37:04 +00:00
pcm-pp.c Commit to certain names for cache coherency APIs and discard the aliases. 2011-12-17 07:27:24 +00:00
pcm-telechips.c Shuffle some functions around so that interfacing with playback.c in particular isn't required. Though playback does finish the audio init, pcm doesn't care who does it. 2011-09-01 12:15:43 +00:00
powermgmt-ascodec.c usb-target.h: remove 2011-12-31 18:44:55 +00:00
support-arm.S Fix assembler .size directives. Currently used binutils don't complain, but 2.21.1 treats these as errors. 2011-11-09 19:20:33 +00:00
system-arm.c Switch to SYS mode on arm FS#12322 by me 2011-10-11 16:06:03 +00:00
system-arm.h Merge functionality of wakeups and semaphores-- fewer APIs and object types. semaphore_wait takes a timeout now so codecs and plugins have to be made incompatible. Don't make semaphores for targets not using them. 2011-03-02 08:49:38 +00:00
system-pp502x.c usb-target.h: remove 2011-12-31 18:44:55 +00:00
system-pp5002.c Commit to certain names for cache coherency APIs and discard the aliases. 2011-12-17 07:27:24 +00:00
thread-arm.c imx233: implement core_sleep 2011-12-26 17:09:09 +00:00
thread-pp.c Commit to certain names for cache coherency APIs and discard the aliases. 2011-12-17 07:27:24 +00:00
timer-pp.c
usb-drv-arc.c Some iPod Video's need a 2nd call of ub_drv_init() to establish the USB connection. This workaround breaks the USB functionality for other devices. Until there is a proper fix available just use the workaround for iPod Video only. Fixes FS#12324. 2011-10-20 14:48:20 +00:00
usb-fw-pp502x.c usb-target.h: remove 2011-12-31 18:44:55 +00:00
usb-fw-pp5002.c usb-target.h: remove 2011-12-31 18:44:55 +00:00
usb-s3c6400x.c Make USB work again on iPod Nano 2G and iPod Classic. Still not 100% stable on Nano 2G, and HID is still broken. 2012-01-01 21:28:03 +00:00
usb-tcc.c usb-target.h: remove 2011-12-31 18:44:55 +00:00
wmcodec-pp.c
wmcodec-telechips.c