xref: /openbmc/u-boot/arch/mips/mach-bmips/Kconfig (revision 07661e7f)
1ee422142SÁlvaro Fernández Rojasmenu "Broadcom MIPS platforms"
2ee422142SÁlvaro Fernández Rojas	depends on ARCH_BMIPS
3ee422142SÁlvaro Fernández Rojas
4ee422142SÁlvaro Fernández Rojasconfig SYS_SOC
523a21683SÁlvaro Fernández Rojas	default "bcm3380" if SOC_BMIPS_BCM3380
66471a225SÁlvaro Fernández Rojas	default "bcm6328" if SOC_BMIPS_BCM6328
7*07661e7fSÁlvaro Fernández Rojas	default "bcm6338" if SOC_BMIPS_BCM6338
8bf9012b8SÁlvaro Fernández Rojas	default "bcm6348" if SOC_BMIPS_BCM6348
9e30d2bd4SÁlvaro Fernández Rojas	default "bcm6358" if SOC_BMIPS_BCM6358
106a235bb8SÁlvaro Fernández Rojas	default "bcm63268" if SOC_BMIPS_BCM63268
11e30d2bd4SÁlvaro Fernández Rojas
12e30d2bd4SÁlvaro Fernández Rojaschoice
13e30d2bd4SÁlvaro Fernández Rojas	prompt "Broadcom MIPS SoC select"
14e30d2bd4SÁlvaro Fernández Rojas
1523a21683SÁlvaro Fernández Rojasconfig SOC_BMIPS_BCM3380
1623a21683SÁlvaro Fernández Rojas	bool "BMIPS BCM3380 family"
1723a21683SÁlvaro Fernández Rojas	select SUPPORTS_BIG_ENDIAN
1823a21683SÁlvaro Fernández Rojas	select SUPPORTS_CPU_MIPS32_R1
1923a21683SÁlvaro Fernández Rojas	select MIPS_TUNE_4KC
2023a21683SÁlvaro Fernández Rojas	select MIPS_L1_CACHE_SHIFT_4
2123a21683SÁlvaro Fernández Rojas	select SWAP_IO_SPACE
2223a21683SÁlvaro Fernández Rojas	select SYSRESET_WATCHDOG
2323a21683SÁlvaro Fernández Rojas	help
2423a21683SÁlvaro Fernández Rojas	  This supports BMIPS BCM3380 family.
2523a21683SÁlvaro Fernández Rojas
266471a225SÁlvaro Fernández Rojasconfig SOC_BMIPS_BCM6328
276471a225SÁlvaro Fernández Rojas	bool "BMIPS BCM6328 family"
286471a225SÁlvaro Fernández Rojas	select SUPPORTS_BIG_ENDIAN
296471a225SÁlvaro Fernández Rojas	select SUPPORTS_CPU_MIPS32_R1
306471a225SÁlvaro Fernández Rojas	select MIPS_TUNE_4KC
316471a225SÁlvaro Fernández Rojas	select MIPS_L1_CACHE_SHIFT_4
326471a225SÁlvaro Fernández Rojas	select SWAP_IO_SPACE
336471a225SÁlvaro Fernández Rojas	select SYSRESET_SYSCON
346471a225SÁlvaro Fernández Rojas	help
356471a225SÁlvaro Fernández Rojas	  This supports BMIPS BCM6328 family including BCM63281 and BCM63283.
366471a225SÁlvaro Fernández Rojas
37*07661e7fSÁlvaro Fernández Rojasconfig SOC_BMIPS_BCM6338
38*07661e7fSÁlvaro Fernández Rojas	bool "BMIPS BCM6338 family"
39*07661e7fSÁlvaro Fernández Rojas	select SUPPORTS_BIG_ENDIAN
40*07661e7fSÁlvaro Fernández Rojas	select SUPPORTS_CPU_MIPS32_R1
41*07661e7fSÁlvaro Fernández Rojas	select MIPS_TUNE_4KC
42*07661e7fSÁlvaro Fernández Rojas	select MIPS_L1_CACHE_SHIFT_4
43*07661e7fSÁlvaro Fernández Rojas	select SWAP_IO_SPACE
44*07661e7fSÁlvaro Fernández Rojas	select SYSRESET_SYSCON
45*07661e7fSÁlvaro Fernández Rojas	help
46*07661e7fSÁlvaro Fernández Rojas	  This supports BMIPS BCM6338 family.
47*07661e7fSÁlvaro Fernández Rojas
48bf9012b8SÁlvaro Fernández Rojasconfig SOC_BMIPS_BCM6348
49bf9012b8SÁlvaro Fernández Rojas	bool "BMIPS BCM6348 family"
50bf9012b8SÁlvaro Fernández Rojas	select SUPPORTS_BIG_ENDIAN
51bf9012b8SÁlvaro Fernández Rojas	select SUPPORTS_CPU_MIPS32_R1
52bf9012b8SÁlvaro Fernández Rojas	select MIPS_TUNE_4KC
53bf9012b8SÁlvaro Fernández Rojas	select MIPS_L1_CACHE_SHIFT_4
54bf9012b8SÁlvaro Fernández Rojas	select SWAP_IO_SPACE
55bf9012b8SÁlvaro Fernández Rojas	select SYSRESET_WATCHDOG
56bf9012b8SÁlvaro Fernández Rojas	help
57bf9012b8SÁlvaro Fernández Rojas	  This supports BMIPS BCM6348 family.
58bf9012b8SÁlvaro Fernández Rojas
59e30d2bd4SÁlvaro Fernández Rojasconfig SOC_BMIPS_BCM6358
60e30d2bd4SÁlvaro Fernández Rojas	bool "BMIPS BCM6358 family"
61e30d2bd4SÁlvaro Fernández Rojas	select SUPPORTS_BIG_ENDIAN
62e30d2bd4SÁlvaro Fernández Rojas	select SUPPORTS_CPU_MIPS32_R1
63e30d2bd4SÁlvaro Fernández Rojas	select MIPS_TUNE_4KC
64e30d2bd4SÁlvaro Fernández Rojas	select MIPS_L1_CACHE_SHIFT_4
65e30d2bd4SÁlvaro Fernández Rojas	select SWAP_IO_SPACE
66e30d2bd4SÁlvaro Fernández Rojas	select SYSRESET_SYSCON
67e30d2bd4SÁlvaro Fernández Rojas	help
68e30d2bd4SÁlvaro Fernández Rojas	  This supports BMIPS BCM6358 family including BCM6358 and BCM6359.
69e30d2bd4SÁlvaro Fernández Rojas
706a235bb8SÁlvaro Fernández Rojasconfig SOC_BMIPS_BCM63268
716a235bb8SÁlvaro Fernández Rojas	bool "BMIPS BCM63268 family"
726a235bb8SÁlvaro Fernández Rojas	select SUPPORTS_BIG_ENDIAN
736a235bb8SÁlvaro Fernández Rojas	select SUPPORTS_CPU_MIPS32_R1
746a235bb8SÁlvaro Fernández Rojas	select MIPS_TUNE_4KC
756a235bb8SÁlvaro Fernández Rojas	select MIPS_L1_CACHE_SHIFT_4
766a235bb8SÁlvaro Fernández Rojas	select SWAP_IO_SPACE
776a235bb8SÁlvaro Fernández Rojas	select SYSRESET_SYSCON
786a235bb8SÁlvaro Fernández Rojas	help
796a235bb8SÁlvaro Fernández Rojas	  This supports BMIPS BCM63268 family including BCM63168, BCM63169,
806a235bb8SÁlvaro Fernández Rojas	  BCM63268 and BCM63269.
816a235bb8SÁlvaro Fernández Rojas
82e30d2bd4SÁlvaro Fernández Rojasendchoice
83ee422142SÁlvaro Fernández Rojas
84ee422142SÁlvaro Fernández Rojaschoice
854a2b2724SÁlvaro Fernández Rojas	prompt "Board select"
864a2b2724SÁlvaro Fernández Rojas
870642f485SÁlvaro Fernández Rojasconfig BOARD_COMTREND_AR5387UN
880642f485SÁlvaro Fernández Rojas	bool "Comtrend AR-5387un"
890642f485SÁlvaro Fernández Rojas	depends on SOC_BMIPS_BCM6328
900642f485SÁlvaro Fernández Rojas	select BMIPS_SUPPORTS_BOOT_RAM
910642f485SÁlvaro Fernández Rojas
925e14ce2fSÁlvaro Fernández Rojasconfig BOARD_COMTREND_CT5361
935e14ce2fSÁlvaro Fernández Rojas	bool "Comtrend CT-5361"
945e14ce2fSÁlvaro Fernández Rojas	depends on SOC_BMIPS_BCM6348
955e14ce2fSÁlvaro Fernández Rojas	select BMIPS_SUPPORTS_BOOT_RAM
965e14ce2fSÁlvaro Fernández Rojas	help
975e14ce2fSÁlvaro Fernández Rojas	  Comtrend CT-5361 boards have a BCM6348 SoC with 16 MB of RAM and 4 MB
985e14ce2fSÁlvaro Fernández Rojas	  of flash (CFI).
995e14ce2fSÁlvaro Fernández Rojas	  Between its different peripherals there's a BCM5325 switch with 4
1005e14ce2fSÁlvaro Fernández Rojas	  ethernet ports, 1 USB port, 1 UART, GPIO buttons and LEDs, and a
1015e14ce2fSÁlvaro Fernández Rojas	  BCM4312 (miniPCI).
1025e14ce2fSÁlvaro Fernández Rojas
10377ca99d1SÁlvaro Fernández Rojasconfig BOARD_COMTREND_VR3032U
10477ca99d1SÁlvaro Fernández Rojas	bool "Comtrend VR-3032u board"
10577ca99d1SÁlvaro Fernández Rojas	depends on SOC_BMIPS_BCM63268
10677ca99d1SÁlvaro Fernández Rojas	select BMIPS_SUPPORTS_BOOT_RAM
10777ca99d1SÁlvaro Fernández Rojas
1084a2b2724SÁlvaro Fernández Rojasconfig BOARD_HUAWEI_HG556A
1094a2b2724SÁlvaro Fernández Rojas	bool "Huawei EchoLife HG556a"
1104a2b2724SÁlvaro Fernández Rojas	depends on SOC_BMIPS_BCM6358
1114a2b2724SÁlvaro Fernández Rojas	select BMIPS_SUPPORTS_BOOT_RAM
1124a2b2724SÁlvaro Fernández Rojas
113c4203e1dSÁlvaro Fernández Rojasconfig BOARD_NETGEAR_CG3100D
114c4203e1dSÁlvaro Fernández Rojas	bool "Netgear CG3100D"
115c4203e1dSÁlvaro Fernández Rojas	depends on SOC_BMIPS_BCM3380
116c4203e1dSÁlvaro Fernández Rojas	select BMIPS_SUPPORTS_BOOT_RAM
117c4203e1dSÁlvaro Fernández Rojas	help
118c4203e1dSÁlvaro Fernández Rojas	  Netgear CG3100D boards have a BCM3380 SoC with 64 MB of RAM and 8 MB
119c4203e1dSÁlvaro Fernández Rojas	  of flash (SPI).
120c4203e1dSÁlvaro Fernández Rojas	  Between its different peripherals there's a BCM53115 switch with 4
121c4203e1dSÁlvaro Fernández Rojas	  ethernet ports, 1 UART, GPIO buttons and LEDs, and a BCM43225
122c4203e1dSÁlvaro Fernández Rojas	  (miniPCIe).
123c4203e1dSÁlvaro Fernández Rojas
12463c011f7SÁlvaro Fernández Rojasconfig BOARD_SFR_NB4_SER
12563c011f7SÁlvaro Fernández Rojas	bool "SFR NeufBox 4 (Sercomm)"
12663c011f7SÁlvaro Fernández Rojas	depends on SOC_BMIPS_BCM6358
12763c011f7SÁlvaro Fernández Rojas	select BMIPS_SUPPORTS_BOOT_RAM
12863c011f7SÁlvaro Fernández Rojas
1294a2b2724SÁlvaro Fernández Rojasendchoice
1304a2b2724SÁlvaro Fernández Rojas
1314a2b2724SÁlvaro Fernández Rojaschoice
132ee422142SÁlvaro Fernández Rojas	prompt "Boot mode"
133ee422142SÁlvaro Fernández Rojas
134ee422142SÁlvaro Fernández Rojasconfig BMIPS_BOOT_RAM
135ee422142SÁlvaro Fernández Rojas	bool "RAM boot"
136ee422142SÁlvaro Fernández Rojas	depends on BMIPS_SUPPORTS_BOOT_RAM
137ee422142SÁlvaro Fernández Rojas	help
138ee422142SÁlvaro Fernández Rojas	  This builds an image that is linked to a RAM address. It can be used
139ee422142SÁlvaro Fernández Rojas	  for booting from CFE via TFTP using an ELF image, but it can also be
140ee422142SÁlvaro Fernández Rojas	  booted from RAM by other bootloaders using a BIN image.
141ee422142SÁlvaro Fernández Rojas
142ee422142SÁlvaro Fernández Rojasendchoice
143ee422142SÁlvaro Fernández Rojas
144ee422142SÁlvaro Fernández Rojasconfig BMIPS_SUPPORTS_BOOT_RAM
145ee422142SÁlvaro Fernández Rojas	bool
146ee422142SÁlvaro Fernández Rojas
1470642f485SÁlvaro Fernández Rojassource "board/comtrend/ar5387un/Kconfig"
1485e14ce2fSÁlvaro Fernández Rojassource "board/comtrend/ct5361/Kconfig"
14977ca99d1SÁlvaro Fernández Rojassource "board/comtrend/vr3032u/Kconfig"
1504a2b2724SÁlvaro Fernández Rojassource "board/huawei/hg556a/Kconfig"
151c4203e1dSÁlvaro Fernández Rojassource "board/netgear/cg3100d/Kconfig"
15263c011f7SÁlvaro Fernández Rojassource "board/sfr/nb4_ser/Kconfig"
1534a2b2724SÁlvaro Fernández Rojas
154ee422142SÁlvaro Fernández Rojasendmenu
155