]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MIPS: move au1x00 SoC code to arch/mips/mach-au1x00
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Thu, 29 Jan 2015 13:47:01 +0000 (14:47 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 30 Jan 2015 13:19:58 +0000 (14:19 +0100)
commitd9a4a6223cc13fb43cbe291a00beeed1c847ed87
tree188af48988e7323fb2948797181dadfb62a2fa71
parentf1c64a08106db5ce87b6afe76785e2d4fddcff63
MIPS: move au1x00 SoC code to arch/mips/mach-au1x00

Move all au1x00 code out of arch/mips/cpu/mips32 to allow
unification of CPU code in a later patch. The reorganization
of the SoC specific header files will be done in a later patch
series.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Paul Burton <paul.burton@imgtec.com>
arch/mips/Makefile
arch/mips/cpu/mips32/Makefile
arch/mips/cpu/mips32/cpu.c
arch/mips/mach-au1x00/Makefile [moved from arch/mips/cpu/mips32/au1x00/Makefile with 100% similarity]
arch/mips/mach-au1x00/au1x00_eth.c [moved from arch/mips/cpu/mips32/au1x00/au1x00_eth.c with 98% similarity]
arch/mips/mach-au1x00/au1x00_ide.c [moved from arch/mips/cpu/mips32/au1x00/au1x00_ide.c with 100% similarity]
arch/mips/mach-au1x00/au1x00_serial.c [moved from arch/mips/cpu/mips32/au1x00/au1x00_serial.c with 100% similarity]
arch/mips/mach-au1x00/au1x00_usb_ohci.c [moved from arch/mips/cpu/mips32/au1x00/au1x00_usb_ohci.c with 100% similarity]
arch/mips/mach-au1x00/au1x00_usb_ohci.h [moved from arch/mips/cpu/mips32/au1x00/au1x00_usb_ohci.h with 100% similarity]
arch/mips/mach-au1x00/config.mk [moved from arch/mips/cpu/mips32/au1x00/config.mk with 100% similarity]