mbox series

[0/2] Support SPL for i.MX7ULP

Message ID 20210907145843.116443-1-oleksandr.suvorov@foundries.io
Headers show
Series Support SPL for i.MX7ULP | expand

Message

Oleksandr Suvorov Sept. 7, 2021, 2:58 p.m. UTC
This patchset adds SPL support for mx7ulp-based boards.


Oleksandr Suvorov (1):
  mx7ulp: select soc features

Ricardo Salveti (1):
  mx7ulp: add base SPL support for mx7ulp

 arch/arm/Makefile                |  2 +-
 arch/arm/mach-imx/Makefile       |  2 +-
 arch/arm/mach-imx/mx7ulp/Kconfig |  3 ++
 arch/arm/mach-imx/mx7ulp/soc.c   |  2 +-
 arch/arm/mach-imx/spl.c          | 12 ++++++--
 include/configs/imx7ulp_spl.h    | 52 ++++++++++++++++++++++++++++++++
 6 files changed, 67 insertions(+), 6 deletions(-)
 create mode 100644 include/configs/imx7ulp_spl.h