All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Add support for a series of MikroTik CRS3xx switches
@ 2020-07-23  8:56 Luka Kovacic
  2020-07-23  8:56 ` [PATCH 1/5] arm: mvebu: Add CRS305-1G-4S Bit board Luka Kovacic
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Luka Kovacic @ 2020-07-23  8:56 UTC (permalink / raw)
  To: u-boot

These patches add support for a series of MikroTik CRS3xx, 98DX3236 based
switches.

Namely, support is added for:
 -  MikroTik CRS305-1G-4S+ Bit variant
 -  MikroTik CRS326-24G-2S+ (including the Bit variant)
 -  MikroTik CRS328-4C-20S-4S+ (including the Bit variant)

The Bit board variant is added for each of the boards.
These boards were modified to use a bigger Macronix flash.

This work is a follow-up on the previous patch, which prepared the board
support for CRS3xx-98DX3236 boards.

Luka Kovacic (5):
  arm: mvebu: Add CRS305-1G-4S Bit board
  arm: mvebu: Add CRS326-24G-2S board
  arm: mvebu: Add CRS328-4C-20S-4S board
  arm: mvebu: crs3xx-98dx3236: Add a maintainer
  arm: mvebu: Update CRS305-1G-4S board flash layout

 arch/arm/dts/Makefile                         |   5 +
 arch/arm/dts/armada-xp-crs305-1g-4s-bit.dts   |  43 +++++++
 arch/arm/dts/armada-xp-crs305-1g-4s.dtsi      |  10 +-
 arch/arm/dts/armada-xp-crs326-24g-2s-bit.dts  |  43 +++++++
 .../dts/armada-xp-crs326-24g-2s-u-boot.dtsi   |  13 +++
 arch/arm/dts/armada-xp-crs326-24g-2s.dts      |  17 +++
 arch/arm/dts/armada-xp-crs326-24g-2s.dtsi     | 110 ++++++++++++++++++
 .../dts/armada-xp-crs328-4c-20s-4s-bit.dts    |  43 +++++++
 .../armada-xp-crs328-4c-20s-4s-u-boot.dtsi    |  13 +++
 arch/arm/dts/armada-xp-crs328-4c-20s-4s.dts   |  17 +++
 arch/arm/dts/armada-xp-crs328-4c-20s-4s.dtsi  | 110 ++++++++++++++++++
 board/mikrotik/crs3xx-98dx3236/MAINTAINERS    |  22 ++++
 configs/crs305-1g-4s-bit_defconfig            |  54 +++++++++
 configs/crs305-1g-4s_defconfig                |   9 +-
 configs/crs326-24g-2s-bit_defconfig           |  54 +++++++++
 configs/crs326-24g-2s_defconfig               |  54 +++++++++
 configs/crs328-4c-20s-4s-bit_defconfig        |  54 +++++++++
 configs/crs328-4c-20s-4s_defconfig            |  54 +++++++++
 18 files changed, 719 insertions(+), 6 deletions(-)
 create mode 100644 arch/arm/dts/armada-xp-crs305-1g-4s-bit.dts
 create mode 100644 arch/arm/dts/armada-xp-crs326-24g-2s-bit.dts
 create mode 100644 arch/arm/dts/armada-xp-crs326-24g-2s-u-boot.dtsi
 create mode 100644 arch/arm/dts/armada-xp-crs326-24g-2s.dts
 create mode 100644 arch/arm/dts/armada-xp-crs326-24g-2s.dtsi
 create mode 100644 arch/arm/dts/armada-xp-crs328-4c-20s-4s-bit.dts
 create mode 100644 arch/arm/dts/armada-xp-crs328-4c-20s-4s-u-boot.dtsi
 create mode 100644 arch/arm/dts/armada-xp-crs328-4c-20s-4s.dts
 create mode 100644 arch/arm/dts/armada-xp-crs328-4c-20s-4s.dtsi
 create mode 100644 configs/crs305-1g-4s-bit_defconfig
 create mode 100644 configs/crs326-24g-2s-bit_defconfig
 create mode 100644 configs/crs326-24g-2s_defconfig
 create mode 100644 configs/crs328-4c-20s-4s-bit_defconfig
 create mode 100644 configs/crs328-4c-20s-4s_defconfig

-- 
2.26.2

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

end of thread, other threads:[~2020-08-06 14:26 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-23  8:56 [PATCH 0/5] Add support for a series of MikroTik CRS3xx switches Luka Kovacic
2020-07-23  8:56 ` [PATCH 1/5] arm: mvebu: Add CRS305-1G-4S Bit board Luka Kovacic
2020-08-06 12:07   ` Stefan Roese
2020-08-06 14:26     ` Stefan Roese
2020-07-23  8:56 ` [PATCH 2/5] arm: mvebu: Add CRS326-24G-2S board Luka Kovacic
2020-08-06 12:07   ` Stefan Roese
2020-08-06 14:26     ` Stefan Roese
2020-07-23  8:56 ` [PATCH 3/5] arm: mvebu: Add CRS328-4C-20S-4S board Luka Kovacic
2020-08-06 12:08   ` Stefan Roese
2020-08-06 14:26     ` Stefan Roese
2020-07-23  8:56 ` [PATCH 4/5] arm: mvebu: crs3xx-98dx3236: Add a maintainer Luka Kovacic
2020-08-06 12:08   ` Stefan Roese
2020-08-06 14:26     ` Stefan Roese
2020-07-23  8:56 ` [PATCH 5/5] arm: mvebu: Update CRS305-1G-4S board flash layout Luka Kovacic
2020-08-06 12:08   ` Stefan Roese
2020-08-06 14:26     ` Stefan Roese

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.