public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Heiko Schocher <hs@denx.de>
To: Fabio Estevam <festevam@gmail.com>
Cc: Tim Harvey <tharvey@gateworks.com>,
	Teresa Remmet <t.remmet@phytec.de>, u-boot <u-boot@lists.denx.de>,
	Stefano Babic <sbabic@denx.de>,
	"NXP i . MX U-Boot Team" <uboot-imx@nxp.com>,
	Peng Fan <peng.fan@nxp.com>,
	Jagan Teki <jagan@amarulasolutions.com>
Subject: Re: [PATCH v3 2/9] arm: dts: imx8mp: Add common u-boot dtsi
Date: Mon, 16 Aug 2021 12:27:10 +0200	[thread overview]
Message-ID: <f9d3053f-8f8a-4df5-c9ca-e4e4f87fa5ed@denx.de> (raw)
In-Reply-To: <CAOMZO5CxLJZM4QAMxsh_hbCx-MsY1viBL86AxpdNU_DC2rJ1gA@mail.gmail.com>

Hello Fabio,

On 13.08.21 14:55, Fabio Estevam wrote:
> Hi Heiko,
> 
> On Sat, Jul 10, 2021 at 9:23 AM Heiko Schocher <hs@denx.de> wrote:
> 
>>> Doesn't this change from having a single flash.bin encompasing the SPL
>>> and U-Boot proper to having split files? I noticed that happened with
>>> imx8mm_evk for example when it switched to binman.
>>
>> Yes, but you can easy generate there a single image again.
> 
> Yes, that would be preferable
> 
> Any suggestions on how we can have a single bootable image again?

I am not a binman expert, but may you try to add in your u-boot.dtsi
in your "binman" node at the end:

        imx-boot {
                filename = "imx-boot.bin";
                pad-byte = <0x00>;

                spl: blob-ext@1 {
                        offset = <0x0>;
                        filename = "flash.bin";
                };
                uboot: blob-ext@2 {
                        offset = <0x59000>;
                        filename = "u-boot.itb";
                };
        };

bye,
Heiko
-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: hs@denx.de

  reply	other threads:[~2021-08-16 10:27 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-07 12:57 [PATCH v3 0/9] phyCORE-i.MX8MP Update Teresa Remmet
2021-07-07 12:57 ` [PATCH v3 1/9] arm: dts: imx8mp: Resync imx8mp device tree include Teresa Remmet
2021-07-10 15:52   ` sbabic
2021-07-10 19:35   ` sbabic
2021-07-07 12:57 ` [PATCH v3 2/9] arm: dts: imx8mp: Add common u-boot dtsi Teresa Remmet
2021-07-09 14:47   ` Tim Harvey
2021-07-10 12:23     ` Heiko Schocher
2021-07-12 16:42       ` Tim Harvey
2021-07-12 19:43         ` Simon Glass
2021-07-12 20:58           ` Tim Harvey
2021-07-13 20:17             ` Simon Glass
2021-07-19  4:18               ` Heiko Schocher
2021-07-19  4:16         ` Heiko Schocher
2021-08-13 12:55       ` Fabio Estevam
2021-08-16 10:27         ` Heiko Schocher [this message]
2021-08-16 13:56           ` Fabio Estevam
2021-08-16 14:09             ` Frieder Schrempf
2021-08-16 14:18               ` Frieder Schrempf
2021-08-16 15:10                 ` Fabio Estevam
2021-08-18  8:17                   ` Marcel Ziswiler
2021-07-10 15:53   ` sbabic
2021-07-10 19:36   ` sbabic
2021-07-07 12:57 ` [PATCH v3 3/9] arm: dts: imx8mp-phyboard-pollux: Sync dts files with kernel Teresa Remmet
2021-07-10 15:52   ` sbabic
2021-07-10 19:35   ` sbabic
2021-07-07 12:57 ` [PATCH v3 4/9] board: phytec: phycore_imx8mp: Change debug UART Teresa Remmet
2021-07-10 15:54   ` sbabic
2021-07-10 19:36   ` sbabic
2021-07-07 12:58 ` [PATCH v3 5/9] board: phytec: phycore_imx8mp: Add fec support Teresa Remmet
2021-07-10 15:53   ` sbabic
2021-07-10 19:36   ` sbabic
2021-07-07 12:58 ` [PATCH v3 6/9] board: phytec: phycore_imx8mp: Set VDD_ARM to 0,95V Teresa Remmet
2021-07-10 15:53   ` sbabic
2021-07-10 19:35   ` sbabic
2021-07-07 12:58 ` [PATCH v3 7/9] board: phytec: phycore-imx8mp: Enable DVS1 control Teresa Remmet
2021-07-10 15:53   ` sbabic
2021-07-10 19:36   ` sbabic
2021-07-07 12:58 ` [PATCH v3 8/9] arm: dts: imx8mp-phyboard-pollux-rdk-u-boot: Add wdog pinctrl entry Teresa Remmet
2021-07-10 15:53   ` sbabic
2021-07-10 19:36   ` sbabic
2021-07-07 12:58 ` [PATCH v3 9/9] board: phytec: imx8mp-phycore: Switch to binman Teresa Remmet
2021-07-10 15:53   ` sbabic
2021-07-10 19:36   ` sbabic

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=f9d3053f-8f8a-4df5-c9ca-e4e4f87fa5ed@denx.de \
    --to=hs@denx.de \
    --cc=festevam@gmail.com \
    --cc=jagan@amarulasolutions.com \
    --cc=peng.fan@nxp.com \
    --cc=sbabic@denx.de \
    --cc=t.remmet@phytec.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