.. |
archos/av300
|
|
|
imx31
|
FS#9051 - remove LCD margins... use viewports if you need them...
|
2008-06-23 13:20:35 +00:00 |
ipod
|
Blind-add some code from ipodlinux that hopefully fixes the colour problem on iPod Photo reported on the forums.
|
2008-06-12 05:56:34 +00:00 |
iriver
|
Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when the lcd is enabled and the image is refreshed so overlayed drawing can also be refreshed. Chiefly mpegplayer needs this so it can redraw the YUV data after the backlight is turned on while paused or when using 'Set Start Time'.
|
2008-05-28 10:17:16 +00:00 |
olympus
|
Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to disable' register and hasn't anything to do with acknowledging interrupts-- that's handled at the module level.
|
2008-06-03 05:08:24 +00:00 |
philips
|
Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to disable' register and hasn't anything to do with acknowledging interrupts-- that's handled at the module level.
|
2008-06-03 05:08:24 +00:00 |
pnx0101
|
Remove wrong usage of '.global'. These symbols are imported, not exported.
|
2008-04-29 06:47:34 +00:00 |
s3c2440
|
FS#9051 - remove LCD margins... use viewports if you need them...
|
2008-06-23 13:20:35 +00:00 |
sandisk
|
Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to disable' register and hasn't anything to do with acknowledging interrupts-- that's handled at the module level.
|
2008-06-03 05:08:24 +00:00 |
tatung/tpj1022
|
|
|
tcc77x
|
FS#9051 - remove LCD margins... use viewports if you need them...
|
2008-06-23 13:20:35 +00:00 |
tcc780x
|
D2: Take notice of the hold button.
|
2008-06-23 21:38:11 +00:00 |
tms320dm320
|
FS#9051 - remove LCD margins... use viewports if you need them...
|
2008-06-23 13:20:35 +00:00 |
adc-as3514.c
|
Preparing for the Philips SA9200 part 1. Move the Sansa ADC & ATA drivers up one level.
|
2008-05-13 01:53:19 +00:00 |
adc-pp5020.c
|
|
|
ata-as-arm.S
|
1) Use a separate config-<target>.h for Zen Vision(:M) (60GB)
|
2008-05-14 18:55:19 +00:00 |
ata-pp5002.c
|
|
|
ata-pp5020.c
|
|
|
ata-sd-pp.c
|
Philips GoGear SA9200 port. Working bootloader and normal builds, including sound. No touchpad now, buttons limited to using vol+/vol-/power for up/down/select. Rockbox USB is enabled since the OF is MTP only...read the warnings on the PortalPlayerUsb wiki page.
|
2008-05-21 03:55:17 +00:00 |
ata-sd-target.h
|
Preparing for the Philips SA9200 part 2. Since the SA9200 doesn't have a microsd card (no hotswap), use HAVE_ATA_SD for the Sansa flash driver so we don't rely on HAVE_HOTSWAP in some places.
|
2008-05-13 02:50:31 +00:00 |
ata-target.h
|
|
|
audio-pp.c
|
Commit FS#9024 - apply proper line-in gain for h10's radio by Przemyslaw Holubowski with one change: make "0x1e" "0x1f" since that's actually +12dB.
|
2008-05-31 08:31:46 +00:00 |
crt0-pp-bl.S
|
|
|
crt0-pp.S
|
Remove wrong usage of '.global'. These symbols are imported, not exported.
|
2008-04-29 06:47:34 +00:00 |
ffs-arm.S
|
|
|
i2c-pp.c
|
Philips GoGear SA9200 port. Working bootloader and normal builds, including sound. No touchpad now, buttons limited to using vol+/vol-/power for up/down/select. Rockbox USB is enabled since the OF is MTP only...read the warnings on the PortalPlayerUsb wiki page.
|
2008-05-21 03:55:17 +00:00 |
i2c-telechips.c
|
Fixed prototype of i2c_write for plugins and for i2c-telechips (fix red/yellow).
|
2008-04-28 14:33:03 +00:00 |
i2s-pp.c
|
Update source files to include the header file for the functions they implement, to make sure the header and the implementation is consistent (and fix it for a case where it wasn't).
|
2008-04-28 10:22:05 +00:00 |
lcd-as-memframe.S
|
|
|
memcpy-arm.S
|
|
|
memmove-arm.S
|
|
|
memset-arm.S
|
|
|
memset16-arm.S
|
|
|
mmu-arm.c
|
Fix the ARM assembly to ensure that the stack is not used.
|
2008-05-10 18:30:46 +00:00 |
mmu-arm.h
|
This is a big chunk of code necessary to prepare for Gigabeat F flash loading and and implementation of rolo. There should be no noticible changes for the user. A new bootloader is not needed.
|
2008-04-22 04:34:25 +00:00 |
pcm-pp.c
|
Update source files to include the header file for the functions they implement, to make sure the header and the implementation is consistent (and fix it for a case where it wasn't).
|
2008-04-28 10:22:05 +00:00 |
system-arm.h
|
|
|
system-pp502x.c
|
Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to disable' register and hasn't anything to do with acknowledging interrupts-- that's handled at the module level.
|
2008-06-03 05:08:24 +00:00 |
system-pp5002.c
|
Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to disable' register and hasn't anything to do with acknowledging interrupts-- that's handled at the module level.
|
2008-06-03 05:08:24 +00:00 |
system-target.h
|
|
|
usb-drv-arc.c
|
corrected sign of error return value
|
2008-06-05 15:49:35 +00:00 |
usb-fw-pp502x.c
|
Philips GoGear SA9200 port. Working bootloader and normal builds, including sound. No touchpad now, buttons limited to using vol+/vol-/power for up/down/select. Rockbox USB is enabled since the OF is MTP only...read the warnings on the PortalPlayerUsb wiki page.
|
2008-05-21 03:55:17 +00:00 |
usb-fw-pp5002.c
|
|
|
usb-target.h
|
|
|
wmcodec-pp.c
|
|
|
wmcodec-telechips.c
|
More static / header file cleanup.
|
2008-05-03 23:18:56 +00:00 |