forked from Imagelibrary/rtems
bsp/sparc64: Move asm.S to bsps and rename
This patch is a part of the BSP source reorganization. Update #3285.
This commit is contained in:
@@ -33,7 +33,7 @@ librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc64/shared/helenos/boot/spar
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc64/shared/helenos/boot/sparc64/loader/main.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc64/shared/helenos/boot/sparc64/loader/ofwasm.S
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc64/niagara/start/bspinit.S
|
||||
librtemsbsp_a_SOURCES += ../shared/asm/asm.S
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc64/shared/start/halt.S
|
||||
|
||||
librtemsbsp_a_SOURCES +=../../../../../../bsps/sparc64/shared/clock/ckinit.c
|
||||
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
/*
|
||||
* Copyright (c) 2010. Gedare Bloom.
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
* http://www.rtems.org/license/LICENSE.
|
||||
*/
|
||||
|
||||
#include <rtems/asm.h>
|
||||
|
||||
.text
|
||||
|
||||
PUBLIC(halt)
|
||||
.global halt
|
||||
SYM(halt):
|
||||
b halt
|
||||
nop
|
||||
@@ -39,7 +39,7 @@ librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc64/shared/helenos/boot/gene
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc64/shared/helenos/boot/sparc64/loader/ofwarch.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc64/shared/helenos/boot/sparc64/loader/main.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc64/shared/helenos/boot/sparc64/loader/ofwasm.S
|
||||
librtemsbsp_a_SOURCES += ../shared/asm/asm.S
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc64/shared/start/halt.S
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc64/usiii/start/bspinit.S
|
||||
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc64/shared/helenos/kernel/sparc64/src/cache.S
|
||||
|
||||
Reference in New Issue
Block a user