mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Marco Felsch <m.felsch@pengutronix.de>
To: Ahmad Fatoum <a.fatoum@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH v2 4/4] ARM: riotboard: drop static barebox-environment handling
Date: Thu, 24 Apr 2025 10:45:26 +0200	[thread overview]
Message-ID: <20250424084526.zelkn4bfmr73racq@pengutronix.de> (raw)
In-Reply-To: <7b6f5626-6d7c-43f5-9faa-a19380237bfb@pengutronix.de>

On 25-04-24, Ahmad Fatoum wrote:
> Hi Marco,
> 
> On 23.04.25 16:09, Marco Felsch wrote:
> > Since commit 9f868f78bc54 ("environment: use barebox environment from
> > GPT partitions") barebox can try to find the barebox-environment based
> > on a GPT partition GUID.
> > 
> > Make use of this mechanism and drop the barebox local of-partition. This
> > allows the BSP integrators to provide a proper GPT or if no GPT was
> > provided we fallback to the autom. minimal GPT mechanism added recently.
> > 
> > This also fixes environment handling if booted from a SD card since SD
> > card boots make use of eMMC barebox environment at the moment.
> 
> You didn't fully address my suggestion[1] on v1. Why not keep around the existing
> environment as a fallback?
> 
> https://lore.barebox.org/barebox/1ff0f545-effa-4b87-81b7-524919333777@pengutronix.de/

Argh.. I didn't noticed your reply, sry. I will answer you on your prev.
mail.

Regards,
  Marco


> 
> Thanks,
> Ahmad
> 
> > 
> > Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
> > ---
> > v2:
> > - Adapt commit message
> > 
> >  arch/arm/dts/imx6s-riotboard.dts | 10 ----------
> >  1 file changed, 10 deletions(-)
> > 
> > diff --git a/arch/arm/dts/imx6s-riotboard.dts b/arch/arm/dts/imx6s-riotboard.dts
> > index 57817c1197a7..cca34d6dba95 100644
> > --- a/arch/arm/dts/imx6s-riotboard.dts
> > +++ b/arch/arm/dts/imx6s-riotboard.dts
> > @@ -11,11 +11,6 @@
> >  / {
> >  	chosen {
> >  		stdout-path = &uart2;
> > -
> > -		environment {
> > -			compatible = "barebox,environment";
> > -			device-path = &environment_usdhc4;
> > -		};
> >  	};
> >  };
> >  
> > @@ -31,11 +26,6 @@ partition@0 {
> >  		label = "barebox";
> >  		reg = <0x0 0xe0000>;
> >  	};
> > -
> > -	environment_usdhc4: partition@e0000 {
> > -		label = "barebox-environment";
> > -		reg = <0xe0000 0x20000>;
> > -	};
> >  };
> >  
> >  &clks {
> 
> 
> -- 
> Pengutronix e.K.                           |                             |
> Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
> 31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
> Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |
> 



      reply	other threads:[~2025-04-24  9:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-23 14:09 [PATCH v2 1/4] partitions: efi: add support to specify gpt-location Marco Felsch
2025-04-23 14:09 ` [PATCH v2 2/4] parted: add support for gpt-location Marco Felsch
2025-04-23 14:09 ` [PATCH v2 3/4] defaultenv-2: add support to automatically create an initial GPT table Marco Felsch
2025-04-23 14:09 ` [PATCH v2 4/4] ARM: riotboard: drop static barebox-environment handling Marco Felsch
2025-04-24  8:02   ` Ahmad Fatoum
2025-04-24  8:45     ` Marco Felsch [this message]

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=20250424084526.zelkn4bfmr73racq@pengutronix.de \
    --to=m.felsch@pengutronix.de \
    --cc=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /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