public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: Simon Glass <sjg@chromium.org>
Cc: "U-Boot Mailing List" <u-boot@lists.denx.de>,
	"Ahelenia Ziemiańska" <nabijaczleweli@nabijaczleweli.xyz>,
	"Alex Shumsky" <alexthreed@gmail.com>,
	"Alexander Dahl" <ada@thorsis.com>,
	"Alexander Graf" <agraf@csgraf.de>,
	"Alexander Kochetkov" <al.kochet@gmail.com>,
	"Alexander Sverdlin" <alexander.sverdlin@siemens.com>,
	"Alper Nebi Yasak" <alpernebiyasak@gmail.com>,
	"Anand Moon" <linux.amoon@gmail.com>,
	"Anatolij Gustschin" <agust@denx.de>,
	"Andy Shevchenko" <andriy.shevchenko@linux.intel.com>,
	"Bin Meng" <bmeng.cn@gmail.com>,
	"Caleb Connolly" <caleb.connolly@linaro.org>,
	"Chen-Yu Tsai" <wens@csie.org>,
	"Christian Marangi" <ansuelsmth@gmail.com>,
	"Devarsh Thakkar" <devarsht@ti.com>,
	"Dmitry Gerasimov" <di.gerasimov@gmail.com>,
	"Dmitry Rokosov" <ddrokosov@salutedevices.com>,
	"Dragan Simic" <dsimic@manjaro.org>,
	"Heiko Schocher" <hs@denx.de>,
	"Heinrich Schuchardt" <xypron.glpk@gmx.de>,
	"Hou Zhiqiang" <Zhiqiang.Hou@nxp.com>,
	"Hugo Cornelis" <hugo.cornelis@essensium.com>,
	"Igor Opaniuk" <igor.opaniuk@gmail.com>,
	"Ilias Apalodimas" <ilias.apalodimas@linaro.org>,
	"Jagan Teki" <jagan@amarulasolutions.com>,
	"Jan Kiszka" <jan.kiszka@siemens.com>,
	"Janne Grunau" <j@jannau.net>,
	"Jerome Forissier" <jerome.forissier@linaro.org>,
	"Jerry Van Baren" <vanbaren@cideas.com>,
	"Jiaxun Yang" <jiaxun.yang@flygoat.com>,
	"Joe Hershberger" <joe.hershberger@ni.com>,
	"Jonas Karlman" <jonas@kwiboo.se>,
	"Joshua Watt" <jpewhacker@gmail.com>,
	"Julien Masson" <jmasson@baylibre.com>,
	"Kever Yang" <kever.yang@rock-chips.com>,
	"Laurent Pinchart" <laurent.pinchart@ideasonboard.com>,
	"Leo Yu-Chi Liang" <ycliang@andestech.com>,
	"Levi Yun" <yeoreum.yun@arm.com>,
	"Lukasz Majewski" <lukma@denx.de>,
	"Marek Mojík" <marek.mojik@nic.cz>,
	"Marek Vasut" <marek.vasut+renesas@mailbox.org>,
	"Marek Vasut" <marex@denx.de>,
	"Masahisa Kojima" <kojima.masahisa@socionext.com>,
	"Matthew Garrett" <mgarrett@aurora.tech>,
	"Mattijs Korpershoek" <mkorpershoek@baylibre.com>,
	"Maxim Moskalets" <maximmosk4@gmail.com>,
	"Michael Walle" <mwalle@kernel.org>,
	"Michal Simek" <michal.simek@amd.com>,
	"Miquel Raynal" <miquel.raynal@bootlin.com>,
	"Nikhil M Jain" <n-jain1@ti.com>,
	"Patrick Delaunay" <patrick.delaunay@foss.st.com>,
	"Patrick Rudolph" <patrick.rudolph@9elements.com>,
	"Paul-Erwan Rio" <paulerwan.rio@gmail.com>,
	"Pavel Herrmann" <morpheus.ibis@gmail.com>,
	"Peter Korsgaard" <peter@korsgaard.com>,
	"Peter Robinson" <pbrobinson@gmail.com>,
	"Philip Oberfichtner" <pro@denx.de>,
	"Quentin Schulz" <quentin.schulz@cherry.de>,
	"Rasmus Villemoes" <rasmus.villemoes@prevas.dk>,
	"Raymond Mao" <raymond.mao@linaro.org>,
	"Roman Stratiienko" <r.stratiienko@gmail.com>,
	"Stefan Roese" <sr@denx.de>, "Stefano Babic" <sbabic@denx.de>,
	"Sughosh Ganu" <sughosh.ganu@linaro.org>,
	"Sumit Garg" <sumit.garg@linaro.org>,
	"This contributor prefers not to receive mails"
	<noreply@example.com>,
	"Tuomas Tynkkynen" <tuomas.tynkkynen@iki.fi>
Subject: Re: [PATCH v2 00/33] upl: Prerequite patches for updated spec
Date: Mon, 6 Jan 2025 15:42:27 -0600	[thread overview]
Message-ID: <20250106214227.GD3476@bill-the-cat> (raw)
In-Reply-To: <20250106143229.3023771-1-sjg@chromium.org>

