[U-Boot] [PATCH 0/5] pico-imx7d: Add support for BL33 case

Jun Nie jun.nie at linaro.org
Tue Mar 26 09:21:08 UTC 2019


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



More information about the U-Boot mailing list