summaryrefslogtreecommitdiff
path: root/configs/imx8mq_evk_defconfig
AgeCommit message (Collapse)Author
2018-11-02MLK-20163-03 board: imx8mq_evk: Refact the imx8mq dram init codeBai Ping
Refact the i.MX8MQ dram init flow to reuse the common dram driver used by i.MX8MM. Signed-off-by: Bai Ping <ping.bai@nxp.com>
2018-08-28MLK-18901-2 imx8mq: Enable mtest command for ARM2 and EVK boardsYe Li
Enable the mtest command and add relevant configurations for tested memory range to all ARM2 boards and EVK board. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit bb3dfa130dd0af57dfe7a41869f6ecd843e6c558)
2018-08-15MLK-19132-3 fastboot: Remove CONFIG_BCB_SUPPORT for BSP u-bootYe Li
Remove CONFIG_BCB_SUPPORT config from BSP u-boot defconfig files. So that we can eliminate such errors during boot up: can't find partition: misc, dump the partition table idx 0, ptn 0 name='gpt' start=0 len=2048 idx 1, ptn 0 name='tos' start=0 len=2047 idx 2, ptn 0 name='all' start=0 len=7864320 idx 3, ptn 0 name='bootloader' start=2 len=4094 idx 4, ptn 1 name='mmcsdb1' start=20480 len=1024000 idx 5, ptn 2 name='mmcsdb2' start=1228800 len=6635520 cannot get the partion info for misc Cannot find partition 4080 do_raw_read failed, ret 1 read_bootctl, bcb_rw_block read failed read command failed Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 4d282a7a429876f1c1c67754a1d5c7aaaf75bb43)
2018-08-10MLK-19181-3: defconfig: iMX850D enable USB SDPFrank Li
uuu can download whole uboot and run it fastboot also enabled. malloc start at 0x182000, size is 0x6000 (24K) So BSS and malloc use all OCRAM_S stack move to endof OCRAM 0x91FFF0. ATF start at 91000 AFT about 48K, 0x91000 - 0x91D000, Stack size is about 16K. Signed-off-by: Frank Li <Frank.Li@nxp.com>
2018-04-27MLK-17404-7 config: Adding support for i.MX8M HDMI splashOliver Brown
Adding support for i.MX8M HDMI splash screen Signed-off-by: Oliver Brown <oliver.brown@nxp.com> (cherry picked from commit d8aac64be7d83847cff8a2235e1be677964a1a9d)
2018-04-27MLK-16238-3 imx8m_evk: enable TMUYe Li
Update defconfig to enable TMU for i.MX8M EVK board. Signed-off-by: Ye Li <ye.li@nxp.com>
2018-04-27MLK-18159-11 imx8mq_evk: Add Typec USB port and USB host supportYe Li
i.MX8MQ EVK has two USB ports, the port 0 is typec, the port 1 is host. This patch enables both device and host mode (xhci) for typec port by setting tcpc to relevant UFP/DFP mode. For port 1, it is only supports the host mode (xhci). PD charge is enabled at default on typec port for the dead battery. In this case, the typec port only works in device mode. Signed-off-by: Ye Li <ye.li@nxp.com>
2018-04-27MLK-17050 imx8m: print out atf commitPeng Fan
Print out atf commit in U-Boot. Signed-off-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit df89948806c38e38119767a67ef0e18f24ac886b)
2018-04-27MLK-18159-8 imx8mq_evk: Add i.MX8MQ EVK board supportYe Li
Add board level codes and build config for i.MX8MQ EVK board. Support SPL to initialize the DDR and load u-boot. Signed-off-by: Ye Li <ye.li@nxp.com>