U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: Raymond Mao <raymond.mao@linaro.org>, Simon Glass <sjg@chromium.org>
Cc: U-Boot Mailing List <u-boot@lists.denx.de>,
	Levi Yun <yeoreum.yun@arm.com>,
	Patrick Rudolph <patrick.rudolph@9elements.com>
Subject: Re: [PATCH v3 29/31] RFC: Revert "bloblist: Load the bloblist from the previous loader"
Date: Fri, 28 Mar 2025 10:13:22 -0600	[thread overview]
Message-ID: <20250328161322.GA93000@bill-the-cat> (raw)
In-Reply-To: <CAEfUkUKa-_=zOry+0-EnS=e8tEq7=nooDDt6Yr_M5vx31w+JUA@mail.gmail.com>

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

On Fri, Mar 28, 2025 at 11:50:14AM -0400, Raymond Mao wrote:
> Hi Simon,
> 
> 
> On Fri, 28 Mar 2025 at 11:36, Simon Glass <sjg@chromium.org> wrote:
> >
> > The logic of this has become too confusing.
> >
> > The primary issue with the patch is that U-Boot needs to set up a
> > bloblist in the first phase where BLOBLIST is enabled. Subsequent
> > phases can then use that bloblist.
> >
> > But the first phase of U-Boot cannot assume that one exists.
> >
> > Reverting this commit seems like a better starting point for getting
> > things working for all use-cases.
> >
> > Note: The work to tidy this up is apparently underway. For this series,
> > a revert is the easiest path.
> >
> > This reverts commit 66131310d8ff1ba228f989b41bd8812f43be41c3.
> >
> > https://lore.kernel.org/u-boot/CAPnjgZ3hMHtiH=f5ZKXNniOfV_-vFryq1Gn7QZ5hKU8Wjo8igw@mail.gmail.com/
> >
> > Signed-off-by: Simon Glass <sjg@chromium.org>
> > ---
> >
> > (no changes since v1)
> >
> 
> Is this same as something we discussed in the thread below?
> https://lore.kernel.org/u-boot/20250205015606.2686149-29-sjg@chromium.org/
> 
> I am a bit confused since I think we had agreed that it should not be reverted.

Yes, it is extremely frustrating to have posted both this:
https://patchwork.ozlabs.org/project/uboot/list/?series=450425&state=*
as the first pass at doing what was agreed on the path forward while
also posting this thread which cannot be against either next nor next
with the above applied and so isn't worth anyone elses time. I suspect
this thread also includes various rockchip patches that were requested
to be broken out and posted by themselves instead.

