[RFC,v2,0/4] Restore imx8mn_bsh_smm_s2 properly booting
mbox series

Message ID 20250515145541.886857-1-dario.binacchi@amarulasolutions.com
Headers show
Series
  • Restore imx8mn_bsh_smm_s2 properly booting
Related show

Message

Dario Binacchi May 15, 2025, 2:55 p.m. UTC
Commits [1] and [2] broke the booting of the BSH SMM S2 board. The
patches in this series restore proper booting.

[1] 2a00d73d081a ("spl: mmc: Try to clean up raw-mode options")
[2] dda454e933c6 ("serial: mxc: Support bulk enabling clocks")

(no changes since v1)

Dario Binacchi (4):
  spl: Kconfig: support U-Boot load from raw NAND
  imx: spl_imx_romapi: support raw NAND sector
  configs: imx8mn_bsh_smm_s2: load U-Boot from raw NAND
  serial: mxc: restore booting for imx8mn_bsh_smm_s2

 arch/arm/mach-imx/spl_imx_romapi.c  |  8 +++-----
 common/spl/Kconfig                  | 15 +++++++++++++++
 configs/imx8mn_bsh_smm_s2_defconfig |  2 ++
 drivers/serial/serial_mxc.c         | 23 ++++++++++++++++-------
 4 files changed, 36 insertions(+), 12 deletions(-)