rockbox/firmware/target/arm
2008-10-12 16:46:01 +00:00
..
archos/av300 Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
as3525 Commit FS#9467 - initial work on port to Sansa Clip by Rafaël Carré and François Dinel. A few cosmetic changes were made by me prior to committing: 1) TAB policing in button-clip.c; 2) Add François Dinel to CREDITS; 3) Add François Dinel as (C) holder in button-target.h (it was previously blank); 4) Add Rockbox header to bootloader/sansa_as3525.c with Rafaël Carré as (C) holder; 5) Change target_id to 50 (next available number) in tools/configure and fixed indentation; 6) Change MODEL_NUMBER in config-clip.h to 50 (next available number); 7) Remove unused in/out macros from system-target.h 2008-10-12 16:46:01 +00:00
imx31 Define the various CPUFREQ_* macros so that Gigabeat S compiles with test_codec enabled, and use the correct value. 2008-09-21 22:32:56 +00:00
ipod Greyscale iPods: Fix the default contrast in the bootloader and the core before settings are loaded. Especially important on 1st..3rd Gen as we're setting up the LCD controller quite a bit different than the OF on those. 2008-08-15 19:19:46 +00:00
iriver Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
olympus Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
philips Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
pnx0101 Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
s3c2440 Add the shutdown routine necessary when bootloader is flashed. Normal build/bootloader still operate as expected. 2008-09-26 03:08:19 +00:00
s5l8700 remove dead code from firmware/target/arm/crt0.S, and conditionalise bits of it 2008-10-11 18:32:17 +00:00
sandisk Apply FS#9195 (LCD disable for sansa c200), which puts the sansa c200 display controller in standby when the backlight is turned off and thereby improves runtime. I measured 40 minutes improvement over a runtime of about 14h. 2008-08-05 20:17:17 +00:00
tatung/tpj1022 Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
tcc77x Trivial changes to make the main Rockbox builds for the Sansa m200 and Logik DAX ports compile. Note that some codecs are currently disabled (due to lowmem on these targets), but that needs more work and analysis to decide how much RAM we want to allocate to codecs. 2008-09-22 19:15:18 +00:00
tcc780x Add some missed bits + change MODE to TMODE 2008-09-22 19:27:21 +00:00
tms320dm320 Correct HAS_BUTTON_HOLD 2008-10-07 19:07:33 +00:00
adc-as3514.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
adc-pp5020.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
ata-as-arm.S Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
ata-nand-telechips.c Fill some ata_identify fields, e.g model name, firmware, block count 2008-10-07 05:04:11 +00:00
ata-pp5002.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
ata-pp5020.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
ata-sd-pp.c Simplify & fix the MMC driver. After more than 3 years I found that the MMC specs were a bit misleading, and the 'large' MMC which state a block size of 1024 or 2048 bytes and no partial read and/or partial write capability are happily accepting a block size of 512 bytes. So go KISS and remove all the variable/partial block handling code. This fixes the driver for the Transcend 4GB MMCplus, which doesn't cope when we actually set the 2048 byte block size it states. It also makes write operations involving small blocks faster and more reliable. * Note: The 4GB Transcend still doesn't work when plugged at boot, but works when hotplugged. 2008-09-14 20:33:24 +00:00
ata-sd-target.h Moved microsd_int declaration from system-pp502x.c to ata-sd-target.h 2008-06-28 19:36:21 +00:00
ata-target.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
audio-pp.c Ensure consistency between header file and implementation for iPod drivers, by #including the appropriate header file and #ifdef'fing out unused code 2008-07-16 11:02:14 +00:00
crt0-pp-bl.S Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
crt0-pp.S Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
crt0.S remove dead code from firmware/target/arm/crt0.S, and conditionalise bits of it 2008-10-11 18:32:17 +00:00
ffs-arm.S Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
i2c-pp.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
i2c-telechips.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
i2s-pp.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
lcd-as-memframe.S Fix red for target with insanely wide LCDs. 2008-07-15 18:59:05 +00:00
memcpy-arm.S Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
memmove-arm.S Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
memset-arm.S Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
memset16-arm.S Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
mmu-arm.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
mmu-arm.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
pcm-pp.c Fix samplerate setting for mini 1g/2g 2008-09-30 20:26:25 +00:00
pcm-telechips.c Trivial changes to make the main Rockbox builds for the Sansa m200 and Logik DAX ports compile. Note that some codecs are currently disabled (due to lowmem on these targets), but that needs more work and analysis to decide how much RAM we want to allocate to codecs. 2008-09-22 19:15:18 +00:00
system-arm.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
system-pp502x.c Move declaration of button_int and clickwheel_int to the proper header file instead of declaring it locally in the .c file 2008-06-29 11:03:12 +00:00
system-pp5002.c Ensure consistency between header file and implementation for iPod drivers, by #including the appropriate header file and #ifdef'fing out unused code 2008-07-16 11:02:14 +00:00
system-target.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
usb-drv-arc.c reorganise the USB stack a bit to allow for easier integration of non-ARC controller drivers 2008-10-03 22:43:16 +00:00
usb-fw-pp502x.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
usb-fw-pp5002.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
usb-target.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
wmcodec-pp.c iPod Video: Fix playback after recording (FS #7402). Implement recording gain adjustment. * Enable timeout for zero-crossing detection (SLOWCLK), avoids hanging volume/ gain due to DC offsets. 2008-09-13 19:34:16 +00:00
wmcodec-telechips.c Trivial changes to make the main Rockbox builds for the Sansa m200 and Logik DAX ports compile. Note that some codecs are currently disabled (due to lowmem on these targets), but that needs more work and analysis to decide how much RAM we want to allocate to codecs. 2008-09-22 19:15:18 +00:00