summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm
AgeCommit message (Expand)AuthorFilesLines
2011-02-25Byteswap routines don't really need 'asm volatile', just 'asm' since it shoul...Michael Sevakis1-35/+35
2011-02-24Use thumb-compatible byte swap routines when building with -mthumb.Michael Sevakis1-0/+31
2011-02-23Gigabeat S: Smoother bootup. Don't do full drive reset at boot since it's not...Michael Sevakis1-1/+1
2011-02-22Return valid tuner ID even when tuner is not detected properly. Fixes FS#11791Michael Chicoine1-1/+1
2011-02-20Calibrate iPod Classic battery gauge a bit betterMichael Sparmann1-2/+2
2011-02-14All kernel objects in code shared amongs targets (core, plugins, codecs) shou...Michael Sevakis1-1/+1
2011-02-11Submit FS#11926, calibrate charge curve for e200v1. Thanks to Martin Ritter.Andree Buschmann1-2/+2
2011-02-10iPod Nano2g/Classic clickwheel: Configure GPIO pins as Hi-Z while hold switch...Michael Sparmann1-2/+2
2011-02-10Fix more red. Two had been hiding.Michael Sparmann1-2/+2
2011-02-10Fix redMichael Sparmann1-2/+2
2011-02-10iPod Nano 2G: Fix current leak through clickwheel GPIOs when clickwheel is po...Michael Sparmann1-1/+5
2011-02-10Fix red (remove accidentally committed debugging code)Michael Sparmann1-4/+0
2011-02-10iPod Classic: Do boosting the right way round ;-)Michael Sparmann1-148/+152
2011-02-10iPod Classic: Fix current leak through clickwheel GPIOs when clickwheel is po...Michael Sparmann1-0/+3
2011-02-09iPod Classic: Enable boosting by switching the CPU between 1x and 2x AHB clockMichael Sparmann4-9/+12
2011-02-09iPod Classic: This time really fix the hold switch. Read it out through the p...Michael Sparmann1-2/+13
2011-02-08M:Robe 500: Use bit modifiers more.Karl Kurbjun4-20/+28
2011-02-08Fix battery charging.Karl Kurbjun1-0/+5
2011-02-07Fix some evil whitespaceMichael Sparmann1-4/+4
2011-02-07iPod Classic: Fix hold switch glitchesMichael Sparmann1-1/+1
2011-02-07S5L8702: Power down I2C while it's unusedMichael Sparmann1-18/+28
2011-02-07DM320: Fix app.lds to reduce binary image size.Karl Kurbjun1-14/+14
2011-02-06Keep the clocks enabled once the LCD DMA transfer completes. It kills the PC...Karl Kurbjun1-8/+0
2011-02-06Remove reference to pin setup function.Karl Kurbjun1-3/+0
2011-02-06Remove some initializations that are taken care of in the bootloader or crt0 ...Karl Kurbjun1-177/+126
2011-02-06DM320 SPI: Add a bunch of updates to the SPI driver.Karl Kurbjun1-40/+49
2011-02-06M:Robe 500 USB: Remove EMIF and pin initialization.Karl Kurbjun1-22/+0
2011-02-06M:Robe 500 Power: Remove pin initializations.Karl Kurbjun1-10/+4
2011-02-06M:Robe 500 Backlight: Add setup based on OF - purpose of operations are a mys...Karl Kurbjun1-3/+35
2011-02-06M:Robe 500 ADC: Remove pin initializations.Karl Kurbjun1-10/+2
2011-02-06M:Robe 500 ATA: Remove pin initializations.Karl Kurbjun1-5/+1
2011-02-06DM320: Clock source selection for timer happens in bootloader.Karl Kurbjun1-4/+2
2011-02-06DM320 UART: Remove more pin initializations.Karl Kurbjun1-9/+0
2011-02-06Fix ZVM build.Karl Kurbjun1-1/+1
2011-02-06DM320: Update boot linker script (right now it is linked against flash). Inc...Karl Kurbjun2-66/+406
2011-02-06DM320: Re-write of crt0.S and update to app linker script.Karl Kurbjun2-181/+392
2011-02-06M:Robe 500: Add a bunch of updates for the LCD. Remove some pin initializati...Karl Kurbjun1-72/+65
2011-02-06Add ARMv4 16-bit(set, mod, clr) operations used on DM320.Karl Kurbjun1-0/+58
2011-02-06M:Robe 500 and TSC2100: Add more to the initialization. Some GPIO initializa...Karl Kurbjun1-7/+20
2011-02-06DM320 DSP PCM handler: Use initialization library to make sure that code star...Karl Kurbjun7-73/+193
2011-02-04AMSv2 USB: Remove usb_enable call that occurs after core is already initializ...Michael Sevakis1-3/+1
2011-02-02Fix red. Replace remaining MEM's mit MEMORYSIZE.Andree Buschmann2-2/+2
2011-02-02Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann5-6/+6
2011-01-30Use __builtin_constant_p() to select the best byteswapping method: constant o...Michael Sevakis1-6/+18
2011-01-29AMSv2 SD: Fix card insert lockups in USB mode. First, get rid of infinite loo...Michael Sevakis1-42/+63
2011-01-29Convert AMS target USB detection to event-based (no more polling in a tick). ...Michael Sevakis1-24/+55
2011-01-29AMSv2 USB: Delay after sftdiscon should be far longer.Michael Sevakis1-1/+1
2011-01-28AS3525v2 USB: Set disconnect before stopping module clock. Seems to cure reco...Michael Sevakis1-0/+3
2011-01-27as3525v2-usb: fix logf format, don't mask the interrupt using the VIC as it s...Amaury Pouly1-5/+5
2011-01-24as3525v2-usb: mask usb interrupt when setting up a transferAmaury Pouly1-0/+6