From patchwork Wed Mar 4 14:41:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Walter Lozano X-Patchwork-Id: 243205 List-Id: U-Boot discussion From: walter.lozano at collabora.com (Walter Lozano) Date: Wed, 4 Mar 2020 11:41:21 -0300 Subject: [PATCH 0/4] mx6cuboxi: enable support for OF_CONTROL and DM in SPL Message-ID: <20200304144125.8564-1-walter.lozano@collabora.com> Make an additional step to add full DM support to mx6cuboxi, including its support for SPL With this new configuration SPL image is 50 KB, higher than the 38 KB from the previous version, but it still under the 68 KB limit. Walter Lozano (4): mx6cuboxi: enable MMC and eMMC in DT for SPL mx6cuboxi: enable MMC iomux on board_early_init_f mx6cuboxi: customize board_boot_order to access eMMC mx6cuboxi: enable OF_CONTROL and DM in SPL ...qdl-hummingboard2-emmc-som-v15-u-boot.dtsi | 8 ++ board/solidrun/mx6cuboxi/mx6cuboxi.c | 74 +++++++++++++++++++ configs/mx6cuboxi_defconfig | 3 + 3 files changed, 85 insertions(+)