public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@denx.de>
To: sbabic@denx.de, heiko.thiery@gmail.com, marcel.ziswiler@toradex.com
Cc: uboot-imx@nxp.com, u-boot@lists.denx.de, hs@denx.de,
	frieder.schrempf@kontron.de, tharvey@gateworks.com
Subject: Re: [PATCH v3 1/2] imx8mm-evk: Generate a single bootable flash.bin again
Date: Mon, 23 Aug 2021 08:27:19 -0300	[thread overview]
Message-ID: <45da154744d415de7abc6b729cc5c6e8@denx.de> (raw)
In-Reply-To: <20210819192802.2151226-1-festevam@denx.de>

Hi Heiko Thiery and Marcel,

On 19/08/2021 16:28, Fabio Estevam wrote:

> diff --git a/arch/arm/dts/imx8mm-evk-u-boot.dtsi
> b/arch/arm/dts/imx8mm-evk-u-boot.dtsi
> index f200afac9f..75cd59e545 100644
> --- a/arch/arm/dts/imx8mm-evk-u-boot.dtsi
> +++ b/arch/arm/dts/imx8mm-evk-u-boot.dtsi
> @@ -150,7 +150,7 @@
>  	};
> 
> 
> -       flash {
> +	spl {
>  		mkimage {
>  			args = "-n spl/u-boot-spl.cfgout -T imx8mimage -e 0x7e1000";
> 
> @@ -217,4 +217,19 @@
>  			};
>  		};
>  	};
> +
> +	imx-boot {
> +		filename = "flash.bin";
> +		pad-byte = <0x00>;
> +
> +		spl: blob-ext@1 {
> +			offset = <0x0>;
> +			filename = "spl.bin";
> +		};
> +
> +		uboot: blob-ext@2 {
> +			offset = <0x57c00>;
> +			filename = "u-boot.itb";
> +		};
> +	};
>  };

Do we have a consensus on the binman format to generate a monolithic 
flash.bin?

I understand that patch 2/2 still needs to be improved, but what about 
this one?

Thanks,

Fabio Estevam
-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-60 Fax: (+49)-8142-66989-80 Email: 
festevam@denx.de

  parent reply	other threads:[~2021-08-23 11:27 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-19 19:28 [PATCH v3 1/2] imx8mm-evk: Generate a single bootable flash.bin again Fabio Estevam
2021-08-19 19:28 ` [PATCH v3 2/2] Makefile: Clean the i.MX8MM artifacts Fabio Estevam
2021-08-20  5:34   ` Heiko Thiery
2021-08-20  6:52     ` Heiko Thiery
2021-08-20  5:41 ` [PATCH v3 1/2] imx8mm-evk: Generate a single bootable flash.bin again Heiko Thiery
2021-08-20  7:30   ` Marcel Ziswiler
2021-08-20 10:42     ` Fabio Estevam
2021-08-20 10:47       ` Heiko Thiery
2021-08-20 14:21         ` Marcel Ziswiler
2021-08-23 11:27 ` Fabio Estevam [this message]
2021-08-23 11:54   ` Marcel Ziswiler
2021-08-23 11:55 ` Heiko Thiery
2021-08-23 12:03   ` Marcel Ziswiler
2021-08-23 12:16   ` Fabio Estevam
2021-08-23 13:51     ` Heiko Thiery

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=45da154744d415de7abc6b729cc5c6e8@denx.de \
    --to=festevam@denx.de \
    --cc=frieder.schrempf@kontron.de \
    --cc=heiko.thiery@gmail.com \
    --cc=hs@denx.de \
    --cc=marcel.ziswiler@toradex.com \
    --cc=sbabic@denx.de \
    --cc=tharvey@gateworks.com \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-imx@nxp.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