.. |
archos/av300
|
|
|
as3525
|
sansa clipzip: fix lcd init delay (remove lcd_delay and replace it with a sleep)
|
2011-09-06 16:55:52 +00:00 |
at91sam
|
Move dbg_hw_info() into target tree. FS#11735 by me
|
2011-06-05 10:26:06 +00:00 |
imx31
|
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 |
imx233
|
imx233/fuze+: correctly reset i2c block
|
2011-09-13 23:40:16 +00:00 |
ipod
|
ipod nano 1g: enable readout of battery current through ADC channel 4066_ISTAT
|
2011-07-24 17:32:50 +00:00 |
iriver
|
|
|
olympus
|
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 |
pbell
|
|
|
philips
|
HDD6330: fix the behavior of the lcd during shutdown (fading out), disable poweroff while charging for now.
|
2011-09-13 21:14:11 +00:00 |
pnx0101
|
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 |
rk27xx
|
rk27xx - enable cache
|
2011-09-06 12:39:32 +00:00 |
s3c2440
|
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 |
s5l8700
|
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 |
s5l8702
|
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 |
samsung
|
|
|
sandisk
|
Rework c200wipe to use proper partitioning and formatting code, which makes the code size-independent.
|
2011-09-02 21:34:28 +00:00 |
tatung
|
|
|
tcc77x
|
Move dbg_hw_info() into target tree. FS#11735 by me
|
2011-06-05 10:26:06 +00:00 |
tcc780x
|
Move dbg_hw_info() into target tree. FS#11735 by me
|
2011-06-05 10:26:06 +00:00 |
tms320dm320
|
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 |
adc-as3514.c
|
|
|
adc-pp5020.c
|
|
|
ascodec-pp.c
|
|
|
ascodec-target.h
|
|
|
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
|
|
|
ata-pp5020.c
|
|
|
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 |
ata-target.h
|
|
|
audio-pp.c
|
|
|
bits-armv4.S
|
Add ARMv4 16-bit(set, mod, clr) operations used on DM320.
|
2011-02-06 19:43:45 +00:00 |
bits-armv6.S
|
Remove atomic register bit manipulation functions from i.MX and s3c target code and introduce generic functions for ARM (bitmod32, bitset32, and bitclr32). Multiprocessor support is possible but just not implemented at the moment, only interrupt lockout.
|
2010-06-30 02:02:46 +00:00 |
boot-pp502x-bl-usb.lds
|
|
|
crt0-pp-bl.S
|
|
|
crt0-pp.S
|
Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code), use the already defined MEMORYSIZE instead.
|
2011-02-02 17:43:32 +00:00 |
crt0-pp502x-bl-usb.S
|
Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code), use the already defined MEMORYSIZE instead.
|
2011-02-02 17:43:32 +00:00 |
crt0.S
|
|
|
debug-pp.c
|
ipod nano 1g: enable readout of battery current through ADC channel 4066_ISTAT
|
2011-07-24 17:32:50 +00:00 |
debug-target.h
|
Move dbg_hw_info() into target tree. FS#11735 by me
|
2011-06-05 10:26:06 +00:00 |
ffs-arm.S
|
|
|
i2c-pp.c
|
|
|
i2c-telechips.c
|
|
|
i2s-pp.c
|
|
|
kernel-pp.c
|
|
|
lcd-as-memframe.S
|
|
|
lcd-c200_c200v2.c
|
|
|
lcd-ssd1815.c
|
|
|
memcpy-arm.S
|
|
|
memmove-arm.S
|
|
|
memset-arm.S
|
|
|
memset16-arm.S
|
|
|
mmu-arm.h
|
|
|
mmu-arm.S
|
imx233/fuze+: prepare target to enable MMU
|
2011-07-23 11:45:18 +00:00 |
mmu-armv6.S
|
Fix beast, forgot the asm label when renaming.
|
2010-09-09 17:00:50 +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
|
Oops. "void void" doesn't work in C :p.
|
2011-09-01 12:20:52 +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
|
|
|
sd-pp-target.h
|
|
|
support-arm.S
|
|
|
system-arm.c
|
rk27xx - arm7ej-s doesn't have MMU/MPU (just like arm7tdmi)
|
2011-09-06 12:39:17 +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
|
|
|
system-pp5002.c
|
|
|
system-target.h
|
Set the default battery capacity for ipod video properly depending on detected RAM size.
|
2011-07-19 20:48:16 +00:00 |
thread-arm.c
|
Rockchip rk27xx port initial commit. This is still work in progress.
|
2011-05-30 21:10:37 +00:00 |
thread-pp.c
|
Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code), use the already defined MEMORYSIZE instead.
|
2011-02-02 17:43:32 +00:00 |
timer-pp.c
|
|
|
usb-drv-arc.c
|
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 |
usb-fw-pp502x.c
|
|
|
usb-fw-pp5002.c
|
|
|
usb-s3c6400x.c
|
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 |
usb-target.h
|
|
|
usb-tcc.c
|
|
|
wmcodec-pp.c
|
|
|
wmcodec-telechips.c
|
|
|