]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: mxs: support full SPL framework
authorMans Rullgard <mans@mansr.com>
Sat, 21 Apr 2018 15:11:10 +0000 (16:11 +0100)
committerStefano Babic <sbabic@denx.de>
Fri, 27 Apr 2018 07:32:54 +0000 (09:32 +0200)
commit9b7133049b62337d4fbbd11cc90d00f5cfc02ee1
tree304e4c84f19097badaa4c998e04d7f01b5ea26bf
parent27866406cbee36866ae8b5e28b4eb41859a2fc19
ARM: mxs: support full SPL framework

This allows using the full SPL framework on mxs devices.  In this
mode, the u-boot.sb image loaded by the boot ROM contains only the
SPL which then loads U-Boot proper or a kernel in falcon mode.

Signed-off-by: Mans Rullgard <mans@mansr.com>
arch/arm/Kconfig
arch/arm/cpu/arm926ejs/mxs/Makefile
arch/arm/cpu/arm926ejs/mxs/mxsimage-spl.mx23.cfg [new file with mode: 0644]
arch/arm/cpu/arm926ejs/mxs/mxsimage-spl.mx28.cfg [new file with mode: 0644]
arch/arm/cpu/arm926ejs/mxs/spl_boot.c
include/configs/mxs.h