[-- Attachment #1: Type: text/plain, Size: 929 bytes --]

On Mon, Jan 06, 2025 at 07:31:56AM -0700, Simon Glass wrote:

> The current UPL spec[1] has been tidied up and improved over the last
> year, since U-Boot's original UPL support was written.
> 
> This series includes some prerequisite patches needed for the real UPL
> patches. It is split from [2]
> 
> [1] git@github.com:UniversalPayload/spec.git commit 3f1450d
> [2] https://patchwork.ozlabs.org/project/uboot/list/?series=438574&state=*
> 
> Changes in v2:
> - Fix 'Emable' typo
> - Enable the command in cmd/Kconfig instead
> - Fix unbalanced {}
> - Add new patch to move x86 tables to use SZ macros
> - Use 4K instead of 4KB
> - Add new patch to enable bloblist on x86
> - Split this into its own function
> - Split prerequisite patches into their own series

One thing I don't see in here is how to pass a BLOBLIST_ALLOC from one
stage of U-Boot to another. Or did I overlook something?

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

  parent reply	other threads:[~2025-01-07  3:16 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-06 14:31 [PATCH v2 00/33] upl: Prerequite patches for updated spec Simon Glass
2025-01-06 14:31 ` [PATCH v2 01/33] bloblist: add api to get blob with size Simon Glass
2025-01-06 14:31 ` [PATCH v2 02/33] bloblist: Drop BSD license Simon Glass
2025-01-07 10:36   ` Ilias Apalodimas
2025-01-07 12:04     ` Simon Glass
2025-01-06 14:31 ` [PATCH v2 03/33] bloblist: Make BLOBLIST_ALLOC the default Simon Glass
2025-01-06 21:41   ` Tom Rini
2025-01-09 15:01     ` Simon Glass
2025-01-09 16:42       ` Tom Rini
2025-01-10 13:38         ` Simon Glass
2025-01-06 14:32 ` [PATCH v2 04/33] abuf: Provide a way to get the buffer address Simon Glass
2025-01-06 14:32 ` [PATCH v2 05/33] abuf: Allow use in host tools Simon Glass
2025-01-06 14:32 ` [PATCH v2 06/33] abuf: Provide a constant buffer Simon Glass
2025-01-06 14:32 ` [PATCH v2 07/33] cpu: Provide a way to get the physical-address size Simon Glass
2025-01-06 14:32 ` [PATCH v2 08/33] serial: Support info() method in ns16550 xPL with UPL Simon Glass
2025-01-06 14:32 ` [PATCH v2 09/33] mkimage: Update map_to_sysmem() to match its prototype Simon Glass
2025-01-06 14:32 ` [PATCH v2 10/33] x86: Enable meminfo command Simon Glass
2025-01-06 14:32 ` [PATCH v2 11/33] x86: Show the timestamp counter with bdinfo Simon Glass
2025-01-06 14:32 ` [PATCH v2 12/33] ofnode: Use 4K for a default tree-size Simon Glass
2025-01-08 18:33   ` Tom Rini
2025-01-09 12:37     ` Simon Glass
2025-01-06 14:32 ` [PATCH v2 13/33] ofnode: Indicate when out of space in a few places Simon Glass
2025-01-08 18:25   ` Tom Rini
2025-01-06 14:32 ` [PATCH v2 14/33] ofnode: Update of_add_subnode() to indicate name is alloced Simon Glass
2025-01-06 14:32 ` [PATCH v2 15/33] boot: Rename fit_image_get_data() Simon Glass
2025-01-06 14:32 ` [PATCH v2 16/33] boot: Rename fit_image_get_data_and_size() Simon Glass
2025-01-06 14:32 ` [PATCH v2 17/33] boot: Update fit_image_get_emb_data to use abuf Simon Glass
2025-01-08 18:25   ` Tom Rini
2025-01-09 12:36     ` Simon Glass
2025-01-09 15:09       ` Tom Rini
2025-01-09 15:14         ` Simon Glass
2025-01-09 18:08           ` Tom Rini
2025-01-10 13:39             ` Simon Glass
2025-01-10 16:17               ` Tom Rini
2025-01-10 19:23                 ` Simon Glass
2025-01-10 21:15                   ` Tom Rini
2025-01-06 14:32 ` [PATCH v2 18/33] boot: Use fit_image_get_data() to get data Simon Glass
2025-01-06 14:32 ` [PATCH v2 19/33] boot: Update fit_image_get_data() to use abuf Simon Glass
2025-01-06 14:32 ` [PATCH v2 20/33] test: Fix inpected typo in upl test Simon Glass
2025-01-06 14:32 ` [PATCH v2 21/33] emulation: fdt: Relax condition for OF_HAS_PRIOR_STAGE Simon Glass
2025-01-06 21:40   ` Tom Rini
2025-01-09 15:01     ` Simon Glass
2025-01-09 15:14       ` Tom Rini
2025-01-10 13:38         ` Simon Glass
2025-01-06 14:32 ` [PATCH v2 22/33] emulation: Use bloblist to hold tables Simon Glass
2025-01-09 22:28   ` Tom Rini
2025-01-06 14:32 ` [PATCH v2 23/33] x86: Create more space for SPL with qemu-x86_64 Simon Glass
2025-01-06 14:32 ` [PATCH v2 24/33] pci: video: Set up the pixel-format field Simon Glass
2025-01-06 14:32 ` [PATCH v2 25/33] x86: Show an error if video fails Simon Glass
2025-01-06 14:32 ` [PATCH v2 26/33] x86: Support jumping to a UPL image Simon Glass
2025-01-06 14:32 ` [PATCH v2 27/33] x86: Enable UPL handoff for SPL Simon Glass
2025-01-06 14:32 ` [PATCH v2 28/33] x86: Move tables to use SZ macros Simon Glass
2025-01-06 14:32 ` [PATCH v2 29/33] x86: Align the SMBIOS table to a 4K boundary Simon Glass
2025-01-06 14:32 ` [PATCH v2 30/33] x86: emulation: Enable bloblist Simon Glass
2025-01-06 14:32 ` [PATCH v2 31/33] dm: core: Clarify behaviour of ofnode_name_eq() Simon Glass
2025-01-06 14:32 ` [PATCH v2 32/33] dm: core: Provide ofnode_name_eq_unit() to accept a unit address Simon Glass
2025-01-06 14:32 ` [PATCH v2 33/33] dm: core: Provide ofnode_find_subnode_unit() Simon Glass
2025-01-06 21:42 ` Tom Rini [this message]
2025-01-08 18:37 ` [PATCH v2 00/33] upl: Prerequite patches for updated spec Tom Rini
2025-01-09 12:37   ` 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=20250106214227.GD3476@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=Zhiqiang.Hou@nxp.com \
    --cc=ada@thorsis.com \
    --cc=agraf@csgraf.de \
    --cc=agust@denx.de \
    --cc=al.kochet@gmail.com \
    --cc=alexander.sverdlin@siemens.com \
    --cc=alexthreed@gmail.com \
    --cc=alpernebiyasak@gmail.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=ansuelsmth@gmail.com \
    --cc=bmeng.cn@gmail.com \
    --cc=caleb.connolly@linaro.org \
    --cc=ddrokosov@salutedevices.com \
    --cc=devarsht@ti.com \
    --cc=di.gerasimov@gmail.com \
    --cc=dsimic@manjaro.org \
    --cc=hs@denx.de \
    --cc=hugo.cornelis@essensium.com \
    --cc=igor.opaniuk@gmail.com \
    --cc=ilias.apalodimas@linaro.org \
    --cc=j@jannau.net \
    --cc=jagan@amarulasolutions.com \
    --cc=jan.kiszka@siemens.com \
    --cc=jerome.forissier@linaro.org \
    --cc=jiaxun.yang@flygoat.com \
    --cc=jmasson@baylibre.com \
    --cc=joe.hershberger@ni.com \
    --cc=jonas@kwiboo.se \
    --cc=jpewhacker@gmail.com \
    --cc=kever.yang@rock-chips.com \
    --cc=kojima.masahisa@socionext.com \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux.amoon@gmail.com \
    --cc=lukma@denx.de \
    --cc=marek.mojik@nic.cz \
    --cc=marek.vasut+renesas@mailbox.org \
    --cc=marex@denx.de \
    --cc=maximmosk4@gmail.com \
    --cc=mgarrett@aurora.tech \
    --cc=michal.simek@amd.com \
    --cc=miquel.raynal@bootlin.com \
    --cc=mkorpershoek@baylibre.com \
    --cc=morpheus.ibis@gmail.com \
    --cc=mwalle@kernel.org \
    --cc=n-jain1@ti.com \
    --cc=nabijaczleweli@nabijaczleweli.xyz \
    --cc=noreply@example.com \
    --cc=patrick.delaunay@foss.st.com \
    --cc=patrick.rudolph@9elements.com \
    --cc=paulerwan.rio@gmail.com \
    --cc=pbrobinson@gmail.com \
    --cc=peter@korsgaard.com \
    --cc=pro@denx.de \
    --cc=quentin.schulz@cherry.de \
    --cc=r.stratiienko@gmail.com \
    --cc=rasmus.villemoes@prevas.dk \
    --cc=raymond.mao@linaro.org \
    --cc=sbabic@denx.de \
    --cc=sjg@chromium.org \
    --cc=sr@denx.de \
    --cc=sughosh.ganu@linaro.org \
    --cc=sumit.garg@linaro.org \
    --cc=tuomas.tynkkynen@iki.fi \
    --cc=u-boot@lists.denx.de \
    --cc=vanbaren@cideas.com \
    --cc=wens@csie.org \
    --cc=xypron.glpk@gmx.de \
    --cc=ycliang@andestech.com \
    --cc=yeoreum.yun@arm.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