summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/as3525/system-target.h
AgeCommit message (Expand)AuthorFilesLines
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