summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoakim Axelsson <joakim.axelsson@stericsson.com>2010-10-22 15:38:45 +0200
committerMichael BRANDT <michael.brandt@stericsson.com>2010-12-07 09:51:11 +0100
commit18f5edacccb7ae2247e8cbe53c168bdd0a193f81 (patch)
tree5b4e0340f0052cc00025a2f8a78131a73e896c61
parent568d0172a478e4a23c8d5642466db3de0771a262 (diff)
db8500: cpu-arch rename stw8500 to db8500
Started work with splitting the files in board/st/u8500 into proper SoC (system on a chip), drivers, commands and board code. ST-Ericsson ID: None Signed-off-by: Joakim Axelsson <joakim.axelsson@stericsson.com> Change-Id: I33300b1990f377bc049785102f1c87fbe579e86d Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/7089 Reviewed-by: Robert ROSENGREN <robert.rosengren@stericsson.com> Reviewed-by: Markus HELGESSON <markus.helgesson@stericsson.com> Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com> Tested-by: Michael BRANDT <michael.brandt@stericsson.com> Reviewed-by: Mikael LARSSON1 <mikael.xt.larsson@stericsson.com>
-rw-r--r--Makefile2
-rw-r--r--[-rwxr-xr-x]cpu/arm_cortexa9/db8500/Makefile (renamed from cpu/arm_cortexa9/stw8500/Makefile)0
-rwxr-xr-xcpu/arm_cortexa9/db8500/clock.c (renamed from cpu/arm_cortexa9/stw8500/clock.c)0
-rw-r--r--[-rwxr-xr-x]cpu/arm_cortexa9/db8500/interrupts.c (renamed from cpu/arm_cortexa9/stw8500/interrupts.c)0
-rw-r--r--cpu/arm_cortexa9/db8500/prcmu-fw-defs_v1.h (renamed from cpu/arm_cortexa9/stw8500/prcmu-fw-defs_v1.h)0
-rw-r--r--cpu/arm_cortexa9/db8500/prcmu.c (renamed from cpu/arm_cortexa9/stw8500/prcmu.c)0
-rw-r--r--cpu/arm_cortexa9/db8500/timer.c (renamed from cpu/arm_cortexa9/stw8500/timer.c)0
-rw-r--r--include/asm-arm/arch-db8500/ab8500.h (renamed from include/asm-arm/arch-stw8500/ab8500.h)0
-rw-r--r--[-rwxr-xr-x]include/asm-arm/arch-db8500/bits.h (renamed from include/asm-arm/arch-stw8500/bits.h)0
-rw-r--r--include/asm-arm/arch-db8500/clock.h (renamed from include/asm-arm/arch-stw8500/clock.h)0
-rw-r--r--include/asm-arm/arch-db8500/common.h (renamed from include/asm-arm/arch-stw8500/common.h)0
-rw-r--r--[-rwxr-xr-x]include/asm-arm/arch-db8500/gpio.h (renamed from include/asm-arm/arch-stw8500/gpio.h)0
-rw-r--r--include/asm-arm/arch-db8500/hardware.h (renamed from include/asm-arm/arch-stw8500/hardware.h)0
-rw-r--r--[-rwxr-xr-x]include/asm-arm/arch-db8500/mtu.h (renamed from include/asm-arm/arch-stw8500/mtu.h)0
14 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f0f865c11..994f76316 100644
--- a/Makefile
+++ b/Makefile
@@ -3180,7 +3180,7 @@ u8500_auto_config:
echo "#define CONFIG_BOOT_SRAM" >> $(obj)include/config.h ; \
echo "TEXT_BASE = 0x40030000" >$(obj)board/st/u8500/config.tmp ; \
fi ; \
- $(MKCONFIG) -a u8500 arm arm_cortexa9 u8500 st stw8500 ; \
+ $(MKCONFIG) -a u8500 arm arm_cortexa9 u8500 st db8500 ; \
fi
#########################################################################
diff --git a/cpu/arm_cortexa9/stw8500/Makefile b/cpu/arm_cortexa9/db8500/Makefile
index 180da3026..180da3026 100755..100644
--- a/cpu/arm_cortexa9/stw8500/Makefile
+++ b/cpu/arm_cortexa9/db8500/Makefile
diff --git a/cpu/arm_cortexa9/stw8500/clock.c b/cpu/arm_cortexa9/db8500/clock.c
index 41f1bb254..41f1bb254 100755
--- a/cpu/arm_cortexa9/stw8500/clock.c
+++ b/cpu/arm_cortexa9/db8500/clock.c
diff --git a/cpu/arm_cortexa9/stw8500/interrupts.c b/cpu/arm_cortexa9/db8500/interrupts.c
index 4357ede39..4357ede39 100755..100644
--- a/cpu/arm_cortexa9/stw8500/interrupts.c
+++ b/cpu/arm_cortexa9/db8500/interrupts.c
diff --git a/cpu/arm_cortexa9/stw8500/prcmu-fw-defs_v1.h b/cpu/arm_cortexa9/db8500/prcmu-fw-defs_v1.h
index 046f89e21..046f89e21 100644
--- a/cpu/arm_cortexa9/stw8500/prcmu-fw-defs_v1.h
+++ b/cpu/arm_cortexa9/db8500/prcmu-fw-defs_v1.h
diff --git a/cpu/arm_cortexa9/stw8500/prcmu.c b/cpu/arm_cortexa9/db8500/prcmu.c
index e411d1a1c..e411d1a1c 100644
--- a/cpu/arm_cortexa9/stw8500/prcmu.c
+++ b/cpu/arm_cortexa9/db8500/prcmu.c
diff --git a/cpu/arm_cortexa9/stw8500/timer.c b/cpu/arm_cortexa9/db8500/timer.c
index bc27755b1..bc27755b1 100644
--- a/cpu/arm_cortexa9/stw8500/timer.c
+++ b/cpu/arm_cortexa9/db8500/timer.c
diff --git a/include/asm-arm/arch-stw8500/ab8500.h b/include/asm-arm/arch-db8500/ab8500.h
index 5db047979..5db047979 100644
--- a/include/asm-arm/arch-stw8500/ab8500.h
+++ b/include/asm-arm/arch-db8500/ab8500.h
diff --git a/include/asm-arm/arch-stw8500/bits.h b/include/asm-arm/arch-db8500/bits.h
index 17e2f09a4..17e2f09a4 100755..100644
--- a/include/asm-arm/arch-stw8500/bits.h
+++ b/include/asm-arm/arch-db8500/bits.h
diff --git a/include/asm-arm/arch-stw8500/clock.h b/include/asm-arm/arch-db8500/clock.h
index b00ab0d21..b00ab0d21 100644
--- a/include/asm-arm/arch-stw8500/clock.h
+++ b/include/asm-arm/arch-db8500/clock.h
diff --git a/include/asm-arm/arch-stw8500/common.h b/include/asm-arm/arch-db8500/common.h
index 38079b79c..38079b79c 100644
--- a/include/asm-arm/arch-stw8500/common.h
+++ b/include/asm-arm/arch-db8500/common.h
diff --git a/include/asm-arm/arch-stw8500/gpio.h b/include/asm-arm/arch-db8500/gpio.h
index fbff7fcb6..fbff7fcb6 100755..100644
--- a/include/asm-arm/arch-stw8500/gpio.h
+++ b/include/asm-arm/arch-db8500/gpio.h
diff --git a/include/asm-arm/arch-stw8500/hardware.h b/include/asm-arm/arch-db8500/hardware.h
index df55a841d..df55a841d 100644
--- a/include/asm-arm/arch-stw8500/hardware.h
+++ b/include/asm-arm/arch-db8500/hardware.h
diff --git a/include/asm-arm/arch-stw8500/mtu.h b/include/asm-arm/arch-db8500/mtu.h
index a87be9ef4..a87be9ef4 100755..100644
--- a/include/asm-arm/arch-stw8500/mtu.h
+++ b/include/asm-arm/arch-db8500/mtu.h