lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200724103840.18994-1-luka.kovacic@sartura.hr>
Date:   Fri, 24 Jul 2020 12:38:36 +0200
From:   Luka Kovacic <luka.kovacic@...tura.hr>
To:     linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Cc:     jason@...edaemon.net, andrew@...n.ch, gregory.clement@...tlin.com,
        sebastian.hesselbarth@...il.com,
        Luka Kovacic <luka.kovacic@...tura.hr>
Subject: [PATCH 0/4] Add support for a series of MikroTik CRS3xx switches

These patches add support for a series of MikroTik CRS3xx switches
based on the Marvell Prestera 98DX3236 switch chip.

Namely, support is added for:
 -  MikroTik CRS305-1G-4S+ (including the 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.

Currently only basic board support is added, but the support will
be extended in a new patchset.

Luka Kovacic (4):
  arm: mvebu: dts: Add CRS326-24G-2S board
  arm: mvebu: dts: Add CRS305-1G-4S board
  arm: mvebu: dts: Add CRS328-4C-20S-4S board
  MAINTAINERS: Add an entry for MikroTik CRS3xx 98DX3236 boards

 MAINTAINERS                                   |  11 ++
 arch/arm/boot/dts/Makefile                    |   6 +
 .../boot/dts/armada-xp-crs305-1g-4s-bit.dts   |  43 ++++++++
 arch/arm/boot/dts/armada-xp-crs305-1g-4s.dts  |  17 +++
 arch/arm/boot/dts/armada-xp-crs305-1g-4s.dtsi | 104 ++++++++++++++++++
 .../boot/dts/armada-xp-crs326-24g-2s-bit.dts  |  43 ++++++++
 arch/arm/boot/dts/armada-xp-crs326-24g-2s.dts |  17 +++
 .../arm/boot/dts/armada-xp-crs326-24g-2s.dtsi | 104 ++++++++++++++++++
 .../dts/armada-xp-crs328-4c-20s-4s-bit.dts    |  43 ++++++++
 .../boot/dts/armada-xp-crs328-4c-20s-4s.dts   |  17 +++
 .../boot/dts/armada-xp-crs328-4c-20s-4s.dtsi  | 104 ++++++++++++++++++
 11 files changed, 509 insertions(+)
 create mode 100644 arch/arm/boot/dts/armada-xp-crs305-1g-4s-bit.dts
 create mode 100644 arch/arm/boot/dts/armada-xp-crs305-1g-4s.dts
 create mode 100644 arch/arm/boot/dts/armada-xp-crs305-1g-4s.dtsi
 create mode 100644 arch/arm/boot/dts/armada-xp-crs326-24g-2s-bit.dts
 create mode 100644 arch/arm/boot/dts/armada-xp-crs326-24g-2s.dts
 create mode 100644 arch/arm/boot/dts/armada-xp-crs326-24g-2s.dtsi
 create mode 100644 arch/arm/boot/dts/armada-xp-crs328-4c-20s-4s-bit.dts
 create mode 100644 arch/arm/boot/dts/armada-xp-crs328-4c-20s-4s.dts
 create mode 100644 arch/arm/boot/dts/armada-xp-crs328-4c-20s-4s.dtsi

-- 
2.26.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