summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc64/niagara
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sparc64/niagara')
-rw-r--r--c/src/lib/libbsp/sparc64/niagara/include/bsp.h5
-rw-r--r--c/src/lib/libbsp/sparc64/niagara/start/bspinit.S16
2 files changed, 9 insertions, 12 deletions
diff --git a/c/src/lib/libbsp/sparc64/niagara/include/bsp.h b/c/src/lib/libbsp/sparc64/niagara/include/bsp.h
index 7705675a97..f28e769a03 100644
--- a/c/src/lib/libbsp/sparc64/niagara/include/bsp.h
+++ b/c/src/lib/libbsp/sparc64/niagara/include/bsp.h
@@ -3,15 +3,10 @@
* This include file contains all SPARC64 simulator definitions.
*
* COPYRIGHT (c) 1989-1998. On-Line Applications Research Corporation (OAR).
- * COPYRIGHT (c) 1995. European Space Agency.
*
* 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.
- *
- * Ported to Simics Niagara version of SPARC64
- * Niagara modifications of respective RTEMS file:
- * COPYRIGHT (c) 2010. Eugen Leontie.
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/sparc64/niagara/start/bspinit.S b/c/src/lib/libbsp/sparc64/niagara/start/bspinit.S
index eb86faccd8..70ddd0ff6e 100644
--- a/c/src/lib/libbsp/sparc64/niagara/start/bspinit.S
+++ b/c/src/lib/libbsp/sparc64/niagara/start/bspinit.S
@@ -1,16 +1,18 @@
/*
* bspinit.S
*
- * BSP specific initialization for Sparc64 RTEMS -- sun4v BSP
+ * COPYRIGHT (c) 2010 Gedare Bloom.
*
- * 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.
+ */
+
+/*
*
- * 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.
- *
- * This code defines start code specific to the sun4v BSP
+ * BSP specific initialization for Sparc64 RTEMS -- sun4v BSP
*
+ * This code defines start code specific to the sun4v BSP
*/
#include <rtems/asm.h>