summaryrefslogtreecommitdiffstats
path: root/firmware/crt0.S
AgeCommit message (Expand)AuthorFilesLines
2006-02-23Optimized the PLLCR writeLinus Nielsen Feltzing1-2/+1
2006-02-23Make sure PLL is off when booting on Coldfire targetsLinus Nielsen Feltzing1-0/+3
2006-02-19Added assembler FIQ handler for iPod. Remove unnecessary SIMULATOR checkThom Johansen1-4/+2
2006-02-12Mapped iFP DRAM to 0xc00000 and enabled caching in this area.Tomasz Malesinski1-1/+25
2006-02-05Removed dead section, H1x0 and H300 are handled together.Jens Arnold1-4/+0
2006-02-04iAudio X5: various fixes to make the bootloader compileLinus Nielsen Feltzing1-1/+1
2006-02-03Added setting interrupt vectors without overwriting others for ARMTomasz Malesinski1-0/+8
2006-01-31Small ARM opt. Saves eight bytes!Thom Johansen1-2/+1
2006-01-28iPod: First working audio driverDave Chapman1-0/+12
2006-01-25GDB stub for ARMTomasz Malesinski1-1/+12
2006-01-24added .vectors section for ARMTomasz Malesinski1-7/+10
2006-01-19UIE handler for ARM/iPod. Currently does not support interrupts. WillThom Johansen1-1/+23
2006-01-12Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman1-2/+4
2006-01-11H300: set KEEP_ACT before initializing the data sections, otherwise the PCF50...Linus Nielsen Feltzing1-0/+8
2006-01-05iPod: Fix the bootloader so it can load and run the original Apple firmware a...Dave Chapman1-4/+4
2005-12-21H300: Roughly 20% faster LCD updates with DMALinus Nielsen Feltzing1-1/+1
2005-12-12Add interrupt handler for iPod. Add timer tick support. Remove temporary thre...Thom Johansen1-0/+5
2005-12-12Basic exceptions support for iPod and ARM targets. SDRAM for iPod targets rem...Thom Johansen1-19/+126
2005-11-20Startup code for ordinary Rockbox.Thom Johansen1-25/+52
2005-11-19Patch #1346455 by Jens Arnold - SDRAM init fixesLinus Nielsen Feltzing1-21/+19
2005-11-13iPod fixes. Stack starts at stackend. Munge stack with 0xdeadbeef.Thom Johansen1-3/+10
2005-11-13iPod: Remove duplicate placeholder #ifdefDave Chapman1-7/+0
2005-11-12More iPod changesDave Chapman1-80/+87
2005-11-08Removed a redundant commentLinus Nielsen Feltzing1-1/+0
2005-11-08Unified the H100 and H300 startupLinus Nielsen Feltzing1-2/+2
2005-11-07Initial commit of work-in-progress iPod portDave Chapman1-1/+134
2005-10-19Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...Jens Arnold1-60/+102
2005-10-18Coldfire: More compact init code.Jens Arnold1-20/+14
2005-10-18SH1: More compact init code, only doing the special vector copy for debug bui...Jens Arnold1-39/+33
2005-10-18H110/H115: Slightly longer initial SDRAM refresh cycle, correct comment.Jens Arnold1-1/+1
2005-10-10Iriver: No write protection for flash ROM area, correct number of waitstates.Jens Arnold1-3/+3
2005-08-30Archos: Trap UserBrk in the gdb debuggerLinus Nielsen Feltzing1-0/+6
2005-07-09Recovered from my major brain failure and reverted to using the same load add...Linus Nielsen Feltzing1-12/+5
2005-07-08SDRAM setup adjusted for H110 modelsLinus Nielsen Feltzing1-16/+36
2005-07-08Renamed the iriver h120 defines and configs to "h120"! Added initial supportDaniel Stenberg1-1/+1
2005-06-22Fixed formatting (uniform indentation of 4 spaces, removed tab chars). Some s...Jens Arnold1-381/+382
2005-06-18make it not attempt to build the sh1 assembler when build for H300Daniel Stenberg1-0/+4
2005-06-18reverted the ifdef change, this code really IS H120/H140-specific and thusDaniel Stenberg1-3/+2
2005-06-18ifdef fixDaniel Stenberg1-1/+1
2005-06-08ColdFire: DCR is a 16-bit registerLinus Nielsen Feltzing1-2/+2
2005-06-08Wrong SDRAM refresh count in the iRiver boot loaderLinus Nielsen Feltzing1-2/+2
2005-03-01iRiver: Moved the main thread stack to IRAMLinus Nielsen Feltzing1-3/+3
2005-02-23iRiver: DMA wasn't enabled in SRAM1, and the base address wasn't correct.Linus Nielsen Feltzing1-1/+1
2005-02-12finished configuration for the Gmini SPJean-Philippe Bernardy1-1/+1
2005-02-09iRiver: Temporary speed improvement by removing LCD waitstates. Enabled instr...Linus Nielsen Feltzing1-1/+26
2005-02-04Boot loader safety measuresLinus Nielsen Feltzing1-0/+15
2005-01-28Adjustments for the iriver boot loaderLinus Nielsen Feltzing1-4/+6
2005-01-27better commentsJean-Philippe Bernardy1-2/+4
2005-01-22simplification and better integration of the gmini portJean-Philippe Bernardy1-18/+9
2005-01-10Jean-Philippe Bernardy: gmini supportDaniel Stenberg1-1/+102