summaryrefslogtreecommitdiff
path: root/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3
diff options
context:
space:
mode:
authorsave2009-06-24 12:04:53 +0000
committersave2009-06-24 12:04:53 +0000
commitc70c387d7a8dcacd5a01d9e2a896767603173ffe (patch)
tree7de22e7521a116d5c90cb201828cd95f89a2449f /cleopatre/u-boot-1.1.6/cpu/spc300-fcm3
parent6ce6fdcf08a47218d9e17811aacc26c27ed6645e (diff)
[CLEO][U-BOOT]Added licence header for each SPiDCOM file and Suppressed unuse spaces for include and cpu part
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4837 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cleopatre/u-boot-1.1.6/cpu/spc300-fcm3')
-rw-r--r--cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/Makefile6
-rw-r--r--cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/config.mk6
-rw-r--r--cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/cpu.c4
-rw-r--r--cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/interrupts.c20
-rw-r--r--cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/reset.S15
-rw-r--r--cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/serial.c4
-rw-r--r--cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/start.S13
-rw-r--r--cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/timer.c5
8 files changed, 14 insertions, 59 deletions
diff --git a/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/Makefile b/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/Makefile
index 359d784777..2e9f362585 100644
--- a/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/Makefile
+++ b/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/Makefile
@@ -1,9 +1,5 @@
#
-# (C) Copyright 2000-2003
-# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
-#
-# See file CREDITS for list of people who contributed to this
-# project.
+# Copyright (C) 2009 SPiDCOM Technologies
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/config.mk b/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/config.mk
index 46629b4ef6..c26a6ba853 100644
--- a/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/config.mk
+++ b/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/config.mk
@@ -1,9 +1,5 @@
#
-# (C) Copyright 2002
-# Gary Jennejohn, DENX Software Engineering, <gj@denx.de>
-#
-# See file CREDITS for list of people who contributed to this
-# project.
+# Copyright (C) 2009 SPiDCOM Technologies
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/cpu.c b/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/cpu.c
index 299f0013b9..d2cb3ba87e 100644
--- a/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/cpu.c
+++ b/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/cpu.c
@@ -1,7 +1,7 @@
/*
- * cpu/spc300/cpu.c
+ * cpu/spc300-fcm3/cpu.c
*
- * (C) Copyright 2008 SPiDCOM Technologies
+ * Copyright (C) 2009 SPiDCOM Technologies
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/interrupts.c b/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/interrupts.c
index 9cac969f64..ef9374620d 100644
--- a/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/interrupts.c
+++ b/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/interrupts.c
@@ -1,23 +1,7 @@
/*
- * (C) Copyright 2003
- * Texas Instruments <www.ti.com>
+ * cpu/spc300-fcm3/interrupts.c
*
- * (C) Copyright 2002
- * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
- * Marius Groeger <mgroeger@sysgo.de>
- *
- * (C) Copyright 2002
- * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
- * Alex Zuepke <azu@sysgo.de>
- *
- * (C) Copyright 2002-2004
- * Gary Jennejohn, DENX Software Engineering, <gj@denx.de>
- *
- * (C) Copyright 2004
- * Philippe Robin, ARM Ltd. <philippe.robin@arm.com>
- *
- * See file CREDITS for list of people who contributed to this
- * project.
+ * Copyright (C) 2009 SPiDCOM Technologies
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/reset.S b/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/reset.S
index e8989028e2..a56bbf696b 100644
--- a/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/reset.S
+++ b/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/reset.S
@@ -1,18 +1,7 @@
/*
- * armboot - Startup Code for ARM926EJS CPU-core
+ * cpu/spc300-fcm3/reset.S
*
- * Copyright (c) 2003 Texas Instruments
- *
- * ----- Adapted for OMAP1610 OMAP730 from ARM925t code ------
- *
- * Copyright (c) 2001 Marius Gröger <mag@sysgo.de>
- * Copyright (c) 2002 Alex Züpke <azu@sysgo.de>
- * Copyright (c) 2002 Gary Jennejohn <gj@denx.de>
- * Copyright (c) 2003 Richard Woodruff <r-woodruff2@ti.com>
- * Copyright (c) 2003 Kshitij <kshitij@ti.com>
- *
- * See file CREDITS for list of people who contributed to this
- * project.
+ * Copyright (C) 2009 SPiDCOM Technologies
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/serial.c b/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/serial.c
index 16fd18047b..3be5b287a3 100644
--- a/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/serial.c
+++ b/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/serial.c
@@ -1,7 +1,7 @@
/*
- * cpu/spc300/serial.c
+ * cpu/spc300-fcm3/serial.c
*
- * (C) Copyright 2008 SPiDCOM Technologies
+ * Copyright (C) 2009 SPiDCOM Technologies
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/start.S b/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/start.S
index 6c0724b543..bf522ab1dc 100644
--- a/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/start.S
+++ b/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/start.S
@@ -1,16 +1,7 @@
/*
- * armboot - Startup Code for SPC300 CPU (ARM926EJS core)
+ * cpu/spc300-fcm3/start.S
*
- * Copyright (c) 2008 SPiDCOM Technologies
- *
- * Copyright (c) 2001 Marius Gröger <mag@sysgo.de>
- * Copyright (c) 2002 Alex Züpke <azu@sysgo.de>
- * Copyright (c) 2002 Gary Jennejohn <gj@denx.de>
- * Copyright (c) 2003 Richard Woodruff <r-woodruff2@ti.com>
- * Copyright (c) 2003 Kshitij <kshitij@ti.com>
- *
- * See file CREDITS for list of people who contributed to this
- * project.
+ * Copyright (C) 2009 SPiDCOM Technologies
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/timer.c b/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/timer.c
index b0049ed0c0..8eda21d87a 100644
--- a/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/timer.c
+++ b/cleopatre/u-boot-1.1.6/cpu/spc300-fcm3/timer.c
@@ -1,8 +1,7 @@
/*
- * (C) Copyright 2008 SPiDCOM Technologies
+ * cpu/spc300-fcm3/timer.c
*
- * See file CREDITS for list of people who contributed to this
- * project.
+ * Copyright (C) 2009 SPiDCOM Technologies
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as