summaryrefslogtreecommitdiff
path: root/configs/imx8qm_mek_defconfig
AgeCommit message (Collapse)Author
2019-04-02MA-14501[Android] change BOOTAUX_RESERVED_MEM macro to defconfigZhang Bo
As the M4 use different DDR memory size in normal android/car2 and car image, use different defconfig for car2 to decrease DDR memory reservation. So memory reserved for each M4 core is 8MB in car2 and normal android image. it's 32MB for car image. Change-Id: Idf608f539cd614a154c78e3a1af28eff1da5c1f2 Signed-off-by: Zhang Bo <bo.zhang@nxp.com>
2019-01-08MLK-20559-8 imx8qm/qxp: Update MEK board codes to support UUUYe Li
Enable the SPL SDP driver and USB driver in MEK board codes and defconfigs. Because the USB driver needs larger malloc pool, increase the malloc size and disable simple malloc Signed-off-by: Ye Li <ye.li@nxp.com>
2018-09-26MLK-19726-1 Revert "MLK-18568 imx8: disable the DM devices removing"Ye Li
This reverts commit af92ba299b2b87cde02bbd4f534f1a30b45552cd. Disable the CONFIG_DM_DEVICE_REMOVE will cause device_remove function do nothing. But it is needed by some drivers like usb, mmc, sf. When running "usb start" then "usb stop", it does not stop the usb, and cause problem to next "usb start".
2018-08-28MLK-18901-1 imx8qm/qxp: Enable mtest command for ARM2 and MEK boardsYe Li
Enable the mtest command and add relevant configurations for tested memory range. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 4bfe6f1e7527921d9f02dbd37eea8924dd6d3336)
2018-08-28MLK-19342 imx8qm_mek: Enable fastboot to support uuuYe Li
Add fastboot relevant configurations and update mfgtool environments to support uuu. Signed-off-by: Ye Li <ye.li@nxp.com>
2018-07-03MLK-18732-2: Set SMC fuse as default for QM/QXTeo Hall
Set SMC fuse mechanism as default for QX/QM configs to enable writing to fuses by default. Signed-off-by: Teo Hall <teo.hall@nxp.com>
2018-06-11MLK-18568 imx8: disable the DM devices removingYe Li
In u-boot 2018, all DM devices will be removed before jumping to kernel. It executes after the board_quiesce_devices where we turn off the power domain of the devices used in u-boot. Thus, this cause crash when removing DM devies. This patch disables the CONFIG_DM_DEVICE_REMOVE, since it is useless for imx8 and is not compatibled with current power domain implemenation. Signed-off-by: Ye Li <ye.li@nxp.com> Acked-by: Peng Fan <peng.fan@nxp.com>
2018-04-27MLK-17821-4 imx8qm/qxp: Enable CDNS3 USB gadget driver for MEK and ARM2Ye Li
The u-boot does not support to use two different gadget drivers at same time. So for all iMX8QM/QXP MEK and ARM2 defconfigs, enable the CDNS3 usb gadget to support device mode on typec port and disable CI UDC driver for OTG port. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit 29625003b8d8f96f25d8a9f530db5c95f5ce2a8a)
2018-04-27MLK-17205-3 video: imx: hdp: Adding configs for HDP firmware loadingOliver Brown
Added default environment for hdp loading. Added hdp loading as default for iMX8QM ARM2 and MEK boards. Signed-off-by: Oliver Brown <oliver.brown@nxp.com> (cherry picked from commit 432e5b4347841095c3b5a8a0d106f35deadd006e)
2018-04-27MLK-18161-17 imx8qm: Enable HS400 and SDR104 for ARM2 and MEK boardsYe Li
There is eMMC5.0 chip on imx8qm ARM2 and MEK boards, enable the HS400 support and SD3.0 SDR104 support. Signed-off-by: Ye Li <ye.li@nxp.com>
2018-04-27MLK-18161-9 imx8qm_mek: Add i.MX8QM MEK board supportYe Li
Add board level codes and configs for i.MX8QM MEK board. - Enabled DM driver: FEC, LPUART, LPI2C, GPIO, SD/MMC, FSPI, pinctrl, USB host(EHCI/XHCI) Power-domain, SC thermal - Enabled Non-DM driver: SATA, PCIE, fuse, iomux, video(IMXDPUV1), USB device(CI-UDC) - Disabled driver: mailbox - Board defconfigs: imx8qm_mek_defconfig imx8qm_mek_fspi_defconfig Signed-off-by: Ye Li <ye.li@nxp.com>