All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] pico-imx7d: Add "how to boot with NXP 4.1 Kernel"
@ 2017-08-29 16:53 Vanessa Maegima
  2017-09-20 13:38 ` Stefano Babic
  0 siblings, 1 reply; 2+ messages in thread
From: Vanessa Maegima @ 2017-08-29 16:53 UTC (permalink / raw)
  To: u-boot

The NXP 4.1 kernel needs to boot with secure boot.

Add information on how to enable secure boot mode.

Signed-off-by: Vanessa Maegima <vanessa.maegima@nxp.com>
---
 board/technexion/pico-imx7d/README | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/board/technexion/pico-imx7d/README b/board/technexion/pico-imx7d/README
index a2805ee..8af4eff 100644
--- a/board/technexion/pico-imx7d/README
+++ b/board/technexion/pico-imx7d/README
@@ -47,3 +47,20 @@ Remove power from the pico board.
 Put pico board into normal boot mode.
 
 Power up the board and the new updated U-Boot should boot from eMMC.
+
+Building U-Boot to boot with NXP 4.1 kernel:
+
+The NXP 4.1 kernel boots only in secure boot mode on mx7.
+
+Follow the next steps to enable secure boot:
+
+$ make mrproper
+$ make pico-imx7d_defconfig
+$ make menuconfig
+	-> ARM architecture
+	-> [*] Enable support for booting in non-secure mode
+	-> [*]   Boot in secure mode by default
+	-> Exit
+$ make
+
+Flash u-boot.imx using the imx_usb_loader tool.
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] pico-imx7d: Add "how to boot with NXP 4.1 Kernel"
  2017-08-29 16:53 [U-Boot] [PATCH] pico-imx7d: Add "how to boot with NXP 4.1 Kernel" Vanessa Maegima
@ 2017-09-20 13:38 ` Stefano Babic
  0 siblings, 0 replies; 2+ messages in thread
From: Stefano Babic @ 2017-09-20 13:38 UTC (permalink / raw)
  To: u-boot

On 29/08/2017 18:53, Vanessa Maegima wrote:
> The NXP 4.1 kernel needs to boot with secure boot.
> 
> Add information on how to enable secure boot mode.
> 
> Signed-off-by: Vanessa Maegima <vanessa.maegima@nxp.com>
> ---

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic



-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-20 13:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-29 16:53 [U-Boot] [PATCH] pico-imx7d: Add "how to boot with NXP 4.1 Kernel" Vanessa Maegima
2017-09-20 13:38 ` Stefano Babic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.