All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] arm: kirkwood: Add support for Pogoplug V4
@ 2022-01-18  6:58 Tony Dinh
  2022-01-18  6:58 ` [PATCH v3 1/4] arm: kirkwood: Pogoplug-V4 : Add DTS files Tony Dinh
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Tony Dinh @ 2022-01-18  6:58 UTC (permalink / raw)
  To: U-Boot Mailing List, Stefan Roese
  Cc: Pali Roh�r, Tom Rini, Marek Beh�n, David Purdy,
	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 v3:
- 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
- Migrate symbols from board include header to Kconfig
- Squash board file small patches into one patch

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

Tony Dinh (4):
  arm: kirkwood: Pogoplug-V4 : Add DTS files
  arm: kirkwood: Pogoplug V4 : Add board include header and defconfig
    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        | 220 ++++++++++++++++++++
 configs/pogo_v4_defconfig                   |  79 +++++++
 include/configs/pogo_v4.h                   |  56 +++++
 10 files changed, 722 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] 10+ messages in thread

end of thread, other threads:[~2022-01-21  8:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-18  6:58 [PATCH v3 0/4] arm: kirkwood: Add support for Pogoplug V4 Tony Dinh
2022-01-18  6:58 ` [PATCH v3 1/4] arm: kirkwood: Pogoplug-V4 : Add DTS files Tony Dinh
2022-01-18  6:58 ` [PATCH v3 2/4] arm: kirkwood: Pogoplug V4 : Add board include header and defconfig files Tony Dinh
2022-01-18  6:58 ` [PATCH v3 3/4] arm: kirkwood: Pogoplug-V4 : Add Kconfig files Tony Dinh
2022-01-18  6:58 ` [PATCH v3 4/4] arm: kirkwood: Pogoplug-V4 : Add board implementation files Tony Dinh
2022-01-18  7:54   ` Stefan Roese
2022-01-19  1:31     ` Tony Dinh
2022-01-19 14:37       ` Stefan Roese
2022-01-19 23:23         ` Tony Dinh
2022-01-21  8:20           ` Tony Dinh

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.