All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] pico-imx7d: Add support for BL33 case
@ 2019-03-26  9:21 Jun Nie
  2019-03-26  9:21 ` [U-Boot] [PATCH 1/5] mx7_common: Share configs to skip low level init Jun Nie
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Jun Nie @ 2019-03-26  9:21 UTC (permalink / raw)
  To: u-boot

Add configuration to boot U-boot as BL33 case. The boot flow
is ATF -> OPTEE -> U-boot.

Jun Nie (5):
  mx7_common: Share configs to skip low level init
  imx: mx7: Add empty arch_cpu_init if skipped
  pico-imx7d: Reserve region of memory to OPTEE
  pico-imx7d: Add boot option for verified boot
  pico-imx7d: Add bl33 config

 arch/arm/mach-imx/mx7/soc.c                    |  2 +
 board/technexion/pico-imx7d/imximage-512MB.cfg | 95 ++++++++++++++++++++++++++
 board/technexion/pico-imx7d/pico-imx7d.c       |  5 ++
 configs/pico-pi-imx7d_bl33_defconfig           | 62 +++++++++++++++++
 include/configs/mx7_common.h                   | 11 +++
 include/configs/pico-imx7d.h                   | 38 ++++++++++-
 include/configs/warp7.h                        | 11 ---
 7 files changed, 210 insertions(+), 14 deletions(-)
 create mode 100644 board/technexion/pico-imx7d/imximage-512MB.cfg
 create mode 100644 configs/pico-pi-imx7d_bl33_defconfig

-- 
2.7.4

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

end of thread, other threads:[~2019-03-27 16:43 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-26  9:21 [U-Boot] [PATCH 0/5] pico-imx7d: Add support for BL33 case Jun Nie
2019-03-26  9:21 ` [U-Boot] [PATCH 1/5] mx7_common: Share configs to skip low level init Jun Nie
2019-03-26  9:21 ` [U-Boot] [PATCH 2/5] imx: mx7: Add empty arch_cpu_init if skipped Jun Nie
2019-03-26  9:21 ` [U-Boot] [PATCH 3/5] pico-imx7d: Reserve region of memory to OPTEE Jun Nie
2019-03-26  9:21 ` [U-Boot] [PATCH 4/5] pico-imx7d: Add boot option for verified boot Jun Nie
2019-03-26  9:21 ` [U-Boot] [PATCH 5/5] pico-imx7d: Add bl33 config Jun Nie
2019-03-26 12:23   ` Otavio Salvador
2019-03-26 15:11     ` Jun Nie
2019-03-27  4:05     ` Jun Nie
2019-03-27 11:43       ` Otavio Salvador
2019-03-27 11:52   ` Fabio Estevam
2019-03-27 11:59     ` Jun Nie
2019-03-27 12:01       ` Otavio Salvador
2019-03-27 12:02       ` Fabio Estevam
2019-03-27 14:17         ` Jun Nie
2019-03-27 14:57           ` Fabio Estevam
2019-03-27 15:04             ` Jun Nie
2019-03-27 16:43               ` Fabio Estevam
2019-03-27 15:05             ` Otavio Salvador

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.