]> code.ossystems Code Review - bsp/u-boot.git/commit
pico-imx6ul: Convert to SPL
authorFabio Estevam <festevam@gmail.com>
Tue, 4 Sep 2018 13:23:08 +0000 (10:23 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 14 Sep 2018 18:38:42 +0000 (15:38 -0300)
commitfa2c10bbaca5f5df20b1ce298ad2ffa4d9e64cb9
tree8bc0074b5d9ef41bb0bb774de3149657cc849448
parentb143e3f027981ebbace83989c37a96c744234859
pico-imx6ul: Convert to SPL

There are two versions of imx6ul pico SOMs: one with 256MB and another
one with 512MB of RAM.

Convert to SPL so that both versions can be supported. This patch
doesn't rework the clock initialization to avoid changing the behavior
in this same patch, so it will be cleaned up in future.

Currently only the 256MB is tested/supported.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
arch/arm/mach-imx/mx6/Kconfig
board/technexion/pico-imx6ul/Makefile
board/technexion/pico-imx6ul/spl.c [new file with mode: 0644]
configs/pico-imx6ul_defconfig
include/configs/pico-imx6ul.h