aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2010-04-12 22:28:10 -0500
committerWolfgang Denk <wd@denx.de>2010-04-13 09:13:17 +0200
commit8f0fec74ac6d0f3a7134ccebafa1ed9bd8c712ba (patch)
tree1bd91a72857c1345faae7b15bd15b0eb9bdf9366
parent8d1f268204b07e172f3cb5cee0a3974d605b0b98 (diff)
sh: Move cpu/$CPU to arch/sh/cpu/$CPU
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
-rw-r--r--arch/sh/cpu/sh2/Makefile (renamed from cpu/sh2/Makefile)0
-rw-r--r--arch/sh/cpu/sh2/cache.c (renamed from cpu/sh2/cache.c)0
-rw-r--r--arch/sh/cpu/sh2/config.mk (renamed from cpu/sh2/config.mk)0
-rw-r--r--arch/sh/cpu/sh2/cpu.c (renamed from cpu/sh2/cpu.c)0
-rw-r--r--arch/sh/cpu/sh2/interrupts.c (renamed from cpu/sh2/interrupts.c)0
-rw-r--r--arch/sh/cpu/sh2/start.S (renamed from cpu/sh2/start.S)0
-rw-r--r--arch/sh/cpu/sh2/u-boot.lds (renamed from cpu/sh2/u-boot.lds)2
-rw-r--r--arch/sh/cpu/sh2/watchdog.c (renamed from cpu/sh2/watchdog.c)0
-rw-r--r--arch/sh/cpu/sh3/Makefile (renamed from cpu/sh3/Makefile)0
-rw-r--r--arch/sh/cpu/sh3/cache.c (renamed from cpu/sh3/cache.c)0
-rw-r--r--arch/sh/cpu/sh3/config.mk (renamed from cpu/sh3/config.mk)0
-rw-r--r--arch/sh/cpu/sh3/cpu.c (renamed from cpu/sh3/cpu.c)0
-rw-r--r--arch/sh/cpu/sh3/interrupts.c (renamed from cpu/sh3/interrupts.c)0
-rw-r--r--arch/sh/cpu/sh3/start.S (renamed from cpu/sh3/start.S)0
-rw-r--r--arch/sh/cpu/sh3/u-boot.lds (renamed from cpu/sh3/u-boot.lds)2
-rw-r--r--arch/sh/cpu/sh3/watchdog.c (renamed from cpu/sh3/watchdog.c)0
-rw-r--r--arch/sh/cpu/sh4/Makefile (renamed from cpu/sh4/Makefile)0
-rw-r--r--arch/sh/cpu/sh4/cache.c (renamed from cpu/sh4/cache.c)0
-rw-r--r--arch/sh/cpu/sh4/config.mk (renamed from cpu/sh4/config.mk)0
-rw-r--r--arch/sh/cpu/sh4/cpu.c (renamed from cpu/sh4/cpu.c)0
-rw-r--r--arch/sh/cpu/sh4/interrupts.c (renamed from cpu/sh4/interrupts.c)0
-rw-r--r--arch/sh/cpu/sh4/start.S (renamed from cpu/sh4/start.S)0
-rw-r--r--arch/sh/cpu/sh4/u-boot.lds (renamed from cpu/sh4/u-boot.lds)2
-rw-r--r--arch/sh/cpu/sh4/watchdog.c (renamed from cpu/sh4/watchdog.c)0
-rw-r--r--drivers/pci/pci_sh4.c2
25 files changed, 4 insertions, 4 deletions
diff --git a/cpu/sh2/Makefile b/arch/sh/cpu/sh2/Makefile
index 346d3285d..346d3285d 100644
--- a/cpu/sh2/Makefile
+++ b/arch/sh/cpu/sh2/Makefile
diff --git a/cpu/sh2/cache.c b/arch/sh/cpu/sh2/cache.c
index b5c47cf21..b5c47cf21 100644
--- a/cpu/sh2/cache.c
+++ b/arch/sh/cpu/sh2/cache.c
diff --git a/cpu/sh2/config.mk b/arch/sh/cpu/sh2/config.mk
index 52d5a0f4d..52d5a0f4d 100644
--- a/cpu/sh2/config.mk
+++ b/arch/sh/cpu/sh2/config.mk
diff --git a/cpu/sh2/cpu.c b/arch/sh/cpu/sh2/cpu.c
index e0cb04752..e0cb04752 100644
--- a/cpu/sh2/cpu.c
+++ b/arch/sh/cpu/sh2/cpu.c
diff --git a/cpu/sh2/interrupts.c b/arch/sh/cpu/sh2/interrupts.c
index fe6ff3a9c..fe6ff3a9c 100644
--- a/cpu/sh2/interrupts.c
+++ b/arch/sh/cpu/sh2/interrupts.c
diff --git a/cpu/sh2/start.S b/arch/sh/cpu/sh2/start.S
index 0ab867d54..0ab867d54 100644
--- a/cpu/sh2/start.S
+++ b/arch/sh/cpu/sh2/start.S
diff --git a/cpu/sh2/u-boot.lds b/arch/sh/cpu/sh2/u-boot.lds
index 6db5a0091..e4e8b6069 100644
--- a/cpu/sh2/u-boot.lds
+++ b/arch/sh/cpu/sh2/u-boot.lds
@@ -38,7 +38,7 @@ SECTIONS
.text :
{
- cpu/sh2/start.o (.text)
+ arch/sh/cpu/sh2/start.o (.text)
. = ALIGN(8192);
common/env_embedded.o (.ppcenv)
. = ALIGN(8192);
diff --git a/cpu/sh2/watchdog.c b/arch/sh/cpu/sh2/watchdog.c
index de0254b44..de0254b44 100644
--- a/cpu/sh2/watchdog.c
+++ b/arch/sh/cpu/sh2/watchdog.c
diff --git a/cpu/sh3/Makefile b/arch/sh/cpu/sh3/Makefile
index 35e8f51ab..35e8f51ab 100644
--- a/cpu/sh3/Makefile
+++ b/arch/sh/cpu/sh3/Makefile
diff --git a/cpu/sh3/cache.c b/arch/sh/cpu/sh3/cache.c
index c294a2b91..c294a2b91 100644
--- a/cpu/sh3/cache.c
+++ b/arch/sh/cpu/sh3/cache.c
diff --git a/cpu/sh3/config.mk b/arch/sh/cpu/sh3/config.mk
index f2da3686e..f2da3686e 100644
--- a/cpu/sh3/config.mk
+++ b/arch/sh/cpu/sh3/config.mk
diff --git a/cpu/sh3/cpu.c b/arch/sh/cpu/sh3/cpu.c
index 8261d29d4..8261d29d4 100644
--- a/cpu/sh3/cpu.c
+++ b/arch/sh/cpu/sh3/cpu.c
diff --git a/cpu/sh3/interrupts.c b/arch/sh/cpu/sh3/interrupts.c
index 55284ccc0..55284ccc0 100644
--- a/cpu/sh3/interrupts.c
+++ b/arch/sh/cpu/sh3/interrupts.c
diff --git a/cpu/sh3/start.S b/arch/sh/cpu/sh3/start.S
index c0f83261d..c0f83261d 100644
--- a/cpu/sh3/start.S
+++ b/arch/sh/cpu/sh3/start.S
diff --git a/cpu/sh3/u-boot.lds b/arch/sh/cpu/sh3/u-boot.lds
index 1e55b832f..8afe1603e 100644
--- a/cpu/sh3/u-boot.lds
+++ b/arch/sh/cpu/sh3/u-boot.lds
@@ -44,7 +44,7 @@ SECTIONS
.text :
{
- cpu/sh3/start.o (.text)
+ arch/sh/cpu/sh3/start.o (.text)
. = ALIGN(8192);
common/env_embedded.o (.ppcenv)
. = ALIGN(8192);
diff --git a/cpu/sh3/watchdog.c b/arch/sh/cpu/sh3/watchdog.c
index 92bea7471..92bea7471 100644
--- a/cpu/sh3/watchdog.c
+++ b/arch/sh/cpu/sh3/watchdog.c
diff --git a/cpu/sh4/Makefile b/arch/sh/cpu/sh4/Makefile
index 3c96a4931..3c96a4931 100644
--- a/cpu/sh4/Makefile
+++ b/arch/sh/cpu/sh4/Makefile
diff --git a/cpu/sh4/cache.c b/arch/sh/cpu/sh4/cache.c
index 377005cd4..377005cd4 100644
--- a/cpu/sh4/cache.c
+++ b/arch/sh/cpu/sh4/cache.c
diff --git a/cpu/sh4/config.mk b/arch/sh/cpu/sh4/config.mk
index b3feb2a51..b3feb2a51 100644
--- a/cpu/sh4/config.mk
+++ b/arch/sh/cpu/sh4/config.mk
diff --git a/cpu/sh4/cpu.c b/arch/sh/cpu/sh4/cpu.c
index be410abf0..be410abf0 100644
--- a/cpu/sh4/cpu.c
+++ b/arch/sh/cpu/sh4/cpu.c
diff --git a/cpu/sh4/interrupts.c b/arch/sh/cpu/sh4/interrupts.c
index 6988ecc7c..6988ecc7c 100644
--- a/cpu/sh4/interrupts.c
+++ b/arch/sh/cpu/sh4/interrupts.c
diff --git a/cpu/sh4/start.S b/arch/sh/cpu/sh4/start.S
index 711ae668d..711ae668d 100644
--- a/cpu/sh4/start.S
+++ b/arch/sh/cpu/sh4/start.S
diff --git a/cpu/sh4/u-boot.lds b/arch/sh/cpu/sh4/u-boot.lds
index bff9f43c1..d3719df54 100644
--- a/cpu/sh4/u-boot.lds
+++ b/arch/sh/cpu/sh4/u-boot.lds
@@ -41,7 +41,7 @@ SECTIONS
.text :
{
- cpu/sh4/start.o (.text)
+ arch/sh/cpu/sh4/start.o (.text)
. = ALIGN(8192);
common/env_embedded.o (.ppcenv)
. = ALIGN(8192);
diff --git a/cpu/sh4/watchdog.c b/arch/sh/cpu/sh4/watchdog.c
index f6924290f..f6924290f 100644
--- a/cpu/sh4/watchdog.c
+++ b/arch/sh/cpu/sh4/watchdog.c
diff --git a/drivers/pci/pci_sh4.c b/drivers/pci/pci_sh4.c
index c7963ed8a..62915b6df 100644
--- a/drivers/pci/pci_sh4.c
+++ b/drivers/pci/pci_sh4.c
@@ -4,7 +4,7 @@
* (C) 2007,2008 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
* (C) 2008 Yusuke Goda <goda.yusuke@renesas.com>
*
- * u-boot/cpu/sh4/pci-sh4.c
+ * u-boot/arch/sh/cpu/sh4/pci-sh4.c
*
* See file CREDITS for list of people who contributed to this
* project.