summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/as3525/system-target.h
AgeCommit message (Expand)AuthorFilesLines
2018-07-28Revert "As3525 v1/v2 Add power savings menu"William Wilgus1-20/+0
2018-07-27As3525 v1/v2 Add power savings menuWilliam Wilgus1-0/+20
2018-07-25AMS v1/v2: Fix I2C2_CSPR debug menu entryWilliam Wilgus1-1/+1
2018-07-04AMS v1/v2: Remove sd_enabled as an externally-visible variable.Michael Sevakis1-0/+9
2017-01-25AMS: Return ascodec to interrupt-based I2C2 driverMichael Sevakis1-0/+21
2011-12-31firewire/usb_remove/insert_int: move to system-target.hRafaël Carré1-0/+4
2011-10-29Sansa clip zip: update mkamsboot and fix various drivers to make it boot to t...Bertrik Sikken1-1/+1
2011-02-02Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann1-1/+1
2010-07-22Sansa Clip+: detect AMSv2 variant (just like was already done for fuze v2), t...Bertrik Sikken1-2/+2
2010-07-19Support new Fuzev2 revisions (fuzev2_variant == 1)Rafaël Carré1-0/+4
2010-06-23revert r27044 (which was a revert of r26953 & r26954)Rafaël Carré1-0/+6
2010-06-22revert r26953 + r26954Rafaël Carré1-6/+0
2010-06-19fix r26953: use physical address for DMA buffer, also for IRAMRafaël Carré1-0/+4
2010-06-19sd-as3525*: handle aligned transfers without memcpy()Rafaël Carré1-0/+2
2010-06-19Add mdelayTobias Diedrich1-0/+4
2010-06-18With a max delay of 17 seconds before overflow happens limiting to unsigned s...Tobias Diedrich1-1/+1
2010-06-18as3525*: make udelay() be a simple busy loopRafaël Carré1-62/+1
2010-06-18as3525*: enable MMU in bootloaderRafaël Carré1-4/+0
2010-05-19as3525: hide our UNCACHED_ADDR from usb_storage.cRafaël Carré1-2/+2
2010-05-02Fix wrong udelay logic that made it be way off.Thomas Martitz1-6/+6
2010-04-27as3525v2: fix udelay()Rafaël Carré1-2/+18
2010-04-27FS#11172 - Fuzev2: Read the scrollwheel scrollwheel via IRQThomas Martitz1-1/+5
2010-04-27as3525(v2): Add a somewhat inaccurate udelay (-0.5/+1.0µs). It should work g...Thomas Martitz1-1/+58
2010-04-06Detect C200v2 variant by reading A7, use A5 or A7 to control backlight and bu...Tobias Diedrich1-0/+6
2009-07-05ARM922T's icache isn't coherent with its dcache, so we need to ensure that it...Michael Giacomelli1-0/+1
2009-06-09Sansa AMS: make the UNCACHED_ADDR macro work for any type of pointer, and onl...Rafaël Carré1-1/+1
2009-06-08FS#10048 : enable MMU and data cache on Sansa AMS to give a major speed upRafaël Carré1-0/+6
2008-12-04Sansa AMS: centralize clock settings in clock-target.hRafaël Carré1-3/+1
2008-11-30Sansa AMS: Use a valid PLL setting (248MHz aka maximum fclk)Rafaël Carré1-3/+3
2008-11-26Sansa AMS: implement set_cpu_frequency()Rafaël Carré1-0/+30