summaryrefslogtreecommitdiff
path: root/configs/imx8mp_ddr4_evk_inline_ecc_defconfig
AgeCommit message (Collapse)Author
2022-04-06MLK-25803-2: Update VID/PIDFrank Li
VID 0x525 and PID 0xa4a5 already registered as PLX Technology, Inc. Linux-USB File-backed Storage Gadget But fastboot device is not mass storage devices windowns 10 latest update already cached above vid/pid Change to use Freescale VID 0x1fc9 PID 0x151, for SPL SDP HID download PID 0x152, for Fastboot PID 0x153, for Kernel fastboot Need update uuu above 1.4.182 Signed-off-by: Frank Li <Frank.Li@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 7b84c587ba607844d53a7553c7238e6acd0bba9a)
2022-04-06LFU-244 imx8mp: Add SC part (iMX8MP UltraLite) supportYe Li
Beside the fused modules on iMX8MP Lite, this part has also fused GPU3D/2D, LVDS and MIPI DSI. So we have to disable them for kernel and also disable MIPI DSI in u-boot DTS for splash screen at runtime. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit 8de08ed09c0853ec5bf74f52db29b90f9f619ead)
2022-04-06MLK-25481 imx8mm/mn/mp: Keep watchdog disabled by defaultYe Li
WDOG HW can't be disabled once it is enabled. So after u-boot enables the watchdog, kernel has to service the watchdog all the time. However when suspend into s2idle mode, the WDOG counter is not stop, then cause WDOG timeout and reset the system. Change to not enable WDOG by default in u-boot to align previous release. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Jacky Bai <ping.bai@nxp.com> (cherry picked from commit 4eba19c72caa922a5c53a35855998ba7051f6542)
2022-04-06MLK-24860-2 imx8mp_evk: Add DDR4 EVK board supportYe Li
This board uses 4GB DDR4 and replace emmc and flexspi to a raw NAND socket. Add the support for this board, including SD boot, NAND boot, and inline ECC (top 1/8 DDR used for ecc). Signed-off-by: Ye Li <ye.li@nxp.com> Acked-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit 9b47aaef967bb7655312895c133e64e32e8f5b87) (cherry picked from commit 155413f5aa41f782a1a6d68e208d523be7ab83a0) (cherry picked from commit 7e6073fcea5174c247680e8c6a1a22903f2ec7cf) (cherry picked from commit 87959e3b4ab6608c0207ae59585bf1d29b855fc5)