.. |
archos/av300
|
|
|
imx31/gigabeat-s
|
These functions haven't been implemented yet - remove their content to get Gigabeat S builds compiling again.
|
2007-10-11 08:25:24 +00:00 |
ipod
|
Get rid of some more inl/outl, and use the new macros for bitwise GPIO manipulation. No functional change.
|
2007-11-06 00:36:39 +00:00 |
iriver
|
FS#8046: H10 FM tuner support. Thanks to Przemyslaw Holubowski for doing the hard work in figuring out how to communicate with the tuner.
|
2007-11-11 16:00:33 +00:00 |
pnx0101
|
Unify PCM interface just above the hardware driver level for all targets including the sims. Perform lockout of audio callback when changing states. Weird new playback or recording trouble? Check before and after this revision first though things seem quite sound.
|
2007-10-06 22:27:27 +00:00 |
s3c2440
|
Setup the gigabeat so that iram is faked in a different spot since the normal iram location does not seem to be working. This lays the groundwork to get rolo running.
|
2007-11-11 19:13:09 +00:00 |
sandisk
|
Portal player i2c driver: More struct spinlock phaseout.
|
2007-11-12 07:58:54 +00:00 |
tatung/tpj1022
|
|
|
tcc77x
|
Button driver for Logik DAX, plus some changes to the debug info displayed in the bootloader build.
|
2007-11-01 23:38:57 +00:00 |
tms320dm320
|
change the SCREEN_ROTATE define to be more meaningful, and set the mr500 orientation to landscape by default
|
2007-11-11 04:48:33 +00:00 |
ata-as-arm.S
|
|
|
ata-pp5002.c
|
|
|
ata-pp5020.c
|
|
|
ata-target.h
|
|
|
audio-pp.c
|
Hopefully fix line-in recording on PortalPlayer targets (H10 in particular).
|
2007-11-11 23:41:54 +00:00 |
crt0-pp-bl.S
|
Compile Portal Player bootloaders as single core. Cleanup the startup code for bootloaders. Remove cop stack entirely and keep IRAM use down on all relevant targets - just use the 128-byte idle stack. Use the inline asm version of current_core for pp5002 as well.
|
2007-09-29 06:17:33 +00:00 |
crt0-pp.S
|
Unify PCM interface just above the hardware driver level for all targets including the sims. Perform lockout of audio callback when changing states. Weird new playback or recording trouble? Check before and after this revision first though things seem quite sound.
|
2007-10-06 22:27:27 +00:00 |
crt0.S
|
Seperate the Gigabeat F/X crt0.s, cleanup some #ifdefs in app.lds, add an extra reg to the debug menu.
|
2007-11-11 17:58:13 +00:00 |
i2c-pp.c
|
Portal player i2c driver: More struct spinlock phaseout.
|
2007-11-12 07:58:54 +00:00 |
i2s-pp.c
|
Finish the conversion to packed i2s for PP502x. Karl Kurbjun-approved for Mini-1G. Simplify the pcm format selection #ifdefs.
|
2007-10-16 04:19:18 +00:00 |
lcd-as-memframe.S
|
More M:Robe work including a fix to lcd-as-memframe for larger screens thanks to Michael Sevakis. Also fixes simulator builds.
|
2007-10-21 23:12:17 +00:00 |
memcpy-arm.S
|
|
|
memmove-arm.S
|
|
|
memset-arm.S
|
|
|
memset16-arm.S
|
|
|
memswap128-arm.S
|
Beginning of an M:Robe 500i port. Currently only in the bootloader stage. Needs another piece of code to start the boot process - will be in the wiki.
|
2007-09-20 04:46:41 +00:00 |
mmu-arm.c
|
Unify the Gigabeat F/X and M:Robe MMU code while enabling it for the M:Robe
|
2007-10-23 03:29:15 +00:00 |
mmu-arm.h
|
Unify the Gigabeat F/X and M:Robe MMU code while enabling it for the M:Robe
|
2007-10-23 03:29:15 +00:00 |
pcm-pp.c
|
Finish the conversion to packed i2s for PP502x. Karl Kurbjun-approved for Mini-1G. Simplify the pcm format selection #ifdefs.
|
2007-10-16 04:19:18 +00:00 |
system-arm.h
|
Unify PCM interface just above the hardware driver level for all targets including the sims. Perform lockout of audio callback when changing states. Weird new playback or recording trouble? Check before and after this revision first though things seem quite sound.
|
2007-10-06 22:27:27 +00:00 |
system-pp502x.c
|
Mini 2nd Gen: Almost doubled LCD update speed when not boosted (68.5->129fps @30MHz) by handling the serial LCD clock divider.
|
2007-11-08 06:52:48 +00:00 |
system-pp5002.c
|
Compile Portal Player bootloaders as single core. Cleanup the startup code for bootloaders. Remove cop stack entirely and keep IRAM use down on all relevant targets - just use the 128-byte idle stack. Use the inline asm version of current_core for pp5002 as well.
|
2007-09-29 06:17:33 +00:00 |
system-target.h
|
Add some CACHEALIGN_* macros and a helper function to assist in aligning data and buffers on PortalPlayer processors to cache line boundaries. They're noops when PROC_NEED_CACHEALIGN isn't defined. Go safe and increase the value to 32 since I'm not sure yet if 16 is sufficient - changing that is a one-liner. Add helper to plugin API which will be needed shortly.
|
2007-11-08 05:17:20 +00:00 |
usb-fw-pp502x.c
|
Get rid of some more inl/outl. 0x70000084 seems to be GPO32_ENABLE.
|
2007-11-05 17:19:00 +00:00 |
usb-fw-pp5002.c
|
FS #7691 - improved USB detection on PP devices. This patch modifies the target-tree function usb_detect() on all targets from bool to int, returning USB_INSERTED or USB_EXTRACTED instead of true or false. This was done to enable the PP usb_detect() to check for USB_POWER (either a connection to a USB wall charger, or the user holding "charge mode" button) and return that as a third value.
|
2007-09-04 08:03:07 +00:00 |
usb-target.h
|
Fix USB detection on ipods and other portalplayer targets - Rockbox now correctly distinguishes between a USB connection to a computer and a connection to a USB AC charger. Based on the experimental USB code in FS #6494 by Barry Wardell. Closes FS #4724.
|
2007-02-04 21:46:01 +00:00 |
wmcodec-pp.c
|
Get rid of a couple of inl/outl since we have defines. Also use some other defines in place of magic values.
|
2007-11-05 14:26:47 +00:00 |