summaryrefslogtreecommitdiffstats
path: root/firmware/crt0.S
AgeCommit message (Expand)AuthorFilesLines
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