All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH v2 0/3] imx8m: move env_get_location for imx8mn and imx8mp at board level
@ 2021-11-30 20:17 Tommaso Merciai
  2021-11-30 20:17 ` [RFC PATCH v2 1/3] imx8m: drop env_get_location for imx8mn and imx8mp Tommaso Merciai
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Tommaso Merciai @ 2021-11-30 20:17 UTC (permalink / raw)
  Cc: michael, Tommaso Merciai, Stefano Babic, Fabio Estevam,
	NXP i.MX U-Boot Team, Peng Fan, Ye Li, Simon Glass, Marek Vasut,
	Frieder Schrempf, Marek Behún, Ying-Chun Liu (PaulLiu),
	u-boot

This series move env_get_location from soc to board level. As suggested
by Michael <michael@amarulasolutions.com> make no sense to define an 
unique way for multiple board. One board can boot from emmc and having
env on spi flash etc.. Anyways, this function is kept in both imx8mn 
and imx8mp evk boards instead of being completely dropped.
(as suggested by Andrey <andrey.zhizhikin@leica-geosystems.com>)

Tommaso Merciai (3):
  imx8m: drop env_get_location for imx8mn and imx8mp
  imx: imx8mn_evk: override env_get_location
  imx: imx8mp_evk: override env_get_location

 arch/arm/mach-imx/imx8m/soc.c           | 39 -------------------------
 board/freescale/imx8mn_evk/imx8mn_evk.c | 35 ++++++++++++++++++++++
 board/freescale/imx8mp_evk/imx8mp_evk.c | 34 +++++++++++++++++++++
 3 files changed, 69 insertions(+), 39 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-12-25 19:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-30 20:17 [RFC PATCH v2 0/3] imx8m: move env_get_location for imx8mn and imx8mp at board level Tommaso Merciai
2021-11-30 20:17 ` [RFC PATCH v2 1/3] imx8m: drop env_get_location for imx8mn and imx8mp Tommaso Merciai
2021-11-30 20:17 ` [RFC PATCH v2 2/3] imx: imx8mn_evk: override env_get_location Tommaso Merciai
2021-11-30 20:17 ` [RFC PATCH v2 3/3] imx: imx8mp_evk: " Tommaso Merciai
2021-12-19  2:11 ` [RFC PATCH v2 0/3] imx8m: move env_get_location for imx8mn and imx8mp at board level Peng Fan (OSS)
2021-12-23 21:49   ` Tommaso Merciai
2021-12-25 19:02     ` Tommaso Merciai

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.