summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/erc32
diff options
context:
space:
mode:
authorDaniel Cederman <cederman@gaisler.com>2014-05-08 16:33:08 +0200
committerDaniel Hellstrom <daniel@gaisler.com>2014-05-27 09:46:22 +0200
commitc903fc28a9c985c7b85a8c1f948ef1be6665af98 (patch)
tree8f9b43c3dfe4e7a9f1b592f96522c092af7f8465 /c/src/lib/libbsp/sparc/erc32
parentbsps/sparc: Make lines in SPARC BSPs adhere to 80 character limit. (diff)
downloadrtems-c903fc28a9c985c7b85a8c1f948ef1be6665af98.tar.bz2
bsps/sparc: Add copyright and license information
Diffstat (limited to 'c/src/lib/libbsp/sparc/erc32')
-rw-r--r--c/src/lib/libbsp/sparc/erc32/erc32sonic/erc32sonic.c17
-rw-r--r--c/src/lib/libbsp/sparc/erc32/gnatsupp/gnatsupp.c15
-rw-r--r--c/src/lib/libbsp/sparc/erc32/include/bsp/irq.h8
-rw-r--r--c/src/lib/libbsp/sparc/erc32/include/tm27.h3
-rw-r--r--c/src/lib/libbsp/sparc/erc32/startup/boardinit.S15
5 files changed, 48 insertions, 10 deletions
diff --git a/c/src/lib/libbsp/sparc/erc32/erc32sonic/erc32sonic.c b/c/src/lib/libbsp/sparc/erc32/erc32sonic/erc32sonic.c
index baa39ed8b6..f4ad2f1e66 100644
--- a/c/src/lib/libbsp/sparc/erc32/erc32sonic/erc32sonic.c
+++ b/c/src/lib/libbsp/sparc/erc32/erc32sonic/erc32sonic.c
@@ -1,5 +1,9 @@
-/*
- * THARSYS VME SPARC RT board SONIC Configuration Information
+/**
+ * @file
+ *
+ * @ingroup sparc_erc32
+ *
+ * @brief THARSYS VME SPARC RT board SONIC Configuration Information
*
* References:
*
@@ -7,6 +11,15 @@
* DY 4 Systems Inc., Kanata, Ontario, September, 1996.
*/
+/*
+ * COPYRIGHT (c) 2000.
+ * 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.
+ */
+
#include <bsp.h>
#include <libchip/sonic.h>
#if (SONIC_DEBUG & SONIC_DEBUG_PRINT_REGISTERS)
diff --git a/c/src/lib/libbsp/sparc/erc32/gnatsupp/gnatsupp.c b/c/src/lib/libbsp/sparc/erc32/gnatsupp/gnatsupp.c
index bc70883766..46bbabe2b0 100644
--- a/c/src/lib/libbsp/sparc/erc32/gnatsupp/gnatsupp.c
+++ b/c/src/lib/libbsp/sparc/erc32/gnatsupp/gnatsupp.c
@@ -1,7 +1,18 @@
+/**
+ * @file
+ *
+ * @ingroup sparc_erc32
+ *
+ * @brief Support for gnat/rtems interrupts and exception handling
+ */
+
/*
+ * COPYRIGHT (c) 1999.
+ * European Space Agency.
*
- * Support for gnat/rtems interrupts and exception handling.
- * Jiri Gaisler, ESA/ESTEC, 17-02-1999.
+ * 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 <bsp/gnatcommon.h>
diff --git a/c/src/lib/libbsp/sparc/erc32/include/bsp/irq.h b/c/src/lib/libbsp/sparc/erc32/include/bsp/irq.h
index dc6a70f135..e0bc3393d8 100644
--- a/c/src/lib/libbsp/sparc/erc32/include/bsp/irq.h
+++ b/c/src/lib/libbsp/sparc/erc32/include/bsp/irq.h
@@ -2,11 +2,13 @@
* @file
* @ingroup sparc_erc32
* @brief ERC32 generic shared IRQ setup
- */
-
-/* ERC32 generic shared IRQ setup
*
* Based on libbsp/shared/include/irq.h.
+ */
+
+/*
+ * Copyright (c) 2012.
+ * Aeroflex Gaisler AB.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/lib/libbsp/sparc/erc32/include/tm27.h b/c/src/lib/libbsp/sparc/erc32/include/tm27.h
index c2cba142af..958036fbf0 100644
--- a/c/src/lib/libbsp/sparc/erc32/include/tm27.h
+++ b/c/src/lib/libbsp/sparc/erc32/include/tm27.h
@@ -5,7 +5,8 @@
*/
/*
- * tm27.h
+ * COPYRIGHT (c) 2006.
+ * Aeroflex Gaisler AB.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/lib/libbsp/sparc/erc32/startup/boardinit.S b/c/src/lib/libbsp/sparc/erc32/startup/boardinit.S
index 2c96af5ac6..9ced1c3639 100644
--- a/c/src/lib/libbsp/sparc/erc32/startup/boardinit.S
+++ b/c/src/lib/libbsp/sparc/erc32/startup/boardinit.S
@@ -1,7 +1,18 @@
+/**
+ * @file
+ *
+ * @ingroup sparc_erc32
+ *
+ * @brief Initialise various ERC32 registers
+ */
+
/*
- * boardinit.s
+ * COPYRIGHT (c) 2000.
+ * European Space Agency.
*
- * Initialise various ERC32 registers
+ * 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>