浏览代码

nios: Move cpu/nios/* to arch/nios/cpu/*

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Peter Tyser 15 年之前
父节点
当前提交
6a8a2b7058

+ 0 - 0
cpu/nios/Makefile → arch/nios/cpu/Makefile


+ 0 - 0
cpu/nios/asmi.c → arch/nios/cpu/asmi.c


+ 0 - 0
cpu/nios/config.mk → arch/nios/cpu/config.mk


+ 0 - 0
cpu/nios/cpu.c → arch/nios/cpu/cpu.c


+ 0 - 0
cpu/nios/interrupts.c → arch/nios/cpu/interrupts.c


+ 0 - 0
cpu/nios/serial.c → arch/nios/cpu/serial.c


+ 0 - 0
cpu/nios/spi.c → arch/nios/cpu/spi.c


+ 0 - 0
cpu/nios/start.S → arch/nios/cpu/start.S


+ 0 - 0
cpu/nios/traps.S → arch/nios/cpu/traps.S


+ 1 - 1
board/altera/dk1c20/u-boot.lds

@@ -30,7 +30,7 @@ SECTIONS
 {
 {
 	.text :
 	.text :
 	{
 	{
-	  cpu/nios/start.o (.text)
+	  arch/nios/cpu/start.o (.text)
 	  *(.text)
 	  *(.text)
 	}
 	}
 	__text_end = .;
 	__text_end = .;

+ 1 - 1
board/altera/dk1s10/u-boot.lds

@@ -30,7 +30,7 @@ SECTIONS
 {
 {
 	.text :
 	.text :
 	{
 	{
-	  cpu/nios/start.o (.text)
+	  arch/nios/cpu/start.o (.text)
 	  *(.text)
 	  *(.text)
 	}
 	}
 	__text_end = .;
 	__text_end = .;

+ 1 - 1
board/altera/ep1c20/u-boot.lds

@@ -30,7 +30,7 @@ SECTIONS
 {
 {
 	.text :
 	.text :
 	{
 	{
-	  cpu/nios2/start.o (.text)
+	  arch/nios/cpu2/start.o (.text)
 	  *(.text)
 	  *(.text)
 	  *(.text.*)
 	  *(.text.*)
 	  *(.gnu.linkonce.t*)
 	  *(.gnu.linkonce.t*)

+ 1 - 1
board/altera/ep1s10/u-boot.lds

@@ -30,7 +30,7 @@ SECTIONS
 {
 {
 	.text :
 	.text :
 	{
 	{
-	  cpu/nios2/start.o (.text)
+	  arch/nios/cpu2/start.o (.text)
 	  *(.text)
 	  *(.text)
 	  *(.text.*)
 	  *(.text.*)
 	  *(.gnu.linkonce.t*)
 	  *(.gnu.linkonce.t*)

+ 1 - 1
board/altera/ep1s40/u-boot.lds

@@ -30,7 +30,7 @@ SECTIONS
 {
 {
 	.text :
 	.text :
 	{
 	{
-	  cpu/nios2/start.o (.text)
+	  arch/nios/cpu2/start.o (.text)
 	  *(.text)
 	  *(.text)
 	  *(.text.*)
 	  *(.text.*)
 	  *(.gnu.linkonce.t*)
 	  *(.gnu.linkonce.t*)

+ 1 - 1
board/psyent/pci5441/u-boot.lds

@@ -30,7 +30,7 @@ SECTIONS
 {
 {
 	.text :
 	.text :
 	{
 	{
-	  cpu/nios2/start.o (.text)
+	  arch/nios/cpu2/start.o (.text)
 	  *(.text)
 	  *(.text)
 	  *(.text.*)
 	  *(.text.*)
 	  *(.gnu.linkonce.t*)
 	  *(.gnu.linkonce.t*)

+ 1 - 1
board/psyent/pk1c20/u-boot.lds

@@ -30,7 +30,7 @@ SECTIONS
 {
 {
 	.text :
 	.text :
 	{
 	{
-	  cpu/nios2/start.o (.text)
+	  arch/nios/cpu2/start.o (.text)
 	  *(.text)
 	  *(.text)
 	  *(.text.*)
 	  *(.text.*)
 	  *(.gnu.linkonce.t*)
 	  *(.gnu.linkonce.t*)

+ 1 - 1
board/ssv/adnpesc1/u-boot.lds

@@ -30,7 +30,7 @@ SECTIONS
 {
 {
 	.text :
 	.text :
 	{
 	{
-	  cpu/nios/start.o (.text)
+	  arch/nios/cpu/start.o (.text)
 	  *(.text)
 	  *(.text)
 	}
 	}
 	__text_end = .;
 	__text_end = .;

+ 1 - 1
doc/README.nios

@@ -243,7 +243,7 @@ cover most of the individual functions to get you started.
 	following commands, then close the console window:
 	following commands, then close the console window:
 
 
 		(gdb) directory common
 		(gdb) directory common
-		(gdb) directory cpu/nios
+		(gdb) directory arch/nios/cpu
 		(gdb) directory arch/nios/lib
 		(gdb) directory arch/nios/lib
 		(gdb) directory board/altera/dk1c20
 		(gdb) directory board/altera/dk1c20