From: Tony Dinh <mibodhi@gmail.com>
To: U-Boot Mailing List <u-boot@lists.denx.de>, Stefan Roese <sr@denx.de>
Cc: "Pali Roh�r" <pali@kernel.org>, "Tom Rini" <trini@konsulko.com>,
"David Purdy" <david.c.purdy@gmail.com>,
"Marek Beh�n" <marek.behun@nic.cz>,
"Tony Dinh" <mibodhi@gmail.com>,
"Andre Przywara" <andre.przywara@arm.com>,
"Christian Hewitt" <christianshewitt@gmail.com>,
"Fabio Estevam" <festevam@denx.de>,
"Jagan Teki" <jagan@amarulasolutions.com>,
"Kever Yang" <kever.yang@rock-chips.com>,
"Peter Robinson" <pbrobinson@gmail.com>,
"Simon Glass" <sjg@chromium.org>,
"Tim Harvey" <tharvey@gateworks.com>
Subject: [PATCH v4 0/4] arm: kirkwood: Add support for Pogoplug V4
Date: Thu, 20 Jan 2022 17:50:51 -0800 [thread overview]
Message-ID: <20220121015055.8287-1-mibodhi@gmail.com> (raw)
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 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 (4):
arm: kirkwood: Pogoplug-V4 : Add DTS files
arm: kirkwood: Pogoplug-V4 : Add Kconfig files
arm: kirkwood: Pogoplug-V4 : Add board implementation files
arm: kirkwood: Pogoplug V4 : Add board include header and defconfig
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 | 53 +++++
10 files changed, 719 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
next reply other threads:[~2022-01-21 1:51 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-21 1:50 Tony Dinh [this message]
2022-01-21 1:50 ` [PATCH v4 1/4] arm: kirkwood: Pogoplug-V4 : Add DTS files Tony Dinh
2022-01-21 1:50 ` [PATCH v4 2/4] arm: kirkwood: Pogoplug-V4 : Add Kconfig files Tony Dinh
2022-01-21 1:50 ` [PATCH v4 3/4] arm: kirkwood: Pogoplug-V4 : Add board implementation files Tony Dinh
2022-01-21 10:00 ` Pali Rohár
2022-01-21 21:33 ` Tony Dinh
2022-01-23 1:46 ` Tony Dinh
2022-01-21 1:50 ` [PATCH v4 4/4] arm: kirkwood: Pogoplug V4 : Add board include header and defconfig files Tony Dinh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220121015055.8287-1-mibodhi@gmail.com \
--to=mibodhi@gmail.com \
--cc=andre.przywara@arm.com \
--cc=christianshewitt@gmail.com \
--cc=david.c.purdy@gmail.com \
--cc=festevam@denx.de \
--cc=jagan@amarulasolutions.com \
--cc=kever.yang@rock-chips.com \
--cc=marek.behun@nic.cz \
--cc=pali@kernel.org \
--cc=pbrobinson@gmail.com \
--cc=sjg@chromium.org \
--cc=sr@denx.de \
--cc=tharvey@gateworks.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox