From: "Gérald Kerma" <gandalf@gk2.net>
To: "Luka Kovacic" <luka.kovacic@sartura.hr>, "Pali Rohár" <pali@kernel.org>
Cc: u-boot@lists.denx.de, Robert Marko <robert.marko@sartura.hr>,
Luka Perkov <luka.perkov@sartura.hr>,
"Marek Behun," <marek.behun@nic.cz>,
sr@denx.de, sjg@chromium.org, patrick.delaunay@foss.st.com,
xypron.glpk@gmx.de
Subject: Re: [PATCH v3 3/3] arm: mvebu: Initial ESPRESSOBin-Ultra board support
Date: Sat, 14 Aug 2021 09:59:18 +0200 [thread overview]
Message-ID: <4b3ea20a-4576-bc4e-d19e-538af5a33259@gk2.net> (raw)
In-Reply-To: <mailman.4124.1628923685.660.u-boot@lists.denx.de>
Héllo,
> Message: 2
> Date: Fri, 13 Aug 2021 12:03:57 +0200
> From: Luka Kovacic<luka.kovacic@sartura.hr>
> To: Pali Roh?r<pali@kernel.org>
> Cc:u-boot@lists.denx.de, Robert Marko<robert.marko@sartura.hr>,
> Luka Perkov<luka.perkov@sartura.hr>, Marek Behun
> <marek.behun@nic.cz>,sr@denx.de,sjg@chromium.org,
> patrick.delaunay@foss.st.com,xypron.glpk@gmx.de
> Subject: Re: [PATCH v3 3/3] arm: mvebu: Initial ESPRESSOBin-Ultra
> board support
> Message-ID:
> <CADZsf3buKpgUJq_2yP1zakQbf0Hoq_4oPLdi69_d+qoR+Hbn0w@mail.gmail.com>
> Content-Type: text/plain; charset="UTF-8"
>
> Hello Pali,
>
> On Fri, Aug 13, 2021 at 11:27 AM Pali Roh?r<pali@kernel.org> wrote:
>> On Friday 13 August 2021 01:39:38 Luka Kovacic wrote:
>>> Add initial support for the ESPRESSOBin-Ultra board from Globalscale
>>> Technologies, Inc.
>>>
>>> The board is based on the 64-bit dual-core Marvell Armada 3720 SoC.
>>> Peripherals:
>>> - 5 Gigabit Ethernet ports (WAN has PoE, up to 30W, Topaz 6341 switch)
>>> - RTC clock (PCF8563)
>>> - USB 3.0 port
>>> - USB 2.0 port
>>> - 4x LED
>>> - UART over Micro-USB
>>> - M.2 slot (2280)
>>> - Mini PCI-E slot
>>>
>>> Additionally, automatic import of the Marvell hw_info parameters is
>>> enabled via the recently added mac command for A37XX platforms.
>>> The parameters stored in Marvell hw_info are usually the board serial
>>> number and MAC addresses.
>>>
>>> Signed-off-by: Luka Kovacic<luka.kovacic@sartura.hr>
>>> Cc: Luka Perkov<luka.perkov@sartura.hr>
>>> Cc: Robert Marko<robert.marko@sartura.hr>
>>> ---
>>> arch/arm/dts/Makefile | 1 +
>>> .../arm/dts/armada-3720-espressobin-ultra.dts | 114 ++++++++++
>>> arch/arm/dts/armada-3720-espressobin.dts | 199 +----------------
>>> arch/arm/dts/armada-3720-espressobin.dtsi | 210 ++++++++++++++++++
>>> board/Marvell/mvebu_armada-37xx/MAINTAINERS | 8 +
>>> board/Marvell/mvebu_armada-37xx/board.c | 92 +++++++-
>>> .../mvebu_espressobin-ultra-88f3720_defconfig | 93 ++++++++
>>> 7 files changed, 514 insertions(+), 203 deletions(-)
>>> create mode 100644 arch/arm/dts/armada-3720-espressobin-ultra.dts
>>> create mode 100644 arch/arm/dts/armada-3720-espressobin.dtsi
>>> create mode 100644 configs/mvebu_espressobin-ultra-88f3720_defconfig
>> ...
Thanks, all, for this job.
I am available for testing (if needed) on EspressoBin V7, with eMMC, and
EspressoBin Ultra.
I have issue on EspressoBin Ultra, with the v2 patch for
EspressoBin-Ultra, on OpenWrt 21.02-RC, fw_printenv do not works... (CRC
Error)
I have the same issue with the Marvell (GlobalScale) u-Boot, factory and
upgraded version.
Environments variables are correctly managed from the u-Boot itself.
Regards,
Gérald Kerma
PS : I am only registered to the digest, so I hope my mail will not be
disturbing...
next parent reply other threads:[~2021-08-14 7:59 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.4124.1628923685.660.u-boot@lists.denx.de>
2021-08-14 7:59 ` Gérald Kerma [this message]
2021-08-16 8:50 ` [PATCH v3 3/3] arm: mvebu: Initial ESPRESSOBin-Ultra board support Luka Kovacic
2021-08-16 9:47 ` Gérald Kerma
2021-08-12 23:39 [PATCH v3 0/3] Add support for the GST ESPRESSOBin-Ultra board Luka Kovacic
2021-08-12 23:39 ` [PATCH v3 3/3] arm: mvebu: Initial ESPRESSOBin-Ultra board support Luka Kovacic
2021-08-13 8:14 ` Pali Rohár
2021-08-13 9:08 ` Luka Kovacic
2021-08-13 9:54 ` Pali Rohár
2021-08-13 9:58 ` Stefan Roese
2021-08-13 10:25 ` Luka Kovacic
2021-08-13 10:46 ` Pali Rohár
2021-09-24 18:30 ` Pali Rohár
2021-09-27 8:31 ` Luka Kovacic
2021-08-13 9:27 ` Pali Rohár
2021-08-13 10:03 ` Luka Kovacic
2021-08-13 10:22 ` Pali Rohár
2021-08-13 10:33 ` Luka Kovacic
2021-08-13 10:59 ` Pali Rohár
2021-08-16 8:37 ` Luka Kovacic
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=4b3ea20a-4576-bc4e-d19e-538af5a33259@gk2.net \
--to=gandalf@gk2.net \
--cc=luka.kovacic@sartura.hr \
--cc=luka.perkov@sartura.hr \
--cc=marek.behun@nic.cz \
--cc=pali@kernel.org \
--cc=patrick.delaunay@foss.st.com \
--cc=robert.marko@sartura.hr \
--cc=sjg@chromium.org \
--cc=sr@denx.de \
--cc=u-boot@lists.denx.de \
--cc=xypron.glpk@gmx.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 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.