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)
downloadu-boot-8f0fec74ac6d0f3a7134ccebafa1ed9bd8c712ba.zip
u-boot-8f0fec74ac6d0f3a7134ccebafa1ed9bd8c712ba.tar.gz
u-boot-8f0fec74ac6d0f3a7134ccebafa1ed9bd8c712ba.tar.bz2
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 346d328..346d328 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 b5c47cf..b5c47cf 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 52d5a0f..52d5a0f 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 e0cb047..e0cb047 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 fe6ff3a..fe6ff3a 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 0ab867d..0ab867d 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 6db5a00..e4e8b60 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 de0254b..de0254b 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 35e8f51..35e8f51 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 c294a2b..c294a2b 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 f2da368..f2da368 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 8261d29..8261d29 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 55284cc..55284cc 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 c0f8326..c0f8326 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 1e55b83..8afe160 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 92bea74..92bea74 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 3c96a49..3c96a49 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 377005c..377005c 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 b3feb2a..b3feb2a 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 be410ab..be410ab 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 6988ecc..6988ecc 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 711ae66..711ae66 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 bff9f43..d3719df 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 f692429..f692429 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 c7963ed..62915b6 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.