rockbox/firmware/target/arm
Michael Giacomelli e243db65b4 Commit FS#8920, fixed headphone detection for the Ipod 2G by Mark Fawcus.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17336 a1c6a512-1295-4272-9138-f99709370657
2008-05-03 21:15:13 +00:00
..
archos/av300
imx31 Gigabeat S: Man it's so loud in here. We have SOUND! Someone please make keymaps consistent; it's rather messy atm. 2008-05-03 15:14:52 +00:00
ipod Commit FS#8920, fixed headphone detection for the Ipod 2G by Mark Fawcus. 2008-05-03 21:15:13 +00:00
iriver Make the linker complain if the bootloader isn't going to fit into IRAM on PP devices. 2008-05-01 17:13:33 +00:00
olympus Make the linker complain if the bootloader isn't going to fit into IRAM on PP devices. 2008-05-01 17:13:33 +00:00
pnx0101 Remove wrong usage of '.global'. These symbols are imported, not exported. 2008-04-29 06:47:34 +00:00
s3c2440 Working ROLO for the Gigabeat F/X 2008-05-02 03:27:17 +00:00
sandisk Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static. 2008-05-03 08:35:14 +00:00
tatung/tpj1022 Do core interrupt masking in a less general fashion and save some instructions to decrease size and speed things up a little bit. Small fix to a few places where interrupts would get enabled again where they shouldn't have been (context switching calls when disabled). 2008-03-26 01:50:41 +00:00
tcc77x Convert the TCC77x ADC driver to use interrupts - based on the technique used in the SH ADC driver. 2008-05-03 07:49:39 +00:00
tcc780x Remove wrong usage of '.global'. These symbols are imported, not exported. 2008-04-29 06:47:34 +00:00
tms320dm320 Forgot 0x 2008-05-03 18:54:47 +00:00
adc-pp5020.c
ata-as-arm.S 1) add support for ata-as-arm 2008-05-03 13:43:26 +00:00
ata-pp5002.c
ata-pp5020.c
ata-target.h
audio-pp.c
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 Add a complete priority inheritance implementation to the scheduler (all mutex ownership and queue_send calls are inheritable). Priorities are differential so that dispatch depends on the runnable range of priorities. Codec priority can therefore be raised in small steps (pcmbuf updated to enable). Simplify the kernel functions to ease implementation and use the same kernel.c for both sim and target (I'm tired of maintaining two ;_). 1) Not sure if a minor audio break at first buffering issue will exist on large-sector disks (the main mutex speed issue was genuinely resolved earlier). At this point it's best dealt with at the buffering level. It seems a larger filechunk could be used again. 2) Perhaps 64-bit sims will have some minor issues (finicky) but a backroll of the code of concern there is a 5-minute job. All kernel objects become incompatible so a full rebuild and update is needed. 2008-03-25 02:34:12 +00:00
i2c-pp.c FS#8898 - Prefix AS3514 registers with AS3514_ 2008-04-15 21:33:32 +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 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
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 Optimized byte-swapping macros for ARMv6. 2008-04-16 20:44:10 +00:00
system-pp502x.c Fix warning. 2008-04-19 16:48:01 +00:00
system-pp5002.c
system-target.h Fix freezing of some builds on PP5002. The PP5002 needs the not-sleep-at 0xNNNNNNN0-addresses fix everywhere when caching is enabled, not only in core_sleep(). Introduced a pair of inline functions to sleep and wake cores on PP for consistency. 2008-04-20 17:53:05 +00:00
usb-drv-arc.c Added missing usb #includes to usb source files. 2008-05-03 07:10:21 +00:00
usb-fw-pp502x.c Added missing usb #includes to usb source files. 2008-05-03 07:10:21 +00:00
usb-fw-pp5002.c
usb-target.h
wmcodec-pp.c Do some crackdown on kernel object reinitialization after they could be in use and use before initialization. For c200/e200: Be sure fat cache and ata locks are acquired in the proper order during hot swapping. Delay hotswap monitoring until after initial file mounting (address 2nd kobj concern + possible call of fat driver before init). 2008-03-12 10:03:52 +00:00
wmcodec-telechips.c A few preparations for the D2 PCM driver: move driver up to TCC780x level, move FIQ handler into PCM driver, add some new register defines, and remove those goddamn warnings. 2008-04-21 20:16:18 +00:00