summaryrefslogtreecommitdiffstats
path: root/firmware/crt0.S
AgeCommit message (Expand)AuthorFilesLines
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
2004-12-20Proper ATA and SDRAM initializationLinus Nielsen Feltzing1-4/+19
2004-11-22iRiver: attempt to set up the SDRAM correctlyLinus Nielsen Feltzing1-4/+31
2004-10-26Coldfire: Clear the .bss sectionLinus Nielsen Feltzing1-0/+10
2004-10-26Wrong access mask for LCD and ATA registersLinus Nielsen Feltzing1-2/+2
2004-10-15Coldfire: Set up DRAM controller, copy data/iram sections and call main()Linus Nielsen Feltzing1-14/+35
2004-10-08Set up the Flash, LCD and ATA chip selectsLinus Nielsen Feltzing1-4/+46
2004-10-07First iRiver startup code, does nothing but blink the backlightLinus Nielsen Feltzing1-1/+35
2004-07-24Don't copy the data section if src and dest are the sameLinus Nielsen Feltzing1-1/+4
2004-01-28preparation for running directly from flash ROMJörg Hohensohn1-0/+19
2003-10-12patch #785885 by Magnus Holmgren: way faster rolo, with assemblerJörg Hohensohn1-20/+0
2002-09-03Added Randy Wood's ROLOBjörn Stenberg1-0/+20
2002-08-01Copies code to internal ram at startupLinus Nielsen Feltzing1-4/+23
2002-07-25Now loads GBR with 0Linus Nielsen Feltzing1-0/+3
2002-07-15Added main stack mungingLinus Nielsen Feltzing1-3/+18
2002-05-29New section for reset vectorsLinus Nielsen Feltzing1-1/+1
2002-05-27Removed .stack section declarationLinus Nielsen Feltzing1-6/+0
2002-04-26More GDB friendly initializationsLinus Nielsen Feltzing1-7/+43
2002-04-24Moved code to section .init.textLinus Nielsen Feltzing1-1/+1
2002-04-24First versionLinus Nielsen Feltzing1-0/+98