mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Gwenhael Goavec-Merou <gwenj@trabucayre.com>
To: Roland Hieber <rhi@pengutronix.de>
Cc: barebox@lists.infradead.org,
	Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>,
	Sascha Hauer <sha@pengutronix.de>
Subject: Re: [PATCH] ARM: SoCFPGA: add Terasic DE10-Nano board support
Date: Mon, 31 May 2021 21:29:21 +0200	[thread overview]
Message-ID: <20210531212921.2c261467@x230_1.trabucayre.com> (raw)
In-Reply-To: <20210531114256.3iusr5xywntp6aoy@pengutronix.de>

On Mon, 31 May 2021 13:42:56 +0200
Roland Hieber <rhi@pengutronix.de> wrote:

> On Fri, May 28, 2021 at 12:29:51PM +0300, Antony Pavlov wrote:
> > On Thu, 27 May 2021 21:36:00 +0200
> > Gwenhael Goavec-Merou <gwenj@trabucayre.com> 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  
> > 
> > What is the status of FPGA bitstream loading?
> > 
> > ...
> >   
> > > diff --git a/arch/arm/boards/terasic-de10-nano/iocsr_config_cyclone5.c
> > > b/arch/arm/boards/terasic-de10-nano/iocsr_config_cyclone5.c new file mode
> > > 100644 index 000000000..c1291dea4
> > > --- /dev/null
> > > +++ b/arch/arm/boards/terasic-de10-nano/iocsr_config_cyclone5.c
> > > @@ -0,0 +1,678 @@
> > > +/* GENERATED FILE - DO NOT EDIT */  
> 
> By the way, what were the sources from which that file was generated?
> (I assume the sources were under BSD-3-Clause…?)
>
Files are copied/adapted by  scripts/socfpga_import_preloader. Files used
produces by quartus and bsp-editor as explained in
Documentation/boards/socfpga.rst Original files are BSD-3-Clause
>
>  - Roland

Gwenhael

> 
> > > +/*
> > > + * Copyright Altera Corporation (C) 2012-2014. All rights reserved
> > > + *
> > > + * SPDX-License-Identifier:    BSD-3-Clause  
> > 
> > To: Sascha
> > Can we add BSD-3-Clause-licensed file into barebox?
> > 
> > ...
> >   
> > > diff --git a/arch/arm/dts/socfpga_cyclone5_de10_nano.dts
> > > b/arch/arm/dts/socfpga_cyclone5_de10_nano.dts new file mode 100644
> > > index 000000000..6965e3820
> > > --- /dev/null
> > > +++ b/arch/arm/dts/socfpga_cyclone5_de10_nano.dts
> > > @@ -0,0 +1,34 @@
> > > +/*
> > > + *  Copyright (C) 2021 Gwenhael Goavec-Merou
> > > <gwenhael.goavec-merou@trabucayre.com>
> > > + *
> > > + * This program is free software; you can redistribute it and/or modify
> > > + * it under the terms of the GNU General Public License as published by
> > > + * the Free Software Foundation; either version 2 of the License, or
> > > + * (at your option) any later version.  
> > 
> > Just use SPDX-License-Identifier here.
> >   
> > > + * This program is distributed in the hope that it will be useful,
> > > + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> > > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> > > + * GNU General Public License for more details.
> > > + *
> > > + * You should have received a copy of the GNU General Public License
> > > + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
> > > + */
> > > +  
> > 
> > -- 
> > Best regards,
> >   Antony Pavlov
> > 
> > _______________________________________________
> > barebox mailing list
> > barebox@lists.infradead.org
> > http://lists.infradead.org/mailman/listinfo/barebox
> >   
> 
> -- 
> Roland Hieber, Pengutronix e.K.          | r.hieber@pengutronix.de     |
> Steuerwalder Str. 21                     | https://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

  reply	other threads:[~2021-05-31 19:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-27 19:36 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 [this message]
2021-05-31  8:17 ` Ahmad Fatoum
2021-05-31  8:47   ` Sascha Hauer

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=20210531212921.2c261467@x230_1.trabucayre.com \
    --to=gwenj@trabucayre.com \
    --cc=barebox@lists.infradead.org \
    --cc=gwenhael.goavec-merou@trabucayre.com \
    --cc=rhi@pengutronix.de \
    --cc=sha@pengutronix.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