-- 
Tom

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

  reply	other threads:[~2025-03-28 16:13 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-28 15:34 [PATCH v3 00/31] VBE serial part H: Implement VBE on Rockchip RK3399 Simon Glass
2025-03-28 15:34 ` [PATCH v3 01/31] spl: Adjust xPL symbols Simon Glass
2025-03-28 15:34 ` [PATCH v3 02/31] spl: Allow VBE to handle xPL size Simon Glass
2025-03-28 15:34 ` [PATCH v3 03/31] vbe: Show the margin when using SPL_RELOC Simon Glass
2025-03-28 15:34 ` [PATCH v3 04/31] rockchip: Allow RAM init to happen in SPL on rk3399 Simon Glass
2025-03-28 15:34 ` [PATCH v3 05/31] rockchip: dts: Correct the OS for U-Boot Simon Glass
2025-03-28 15:34 ` [PATCH v3 06/31] rockchip: dts: Factor out arch and compression Simon Glass
2025-03-28 15:34 ` [PATCH v3 07/31] rockchip: dts: Add an fdtmap Simon Glass
2025-03-28 15:34 ` [PATCH v3 08/31] rockchip: dts: Create a template for the FIT Simon Glass
2025-03-28 16:26   ` Jonas Karlman
2025-03-28 15:34 ` [PATCH v3 09/31] rockchip: dts: Un-indent the FIT template Simon Glass
2025-03-28 15:34 ` [PATCH v3 10/31] rockchip: dts: Use the new binman template for the SPI image too Simon Glass
2025-03-28 18:19   ` Jonas Karlman
2025-03-28 18:25     ` Simon Glass
2025-03-28 15:34 ` [PATCH v3 11/31] rockchip: dts: Specify the phase in the image Simon Glass
2025-03-28 15:34 ` [PATCH v3 12/31] rockchip: Provide a bootstd configuration Simon Glass
2025-03-28 15:34 ` [PATCH v3 13/31] rockchip: Add SPL into the main FIT Simon Glass
2025-03-28 15:34 ` [PATCH v3 14/31] rockchip: Include a compatible string in each configuration Simon Glass
2025-03-28 15:34 ` [PATCH v3 15/31] rockchip: Add a template for SPL Simon Glass
2025-03-28 15:34 ` [PATCH v3 16/31] rockchip: Add a VPL image Simon Glass
2025-03-28 15:34 ` [PATCH v3 17/31] rockchip: Add TPL alternatives Simon Glass
2025-03-28 15:34 ` [PATCH v3 18/31] rockchip: Update rk3399 bootph-tags for VPL Simon Glass
2025-03-28 16:11   ` Jonas Karlman
2025-03-28 15:34 ` [PATCH v3 19/31] rockchip: Provide a VPL phase on rk3399 Simon Glass
2025-03-28 16:16   ` Jonas Karlman
2025-03-28 23:40     ` Simon Glass
2025-03-29  0:07       ` Tom Rini
2025-03-29 16:46       ` Jonas Karlman
2025-04-01 15:42         ` Simon Glass
2025-04-01 17:27           ` Jonas Karlman
2025-04-01 17:56             ` Simon Glass
2025-03-28 16:51   ` Peter Robinson
2025-03-28 23:41     ` Simon Glass
2025-03-28 18:35   ` Jonas Karlman
2025-03-28 15:35 ` [PATCH v3 20/31] rockchip: Add symbols for spl_reloc Simon Glass
2025-03-28 16:29   ` Jonas Karlman
2025-03-28 15:35 ` [PATCH v3 21/31] rockchip: rk3399: Adjust initial TPL-stack to match SPL Simon Glass
2025-03-28 17:28   ` Jonas Karlman
2025-03-28 15:35 ` [PATCH v3 22/31] rockchip: Allow SPL to set up SDRAM Simon Glass
2025-03-28 15:35 ` [PATCH v3 23/31] rockchip: Add a generic-ddr3 rk3399 board Simon Glass
2025-03-28 15:35 ` [PATCH v3 24/31] rockchip: Add documentation for VBE Simon Glass
2025-03-28 15:35 ` [PATCH v3 25/31] gitlab: Add an VBE board to the sjg lab Simon Glass
2025-03-28 15:35 ` [PATCH v3 26/31] rockchip: Set the skip-at-start property correctly Simon Glass
2025-03-28 15:35 ` [PATCH v3 27/31] vbe: Add a bootmeth driver for abrec Simon Glass
2025-03-28 15:35 ` [PATCH v3 28/31] rockchip: Update binman image for new skip-at-start setup Simon Glass
2025-03-28 15:35 ` [PATCH v3 29/31] RFC: Revert "bloblist: Load the bloblist from the previous loader" Simon Glass
2025-03-28 15:50   ` Raymond Mao
2025-03-28 16:13     ` Tom Rini [this message]
2025-03-28 23:38       ` Simon Glass
2025-03-28 15:35 ` [PATCH v3 30/31] rockchip: Relocate bloblist at the end of the SPL phase Simon Glass
2025-03-28 15:35 ` [PATCH v3 31/31] bloblist: Allow using a different bloblist address 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=20250328161322.GA93000@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=patrick.rudolph@9elements.com \
    --cc=raymond.mao@linaro.org \
    --cc=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    --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