]> git.ipfire.org Git - thirdparty/u-boot.git/commit
imx: add i.MX8MQ EVK support
authorPeng Fan <peng.fan@nxp.com>
Tue, 20 Nov 2018 10:20:00 +0000 (10:20 +0000)
committerStefano Babic <sbabic@denx.de>
Tue, 1 Jan 2019 13:12:18 +0000 (14:12 +0100)
commit86ac7a9a5d0c8ae9f0e5e6ef2cc189198e498cf4
tree151e158f523faa632ac6083d66311b2c09de7077
parente3963c0943042afcb38d99041a8dc3d55f092f5f
imx: add i.MX8MQ EVK support

Add i.MX8MQ EVK support. SPL will initialize ddr and load ddr phy
firmware. Then loading FIT image, ATF to OCRAM, U-Boot and DTB to
DRAM.

The boot log with Arm trusted firmware console enabled:
"
U-Boot SPL 2018.11-00142-g9ae14e7274 (Nov 20 2018 - 18:13:16 +0800)
PMIC:  PFUZE100 ID=0x10
Normal Boot
Trying to boot from MMC2
NOTICE:  Configureing TZASC380
NOTICE:  BL31: v1.5(release):p9.0.0_1.0.0-beta-20180928-8-ge09c4b62-dirty
NOTICE:  BL31: Built : 09:28:54, Nov  8 2018
lpddr4 swffc start
NOTICE:  sip svc init

U-Boot 2018.11-00142-g9ae14e7274 (Nov 20 2018 - 18:13:16 +0800)

CPU:   Freescale i.MX8MQ rev2.0 at 1000 MHz
Reset cause: POR
Model: Freescale i.MX8MQ EVK
DRAM:  3 GiB
MMC:   FSL_SDHC: 0, FSL_SDHC: 1
In:    serial
Out:   serial
Err:   serial
Net:
Warning: ethernet@30be0000 using MAC address from ROM
eth0: ethernet@30be0000
Hit any key to stop autoboot:  0
"

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
13 files changed:
arch/arm/dts/Makefile
arch/arm/dts/fsl-imx8mq-evk.dts [new file with mode: 0644]
arch/arm/mach-imx/imx8m/Kconfig
board/freescale/imx8mq_evk/Kconfig [new file with mode: 0644]
board/freescale/imx8mq_evk/MAINTAINERS [new file with mode: 0644]
board/freescale/imx8mq_evk/Makefile [new file with mode: 0644]
board/freescale/imx8mq_evk/README [new file with mode: 0644]
board/freescale/imx8mq_evk/imx8mq_evk.c [new file with mode: 0644]
board/freescale/imx8mq_evk/lpddr4_timing.c [new file with mode: 0644]
board/freescale/imx8mq_evk/lpddr4_timing_b0.c [new file with mode: 0644]
board/freescale/imx8mq_evk/spl.c [new file with mode: 0644]
configs/imx8mq_evk_defconfig [new file with mode: 0644]
include/configs/imx8mq_evk.h [new file with mode: 0644]