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

2019-05-30 Thread Jun Nie
Jun Nie 于2019年5月8日周三 下午2:39写道: > > Add configuration to boot U-boot as BL33 case. The boot flow > is ATF -> OPTEE -> U-boot. > Hi Fabio, Do you have any comments on this patch set, or it can be merged now? Thank you! Jun ___ U-Boot mailing list U-Boo

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

2019-05-14 Thread Jun Nie
Fabio, Any comments on this version? Best Regards Jun ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

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

2019-05-07 Thread Jun Nie
Add configuration to boot U-boot as BL33 case. The boot flow is ATF -> OPTEE -> U-boot. Changes vs V3: - Remove CONFIG_IMX_CONSOLE_UART_ID. - Add workaround if PMIC is not probed successfully. - Add non-secure world cpu initilization for CONFIG_SKIP_LOWLEVEL_INIT case. Changes vs V2: - Revise fix