summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/as3525/system-as3525.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-26as3525: write irq/fiq handlers in CRafaël Carré1-18/+8
2010-05-26typo: 'nomasked' -> 'unmasked'Rafaël Carré1-1/+1
2010-05-25as3525: find_first_set_bit() isn't built in bootloadersRafaël Carré1-1/+1
2010-05-24as3525: don't destroy status when calculating IRQ number in UIRQ()Rafaël Carré1-3/+1
2010-05-24as3525: show unmasked interrupts on unhandled IRQRafaël Carré1-1/+8
2010-05-19fix previous commitRafaël Carré1-3/+3
2010-05-19better preprocessor conditions for enabling GPIOA interruptRafaël Carré1-5/+7
2010-05-19as3525: reorder vectored interruptsRafaël Carré1-8/+10
2010-05-18Enable/disable second pll dynamically on usb plugin/remove.Tobias Diedrich1-8/+8
2010-05-18as3525v2: add usb driver stub, enable usb phy&core initAmaury Pouly1-1/+1
2010-05-18This change wasn't supposed to be in there yet.Tobias Diedrich1-3/+0
2010-05-18Not quite working yet, but almost.Tobias Diedrich1-1/+5
2010-05-14as3525: change SDRAM settings only in models for which there is a bootloaderRafaël Carré1-1/+2
2010-05-10as3525v2: disable adjustable CPU frequencyRafaël Carré1-0/+2
2010-05-08as3525*: stop MPMCCLKOUT when all SDRAMs are idleRafaël Carré1-2/+5
2010-04-29as3525v2: crashless cpufreq switchingRafaël Carré1-8/+3
2010-04-29as3525v2: effect of CGU_PROC on fclk is instantRafaël Carré1-5/+0
2010-04-27FS#11172 - Fuzev2: Read the scrollwheel scrollwheel via IRQThomas Martitz1-1/+20
2010-04-11as3525v2: only clear DIV0 bits in set_cpu_frequency() (not bit 6)Rafaël Carré1-2/+2
2010-04-11as3525v2: extend a bit the delay after switching pclk/fclkRafaël Carré1-4/+4
2010-04-10as3525v2: set_cpu_frequency()Rafaël Carré1-7/+13
2010-04-06Detect C200v2 variant by reading A7, use A5 or A7 to control backlight and bu...Tobias Diedrich1-0/+36
2010-04-06Sansa AMS: Split set_cpu_frequency() into 2 separate functions for as3525v1...Jack Halpin1-26/+37
2010-04-06SansaAMS: Only use INT_MCIO with as3525v1, it is unused in as3525v2.Jack Halpin1-1/+1
2010-04-05as3525v2: set PCLK correctlyRafaël Carré1-0/+17
2010-04-01Try to fix problems on Clip+ (not sure why they appear randomly)Rafaël Carré1-0/+6
2010-04-01Fix boosting on as3525v2Rafaël Carré1-0/+13
2010-04-01as3525*: make sure fclk is 24MHz before using it as the clock source for pclkRafaël Carré1-0/+1
2010-04-01as3525*: set up CGU_COUNT register before turning on / modifying PLLsRafaël Carré1-2/+4
2010-04-01as3525v2: adjustable CPU freq : CGU_PROC is identical to as3525 after allRafaël Carré1-11/+6
2010-03-23Add handler for audio irq.Tobias Diedrich1-0/+1
2010-03-23Rewrite ascodec_as3514.c to use interrupts.Tobias Diedrich1-0/+1
2010-03-17as3525*: revert r25198 and inline memory_init in crt0.SRafaël Carré1-20/+0
2010-02-25Add Sansa Fuzev2 to the target tree. Bootloader builds, but is completely unt...Thomas Martitz1-1/+1
2010-02-23as3525v2: share more of system_init() between the 2 SoCsRafaël Carré1-20/+9
2010-02-22as3525v2: do not modify CGU_PERI in rockbox.sansaRafaël Carré1-0/+3
2010-02-22as3525v2: init sdramRafaël Carré1-4/+2
2010-02-22as3525v2: build normal firmware properly (Clipv2/+)Rafaël Carré1-1/+1
2010-02-17as3525: make clear the CCU bit we can't reset is the IDE interfaceRafaël Carré1-1/+1
2010-02-07Sansa AMS: do not init memory for AS3525v2Rafaël Carré1-3/+5
2010-02-06as3525: add a few more CGU_PERI definitionsBertrik Sikken1-2/+2
2010-02-05Make Clip+ bootloader buildRafaël Carré1-4/+5
2010-01-12SansaAMS: Disable voltage scaling.Jack Halpin1-0/+4
2010-01-10Sansa AMS: allow use of PLL B for more accurate audio sample rate (0.04% inst...Bertrik Sikken1-0/+7
2009-12-31FS#10047 : Clipv2Rafaël Carré1-2/+19
2009-11-03Sansa AMS: fix system_exception_wait()Rafaël Carré1-0/+3
2009-11-01Sansa AMS : reduce size of interrupt source/isr mapping tableRafaël Carré1-1/+4
2009-11-01Sansa AMS recording support (Microphone and FM)Rafaël Carré1-0/+4
2009-10-16AMS Sansa: Lower ADC checkvalue for voltage scaling to 1.175V as some player...Jack Halpin1-3/+3
2009-10-15AMS Sansa: FS#10669 Reimplement Voltage scaling.Jack Halpin1-4/+3