rockbox/firmware/target/arm
Torne Wuff 754b1572fb Remove superfluous executable bits on a bunch of files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29986 a1c6a512-1295-4272-9138-f99709370657
2011-06-08 14:22:03 +00:00
..
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 Move dbg_hw_info() into target tree. FS#11735 by me 2011-06-05 10:26:06 +00:00
at91sam Move dbg_hw_info() into target tree. FS#11735 by me 2011-06-05 10:26:06 +00:00
imx31 Move dbg_hw_info() into target tree. FS#11735 by me 2011-06-05 10:26:06 +00:00
imx233 fuze+: implement a full-blown debug screen for touchpad with graphical feedback 2011-05-13 16:40:22 +00:00
ipod Remove superfluous executable bits on a bunch of files. 2011-06-08 14:22:03 +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
rk27xx rk27xx - missing semicolon 2011-06-04 16:00:55 +00:00
s3c2440 Move dbg_hw_info() into target tree. FS#11735 by me 2011-06-05 10:26:06 +00:00
s5l8700 Remove superfluous executable bits on a bunch of files. 2011-06-08 14:22:03 +00:00
s5l8702 fix red 2011-06-05 10:33:42 +00:00
samsung */app.lds: remove STUBOFFSET 2010-09-20 17:09:55 +00:00
sandisk Submit FS#11926, calibrate charge curve for e200v1. Thanks to Martin Ritter. 2011-02-11 15:58:39 +00:00
tatung */app.lds: remove STUBOFFSET 2010-09-20 17:09:55 +00:00
tcc77x Move dbg_hw_info() into target tree. FS#11735 by me 2011-06-05 10:26:06 +00:00
tcc780x Move dbg_hw_info() into target tree. FS#11735 by me 2011-06-05 10:26:06 +00:00
tms320dm320 Move dbg_hw_info() into target tree. FS#11735 by me 2011-06-05 10:26:06 +00:00
adc-as3514.c adc-as3514.c: cosmetics 2010-05-15 19:44:54 +00:00
adc-pp5020.c Add initial Packard Bell Vibe 500 port, by Szymon Dziok 2010-01-18 19:05:20 +00:00
ascodec-pp.c static/const/#include/tab police on various files 2009-01-02 21:43:52 +00:00
ascodec-target.h as3514/as3543 fixes 2010-05-17 20:53:25 +00:00
ata-as-arm.S FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
ata-nand-telechips.c Core changes to allow storage drivers to do cleanup on shutdown, and iPod Nano 2G shutdown code rework (FS#10668) 2009-10-09 20:36:09 +00:00
ata-pp5002.c Remove some unused declarations 2009-05-21 12:32:26 +00:00
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 correction on DEFINE, thanks to Kugel who spotted it ;) 2009-12-01 18:11:06 +00:00
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 Remove atomic register bit manipulation functions from i.MX and s3c target code and introduce generic functions for ARM (bitmod32, bitset32, and bitclr32). Multiprocessor support is possible but just not implemented at the moment, only interrupt lockout. 2010-06-30 02:02:46 +00:00
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 HDD6330: fix loading of the OF through the Rockbox bootloader (correct magic values in registers at the start), fix bootloader warnings. 2010-10-21 21:16:00 +00:00
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 arm/crt0.S: comment why the reset vector doesn't use absolute addressing 2010-06-18 18:31:14 +00:00
debug-pp.c Move dbg_hw_info() into target tree. FS#11735 by me 2011-06-05 10:26:06 +00:00
debug-target.h Move dbg_hw_info() into target tree. FS#11735 by me 2011-06-05 10:26:06 +00:00
ffs-arm.S ARM <= v5: Tiny optimisation exploiting the location of the table. 2009-12-26 13:22:51 +00:00
i2c-pp.c Add initial Packard Bell Vibe 500 port, by Szymon Dziok 2010-01-18 19:05:20 +00:00
i2c-telechips.c Re-write the Telechips I2C delay routine in assembler to stop the compiler optimising it away. Tested with EABI and non-EABI compilers. 2010-06-16 21:03:57 +00:00
i2s-pp.c e200v1/c200v1: Implement limited samplerate switching. Rates 24kHz and below are being a bear as far as minor crackling at higher amplitude-- leave them out for the time being since no solution is currently evident. 48, 44, 32 (rec rates 24, 22, 16) seem perfectly fine. I'm betting c200 is ok to include because it uses the same setup as e200. 2010-06-26 10:07:17 +00:00
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 FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
lcd-c200_c200v2.c udelay between command and data write seems to get rid of the display glitches on C200v2 2010-06-27 03:24:56 +00:00
lcd-ssd1815.c Sansa AMS: centralize clock settings in clock-target.h 2008-12-04 20:04:31 +00:00
memcpy-arm.S FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
memmove-arm.S FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
memset-arm.S FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
memset16-arm.S FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
mmu-arm.S New port: iPod Classic (also known as iPod 6G/6.5G/7G) 2011-01-02 23:16:27 +00:00
mmu-arm.h Rename cache coherency functions. 2010-09-08 17:05:49 +00:00
mmu-armv6.S Fix beast, forgot the asm label when renaming. 2010-09-09 17:00:50 +00:00
pcm-pp.c pcm-pp: revert r26756 2010-06-11 11:25:16 +00:00
pcm-telechips.c Various minor cleanups for cowon d2 2010-08-01 09:33:29 +00:00
powermgmt-ascodec.c as3525v2: fix end of charge detection 2010-05-19 14:06:08 +00:00
sd-pp-target.h Merge tCardInfo struct (MMC) and tSDCardInfo struct (SD) 2009-07-01 10:07:22 +00:00
support-arm.S ARM: __div0() takes no argument 2010-06-12 17:15:39 +00:00
system-arm.c Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and a bit further cleanup in main gets rid of a warning when compiling for android. 2010-08-12 13:38:25 +00:00
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 Rename cache coherency functions. 2010-09-08 17:05:49 +00:00
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 Rockchip rk27xx port initial commit. This is still work in progress. 2011-05-30 21:10:37 +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 Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.h 2009-06-29 14:30:12 +00:00
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 Various minor cleanups for cowon d2 2010-08-01 09:33:29 +00:00
wmcodec-pp.c FS#11417 by Joe Balough: fix audio/tuner on philips hdd6330 2010-06-19 03:51:57 +00:00
wmcodec-telechips.c D2 also needs audiohw_preinit() 2008-11-28 23:44:06 +00:00