mips: Add N64 machine type
authorLauri Kasanen <cand@gmx.com>
Wed, 13 Jan 2021 15:11:23 +0000 (17:11 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 22 Jan 2021 10:40:00 +0000 (11:40 +0100)
commitbaec970aa5ba11099ad7a91773350c91fb2113f0
treea29768bc527cde6e1d1ee18aa6f030067cbc80d1
parent65ce6197ed403b14f4efc70d509e07ac608a1ac5
mips: Add N64 machine type

Add support for the Nintendo 64.

Signed-off-by: Lauri Kasanen <cand@gmx.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/Kbuild.platforms
arch/mips/Kconfig
arch/mips/include/asm/mach-n64/irq.h [new file with mode: 0644]
arch/mips/include/asm/mach-n64/kmalloc.h [new file with mode: 0644]
arch/mips/n64/Makefile [new file with mode: 0644]
arch/mips/n64/Platform [new file with mode: 0644]
arch/mips/n64/init.c [new file with mode: 0644]
arch/mips/n64/irq.c [new file with mode: 0644]