]> asedeno.scripts.mit.edu Git - linux.git/commit
MIPS: add support for SGI Octane (IP30)
authorThomas Bogendoerfer <tbogendoerfer@suse.de>
Thu, 24 Oct 2019 10:18:29 +0000 (12:18 +0200)
committerPaul Burton <paulburton@kernel.org>
Fri, 1 Nov 2019 21:58:56 +0000 (14:58 -0700)
commit7505576d1c1ac0cfe85fdf90999433dd8b673012
tree51a15f2d600164ec4c72b9a4c71c7e174d1a8847
parentb9e9defb5e603a8c0822c9e1f457fc823fab5a15
MIPS: add support for SGI Octane (IP30)

This changeset adds support for SGI Octane/Octane2 workstations.

Signed-off-by: Thomas Bogendoerfer <tbogendoerfer@suse.de>
Signed-off-by: Paul Burton <paulburton@kernel.org>
Cc: Paul Burton <paul.burton@mips.com>
Cc: James Hogan <jhogan@kernel.org>
Cc: linux-mips@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
19 files changed:
arch/mips/Kbuild.platforms
arch/mips/Kconfig
arch/mips/include/asm/mach-ip30/cpu-feature-overrides.h [new file with mode: 0644]
arch/mips/include/asm/mach-ip30/irq.h [new file with mode: 0644]
arch/mips/include/asm/mach-ip30/kernel-entry-init.h [new file with mode: 0644]
arch/mips/include/asm/mach-ip30/mangle-port.h [new file with mode: 0644]
arch/mips/include/asm/mach-ip30/spaces.h [new file with mode: 0644]
arch/mips/include/asm/mach-ip30/war.h [new file with mode: 0644]
arch/mips/include/asm/sgi/heart.h [new file with mode: 0644]
arch/mips/sgi-ip30/Makefile [new file with mode: 0644]
arch/mips/sgi-ip30/Platform [new file with mode: 0644]
arch/mips/sgi-ip30/ip30-common.h [new file with mode: 0644]
arch/mips/sgi-ip30/ip30-console.c [new file with mode: 0644]
arch/mips/sgi-ip30/ip30-irq.c [new file with mode: 0644]
arch/mips/sgi-ip30/ip30-power.c [new file with mode: 0644]
arch/mips/sgi-ip30/ip30-setup.c [new file with mode: 0644]
arch/mips/sgi-ip30/ip30-smp.c [new file with mode: 0644]
arch/mips/sgi-ip30/ip30-timer.c [new file with mode: 0644]
arch/mips/sgi-ip30/ip30-xtalk.c [new file with mode: 0644]