.. |
archos/av300
|
Rework ATA driver to get rid of lots of target-specific constants and allow for non-memory-mapped task file registers.
|
2011-01-02 22:51:47 +00:00 |
as3525
|
AMSv2 sd: correct CLKENA settings (to stop sd clock when idle) for AMSv2 variant 1 players
|
2011-03-28 20:46:56 +00:00 |
at91sam
|
|
|
imx31
|
Change the thread api a bit.
|
2011-03-05 17:48:06 +00:00 |
ipod
|
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 |
iriver
|
Convert PortalPlayer iRivers to use USB-mode enabled bootloader. The H10 5/6GB already has a pre-boot USB mode (so it's a little redundant there) but building them the same way is simpler.
|
2011-01-17 06:50:27 +00:00 |
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
|
Get the last warning for vibe 500 bootloader.
|
2011-01-15 09:11:38 +00:00 |
philips
|
e200v1 seems to be ok using USB-enabled bootloader. Also, include the bootloader USB .lds into the boot.lds instead of pasting into every one to keep things sane for now-- commented upon inside.
|
2011-01-16 01:40:15 +00:00 |
pnx0101
|
move dbg_ports() from apps/menu_debug.c to target tree. FS#11712 by me.
|
2010-11-06 14:24:25 +00:00 |
s3c2440
|
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 |
s5l8700
|
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 |
s5l8702
|
iPod Classic storage driver: Fix some implicit casts, typos, ...
|
2011-03-24 14:51:23 +00:00 |
samsung
|
|
|
sandisk
|
Submit FS#11926, calibrate charge curve for e200v1. Thanks to Martin Ritter.
|
2011-02-11 15:58:39 +00:00 |
tatung
|
|
|
tcc77x
|
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 |
tcc780x
|
Try to get some control over #ifdef hell in usb.c by refactoring and inline function use. SYS_USB_DISCONNECTED_ACK hasn't been doing anything useful for the USB thread; remove it. USB thread simply ignores that value. Observe only valid usb_state transitions.
|
2011-01-18 14:10:06 +00:00 |
tms320dm320
|
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 |
adc-as3514.c
|
|
|
adc-pp5020.c
|
|
|
ascodec-pp.c
|
|
|
ascodec-target.h
|
|
|
ata-as-arm.S
|
|
|
ata-nand-telechips.c
|
|
|
ata-pp5002.c
|
|
|
ata-pp5020.c
|
Fix or at least significantly improve FS#11830. With introduction of ATA DMA for PP502x a special treatment of the IDE0_CFG register for the iPod nano (see FS#7510) was lost.
|
2011-01-21 23:32:57 +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 |
ata-target.h
|
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 |
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
|
|
|
boot-pp502x-bl-usb.lds
|
e200v1 seems to be ok using USB-enabled bootloader. Also, include the bootloader USB .lds into the boot.lds instead of pasting into every one to keep things sane for now-- commented upon inside.
|
2011-01-16 01:40:15 +00:00 |
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
|
move dbg_ports() from apps/menu_debug.c to target tree. FS#11712 by me.
|
2010-11-06 14:24:25 +00:00 |
debug-target.h
|
move dbg_ports() from apps/menu_debug.c to target tree. FS#11712 by me.
|
2010-11-06 14:24:25 +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
|
|
|
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
|
New port: iPod Classic (also known as iPod 6G/6.5G/7G)
|
2011-01-02 23:16:27 +00:00 |
mmu-armv6.S
|
|
|
pcm-pp.c
|
|
|
pcm-telechips.c
|
|
|
powermgmt-ascodec.c
|
|
|
sd-pp-target.h
|
|
|
support-arm.S
|
|
|
system-arm.c
|
|
|
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
|
Add a higher level USB detection that prevents fraudulent bus resets from causing USB mode to be entered. Enable for SA9200 only at this time. Also, for SA9200, use the bus power GPIO rather than the 'connector inserted' GPIO to detect the cable.
|
2011-01-17 12:24:41 +00:00 |
system-pp5002.c
|
|
|
system-target.h
|
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 |
thread-arm.c
|
New port: iPod Classic (also known as iPod 6G/6.5G/7G)
|
2011-01-02 23:16:27 +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
|
PP502x USB: It seems r29087 introduced additional parasitic current consumption after USB disconnect. So, reinitialize the controller just like at startup when disabling USB, which also happens to fix FS#10719.
|
2011-01-20 06:41:05 +00:00 |
usb-fw-pp5002.c
|
Fix r29053 red and a leftover use of 'usb' variable as a bool rather than int in main-pp.c.
|
2011-01-15 08:52:59 +00:00 |
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
|
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 |
usb-tcc.c
|
|
|
wmcodec-pp.c
|
|
|
wmcodec-telechips.c
|
|
|