From: "Jamie.Gibbons--- via buildroot" <buildroot@buildroot.org>
To: <buildroot@buildroot.org>, <thomas.petazzoni@bootlin.com>
Cc: Valentina.FernandezAlanis@microchip.com,
giulio.benetti@benettiengineering.com,
Ludovic.Desroches@microchip.com, Nicolas.Ferre@microchip.com,
Conor.Dooley@microchip.com
Subject: Re: [Buildroot] [PATCH v3 1/2] package/microchip-hss-payload-generator: add host package
Date: Wed, 9 Aug 2023 12:55:29 +0000 [thread overview]
Message-ID: <c7111e1d29ff75d1bdd60861abaf0fc7ab643e26.camel@microchip.com> (raw)
In-Reply-To: <20230808235627.3fa92931@windsurf>
Hi Thomas,
On Tue, 2023-08-08 at 23:56 +0200, Thomas Petazzoni wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you
> know the content is safe
>
> Hello Jamie,
>
> On Wed, 12 Jul 2023 13:51:53 +0100
> Jamie Gibbons via buildroot <buildroot@buildroot.org> wrote:
>
> > The Buildroot icicle kit configuration uses the Hart Software
> > Service's
> > (HSS) payload generator tool. This tool creates a formatted payload
> > image for the HSS zero-stage bootloader on PolarFire SoC, given a
> > configuration file and a set of ELF binaries. The configuration
> > file is used to map the ELF binaries or binary blobs to the
> > individual application harts (U54s). Add the HSS payload generator
> > as a
> > host package to support this.
> >
> > Signed-off-by: Jamie Gibbons <jamie.gibbons@microchip.com>
> > Reviewed-by: Valentina Fernandez
> > <valentina.fernandezalanis@microchip.com>
> > ---
> > DEVELOPERS | 3 +++
> > package/Config.in.host | 1 +
> > .../Config.in.host | 11 ++++++++
> > .../microchip-hss-payload-generator.mk | 25
> > +++++++++++++++++++
> > 4 files changed, 40 insertions(+)
>
> This was missing a hash file for the package, which provides the hash
> of the tarball and the hash of the license file.
Apologies for the omission, thanks for adding this.
>
> > +HOST_MICROCHIP_HSS_PAYLOAD_GENERATOR_VERSION = 2023.06
> > +HOST_MICROCHIP_HSS_PAYLOAD_GENERATOR_SITE = $(call
> > github,polarfire-soc,hart-software-
> > services,v$(HOST_MICROCHIP_HSS_PAYLOAD_GENERATOR_VERSION))
> > +HOST_MICROCHIP_HSS_PAYLOAD_GENERATOR_LICENSE = MIT
> > +HOST_MICROCHIP_HSS_PAYLOAD_GENERATOR_LICENSE_FILES = LICENSE.md
>
> I was initially confused by this, because LICENSE.md also mentions
> than
> the repo contains OpenSBI, which is under BSD-2-Clause. But in fact
> this package only builds what's in tools/hss-payload-generator, so
> the
> rest is irrelevant. Therefore, I have changed this to:
>
> +# Some parts of the repository are under different licenses, but we
> +# are only building/installing the code in
> +# tools/hss-payload-generator/.
> +HOST_MICROCHIP_HSS_PAYLOAD_GENERATOR_LICENSE = MIT or GPL-2.0+
> +HOST_MICROCHIP_HSS_PAYLOAD_GENERATOR_LICENSE_FILES = tools/hss-
> payload-generator/LICENSE.md
>
> Let me know if you think this is incorrect.
Thank you for updating this, it is correct.
>
> I've applied to our "next" branch with those changes. Thanks!
That's great news. Thanks a million for all your feedback.
Thanks,
Jamie
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2023-08-09 13:03 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-12 12:51 [Buildroot] [PATCH v3 0/2] Add Microchip PolarFire SoC Icicle Kit Jamie Gibbons via buildroot
2023-07-12 12:51 ` [Buildroot] [PATCH v3 1/2] package/microchip-hss-payload-generator: add host package Jamie Gibbons via buildroot
2023-07-12 13:46 ` Giulio Benetti
2023-08-08 21:56 ` Thomas Petazzoni via buildroot
2023-08-09 12:55 ` Jamie.Gibbons--- via buildroot [this message]
2023-07-12 12:51 ` [Buildroot] [PATCH v3 2/2] configs/microchip_mpfs_icicle: add support for Microchip's Icicle Kit Jamie Gibbons via buildroot
2023-07-12 13:47 ` Giulio Benetti
2023-08-08 21:59 ` Thomas Petazzoni via buildroot
2023-08-09 14:43 ` Jamie.Gibbons--- via buildroot
2023-08-09 15:02 ` Thomas Petazzoni via buildroot
2023-08-10 10:46 ` Jamie.Gibbons--- via buildroot
2023-08-10 13:53 ` Thomas Petazzoni via buildroot
2023-08-11 9:09 ` Jamie.Gibbons--- via buildroot
2023-07-26 10:40 ` [Buildroot] [PATCH v3 0/2] Add Microchip PolarFire SoC " Jamie.Gibbons--- via buildroot
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=c7111e1d29ff75d1bdd60861abaf0fc7ab643e26.camel@microchip.com \
--to=buildroot@buildroot.org \
--cc=Conor.Dooley@microchip.com \
--cc=Jamie.Gibbons@microchip.com \
--cc=Ludovic.Desroches@microchip.com \
--cc=Nicolas.Ferre@microchip.com \
--cc=Valentina.FernandezAlanis@microchip.com \
--cc=giulio.benetti@benettiengineering.com \
--cc=thomas.petazzoni@bootlin.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox