public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v5 0/3] arm: kirkwood: Add support for Pogoplug V4
@ 2022-01-24  6:17 Tony Dinh
  2022-01-24  6:17 ` [PATCH v5 1/3] arm: kirkwood: Pogoplug-V4 : Add DTS files Tony Dinh
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Tony Dinh @ 2022-01-24  6:17 UTC (permalink / raw)
  To: U-Boot Mailing List, Stefan Roese
  Cc: Marek Beh�n, Tom Rini, David Purdy, Pali Roh�r,
	Tony Dinh, Andre Przywara, Christian Hewitt, Fabio Estevam,
	Jagan Teki, Kever Yang, Lokesh Vutla, Peter Robinson, Simon Glass,
	Tim Harvey


Pogoplug V4 specifications:

Kirkwood 88F6192 SoC
800 MHz CPU
1Gbs Ethernet
128 MB RAM
128 MB NAND
1x USB 2.0
2x USB 3.0 (on PCIe bus)
1 SDHC slot
1x External SATA port (USM enclosure form factor slot)


Changes in v5:
- Currently, CONFIG_RESET_PHY_R symbol is used in
arch/arm/mach-kirkwood/include/mach/config.h for all Kirkwood
boards with mv8831116 PHY, with each board defines the function
reset_phy(). Undefine it for this board.
- Add board_eth_init() to use uclass mvgbe to handle all Ethernet
PHY configuration and bring up the network.

Changes in v4:
- Remove CONFIG_FEATURE_COMMAND_EDITING and ifdefs for CMD_NET
in include header

Changes in v3:
- Migrate symbols from board include header to Kconfig
- Squash board file small patches into one patch
- Migrate config symbols from board include header to defconfig
- Remove obsolete config symbols from header file
- Don't use ifdefs for unselectable config symbols in header file

Changes in v2:
- Use mainline Linux DTS version
- Move constants to .c file and remove header file
- Use canonical format for defconfig file

Tony Dinh (3):
  arm: kirkwood: Pogoplug-V4 : Add DTS files
  arm: kirkwood: Pogoplug-V4 : Add Kconfig files
  arm: kirkwood: Pogoplug-V4 : Add board implementation files

 arch/arm/dts/Makefile                       |   1 +
 arch/arm/dts/kirkwood-pogoplug-series-4.dts | 180 ++++++++++++++++++++
 arch/arm/mach-kirkwood/Kconfig              |   6 +
 board/cloudengines/pogo_v4/Kconfig          |  16 ++
 board/cloudengines/pogo_v4/MAINTAINERS      |   6 +
 board/cloudengines/pogo_v4/Makefile         |  10 ++
 board/cloudengines/pogo_v4/kwbimage.cfg     | 148 ++++++++++++++++
 board/cloudengines/pogo_v4/pogo_v4.c        | 148 ++++++++++++++++
 configs/pogo_v4_defconfig                   |  79 +++++++++
 include/configs/pogo_v4.h                   |  56 ++++++
 10 files changed, 650 insertions(+)
 create mode 100644 arch/arm/dts/kirkwood-pogoplug-series-4.dts
 create mode 100644 board/cloudengines/pogo_v4/Kconfig
 create mode 100644 board/cloudengines/pogo_v4/MAINTAINERS
 create mode 100644 board/cloudengines/pogo_v4/Makefile
 create mode 100644 board/cloudengines/pogo_v4/kwbimage.cfg
 create mode 100644 board/cloudengines/pogo_v4/pogo_v4.c
 create mode 100644 configs/pogo_v4_defconfig
 create mode 100644 include/configs/pogo_v4.h

-- 
2.30.2


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

end of thread, other threads:[~2022-01-31 11:32 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-24  6:17 [PATCH v5 0/3] arm: kirkwood: Add support for Pogoplug V4 Tony Dinh
2022-01-24  6:17 ` [PATCH v5 1/3] arm: kirkwood: Pogoplug-V4 : Add DTS files Tony Dinh
2022-01-24  9:44   ` Pali Rohár
2022-01-24  6:17 ` [PATCH v5 2/3] arm: kirkwood: Pogoplug-V4 : Add Kconfig files Tony Dinh
2022-01-24  9:43   ` Stefan Roese
2022-01-24  9:45   ` Pali Rohár
2022-01-24  6:17 ` [PATCH v5 3/3] arm: kirkwood: Pogoplug-V4 : Add board implementation files Tony Dinh
2022-01-24  9:41   ` Stefan Roese
2022-01-24 10:25     ` Tony Dinh
2022-01-25  1:06       ` Tony Dinh
2022-01-24  9:46   ` Pali Rohár
2022-01-31 11:32 ` [PATCH v5 0/3] arm: kirkwood: Add support for Pogoplug V4 Stefan Roese

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