All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Correct and extend distro boot support for imx8m
@ 2021-05-01 20:23 Andrey Zhizhikin
  2021-05-01 20:23 ` [PATCH 1/3] imx8mm: configs: enable distro default features Andrey Zhizhikin
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Andrey Zhizhikin @ 2021-05-01 20:23 UTC (permalink / raw)
  To: u-boot

Distro boot support for imx8m family is not completed, with:
(a) imx8mm and imx8mp has facilities enabled to support only boot flow
based on the boot scripts;
(b) im8mn has no distro boot support enabled, and still adheres to the
customized boot flow using modified environment;

This patch series addresses above points by extending imx8mm and imx8mp
derivatives with full support for distro boot, including sysboot flow; and
adds a support for distro boot to imx8mn.

Andrey Zhizhikin (3):
  imx8mm: configs: enable distro default features
  imx8mp: configs: enable distro default features
  imx8mn: configs: add support for distro boot commands

 configs/imx8mm_evk_defconfig      |  3 +-
 configs/imx8mn_ddr4_evk_defconfig |  1 +
 configs/imx8mn_evk_defconfig      |  1 +
 configs/imx8mp_evk_defconfig      |  3 +-
 include/configs/imx8mn_evk.h      | 64 ++++++-------------------------
 5 files changed, 16 insertions(+), 56 deletions(-)

-- 
2.25.1

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

end of thread, other threads:[~2021-06-22  7:41 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-01 20:23 [PATCH 0/3] Correct and extend distro boot support for imx8m Andrey Zhizhikin
2021-05-01 20:23 ` [PATCH 1/3] imx8mm: configs: enable distro default features Andrey Zhizhikin
2021-05-01 21:59   ` Fabio Estevam
2021-06-17 16:03     ` ZHIZHIKIN Andrey
2021-06-17 16:17       ` Stefano Babic
2021-06-21 11:36       ` Stefano Babic
2021-06-22  7:41         ` ZHIZHIKIN Andrey
2021-05-01 20:23 ` [PATCH 2/3] imx8mp: " Andrey Zhizhikin
2021-05-01 22:00   ` Fabio Estevam
2021-05-01 20:23 ` [PATCH 3/3] imx8mn: configs: add support for distro boot commands Andrey Zhizhikin
2021-05-01 22:00   ` Fabio Estevam
2021-05-02 14:32   ` [PATCH v2] " Andrey Zhizhikin
2021-05-02 20:50     ` Fabio Estevam
2021-06-09 13:43     ` sbabic

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.