mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Rouven Czerwinski <r.czerwinski@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH v3 00/16] HAB for i.MX8MQ
Date: Thu, 8 Aug 2019 09:43:24 +0200	[thread overview]
Message-ID: <20190808074324.36oc5hmodexm4wec@pengutronix.de> (raw)
In-Reply-To: <ef5d09ed3bf7acc36fe60e66cb09a8fab2a45d68.camel@pengutronix.de>

On Thu, Aug 08, 2019 at 08:51:09AM +0200, Rouven Czerwinski wrote:
> On Thu, 2019-08-08 at 08:21 +0200, Sascha Hauer wrote:
> > On Tue, Aug 06, 2019 at 07:10:50AM +0200, Rouven Czerwinski wrote:
> > > This patch series adds HAB support for i.MX8MQ.
> > > This was tested on the NXP i.MX8MQ EVK. Other i.MX8MQ boards should
> > > still be supported but will require a lowlevel.c rework similar to
> > > this
> > > done for the i.MX8MQ.
> > > 
> > > The first part adds the necessary HAB interfaces for i.MX8MQ. Than
> > > the
> > > ability to read and copy the piggydata to the correct location in
> > > DRAM
> > > is added. Next imx-image is adjusted to support signing of the
> > > i.MX8MQ
> > > images. The fourth part is the addition of sha256 to the PBL. This
> > > is
> > > necessary since only the PBL is authenticated using HAB, the main
> > > barebox binary is than authenticated to a sha256sum built into the
> > > PBL.
> > > Finally the EVK board files are adjusted to the changes.
> > 
> > Applied, thanks
> > 
> > There was a merge conflict in arch/arm/boards/nxp-imx8mq-
> > evk/lowlevel.c
> > with ea8981915e ("ARM: nxp-imx8mq-evk: Do setup_c() before accessing
> > global variables").
> > Please check if I got it right.
> 
> Hi, your merge lost the revised power on execution flow.
> this should also probably moved from the entry function to
> nxp_imx8mq_evk_start.

Thanks for looking. Should be fixed now.

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

      reply	other threads:[~2019-08-08  7:43 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-06  5:10 Rouven Czerwinski
2019-08-06  5:10 ` [PATCH v3 01/16] i.MX: HABv4: ignore return for i.MX28/6 initcalls Rouven Czerwinski
2019-08-06  5:10 ` [PATCH v3 02/16] i.MX: HABv4: implement interface for i.MX8MQ Rouven Czerwinski
2019-08-06  5:10 ` [PATCH v3 03/16] mach-imx: enable HAB on i.MX8MQ Rouven Czerwinski
2019-08-06  5:10 ` [PATCH v3 04/16] arm: lib: add CSF section between PBL and piggy Rouven Czerwinski
2019-08-06  5:10 ` [PATCH v3 05/16] esdhc-pbl: extract header parsing from image start Rouven Czerwinski
2019-08-06  5:10 ` [PATCH v3 06/16] esdhc-pbl: add piggy load function Rouven Czerwinski
2019-08-06  5:10 ` [PATCH v3 07/16] sections: fix macro for barebox_pbl_size Rouven Czerwinski
2019-08-06  5:10 ` [PATCH v3 08/16] scripts: imx: support signing for i.MX8MQ Rouven Czerwinski
2019-08-06  5:10 ` [PATCH v3 09/16] images: always build sha256sum into pbl Rouven Czerwinski
2019-08-06  5:11 ` [PATCH v3 10/16] pbl: add sha256 and piggy verification to PBL Rouven Czerwinski
2019-08-06  8:16   ` Lucas Stach
2019-08-06 13:21   ` [PATCH] fixup! " r.czerwinski
2019-08-06  5:11 ` [PATCH v3 11/16] stdio: puts and putchar static inline wrappers Rouven Czerwinski
2019-08-06  5:11 ` [PATCH v3 12/16] pbl: support panic with log output Rouven Czerwinski
2019-08-06  5:11 ` [PATCH v3 13/16] arm: uncompress: verify sha256 if enabled Rouven Czerwinski
2019-08-06  5:11 ` [PATCH v3 14/16] mach-imx: add gencsf header for i.MX8MQ Rouven Czerwinski
2019-08-06  5:11 ` [PATCH v3 15/16] mach-imx: hab: select piggy verification for i.MX8 Rouven Czerwinski
2019-08-06  5:11 ` [PATCH v3 16/16] boards: nxp-mx8-evk: rework to different boot flow Rouven Czerwinski
2019-08-08  6:21 ` [PATCH v3 00/16] HAB for i.MX8MQ Sascha Hauer
2019-08-08  6:51   ` Rouven Czerwinski
2019-08-08  7:43     ` Sascha Hauer [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=20190808074324.36oc5hmodexm4wec@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=r.czerwinski@pengutronix.de \
    /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