summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mcf5235/startup/init5235.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-20bsps: Move startup files to bspsSebastian Huber1-89/+0
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.
2014-12-01m68k/mcf5235: GCC 4.9.2 generates invalid code for Init5235.Chris Johns1-12/+5
Move the vector table copy out of the Init5235 source to avoid stipping the GCC bug. Fixes #2204.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-3/+3
* startup/init5235.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2010-04-282010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-3/+2
* startup/init5235.c: Remove warnings.
2009-11-29Whitespace removal.Ralf Corsepius1-10/+10
2009-11-162009-11-16 Alan Cudmore <alan.p.cudmore@nasa.gov>Joel Sherrill1-1/+1
* startup/init5235.c: Add volatile to prevent newer gcc versions from optimizing away.
2008-08-19Add missing prototypes.Ralf Corsepius1-1/+1
2006-09-112006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-8/+8
* console/console.c, startup/init5235.c: Convert C++ style comments to C style.
2006-06-232006-06-23 Worth Burruss <worth@motioncontrol.org>Joel Sherrill1-32/+49
* Makefile.am, README, startup/init5235.c, startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Modify to the mcf5235 eval boards to either load and run from ram using the dBug moniter as the boot deviced (Board setup as shipped from the factory), or it allows the user to Boot his code from flash he loads onto the eval board. The code changes between the two are based on the selected linker script using a variable in the script. The options to the linker are used to override the default linker script and select which options to configure at boot either from flash, or from ram: -qnolinkcmds -T linkcmdsflash If no options are given the standard linker sript assumes dBug was used to set up the board and the user is going to load his program to RAM.
2005-06-172005-06-17 Mike Bertosh <mbertosh@motioncontrol.org>Joel Sherrill1-0/+80
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac, clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h, include/tm27.h, network/network.c, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/init5235.c, startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.