aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorAndrew Isaacson <adi@broadcom.com>2005-10-20 02:57:11 -0400
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 14:32:47 -0400
commit9a6dcea10308df50ed54d6d5a43c9f6c3e927118 (patch)
tree2739e2c12577925ffd99042b460d004f3eeb0bc8 /arch/mips
parentf137e463b50aadba91bd116f99c59ccb9c15a12f (diff)
Support for BigSur board.
Signed-Off-By: Andy Isaacson <adi@broadcom.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/Kconfig9
-rw-r--r--arch/mips/Makefile3
2 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index fdeffc81e17a..df5094dac6c7 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -546,6 +546,15 @@ config SGI_IP32
546 help 546 help
547 If you want this kernel to run on SGI O2 workstation, say Y here. 547 If you want this kernel to run on SGI O2 workstation, say Y here.
548 548
549config SIBYTE_BIGSUR
550 bool "Support for Sibyte BigSur"
551 select BOOT_ELF32
552 select DMA_COHERENT
553 select SIBYTE_BCM1x80
554 select SWAP_IO_SPACE
555 select SYS_SUPPORTS_BIG_ENDIAN
556 select SYS_SUPPORTS_LITTLE_ENDIAN
557
549config SIBYTE_SWARM 558config SIBYTE_SWARM
550 bool "Support for Sibyte BCM91250A-SWARM" 559 bool "Support for Sibyte BCM91250A-SWARM"
551 select BOOT_ELF32 560 select BOOT_ELF32
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index 92e16157734c..02692027730a 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -671,6 +671,7 @@ cflags-$(CONFIG_SIBYTE_BCM1x80) += -Iinclude/asm-mips/mach-sibyte \
671# Sibyte BCM91125C (CRhone) board 671# Sibyte BCM91125C (CRhone) board
672# Sibyte BCM91125E (Rhone) board 672# Sibyte BCM91125E (Rhone) board
673# Sibyte SWARM board 673# Sibyte SWARM board
674# Sibyte BCM91x80 (BigSur) board
674# 675#
675libs-$(CONFIG_SIBYTE_CARMEL) += arch/mips/sibyte/swarm/ 676libs-$(CONFIG_SIBYTE_CARMEL) += arch/mips/sibyte/swarm/
676load-$(CONFIG_SIBYTE_CARMEL) := 0xffffffff80100000 677load-$(CONFIG_SIBYTE_CARMEL) := 0xffffffff80100000
@@ -684,6 +685,8 @@ libs-$(CONFIG_SIBYTE_SENTOSA) += arch/mips/sibyte/swarm/
684load-$(CONFIG_SIBYTE_SENTOSA) := 0xffffffff80100000 685load-$(CONFIG_SIBYTE_SENTOSA) := 0xffffffff80100000
685libs-$(CONFIG_SIBYTE_SWARM) += arch/mips/sibyte/swarm/ 686libs-$(CONFIG_SIBYTE_SWARM) += arch/mips/sibyte/swarm/
686load-$(CONFIG_SIBYTE_SWARM) := 0xffffffff80100000 687load-$(CONFIG_SIBYTE_SWARM) := 0xffffffff80100000
688libs-$(CONFIG_SIBYTE_BIGSUR) += arch/mips/sibyte/swarm/
689load-$(CONFIG_SIBYTE_BIGSUR) := 0xffffffff80100000
687 690
688# 691#
689# SNI RM200 PCI 692# SNI RM200 PCI