All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/1] Add MikroTik CRS305-1G-4S+IN board support
@ 2019-05-02 16:35 Luka Kovacic
  2019-05-02 16:35 ` [U-Boot] [PATCH 1/1] arm: mvebu: Add CRS305-1G-4S board Luka Kovacic
  0 siblings, 1 reply; 17+ messages in thread
From: Luka Kovacic @ 2019-05-02 16:35 UTC (permalink / raw)
  To: u-boot

This patch adds support for the MikroTik CRS305-1G-4S+IN switch.

CRS305-1G-4S has a switch chip with an integrated CPU (98DX3236) and 
like some of the other simillar boards requires bin_hdr.

bin_hdr (DDR3 init stage) is currently retrieved from the stock bootloader
and compiled into the kwb image.

The board has 4x SFP+ cages, Gigabit Ethernet (AR8033 PHY), 16 MB SPI flash (Winbond) and UART.
This port currently supports booting from UART using kwboot and SPI flash, saving the environment
to the SPI flash and loading the kernel from the SPI flash.

I am planning to add Gigabit Ethernet support later, in a new set of 
patches.


Luka Kovacic (1):
  arm: mvebu: Add CRS305-1G-4S board

 arch/arm/dts/Makefile                         |   3 +-
 .../dts/armada-xp-crs305-1g-4s-u-boot.dtsi    |  13 +++
 arch/arm/dts/armada-xp-crs305-1g-4s.dts       | 110 ++++++++++++++++++
 arch/arm/mach-mvebu/Kconfig                   |   7 ++
 board/mikrotik/crs305-1g-4s/.gitignore        |   1 +
 board/mikrotik/crs305-1g-4s/MAINTAINERS       |   7 ++
 board/mikrotik/crs305-1g-4s/Makefile          |  14 +++
 board/mikrotik/crs305-1g-4s/README            |  23 ++++
 board/mikrotik/crs305-1g-4s/binary.0          |  11 ++
 board/mikrotik/crs305-1g-4s/crs305-1g-4s.c    |  68 +++++++++++
 board/mikrotik/crs305-1g-4s/kwbimage.cfg.in   |  12 ++
 configs/crs305-1g-4s_defconfig                |  51 ++++++++
 include/configs/crs305-1g-4s.h                |  37 ++++++
 13 files changed, 356 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/dts/armada-xp-crs305-1g-4s-u-boot.dtsi
 create mode 100644 arch/arm/dts/armada-xp-crs305-1g-4s.dts
 create mode 100644 board/mikrotik/crs305-1g-4s/.gitignore
 create mode 100644 board/mikrotik/crs305-1g-4s/MAINTAINERS
 create mode 100644 board/mikrotik/crs305-1g-4s/Makefile
 create mode 100644 board/mikrotik/crs305-1g-4s/README
 create mode 100644 board/mikrotik/crs305-1g-4s/binary.0
 create mode 100644 board/mikrotik/crs305-1g-4s/crs305-1g-4s.c
 create mode 100644 board/mikrotik/crs305-1g-4s/kwbimage.cfg.in
 create mode 100644 configs/crs305-1g-4s_defconfig
 create mode 100644 include/configs/crs305-1g-4s.h

-- 
2.20.1

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

end of thread, other threads:[~2019-05-09  9:56 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-02 16:35 [U-Boot] [PATCH 0/1] Add MikroTik CRS305-1G-4S+IN board support Luka Kovacic
2019-05-02 16:35 ` [U-Boot] [PATCH 1/1] arm: mvebu: Add CRS305-1G-4S board Luka Kovacic
2019-05-03  5:31   ` Stefan Roese
2019-05-03  9:06   ` [U-Boot] [PATCH 0/1] Add MikroTik CRS305-1G-4S+IN board support Luka Kovacic
2019-05-03  9:06   ` [U-Boot] [PATCH 1/1] arm: mvebu: Add CRS305-1G-4S board Luka Kovacic
2019-05-03 10:37   ` Chris Packham
2019-05-03 21:36     ` Luka Kovačič
2019-05-03 21:52       ` [U-Boot] [PATCH 0/1] Add MikroTik CRS305-1G-4S+IN board support Luka Kovacic
2019-05-03 21:52       ` [U-Boot] [PATCH 1/1] arm: mvebu: Add CRS305-1G-4S board Luka Kovacic
2019-05-06 13:02         ` Stefan Roese
2019-05-06 16:03           ` Luka Kovačič
2019-05-06 16:35             ` [U-Boot] [PATCH 1/1 v3] " Luka Kovacic
2019-05-07  5:35               ` Stefan Roese
2019-05-07 17:35                 ` [U-Boot] [PATCH 1/1 v4] " Luka Kovacic
2019-05-08  9:19                   ` Chris Packham
2019-05-08 11:04                   ` Stefan Roese
2019-05-09  9:56                   ` 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.