forked from Imagelibrary/rtems
2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am: bsp_cleanup() was wrong. Use stub. openpic.h not needed. * startup/bspclean.c: Removed.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am: bsp_cleanup() was wrong. Use stub. openpic.h not needed.
|
||||||
|
* startup/bspclean.c: Removed.
|
||||||
|
|
||||||
2008-09-30 Jennifer Averett <jennifer.averett@oarcorp.com>
|
2008-09-30 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||||
|
|
||||||
* Makefile.am, preinstall.am, PCI_bus/universe.c, console/console.c,
|
* Makefile.am, preinstall.am, PCI_bus/universe.c, console/console.c,
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ include_HEADERS += include/coverhd.h include/gen2.h
|
|||||||
###
|
###
|
||||||
dist_project_lib_DATA += startup/linkcmds
|
dist_project_lib_DATA += startup/linkcmds
|
||||||
|
|
||||||
startup_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \
|
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||||
startup/bspstart.c ../../shared/bootcard.c \
|
startup/bspstart.c ../../shared/bootcard.c \
|
||||||
../../shared/sbrk.c startup/Hwr_init.c \
|
../../shared/sbrk.c startup/Hwr_init.c \
|
||||||
startup/genpvec.c ../../shared/gnatinstallhandler.c \
|
startup/genpvec.c ../../shared/gnatinstallhandler.c \
|
||||||
@@ -37,7 +37,6 @@ include_bsp_HEADERS = ../../powerpc/shared/pci/pci.h \
|
|||||||
PCI_bus/PCI.h \
|
PCI_bus/PCI.h \
|
||||||
../../powerpc/shared/residual/residual.h \
|
../../powerpc/shared/residual/residual.h \
|
||||||
../../powerpc/shared/residual/pnp.h \
|
../../powerpc/shared/residual/pnp.h \
|
||||||
../../powerpc/shared/openpic/openpic.h \
|
|
||||||
../../powerpc/shared/console/consoleIo.h \
|
../../powerpc/shared/console/consoleIo.h \
|
||||||
../../shared/include/irq-generic.h \
|
../../shared/include/irq-generic.h \
|
||||||
include/irq-config.h
|
include/irq-config.h
|
||||||
|
|||||||
@@ -1,16 +0,0 @@
|
|||||||
/*
|
|
||||||
* COPYRIGHT (c) 1989-1999.
|
|
||||||
* On-Line Applications Research Corporation (OAR).
|
|
||||||
*
|
|
||||||
* The license and distribution terms for this file may be
|
|
||||||
* found in the file LICENSE in this distribution or at
|
|
||||||
* http://www.rtems.com/license/LICENSE.
|
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
|
||||||
|
|
||||||
void bsp_cleanup( void )
|
|
||||||
{
|
|
||||||
asm volatile( "li 10,99" ); /* 0x63 */
|
|
||||||
asm volatile( "sc" );
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user