summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mvme5500/start/start.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move start files to bspsSebastian Huber2018-04-201-208/+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.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* 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-27-28 Till Straumann <strauman@slac.stanford.edu>Till Straumann2011-07-281-4/+6
| | | | | * start/start.S: Tag TOS with a NULL pointer (help terminate when walking the stack).
* 2011-04-10 Kate Feng <feng@bnl.gov>Joel Sherrill2011-06-171-11/+39
| | | | | | | | | | | | | PR 1786/bsps * Makefile.am: Add support for Altivec. * startup/bspstart.c, Makefile.am: Use shared/startup/zerobss.c instead. * make/custom/mvme5500.cfg: Change CPU_CFLAGS to "-mcpu=7450 -mtune=7450 -Dmpc7455" * irq/BSP_irq.c, pci/detect_host_bridge.c, pci.c, pcifinddevice.c: Remove warnings. * vme/VMEConfig.h, include/bsp.h: use VME shared IRQ handlers. * network/if_100MHz/GT64260eth.c: Recycle the Rx mbuf if there is any Rx error.
* Whitespace removal.Ralf Corsepius2009-11-301-20/+20
|
* 2009-10-20 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-201-6/+1
| | | | | | * start/start.S, startup/bspstart.c: let 'save_boot_params()' return a pointer to the commandline saved by the BSP and pass this pointer on to 'boot_card()'.
* 2009-05-08 Kate Feng <feng1@bnl.gov>Joel Sherrill2009-05-081-4/+3
| | | | | | | | | | | | | | * include/bsp.h, start/start.S, startup/bspstart.c: added CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK in bsp.h. removed BSP_INIT_STACK_SIZE in bsp.h -- it uses __stack defined by the linker script (shared/startup/linkcmds) for the initial stack. replaced __rtems_end+4096 with __stack in start.S Removed legacy code in bspstart.c (inherited from old mvme2307 BSP but not relevant to this one) that tested trapping into PPCBug. Changed ConfVPD_buff[] to be static and added ReadConfVPD_buf() in bspstart.c
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-281-4/+6
| | | | * start/start.S: Update for boot_card command line change.
* 2005-11-02 straumanatslacdotstanford.eduTill Straumann2005-11-031-36/+2
| | | | | | | | * mvme5500/start/start.S, shared/start/start.S, shared/startup/bspstart.c: moved assembly code to C; setdbat now supports high bats on 7450 CPUs; added argument checking to setdbat; added getdbat; moved early initialization code (clear_bats) from BSP to libcpu (CPU_clear_bats_early)
* 2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-171-2/+3
| | | | | | * start/start.S: include <rtems/powerpc/powerpc.h>. Use PPC_MINIMUM_STACK_FRAME_SIZE instead of CPU_MINIMUM_STACK_FRAME_SIZE.
* Remove environ common declaration -- it broke newlib.Eric Norum2004-10-261-3/+0
|
* Misc. adaptations to rtems-4.7.Ralf Corsepius2004-10-211-1/+1
|
* Add MVME550 BSPEric Norum2004-10-201-0/+219