MIPS: Loongson: Split common loongson source code out
authorWu Zhangjin <wuzhangjin@gmail.com>
Thu, 2 Jul 2009 15:26:45 +0000 (23:26 +0800)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 17 Sep 2009 18:07:47 +0000 (20:07 +0200)
commit85749d24bcf90440b10394312e5b1c96d1a62cdb
treee244d0d79d24e066871ae207a851d38973d57345
parent8e4971175acc910eb4258df82a6bd8f2c4e4e5b5
MIPS: Loongson: Split common loongson source code out

To share common loongson source code between all of the loongson-based
machines. there is a need to split it out of the fuloong-2e/ directory.
at the same time, other according tuning is needed. the machine-specific
parts are defined as macros in relative header file, pci.h, mem.h,
machine.h.

Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
33 files changed:
arch/mips/Kconfig
arch/mips/Makefile
arch/mips/include/asm/mach-loongson/loongson.h
arch/mips/include/asm/mach-loongson/machine.h [new file with mode: 0644]
arch/mips/include/asm/mach-loongson/mem.h [new file with mode: 0644]
arch/mips/include/asm/mach-loongson/pci.h
arch/mips/loongson/Kconfig [new file with mode: 0644]
arch/mips/loongson/Makefile [new file with mode: 0644]
arch/mips/loongson/common/Makefile [new file with mode: 0644]
arch/mips/loongson/common/bonito-irq.c [new file with mode: 0644]
arch/mips/loongson/common/cmdline.c [new file with mode: 0644]
arch/mips/loongson/common/early_printk.c [new file with mode: 0644]
arch/mips/loongson/common/env.c [new file with mode: 0644]
arch/mips/loongson/common/init.c [new file with mode: 0644]
arch/mips/loongson/common/irq.c [new file with mode: 0644]
arch/mips/loongson/common/machtype.c [new file with mode: 0644]
arch/mips/loongson/common/mem.c [new file with mode: 0644]
arch/mips/loongson/common/pci.c [new file with mode: 0644]
arch/mips/loongson/common/reset.c [new file with mode: 0644]
arch/mips/loongson/common/setup.c [new file with mode: 0644]
arch/mips/loongson/common/time.c [new file with mode: 0644]
arch/mips/loongson/fuloong-2e/Makefile
arch/mips/loongson/fuloong-2e/bonito-irq.c [deleted file]
arch/mips/loongson/fuloong-2e/cmdline.c [deleted file]
arch/mips/loongson/fuloong-2e/early_printk.c [deleted file]
arch/mips/loongson/fuloong-2e/env.c [deleted file]
arch/mips/loongson/fuloong-2e/init.c [deleted file]
arch/mips/loongson/fuloong-2e/irq.c
arch/mips/loongson/fuloong-2e/machtype.c [deleted file]
arch/mips/loongson/fuloong-2e/mem.c [deleted file]
arch/mips/loongson/fuloong-2e/pci.c [deleted file]
arch/mips/loongson/fuloong-2e/reset.c
arch/mips/loongson/fuloong-2e/time.c [deleted file]