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

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
master
Peter Tyser 15 years ago committed by Wolfgang Denk
parent 1e9c26578e
commit 6a8a2b7058
  1. 0
      arch/nios/cpu/Makefile
  2. 0
      arch/nios/cpu/asmi.c
  3. 0
      arch/nios/cpu/config.mk
  4. 0
      arch/nios/cpu/cpu.c
  5. 0
      arch/nios/cpu/interrupts.c
  6. 0
      arch/nios/cpu/serial.c
  7. 0
      arch/nios/cpu/spi.c
  8. 0
      arch/nios/cpu/start.S
  9. 0
      arch/nios/cpu/traps.S
  10. 2
      board/altera/dk1c20/u-boot.lds
  11. 2
      board/altera/dk1s10/u-boot.lds
  12. 2
      board/altera/ep1c20/u-boot.lds
  13. 2
      board/altera/ep1s10/u-boot.lds
  14. 2
      board/altera/ep1s40/u-boot.lds
  15. 2
      board/psyent/pci5441/u-boot.lds
  16. 2
      board/psyent/pk1c20/u-boot.lds
  17. 2
      board/ssv/adnpesc1/u-boot.lds
  18. 2
      doc/README.nios

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

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

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

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

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

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

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

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

@ -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

Loading…
Cancel
Save