]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
m68k: Move cpu/$CPU to arch/m68k/cpu/$CPU
authorPeter Tyser <ptyser@xes-inc.com>
Tue, 13 Apr 2010 03:28:12 +0000 (22:28 -0500)
committerWolfgang Denk <wd@denx.de>
Tue, 13 Apr 2010 07:13:24 +0000 (09:13 +0200)
commita4145534851bf74619cb373a942613a74547bb82
tree653ca8e04cad5da1eecac601b77f1f9b9cfd5fc5
parent84ad688473bec2875e171b71040eb9e033c6c206
m68k: Move cpu/$CPU to arch/m68k/cpu/$CPU

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
79 files changed:
arch/m68k/cpu/mcf5227x/Makefile [moved from cpu/mcf5227x/Makefile with 100% similarity]
arch/m68k/cpu/mcf5227x/config.mk [moved from cpu/mcf5227x/config.mk with 100% similarity]
arch/m68k/cpu/mcf5227x/cpu.c [moved from cpu/mcf5227x/cpu.c with 100% similarity]
arch/m68k/cpu/mcf5227x/cpu_init.c [moved from cpu/mcf5227x/cpu_init.c with 100% similarity]
arch/m68k/cpu/mcf5227x/interrupts.c [moved from cpu/mcf5227x/interrupts.c with 100% similarity]
arch/m68k/cpu/mcf5227x/speed.c [moved from cpu/mcf5227x/speed.c with 100% similarity]
arch/m68k/cpu/mcf5227x/start.S [moved from cpu/mcf5227x/start.S with 100% similarity]
arch/m68k/cpu/mcf523x/Makefile [moved from cpu/mcf523x/Makefile with 100% similarity]
arch/m68k/cpu/mcf523x/config.mk [moved from cpu/mcf523x/config.mk with 100% similarity]
arch/m68k/cpu/mcf523x/cpu.c [moved from cpu/mcf523x/cpu.c with 100% similarity]
arch/m68k/cpu/mcf523x/cpu_init.c [moved from cpu/mcf523x/cpu_init.c with 100% similarity]
arch/m68k/cpu/mcf523x/interrupts.c [moved from cpu/mcf523x/interrupts.c with 100% similarity]
arch/m68k/cpu/mcf523x/speed.c [moved from cpu/mcf523x/speed.c with 100% similarity]
arch/m68k/cpu/mcf523x/start.S [moved from cpu/mcf523x/start.S with 100% similarity]
arch/m68k/cpu/mcf52x2/Makefile [moved from cpu/mcf52x2/Makefile with 100% similarity]
arch/m68k/cpu/mcf52x2/config.mk [moved from cpu/mcf52x2/config.mk with 100% similarity]
arch/m68k/cpu/mcf52x2/cpu.c [moved from cpu/mcf52x2/cpu.c with 100% similarity]
arch/m68k/cpu/mcf52x2/cpu.h [moved from cpu/mcf52x2/cpu.h with 100% similarity]
arch/m68k/cpu/mcf52x2/cpu_init.c [moved from cpu/mcf52x2/cpu_init.c with 100% similarity]
arch/m68k/cpu/mcf52x2/interrupts.c [moved from cpu/mcf52x2/interrupts.c with 100% similarity]
arch/m68k/cpu/mcf52x2/speed.c [moved from cpu/mcf52x2/speed.c with 100% similarity]
arch/m68k/cpu/mcf52x2/start.S [moved from cpu/mcf52x2/start.S with 100% similarity]
arch/m68k/cpu/mcf532x/Makefile [moved from cpu/mcf532x/Makefile with 100% similarity]
arch/m68k/cpu/mcf532x/config.mk [moved from cpu/mcf532x/config.mk with 100% similarity]
arch/m68k/cpu/mcf532x/cpu.c [moved from cpu/mcf532x/cpu.c with 100% similarity]
arch/m68k/cpu/mcf532x/cpu_init.c [moved from cpu/mcf532x/cpu_init.c with 100% similarity]
arch/m68k/cpu/mcf532x/interrupts.c [moved from cpu/mcf532x/interrupts.c with 100% similarity]
arch/m68k/cpu/mcf532x/speed.c [moved from cpu/mcf532x/speed.c with 100% similarity]
arch/m68k/cpu/mcf532x/start.S [moved from cpu/mcf532x/start.S with 100% similarity]
arch/m68k/cpu/mcf5445x/Makefile [moved from cpu/mcf5445x/Makefile with 100% similarity]
arch/m68k/cpu/mcf5445x/config.mk [moved from cpu/mcf5445x/config.mk with 100% similarity]
arch/m68k/cpu/mcf5445x/cpu.c [moved from cpu/mcf5445x/cpu.c with 100% similarity]
arch/m68k/cpu/mcf5445x/cpu_init.c [moved from cpu/mcf5445x/cpu_init.c with 100% similarity]
arch/m68k/cpu/mcf5445x/interrupts.c [moved from cpu/mcf5445x/interrupts.c with 100% similarity]
arch/m68k/cpu/mcf5445x/pci.c [moved from cpu/mcf5445x/pci.c with 100% similarity]
arch/m68k/cpu/mcf5445x/speed.c [moved from cpu/mcf5445x/speed.c with 100% similarity]
arch/m68k/cpu/mcf5445x/start.S [moved from cpu/mcf5445x/start.S with 100% similarity]
arch/m68k/cpu/mcf547x_8x/Makefile [moved from cpu/mcf547x_8x/Makefile with 100% similarity]
arch/m68k/cpu/mcf547x_8x/config.mk [moved from cpu/mcf547x_8x/config.mk with 100% similarity]
arch/m68k/cpu/mcf547x_8x/cpu.c [moved from cpu/mcf547x_8x/cpu.c with 100% similarity]
arch/m68k/cpu/mcf547x_8x/cpu_init.c [moved from cpu/mcf547x_8x/cpu_init.c with 100% similarity]
arch/m68k/cpu/mcf547x_8x/interrupts.c [moved from cpu/mcf547x_8x/interrupts.c with 100% similarity]
arch/m68k/cpu/mcf547x_8x/pci.c [moved from cpu/mcf547x_8x/pci.c with 100% similarity]
arch/m68k/cpu/mcf547x_8x/slicetimer.c [moved from cpu/mcf547x_8x/slicetimer.c with 100% similarity]
arch/m68k/cpu/mcf547x_8x/speed.c [moved from cpu/mcf547x_8x/speed.c with 100% similarity]
arch/m68k/cpu/mcf547x_8x/start.S [moved from cpu/mcf547x_8x/start.S with 100% similarity]
board/BuS/EB+MCF-EV123/u-boot.lds
board/astro/mcf5373l/u-boot.lds
board/cobra5272/u-boot.lds
board/esd/tasreg/u-boot.lds
board/freescale/m5208evbe/u-boot.lds
board/freescale/m52277evb/u-boot.spa
board/freescale/m52277evb/u-boot.stm
board/freescale/m5235evb/u-boot.16
board/freescale/m5235evb/u-boot.32
board/freescale/m5249evb/u-boot.lds
board/freescale/m5253demo/u-boot.lds
board/freescale/m5253evbe/u-boot.lds
board/freescale/m5271evb/u-boot.lds
board/freescale/m5272c3/u-boot.lds
board/freescale/m5275evb/u-boot.lds
board/freescale/m5282evb/u-boot.lds
board/freescale/m53017evb/u-boot.lds
board/freescale/m5329evb/u-boot.lds
board/freescale/m5373evb/u-boot.lds
board/freescale/m54451evb/u-boot.spa
board/freescale/m54451evb/u-boot.stm
board/freescale/m54455evb/u-boot.atm
board/freescale/m54455evb/u-boot.int
board/freescale/m54455evb/u-boot.stm
board/freescale/m547xevb/u-boot.lds
board/freescale/m548xevb/u-boot.lds
board/idmr/u-boot.lds
doc/README.m52277evb
doc/README.m53017evb
doc/README.m5373evb
doc/README.m54455evb
doc/README.m5475evb
doc/README.m68k