public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Support SPL for i.MX7ULP
@ 2021-09-12 14:32 Oleksandr Suvorov
  2021-09-12 14:32 ` [PATCH v2 1/3] mx7ulp: select soc features Oleksandr Suvorov
  0 siblings, 1 reply; 13+ messages in thread
From: Oleksandr Suvorov @ 2021-09-12 14:32 UTC (permalink / raw)
  To: u-boot
  Cc: Fabio Estevam, Ricardo Salveti, Igor Opaniuk, Jorge Ramirez-Ortiz,
	Oleksandr Suvorov, Franck LENORMAND, Harald Seiler,
	NXP i.MX U-Boot Team, Peng Fan, Simon Glass, Stefano Babic


This patchset adds SPL support for mx7ulp-based boards.

Changes in v2:
- add a patch with SPL support for mx7ulp_com board.

Oleksandr Suvorov (1):
  mx7ulp: select soc features

Ricardo Salveti (2):
  mx7ulp: add base SPL support for mx7ulp
  mx7ulp_com: add support for SPL

 arch/arm/Makefile                    |  2 +-
 arch/arm/dts/imx7ulp-com-u-boot.dtsi | 37 +++++++++++++++++++++
 arch/arm/dts/imx7ulp-com.dts         |  1 +
 arch/arm/mach-imx/Makefile           |  2 +-
 arch/arm/mach-imx/mx7ulp/Kconfig     | 15 +++++++++
 arch/arm/mach-imx/mx7ulp/soc.c       |  2 +-
 arch/arm/mach-imx/spl.c              | 12 +++++--
 board/ea/mx7ulp_com/mx7ulp_com.c     | 26 +++++++++++++++
 include/configs/imx7ulp_spl.h        | 48 ++++++++++++++++++++++++++++
 include/configs/mx7ulp_com.h         |  6 ++++
 10 files changed, 145 insertions(+), 6 deletions(-)
 create mode 100644 arch/arm/dts/imx7ulp-com-u-boot.dtsi
 create mode 100644 include/configs/imx7ulp_spl.h

-- 
2.31.1


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

end of thread, other threads:[~2022-02-05 16:42 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-12 14:32 [PATCH v2 0/3] Support SPL for i.MX7ULP Oleksandr Suvorov
2021-09-12 14:32 ` [PATCH v2 1/3] mx7ulp: select soc features Oleksandr Suvorov
2021-09-12 14:32   ` [PATCH v2 2/3] mx7ulp: add base SPL support for mx7ulp Oleksandr Suvorov
2021-09-12 14:32     ` [PATCH v2 3/3] mx7ulp_com: add support for SPL Oleksandr Suvorov
2021-09-12 22:03       ` Fabio Estevam
2021-09-15 16:04         ` Igor Opaniuk
2021-09-15 18:21           ` Fabio Estevam
2021-09-16 18:50             ` Oleksandr Suvorov
2021-09-16 19:27               ` Fabio Estevam
2021-09-17 10:29                 ` Oleksandr Suvorov
2022-02-05 16:39       ` sbabic
2021-09-15 16:06   ` [PATCH v2 1/3] mx7ulp: select soc features Igor Opaniuk
2022-02-05 16:40   ` sbabic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox