[U-Boot] [PATCH v7 0/2] colibri imx8qxp 2gb wb it v1.0b module support
Marcel Ziswiler
marcel at ziswiler.com
Fri May 31 15:56:37 UTC 2019
This series fixes building for i.MX8 without SPL and last but not least
introduces support for the Toradex Colibri iMX8QXP 2GB WB IT V1.0B
module.
This series is available together with the last few clean-up patches
on our git server [1] as well.
[1] http://git.toradex.com/cgit/u-boot-toradex.git/log/?h=for-next
Changes in v7:
- no longer explicitly disable CONFIG_CMD_CRC32, CONFIG_CMD_EXPORTENV,
CONFIG_CMD_IMLS and CONFIG_CMD_IMPORTENV
- increase max gunzip size (CONFIG_SYS_BOOTM_LEN) to 64 MB
- enable CONFIG_IMX_SCU_THERMAL
- rename board file and folder to more generic colibri-imx8x to be used
for all SKUs
- just exclusively use distro_bootcmd trying SD card before eMMC
- enable FDT relocation
- added update_uboot helper wrapper as internally suggested by Igor
Changes in v6:
- Use firmware-imx-8.0 matching NXP's sumo-4.14.78-1.0.0_ga BSP as
suggested by Max during review of Apalis iMX8QM.
- Drop anyway commented out board_gpio_init() stuff.
- Drop Qualcomm (formwerly Atheros) AR8031 specific board_phy_config()
stuff not applicable to the Micrel PHY we are using as suggested by
Max during review of Apalis iMX8QM.
Changes in v5:
- Keep alphabetical order of device trees in Makefile.
- Order targets in Kconfig alphabetically.
- Fix indentation in SPDX.
- Remove stale includes from board file.
- Take into account ahab-container being platform specific.
- Use vidargs instead of multiple discrete video= in configuration.
- Fix console baudrate specification.
- Remove redundant CONFIG_SYS_MMC_ENV_DEV define and add some clarifying
comment.
- Fix product name being Colibri iMX8X in a comment.
- Remove obsolete CONFIG_NR_DRAM_BANKS.
Changes in v4:
- Fixed SPDX as well as using SZ_ macros where applicable as suggested
by Igor.
- Fixed superfluous trailing line continuation introduced by commit
0d331c035a09 ("imx: support i.MX8QM MEK board") in the Makefile plus
sorted stuff alphabetically again.
- Applied changes similar to commit 3b9ac5415084 ("imx: 8qxp_mek: fix
fdt_file and console"). However, note that using ${baudrate} in
console= like that won't actually work!
- Applied changes similar to commit e5b8f7e665aa ("imx8qxp: mek: enable
dm-spl for pm").
Changes in v3:
- Added Igor's reviewed-by tag.
Changes in v2:
- Changed imx-atf git clone command to include initial branch
information as suggested by Igor.
- Sorted board file includes alphabetically as suggested by Igor.
- Got rid of SPL configuration in legacy header file as suggested by
Igor and the whole use of SPL on i.MX 8X anyway neither works well
nor makes any much sense at all.
Marcel Ziswiler (2):
imx: fix building for i.mx8 without spl
board: toradex: add colibri imx8qxp 2gb wb it v1.0b module support
arch/arm/dts/Makefile | 3 +-
arch/arm/dts/fsl-imx8qxp-colibri-u-boot.dtsi | 117 +++++++
arch/arm/dts/fsl-imx8qxp-colibri.dts | 328 ++++++++++++++++++
arch/arm/mach-imx/Makefile | 2 +
arch/arm/mach-imx/imx8/Kconfig | 12 +-
board/toradex/colibri-imx8x/Kconfig | 30 ++
board/toradex/colibri-imx8x/MAINTAINERS | 9 +
board/toradex/colibri-imx8x/Makefile | 6 +
board/toradex/colibri-imx8x/README | 66 ++++
.../colibri-imx8qxp-imximage.cfg | 24 ++
board/toradex/colibri-imx8x/colibri-imx8x.c | 160 +++++++++
configs/colibri-imx8qxp_defconfig | 54 +++
include/configs/colibri-imx8x.h | 165 +++++++++
13 files changed, 972 insertions(+), 4 deletions(-)
create mode 100644 arch/arm/dts/fsl-imx8qxp-colibri-u-boot.dtsi
create mode 100644 arch/arm/dts/fsl-imx8qxp-colibri.dts
create mode 100644 board/toradex/colibri-imx8x/Kconfig
create mode 100644 board/toradex/colibri-imx8x/MAINTAINERS
create mode 100644 board/toradex/colibri-imx8x/Makefile
create mode 100644 board/toradex/colibri-imx8x/README
create mode 100644 board/toradex/colibri-imx8x/colibri-imx8qxp-imximage.cfg
create mode 100644 board/toradex/colibri-imx8x/colibri-imx8x.c
create mode 100644 configs/colibri-imx8qxp_defconfig
create mode 100644 include/configs/colibri-imx8x.h
--
2.21.0
More information about the U-Boot
mailing list