summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/start.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-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.
* 2011-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-06-281-5/+37
| | | | | | | Jennifer Averett <jennifer.averett@OARcorp.com> PR 1801/bsps * shared/start.S: Add SMP support to LEON3 BSP.
* Whitespace removal.Ralf Corsepius2009-11-291-14/+14
|
* 2009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-281-1/+1
| | | | * shared/start.S: Fix comment.
* 2009-05-03 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-041-5/+0
| | | | * shared/start.S: Checked and OK.
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-281-3/+6
| | | | * shared/start/start.S: Update for boot_card command line change.
* 2009-02-27 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill2009-02-271-1/+1
| | | | | | PR 1386/bsps * shared/start.S: Stack space not correctly initialized. Causes failures on unoptimized applications.
* 2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-05-151-4/+1
| | | | | | | | | | | | | | * shared/bspstart.c, shared/start.S: Add capability for bootcard.c BSP Initialization Framework to ask the BSP where it has memory for the RTEMS Workspace and C Program Heap. These collectively are referred to as work area. If the BSP supports this, then it does not have to include code to split the available memory between the two areas. This reduces the amount of code in the BSP specific bspstart.c file. Additionally, the shared framework can initialize the C Library, call rtems_debug_enable(), and dirty the work area memory. Until most/all BSPs support this new capability, if the BSP supports this, it should call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac. When the transition is complete, this autoconf macro can be removed.
* 2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-05-061-1/+1
| | | | * shared/start.S: Spacing.
* 2006-11-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-161-0/+7
| | | | | | | | | | * shared/bspstart.c, shared/start.S: Use common clock driver template and eliminate all fast idle code specific to this BSP. This eliminates a fair amount of code in the BSP clock driver and bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the timer so I added the new hook Clock_driver_support_find_timer to support this. In general, there was some clean up to the file headers of various files.
* 2006-01-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-01-101-0/+1
| | | | * shared/start.S: Add include of bspopts.h so SIS quirks will trigger.
* Backport from rtems-4-6-branchRalf Corsepius2006-01-091-7/+58
|
* 2005-09-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-09-021-0/+2
| | | | | | PR 821/bsps * start.S: Workaround -- just avoid copying non-existent initialized data in ROM to RAM.
* Remove duplicate white lines.Ralf Corsepius2004-04-211-5/+0
|
* Remove stray white spaces.Ralf Corsepius2004-04-211-12/+12
|
* 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-011-1/+1
| | | | * start.S: Include <rtems/asm.h> instead of <asm.h>.
* 2000-04-23 Jiri Gaisler <jiri@gaisler.com>Joel Sherrill2001-04-241-5/+9
| | | | | | * start.S: Modificatins to preserve the current CWP and adjust the WIM accordingly. This improves compatibility with the remote debugger and the mkprom prom-builder.
* 2000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl>Joel Sherrill2000-11-131-0/+288
* ChangeLog, .cvsignore, Makefile.am, bspclean.c, bspstart.c, gnatcommon.c, start.S: New files. Largely moved from ERC32 BSP to be able to be shared with LEON and other SPARC BSPs.