summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2010-04-12 22:28:19 -0500
committerWolfgang Denk <wd@denx.de>2010-04-13 09:13:27 +0200
commit6a8a2b7058a398fe207021259cb2c529fb225eff (patch)
treeefc331c29c02e3d01eb0fc01db410be9480b8098
parent1e9c26578ebbeecbaf3d8fb574957405eff17c86 (diff)
downloadblackbird-obmc-uboot-6a8a2b7058a398fe207021259cb2c529fb225eff.tar.gz
blackbird-obmc-uboot-6a8a2b7058a398fe207021259cb2c529fb225eff.zip
nios: Move cpu/nios/* to arch/nios/cpu/*
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
-rw-r--r--arch/nios/cpu/Makefile (renamed from cpu/nios/Makefile)0
-rw-r--r--arch/nios/cpu/asmi.c (renamed from cpu/nios/asmi.c)0
-rw-r--r--arch/nios/cpu/config.mk (renamed from cpu/nios/config.mk)0
-rw-r--r--arch/nios/cpu/cpu.c (renamed from cpu/nios/cpu.c)0
-rw-r--r--arch/nios/cpu/interrupts.c (renamed from cpu/nios/interrupts.c)0
-rw-r--r--arch/nios/cpu/serial.c (renamed from cpu/nios/serial.c)0
-rw-r--r--arch/nios/cpu/spi.c (renamed from cpu/nios/spi.c)0
-rw-r--r--arch/nios/cpu/start.S (renamed from cpu/nios/start.S)0
-rw-r--r--arch/nios/cpu/traps.S (renamed from cpu/nios/traps.S)0
-rw-r--r--board/altera/dk1c20/u-boot.lds2
-rw-r--r--board/altera/dk1s10/u-boot.lds2
-rw-r--r--board/altera/ep1c20/u-boot.lds2
-rw-r--r--board/altera/ep1s10/u-boot.lds2
-rw-r--r--board/altera/ep1s40/u-boot.lds2
-rw-r--r--board/psyent/pci5441/u-boot.lds2
-rw-r--r--board/psyent/pk1c20/u-boot.lds2
-rw-r--r--board/ssv/adnpesc1/u-boot.lds2
-rw-r--r--doc/README.nios2
18 files changed, 9 insertions, 9 deletions
diff --git a/cpu/nios/Makefile b/arch/nios/cpu/Makefile
index ad1745608d..ad1745608d 100644
--- a/cpu/nios/Makefile
+++ b/arch/nios/cpu/Makefile
diff --git a/cpu/nios/asmi.c b/arch/nios/cpu/asmi.c
index 33553b7ca6..33553b7ca6 100644
--- a/cpu/nios/asmi.c
+++ b/arch/nios/cpu/asmi.c
diff --git a/cpu/nios/config.mk b/arch/nios/cpu/config.mk
index f228d7219a..f228d7219a 100644
--- a/cpu/nios/config.mk
+++ b/arch/nios/cpu/config.mk
diff --git a/cpu/nios/cpu.c b/arch/nios/cpu/cpu.c
index 5519e82780..5519e82780 100644
--- a/cpu/nios/cpu.c
+++ b/arch/nios/cpu/cpu.c
diff --git a/cpu/nios/interrupts.c b/arch/nios/cpu/interrupts.c
index 55a5718574..55a5718574 100644
--- a/cpu/nios/interrupts.c
+++ b/arch/nios/cpu/interrupts.c
diff --git a/cpu/nios/serial.c b/arch/nios/cpu/serial.c
index 44aa6001f5..44aa6001f5 100644
--- a/cpu/nios/serial.c
+++ b/arch/nios/cpu/serial.c
diff --git a/cpu/nios/spi.c b/arch/nios/cpu/spi.c
index 89f9797faa..89f9797faa 100644
--- a/cpu/nios/spi.c
+++ b/arch/nios/cpu/spi.c
diff --git a/cpu/nios/start.S b/arch/nios/cpu/start.S
index 3578a04d51..3578a04d51 100644
--- a/cpu/nios/start.S
+++ b/arch/nios/cpu/start.S
diff --git a/cpu/nios/traps.S b/arch/nios/cpu/traps.S
index bc4d3f66da..bc4d3f66da 100644
--- a/cpu/nios/traps.S
+++ b/arch/nios/cpu/traps.S
diff --git a/board/altera/dk1c20/u-boot.lds b/board/altera/dk1c20/u-boot.lds
index 98ee8f8323..50c3fe75a0 100644
--- a/board/altera/dk1c20/u-boot.lds
+++ b/board/altera/dk1c20/u-boot.lds
@@ -30,7 +30,7 @@ SECTIONS
{
.text :
{
- cpu/nios/start.o (.text)
+ arch/nios/cpu/start.o (.text)
*(.text)
}
__text_end = .;
diff --git a/board/altera/dk1s10/u-boot.lds b/board/altera/dk1s10/u-boot.lds
index 98ee8f8323..50c3fe75a0 100644
--- a/board/altera/dk1s10/u-boot.lds
+++ b/board/altera/dk1s10/u-boot.lds
@@ -30,7 +30,7 @@ SECTIONS
{
.text :
{
- cpu/nios/start.o (.text)
+ arch/nios/cpu/start.o (.text)
*(.text)
}
__text_end = .;
diff --git a/board/altera/ep1c20/u-boot.lds b/board/altera/ep1c20/u-boot.lds
index e2eb3aa431..b909e94f8f 100644
--- a/board/altera/ep1c20/u-boot.lds
+++ b/board/altera/ep1c20/u-boot.lds
@@ -30,7 +30,7 @@ SECTIONS
{
.text :
{
- cpu/nios2/start.o (.text)
+ arch/nios/cpu2/start.o (.text)
*(.text)
*(.text.*)
*(.gnu.linkonce.t*)
diff --git a/board/altera/ep1s10/u-boot.lds b/board/altera/ep1s10/u-boot.lds
index e2eb3aa431..b909e94f8f 100644
--- a/board/altera/ep1s10/u-boot.lds
+++ b/board/altera/ep1s10/u-boot.lds
@@ -30,7 +30,7 @@ SECTIONS
{
.text :
{
- cpu/nios2/start.o (.text)
+ arch/nios/cpu2/start.o (.text)
*(.text)
*(.text.*)
*(.gnu.linkonce.t*)
diff --git a/board/altera/ep1s40/u-boot.lds b/board/altera/ep1s40/u-boot.lds
index e2eb3aa431..b909e94f8f 100644
--- a/board/altera/ep1s40/u-boot.lds
+++ b/board/altera/ep1s40/u-boot.lds
@@ -30,7 +30,7 @@ SECTIONS
{
.text :
{
- cpu/nios2/start.o (.text)
+ arch/nios/cpu2/start.o (.text)
*(.text)
*(.text.*)
*(.gnu.linkonce.t*)
diff --git a/board/psyent/pci5441/u-boot.lds b/board/psyent/pci5441/u-boot.lds
index b2d88a5586..f155800a64 100644
--- a/board/psyent/pci5441/u-boot.lds
+++ b/board/psyent/pci5441/u-boot.lds
@@ -30,7 +30,7 @@ SECTIONS
{
.text :
{
- cpu/nios2/start.o (.text)
+ arch/nios/cpu2/start.o (.text)
*(.text)
*(.text.*)
*(.gnu.linkonce.t*)
diff --git a/board/psyent/pk1c20/u-boot.lds b/board/psyent/pk1c20/u-boot.lds
index b2d88a5586..f155800a64 100644
--- a/board/psyent/pk1c20/u-boot.lds
+++ b/board/psyent/pk1c20/u-boot.lds
@@ -30,7 +30,7 @@ SECTIONS
{
.text :
{
- cpu/nios2/start.o (.text)
+ arch/nios/cpu2/start.o (.text)
*(.text)
*(.text.*)
*(.gnu.linkonce.t*)
diff --git a/board/ssv/adnpesc1/u-boot.lds b/board/ssv/adnpesc1/u-boot.lds
index 98ee8f8323..50c3fe75a0 100644
--- a/board/ssv/adnpesc1/u-boot.lds
+++ b/board/ssv/adnpesc1/u-boot.lds
@@ -30,7 +30,7 @@ SECTIONS
{
.text :
{
- cpu/nios/start.o (.text)
+ arch/nios/cpu/start.o (.text)
*(.text)
}
__text_end = .;
diff --git a/doc/README.nios b/doc/README.nios
index da30ff5ae4..5628144600 100644
--- a/doc/README.nios
+++ b/doc/README.nios
@@ -243,7 +243,7 @@ cover most of the individual functions to get you started.
following commands, then close the console window:
(gdb) directory common
- (gdb) directory cpu/nios
+ (gdb) directory arch/nios/cpu
(gdb) directory arch/nios/lib
(gdb) directory board/altera/dk1c20
OpenPOWER on IntegriCloud