summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-23Obsolete and remove m68k/ods68302 BSPJoel Sherrill1-140/+0
closes #2544.
2012-12-07bsps: Use <bsp/bootcard.h>Sebastian Huber1-1/+1
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2009-04-282009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns1-2/+2
* startup/cpuboot.c: Update for boot_card command line change.
2008-08-19Add missing prototypes.Ralf Corsepius1-1/+1
2008-08-19Add missing prototypes.Ralf Corsepius1-3/+3
2004-04-21Remove stray white spaces.Ralf Corsepius1-11/+11
2004-04-032004-04-03 Ralf Corsepiu <ralf_corsepiu@rtems.org>Ralf Corsepius1-1/+1
* c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c, c/src/lib/libbsp/m68k/ods68302/include/bsp.h, c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c, c/src/lib/libbsp/m68k/ods68302/startup/crc.c, c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c, c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c, c/src/lib/libbsp/m68k/ods68302/timer/timer.c: Include <rtems/m68k/m68302.h> instead of <m68302.h>.
2004-03-312004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-2/+2
* clock/ckinit.c, include/bare.h, include/bsp.h, include/crc.h, startup/bspstart.c, startup/cpuboot.c, startup/crc.c, startup/gdb-hooks.c, startup/m68302scc.c, timer/timer.c: Convert to using c99 fixed size types.
2003-06-23PR264 - Stopped the core dump by removing the bad instruction.Chris Johns1-5/+6
PR414 - Fixed the global interupt vector register. Linker command file to have the boot code in the first 8K. The chip select remap needed to be volatile.
2001-11-272001-11-27 Joel Sherrill <joel@OARcorp.com>,Joel Sherrill1-4/+12
This was tracked as PR39. * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger, startup/linkcmds, startup/rom: Eliminated required definition of macros in the custom file for the BSP to compile. The ROM and ROM address and size settings are now linker script items.
1998-03-21Switch to using a shared main() for all of the embedded BSPsJoel Sherrill1-2/+2
based on the GNU tools. This usually involved correcting the type of bsp_start(), bsp_cleanup(), adjusting the start code to call the right start routine (the shared boot_card()), and then removing code from bsp_start() which was performed in the new boot_card()/main() path.
1997-07-31Merged very large and much appreciated patch from Chris JohnsJoel Sherrill1-0/+133
<cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.