From: Tom Rini <trini@konsulko.com>
To: Heinrich Schuchardt <xypron.glpk@gmx.de>
Cc: Mark Kettenis <mark.kettenis@xs4all.nl>,
Simon Glass <sjg@chromium.org>,
u-boot@lists.denx.de, michal.simek@amd.com, seanga2@gmail.com,
sheng.tan@9elements.com, akashi.tkhro@gmail.com,
abdellatif.elkhlifi@arm.com, agendin@matrox.com,
linux.amoon@gmail.com, andre.przywara@arm.com, afd@ti.com,
artur@conclusive.pl, bmeng.cn@gmail.com, bb@ti.com,
caleb.connolly@linaro.org, chanho61.park@samsung.com,
devarsht@ti.com, eajames@linux.ibm.com,
etienne.carriere@foss.st.com,
francis.laniel@amarulasolutions.com, ilias.apalodimas@linaro.org,
vanbaren@cideas.com, mr.bossman075@gmail.com, jonas@kwiboo.se,
jpewhacker@gmail.com, kever.yang@rock-chips.com,
leon@georgemail.eu, lukas.funke@weidmueller.com,
abbaraju.manojsai@amarulasolutions.com,
marek.vasut+renesas@mailbox.org, marex@denx.de,
mkorpershoek@baylibre.com, n-jain1@ti.com, nm@ti.com,
oleksandr.suvorov@foundries.io, pbrobinson@gmail.com,
rasmus.villemoes@prevas.dk, raymond.mao@linaro.org,
semen.protsenko@linaro.org, samuel@sholland.org,
yangshiji66@outlook.com, sughosh.ganu@linaro.org,
sumit.garg@linaro.org, sunil@amarulasolutions.com,
tom@tom-fitzhenry.me.uk, troykiskyboundary@gmail.com
Subject: Re: [PATCH v2 00/21] Universal Payload initial series
Date: Tue, 16 Jul 2024 13:08:52 -0600 [thread overview]
Message-ID: <20240716190852.GL561963@bill-the-cat> (raw)
In-Reply-To: <09FB197A-06C8-4162-AAB6-3823BA2840B3@gmx.de>
[-- Attachment #1: Type: text/plain, Size: 1530 bytes --]
On Sat, Jul 13, 2024 at 09:40:17PM +0200, Heinrich Schuchardt wrote:
>
>
> Am 13. Juli 2024 10:12:50 MESZ schrieb Mark Kettenis <mark.kettenis@xs4all.nl>:
> >> From: Simon Glass <sjg@chromium.org>
> >> Date: Sat, 13 Jul 2024 08:00:34 +0100
> >>
> >> Universal Payload (UPL) is an Industry Standard for firmware
> >> components[1].
> >
> >I think you have some trouble understanding the concept of industry
> >standard ;). I guess you want this to become an industry standard.
> >Firmly https://xkcd.com/927/ territory if you ask me.
> >
> >> UPL is designed to improve interoperability within the
> >> firmware industry, allowing mixing and matching of projects with less
> >> friction and fewer project-specific implementations. UPL is
> >> cross-platform, supporting ARM, x86 and RISC-V initially.
> >>
> >> This series provides some initial support for this, targeting 0.9.1 and
> >> sandbox only.
> >>
> >> Features still to come include:
> >> - Support for architectures
> >> - FIT validation
> >> - Handoff validation
> >> - Interoperability tests
> >>
> >> This series is available at dm/uplb-working and requires the alist
> >> series at dm/alist-working[2]
>
> Why is this series needed?
Because UPL is a standard, supported by other projects, which requires
more than Just Nothing Else on top of what we do today. Please do
provide constructive feedback on the changes themselves, but bringing in
UPL support proper is something we should (and will) do. Thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
next prev parent reply other threads:[~2024-07-16 22:04 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-13 7:00 [PATCH v2 00/21] Universal Payload initial series Simon Glass
2024-07-13 7:00 ` [PATCH v2 01/21] sandbox: Use const in os_jump_to_file() Simon Glass
2024-07-18 8:02 ` Mattijs Korpershoek
2024-07-13 7:00 ` [PATCH v2 02/21] sandbox: Fix a comment in os_find_u_boot() Simon Glass
2024-07-18 8:02 ` Mattijs Korpershoek
2024-07-13 7:00 ` [PATCH v2 03/21] test: Move some SPL-loading test-code into sandbox common Simon Glass
2024-07-18 14:11 ` Sean Anderson
2024-07-13 7:00 ` [PATCH v2 04/21] sandbox: Enable SPL_LOAD_BLOCK Simon Glass
2024-07-18 13:28 ` Sean Anderson
2024-07-18 23:58 ` Sean Anderson
2024-07-13 7:00 ` [PATCH v2 05/21] fdt: Don't overwrite bloblist devicetree Simon Glass
2024-07-13 7:00 ` [PATCH v2 06/21] sandbox: fdt: Avoid overwriting an existing fdt Simon Glass
2024-07-13 7:00 ` [PATCH v2 07/21] sandbox: Return error code from read/write/seek Simon Glass
2024-07-13 7:00 ` [PATCH v2 08/21] sandbox: Add ELF file to VPL u-boot.img Simon Glass
2024-07-13 7:00 ` [PATCH v2 09/21] sandbox: Set up global_data earlier Simon Glass
2024-07-13 7:00 ` [PATCH v2 10/21] upl: Add support for reading a upl handoff Simon Glass
2024-07-18 14:41 ` Heinrich Schuchardt
2024-07-20 12:36 ` Simon Glass
2024-07-13 7:00 ` [PATCH v2 11/21] upl: Add support for writing " Simon Glass
2024-07-13 7:00 ` [PATCH v2 12/21] upl: Add basic tests Simon Glass
2024-07-13 7:00 ` [PATCH v2 13/21] upl: Add a command Simon Glass
2024-07-13 7:00 ` [PATCH v2 14/21] upl: Add support for Universal Payload in SPL Simon Glass
2024-07-13 7:00 ` [PATCH v2 15/21] spl: Plumb in the Universal Payload handoff Simon Glass
2024-07-18 13:54 ` Sean Anderson
2024-07-20 12:36 ` Simon Glass
2024-07-20 14:44 ` Sean Anderson
2024-07-21 10:08 ` Simon Glass
2024-07-13 7:00 ` [PATCH v2 16/21] upl: Plumb in universal payload to the init process Simon Glass
2024-07-13 7:00 ` [PATCH v2 17/21] sandbox_vpl: Enable Universal Payload Simon Glass
2024-07-13 7:00 ` [PATCH v2 18/21] upl: Add initial documentation Simon Glass
2024-07-13 7:00 ` [PATCH v2 19/21] sandbox: Add a flag to enable UPL Simon Glass
2024-07-13 7:00 ` [PATCH v2 20/21] sandbox: Add an SPL loader for UPL Simon Glass
2024-07-18 14:12 ` Sean Anderson
2024-07-20 12:36 ` Simon Glass
2024-07-13 7:00 ` [PATCH v2 21/21] upl: Add an end-to-end test Simon Glass
2024-07-13 8:12 ` [PATCH v2 00/21] Universal Payload initial series Mark Kettenis
2024-07-13 19:40 ` Heinrich Schuchardt
2024-07-16 19:08 ` Tom Rini [this message]
2024-07-18 8:23 ` Heinrich Schuchardt
2024-07-18 14:15 ` Tom Rini
2024-08-07 14:36 ` Simon Glass
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=20240716190852.GL561963@bill-the-cat \
--to=trini@konsulko.com \
--cc=abbaraju.manojsai@amarulasolutions.com \
--cc=abdellatif.elkhlifi@arm.com \
--cc=afd@ti.com \
--cc=agendin@matrox.com \
--cc=akashi.tkhro@gmail.com \
--cc=andre.przywara@arm.com \
--cc=artur@conclusive.pl \
--cc=bb@ti.com \
--cc=bmeng.cn@gmail.com \
--cc=caleb.connolly@linaro.org \
--cc=chanho61.park@samsung.com \
--cc=devarsht@ti.com \
--cc=eajames@linux.ibm.com \
--cc=etienne.carriere@foss.st.com \
--cc=francis.laniel@amarulasolutions.com \
--cc=ilias.apalodimas@linaro.org \
--cc=jonas@kwiboo.se \
--cc=jpewhacker@gmail.com \
--cc=kever.yang@rock-chips.com \
--cc=leon@georgemail.eu \
--cc=linux.amoon@gmail.com \
--cc=lukas.funke@weidmueller.com \
--cc=marek.vasut+renesas@mailbox.org \
--cc=marex@denx.de \
--cc=mark.kettenis@xs4all.nl \
--cc=michal.simek@amd.com \
--cc=mkorpershoek@baylibre.com \
--cc=mr.bossman075@gmail.com \
--cc=n-jain1@ti.com \
--cc=nm@ti.com \
--cc=oleksandr.suvorov@foundries.io \
--cc=pbrobinson@gmail.com \
--cc=rasmus.villemoes@prevas.dk \
--cc=raymond.mao@linaro.org \
--cc=samuel@sholland.org \
--cc=seanga2@gmail.com \
--cc=semen.protsenko@linaro.org \
--cc=sheng.tan@9elements.com \
--cc=sjg@chromium.org \
--cc=sughosh.ganu@linaro.org \
--cc=sumit.garg@linaro.org \
--cc=sunil@amarulasolutions.com \
--cc=tom@tom-fitzhenry.me.uk \
--cc=troykiskyboundary@gmail.com \
--cc=u-boot@lists.denx.de \
--cc=vanbaren@cideas.com \
--cc=xypron.glpk@gmx.de \
--cc=yangshiji66@outlook.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.