summaryrefslogtreecommitdiffstats
path: root/firmware/crt0.S
AgeCommit message (Expand)AuthorFilesLines
2006-09-01Remove unneeded code from firmware/crt0.SDaniel Ankers1-843/+5
2006-08-12initial gigabeat bootloader (only test code)Marcoen Hirschberg1-0/+5
2006-08-06Ignore the reset cookie when rockbox has been flashed.Miika Pekkarinen1-1/+9
2006-08-05Delete some unneccessary codeDaniel Ankers1-16/+0
2006-08-03Initial work for coprocessor support on iPods. FS#5755Daniel Ankers1-5/+62
2006-08-03better PP checksDaniel Stenberg1-1/+1
2006-08-02use this on all PP chipsDaniel Stenberg1-1/+1
2006-07-19Patch #5680 from Daniel Ankers - adapt the assembler version of the FIQ playb...Dave Chapman1-1/+5
2006-07-17Gentlemen, we have sound on the 3rd Generation ipods. Thanks to Daniel Anker...Dave Chapman1-8/+0
2006-06-16H300: Rudimentary driver for the ISP1362 USB on-the-go controller. For now it...Jens Arnold1-2/+11
2006-03-20Turns out there's a processor mode actually called 'undefined'. Set up aThom Johansen1-1/+3
2006-03-05Make better use of banked registers in FIQ mode to shrink the iPod FIQThom Johansen1-0/+6
2006-02-26iPod 3G - small audio fixes, but it still isn't working.Dave Chapman1-0/+8
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