.. |
archos/av300
|
|
|
as3525
|
Sansa clip zip: update lcd_update_rect to even-align horizontal coordinates for the wisechip display type
|
2011-11-12 20:14:44 +00:00 |
at91sam
|
Switch to SYS mode on arm FS#12322 by me
|
2011-10-11 16:06:03 +00:00 |
imx31
|
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 |
imx233
|
imx233: use generic code for both channels and delays arbiter code
|
2011-11-14 21:05:10 +00:00 |
ipod
|
Make local functions and variables static where possible
|
2011-11-03 23:32:49 +00:00 |
iriver
|
|
|
olympus
|
|
|
pbell
|
|
|
philips
|
HDD6330: improve the behavior of the lcd during shutdown.
|
2011-09-20 10:32:58 +00:00 |
pnx0101
|
Switch to SYS mode on arm FS#12322 by me
|
2011-10-11 16:06:03 +00:00 |
rk27xx
|
Added HiFiMAN HM-801 target. FS#12355. This also renames tda1543.{ch} used by HM-60x to dummy_codec.{ch} as it works for PCM1704 used by HM-801.
|
2011-11-03 11:53:02 +00:00 |
s3c2440
|
Switch to SYS mode on arm FS#12322 by me
|
2011-10-11 16:06:03 +00:00 |
s5l8700
|
Bulk convert all DOS line endings to UNIX.
|
2011-11-06 22:44:25 +00:00 |
s5l8702
|
Bulk convert all DOS line endings to UNIX.
|
2011-11-06 22:44:25 +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
|
Switch to SYS mode on arm FS#12322 by me
|
2011-10-11 16:06:03 +00:00 |
tcc780x
|
Switch to SYS mode on arm FS#12322 by me
|
2011-10-11 16:06:03 +00:00 |
tms320dm320
|
Switch to SYS mode on arm FS#12322 by me
|
2011-10-11 16:06:03 +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
|
|
|
ata-target.h
|
|
|
audio-pp.c
|
|
|
bits-armv4.S
|
|
|
bits-armv6.S
|
|
|
boot-pp502x-bl-usb.lds
|
|
|
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
|
Switch to SYS mode on arm FS#12322 by me
|
2011-10-11 16:06:03 +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 |
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
|
|
|
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
|
Sansa AMSv2: initialise PMU (power management unit), inspired by how the OF does it
|
2011-09-18 15:33:19 +00:00 |
sd-pp-target.h
|
|
|
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
|
|
|
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
|
Changed #warning to a TODO comment.
|
2011-10-05 14:42:18 +00:00 |
thread-pp.c
|
|
|
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
|
Remove obsolete USB_DETECT_BY_DRV define throughout.
|
2011-09-14 16:42:43 +00:00 |
usb-fw-pp5002.c
|
|
|
usb-s3c6400x.c
|
Rework FS#12310 fix (r30906) for better readability. No functional change.
|
2011-11-10 10:37:02 +00:00 |
usb-target.h
|
|
|
usb-tcc.c
|
|
|
wmcodec-pp.c
|
|
|
wmcodec-telechips.c
|
|
|