Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH v4 0/4] MIPS Boston support
@ 2017-06-02 18:19 Paul Burton
  2017-06-02 18:19 ` Paul Burton
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Paul Burton @ 2017-06-02 18:19 UTC (permalink / raw)
  To: linux-mips; +Cc: Ralf Baechle, Paul Burton

This series introduces support for the MIPS Boston development board,
allowing generic kernels to run on it. Typically a Boston board will be
running the U-Boot bootloader & we make use of the Flattened Image Tree
(FIT) image format for the kernel.

If physical Boston hardware is unavailable this series can be tested
using QEMU built from the master branch (or v2.9 onwards). To do so,
configure the kernel for the generic 64r6el_defconfig & run QEMU like
so:

  $ make ARCH=mips 64r6el_defconfig
  $ make ARCH=mips CROSS_COMPILE=my-toolchain-
  $ qemu-system-mips64el -M boston \
      -kernel arch/mips/boot/vmlinux.gz.itb \
      serial stdio

Applies atop v4.12-rc3.

Paul Burton (4):
  dt-bindings: Document img,boston-clock binding
  clk: boston: Add a driver for MIPS Boston board clocks
  MIPS: DTS: img: Don't attempt to build-in all .dtb files
  MIPS: generic: Support MIPS Boston development boards

 .../devicetree/bindings/clock/img,boston-clock.txt |  31 +++
 MAINTAINERS                                        |  10 +
 arch/mips/boot/dts/img/Makefile                    |   5 +-
 arch/mips/boot/dts/img/boston.dts                  | 224 +++++++++++++++++++++
 arch/mips/configs/generic/board-boston.config      |  48 +++++
 arch/mips/generic/Kconfig                          |  12 ++
 arch/mips/generic/vmlinux.its.S                    |  25 +++
 drivers/clk/Kconfig                                |   1 +
 drivers/clk/Makefile                               |   1 +
 drivers/clk/imgtec/Kconfig                         |  10 +
 drivers/clk/imgtec/Makefile                        |   1 +
 drivers/clk/imgtec/clk-boston.c                    | 101 ++++++++++
 include/dt-bindings/clock/boston-clock.h           |  14 ++
 13 files changed, 481 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/img,boston-clock.txt
 create mode 100644 arch/mips/boot/dts/img/boston.dts
 create mode 100644 arch/mips/configs/generic/board-boston.config
 create mode 100644 drivers/clk/imgtec/Kconfig
 create mode 100644 drivers/clk/imgtec/Makefile
 create mode 100644 drivers/clk/imgtec/clk-boston.c
 create mode 100644 include/dt-bindings/clock/boston-clock.h

-- 
2.13.0

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2017-06-17 20:56 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-02 18:19 [PATCH v4 0/4] MIPS Boston support Paul Burton
2017-06-02 18:19 ` Paul Burton
2017-06-02 18:20 ` [PATCH v4 1/4] dt-bindings: Document img,boston-clock binding Paul Burton
2017-06-02 18:20   ` Paul Burton
2017-06-08 22:20   ` Rob Herring
2017-06-02 18:20 ` [PATCH v4 2/4] clk: boston: Add a driver for MIPS Boston board clocks Paul Burton
2017-06-02 18:20   ` Paul Burton
2017-06-14 11:17   ` Ralf Baechle
2017-06-14 16:01   ` Stephen Boyd
2017-06-17 20:55     ` Paul Burton
2017-06-17 20:55       ` Paul Burton
2017-06-02 18:20 ` [PATCH v4 3/4] MIPS: DTS: img: Don't attempt to build-in all .dtb files Paul Burton
2017-06-02 18:20   ` Paul Burton
2017-06-13 16:13   ` Rahul Bedarkar
2017-06-13 16:48     ` Paul Burton
2017-06-13 16:48       ` Paul Burton
2017-06-02 18:20 ` [PATCH v4 4/4] MIPS: generic: Support MIPS Boston development boards Paul Burton
2017-06-02 18:20   ` Paul Burton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox