]> code.ossystems Code Review - bsp/u-boot.git/commit
mx6qsabreauto: Add SPL support
authorVanessa Maegima <vanessa.maegima@nxp.com>
Thu, 29 Jun 2017 12:33:45 +0000 (09:33 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 12 Jul 2017 12:05:02 +0000 (09:05 -0300)
commit07a667be9b3f88c7835c36c125049742e807e41b
tree59b96b81ab46c72b1135fbda7bfcc6c268b1672f
parent4506c859ee76ac2256b0d4926afbe18d36383796
mx6qsabreauto: Add SPL support

Add support for mx6q, mx6dl and mx6qp sabreauto boards in SPL.

Retrieved the mx6q DCD table from:
board/freescale/mx6qsabreauto/imximage.cfg

Retrieved the mx6dl DCD table from:
board/freescale/mx6qsabreauto/mx6dl.cfg

Retrieved the mx6qp DCD table from:
board/freescale/mx6qsabreauto/mx6qp.cfg

Flashed SPL and u-boot.img to an SD card and could successfully boot it
on mx6q, mx6qp and mx6dl sabreauto boards.

Signed-off-by: Vanessa Maegima <vanessa.maegima@nxp.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Stefano Babic <sbabic@denx.de>
arch/arm/cpu/armv7/mx6/Kconfig
board/freescale/mx6qsabreauto/mx6qsabreauto.c
configs/mx6qsabreauto_spl_defconfig [new file with mode: 0644]
include/configs/mx6qsabreauto.h