]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sparc: Move cpu/leon[23] to arch/sparc/cpu/leon[23]
authorPeter Tyser <ptyser@xes-inc.com>
Tue, 13 Apr 2010 03:28:18 +0000 (22:28 -0500)
committerWolfgang Denk <wd@denx.de>
Tue, 13 Apr 2010 07:13:26 +0000 (09:13 +0200)
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24 files changed:
arch/sparc/cpu/leon2/Makefile [moved from cpu/leon2/Makefile with 100% similarity]
arch/sparc/cpu/leon2/config.mk [moved from cpu/leon2/config.mk with 100% similarity]
arch/sparc/cpu/leon2/cpu.c [moved from cpu/leon2/cpu.c with 100% similarity]
arch/sparc/cpu/leon2/cpu_init.c [moved from cpu/leon2/cpu_init.c with 100% similarity]
arch/sparc/cpu/leon2/interrupts.c [moved from cpu/leon2/interrupts.c with 100% similarity]
arch/sparc/cpu/leon2/prom.c [moved from cpu/leon2/prom.c with 100% similarity]
arch/sparc/cpu/leon2/serial.c [moved from cpu/leon2/serial.c with 100% similarity]
arch/sparc/cpu/leon2/start.S [moved from cpu/leon2/start.S with 100% similarity]
arch/sparc/cpu/leon3/Makefile [moved from cpu/leon3/Makefile with 100% similarity]
arch/sparc/cpu/leon3/ambapp.c [moved from cpu/leon3/ambapp.c with 100% similarity]
arch/sparc/cpu/leon3/config.mk [moved from cpu/leon3/config.mk with 100% similarity]
arch/sparc/cpu/leon3/cpu.c [moved from cpu/leon3/cpu.c with 100% similarity]
arch/sparc/cpu/leon3/cpu_init.c [moved from cpu/leon3/cpu_init.c with 100% similarity]
arch/sparc/cpu/leon3/interrupts.c [moved from cpu/leon3/interrupts.c with 100% similarity]
arch/sparc/cpu/leon3/prom.c [moved from cpu/leon3/prom.c with 100% similarity]
arch/sparc/cpu/leon3/serial.c [moved from cpu/leon3/serial.c with 100% similarity]
arch/sparc/cpu/leon3/start.S [moved from cpu/leon3/start.S with 100% similarity]
arch/sparc/cpu/leon3/usb_uhci.c [moved from cpu/leon3/usb_uhci.c with 100% similarity]
arch/sparc/cpu/leon3/usb_uhci.h [moved from cpu/leon3/usb_uhci.h with 100% similarity]
board/gaisler/gr_cpci_ax2000/u-boot.lds
board/gaisler/gr_ep2s60/u-boot.lds
board/gaisler/gr_xc3s_1500/u-boot.lds
board/gaisler/grsim/u-boot.lds
board/gaisler/grsim_leon2/u-boot.lds

similarity index 100%
rename from cpu/leon2/cpu.c
rename to arch/sparc/cpu/leon2/cpu.c
similarity index 100%
rename from cpu/leon2/prom.c
rename to arch/sparc/cpu/leon2/prom.c
similarity index 100%
rename from cpu/leon3/cpu.c
rename to arch/sparc/cpu/leon3/cpu.c
similarity index 100%
rename from cpu/leon3/prom.c
rename to arch/sparc/cpu/leon3/prom.c
index d5d7842157162296d276839aa01f804765de19a4..22826823cc327611b4568744e1bc278f156338a0 100644 (file)
@@ -60,7 +60,7 @@ SECTIONS
                _text = .;
 
                *(.start)
-               cpu/leon3/start.o (.text)
+               arch/sparc/cpu/leon3/start.o (.text)
 /* 8k is the same as the PROM offset from end of main memory, (CONFIG_SYS_PROM_SIZE) */
                . = ALIGN(8192);
 /* PROM CODE, Will be relocated to the end of memory,
index 99aa0addaf7c0a0e26d40fe6edbe6e41281c29c9..0ca2651703ee3e7f8de867bf44b48b79b6d8ccaa 100644 (file)
@@ -60,7 +60,7 @@ SECTIONS
                _text = .;
 
                *(.start)
-               cpu/leon3/start.o (.text)
+               arch/sparc/cpu/leon3/start.o (.text)
 /* 8k is the same as the PROM offset from end of main memory, (CONFIG_SYS_PROM_SIZE) */
                . = ALIGN(8192);
 /* PROM CODE, Will be relocated to the end of memory,
index 3b13190cb01f492ea64bb088540915976adf5c22..67222ac8e3045c8adbf4ab8db7869758edf395ac 100644 (file)
@@ -60,7 +60,7 @@ SECTIONS
                _text = .;
 
                *(.start)
-               cpu/leon3/start.o (.text)
+               arch/sparc/cpu/leon3/start.o (.text)
 /* 8k is the same as the PROM offset from end of main memory, (CONFIG_SYS_PROM_SIZE) */
                . = ALIGN(8192);
 /* PROM CODE, Will be relocated to the end of memory,
index 0fa6627df5a945f54dfca5da868c6e1f600bdd98..681fd8d01b84f8268daea02e211972d428d8b549 100644 (file)
@@ -59,7 +59,7 @@ SECTIONS
                _text = .;
 
                *(.start)
-               cpu/leon3/start.o (.text)
+               arch/sparc/cpu/leon3/start.o (.text)
 /* 8k is the same as the PROM offset from end of main memory, (CONFIG_SYS_PROM_SIZE) */
                . = ALIGN(8192);
 /* PROM CODE, Will be relocated to the end of memory,
index c5311a6c1f578091bcddebec782c00270516971a..a12e7fb9ce35ae07dc968ab9636e695d75e0df75 100644 (file)
@@ -59,7 +59,7 @@ SECTIONS
                _text = .;
 
                *(.start)
-               cpu/leon2/start.o (.text)
+               arch/sparc/cpu/leon2/start.o (.text)
 /* 8k is the same as the PROM offset from end of main memory, (CONFIG_SYS_PROM_SIZE) */
                . = ALIGN(8192);
 /* PROM CODE, Will be relocated to the end of memory,