summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/psim/start/start.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move start files to bspsSebastian Huber2018-04-201-141/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Fix AltiVec enableSebastian Huber2016-07-121-0/+1
| | | | | There must be an isync after the mtmsr to ensure that the AltiVec is enabled for subsequent instructions.
* bsp/psim: Use shared linkcmds.baseSebastian Huber2013-03-191-2/+8
| | | | | Several GCC tests faild due to the outdated previous linker command file.
* 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-12-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-12-021-0/+2
| | | | * start/start.S: Add bsp_reset() label to exit point.
* 2009-12-01 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-12-021-1/+16
| | | | | | | | | | * Makefile.am, start/start.S: Added AltiVec support (only effective if user modifies psim.cfg: CPU_CFLAGS choosing a CPU architecture with AltiVec or directly adding -maltivec, -mabi=altivec). * start/start.S: removed '.file' statement which confused gdb.
* 2009-11-11 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-11-111-1/+4
| | | | | * start/start.S: Ensure that initial stack is aligned to CPU_STACK_ALIGNMENT.
* 2009-10-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-171-7/+1
| | | | * start/start.S, startup/bspstart.c: Fix warnings.
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-281-4/+6
| | | | * start/start.S: Update for boot_card command line change.
* 2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-231-3/+3
| | | | | | | * Makefile.am, start/start.S: bsp_cleanup() had the same code which was executed when you returned from boot_card() to start.S. So just use the stub bsp_cleanup() implementation and remove a file. * startup/bspclean.c: Removed.
* 2007-11-30 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-11-301-0/+1
| | | | | | * startup/linkcmds.c, start/start.S: call __eabi() from start.S and make sure linkcmds defines _SDA_BASE_ + _SDA2_BASE_ so that sysv + eabi are properly supported.
* 2004-11-22 Jennifer Averett <jennifer@OARcorp.com>Jennifer Averett2004-11-221-0/+9
| | | | | | | | | | PR 581/bsps * Makefile.am, bsp_specs, configure.ac, include/bsp.h, include/tm27.h, start/start.S, startup/bspstart.c, startup/linkcmds, tools/Makefile.am, tools/psim, vectors/vectors.S, wrapup/Makefile.am: Convert PSIM to new exception model. * irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c: New files. * startup/setvec.c, timer/timer.c: Removed.
* Remove environ common declaration -- it broke newlib.Eric Norum2004-10-261-2/+0
|
* Remove stray white spaces.Ralf Corsepius2004-04-151-1/+0
|
* Properly pass argc, argc, and environp to boot_card.Joel Sherrill2000-08-021-0/+7
|
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to rename allJoel Sherrill1998-12-141-0/+106
.s files to .S in conformance with GNU conventions. This is a minor step along the way to supporting automake.