From: Sascha Hauer <sha@pengutronix.de>
To: Ahmad Fatoum <a.fatoum@pengutronix.de>
Cc: barebox@lists.infradead.org,
Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Subject: Re: [PATCH] ARM: SoCFPGA: add Terasic DE10-Nano board support
Date: Mon, 31 May 2021 10:47:03 +0200 [thread overview]
Message-ID: <20210531084703.GN5211@pengutronix.de> (raw)
In-Reply-To: <7e50995d-c3fa-b716-cce5-2ab6bf38f275@pengutronix.de>
On Mon, May 31, 2021 at 10:17:30AM +0200, Ahmad Fatoum wrote:
> Hello,
>
> On 27.05.21 21:36, Gwenhael Goavec-Merou wrote:
> > From: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
> >
> > The Terasic DE10-Nano board is based on CycloneV SoCFPGA (5CSEBA6) with
> >
> > What has been tested to work:
> > - SD card
> > - Gigabit network
> >
> > Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
> > ---
> > arch/arm/boards/Makefile | 1 +
> > arch/arm/boards/terasic-de10-nano/Makefile | 2 +
> > arch/arm/boards/terasic-de10-nano/board.c | 35 +
> > .../terasic-de10-nano/iocsr_config_cyclone5.c | 678 ++++++++++++++++++
> > arch/arm/boards/terasic-de10-nano/lowlevel.c | 13 +
> > .../boards/terasic-de10-nano/pinmux_config.c | 241 +++++++
> > .../arm/boards/terasic-de10-nano/pll_config.h | 107 +++
> > .../boards/terasic-de10-nano/sdram_config.h | 112 +++
> > .../boards/terasic-de10-nano/sequencer_auto.h | 225 ++++++
> > .../sequencer_auto_ac_init.c | 67 ++
> > .../sequencer_auto_inst_init.c | 158 ++++
> > .../terasic-de10-nano/sequencer_defines.h | 165 +++++
> > arch/arm/configs/socfpga-xload-2_defconfig | 1 +
> > arch/arm/configs/socfpga_defconfig | 1 +
> > arch/arm/dts/Makefile | 1 +
> > arch/arm/dts/socfpga_cyclone5_de10_nano.dts | 34 +
> > arch/arm/mach-socfpga/Kconfig | 4 +
> > dts/src/arm/socfpga_cyclone5_de10_nano.dts | 117 +++
>
> Please place this file in arch/arm/dts. dts/ is synchronized
> with the upstream device tree repository from Linux.
>
> If you want to keep the device trees separate, you can make
> this one into a dtsi, which can then be dropped from arch/arm/dts
> as soon as the device tree is upstreamed and appears in barebox dts/
Indeed. I was about to merge dts/src/arm/socfpga_cyclone5_de10_nano.dts
into arch/arm/dts/socfpga_cyclone5_de10_nano.dts, but I stopped when I
realized that they are licensed differently. Please resend once again.
Sascha
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2021-05-31 8:49 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-27 19:36 [PATCH] ARM: SoCFPGA: add Terasic DE10-Nano board support Gwenhael Goavec-Merou
2021-05-28 9:29 ` Antony Pavlov
2021-05-31 8:04 ` Sascha Hauer
2021-05-31 11:42 ` Roland Hieber
2021-05-31 19:29 ` Gwenhael Goavec-Merou
2021-05-31 8:17 ` Ahmad Fatoum
2021-05-31 8:47 ` Sascha Hauer [this message]
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=20210531084703.GN5211@pengutronix.de \
--to=sha@pengutronix.de \
--cc=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=gwenhael.goavec-merou@trabucayre.com \
/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.