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:
Sebastian Huber
2018-04-25 14:54:27 +02:00
parent a5bf9b66b0
commit 1554415ee8
3 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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