]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: generic: Support MIPS Boston development boards
authorPaul Burton <paul.burton@imgtec.com>
Sat, 17 Jun 2017 20:52:49 +0000 (13:52 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 11 Jul 2017 12:13:06 +0000 (14:13 +0200)
commit5874d4e4ddbf4ff35889b8ef220f989dc9424167
tree02559b813b854521a7bbd49b69accc3fe029b559
parent84755076136f4236ec01c6c768a6af5b5bc074be
MIPS: generic: Support MIPS Boston development boards

Add support for the MIPS Boston development board to generic kernels,
which essentially amounts to:

  - Adding the device tree source for the MIPS Boston board.

  - Adding a Kconfig fragment which enables the appropriate drivers for
    the MIPS Boston board.

With these changes in place generic kernels will support the board by
default, and kernels with only the drivers needed for Boston enabled can
be configured by setting BOARDS=boston during configuration. For
example:

  $ make ARCH=mips 64r6el_defconfig BOARDS=boston

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Reviewed-by: James Hogan <james.hogan@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/16485/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
MAINTAINERS
arch/mips/boot/dts/img/Makefile
arch/mips/boot/dts/img/boston.dts [new file with mode: 0644]
arch/mips/configs/generic/board-boston.config [new file with mode: 0644]
arch/mips/generic/Kconfig
arch/mips/generic/vmlinux.its.S