summaryrefslogtreecommitdiff
path: root/configs/imx8mp_evk_inline_ecc_defconfig
AgeCommit message (Collapse)Author
2022-04-18MLK-25823 imx8/imx8m: Update kernel load address to 2MB alignedYe Li
Since 5.10, kernel has removed the 0x80000 offset requirement to kernel image load address. Using old address like 0x80280000 by booti will introduce a additional copy to 2MB aligned address. So set default kernel load address to 0x80200000 for iMX8/iMX8ULP, and 0x80400000 for iMX8M. For old kernel, booti will handle the 0x80000 offset by adding a copy. Signed-off-by: Ye Li <ye.li@nxp.com>
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-23964-21 imx8mp_evk: Enable video splash screen on LPDDR4 EVKYe Li
Update board codes and DTS files to add display relevant nodes and configurations. Support two video links with MIPI DSI: 1. MIPI DSI to HDMI convertor, this is default 2. RM67191 panel Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit e14979fc1798a933be643b4f52d2bfca5df1e552) (cherry picked from commit 9bc1a0f968b29a2fafd1ba72a72ed20a9fa81c70) (cherry picked from commit 8c5047fcaa6e903e970624ba6ae5daebdaf77227) (cherry picked from commit e91363f14db37beff47d6c05173a5ff7c872bdfd)
2022-04-06configs: imx8: add support for dtb overlaySilvano di Ninno
enable CONFIG_OF_LIBFDT_OVERLAY. It can be used by u-boot to apply a dto built by OP-TEE. Signed-off-by: Silvano di Ninno <silvano.dininno@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 077f8afa2bf07c42cc3e3c3875f63dba49231443) (cherry picked from commit e72f2c45d3000f72ad233f3f650301543490886d) (cherry picked from commit ba800eb2b670fa2f75a6ab73c03dd417fb4670a4) (cherry picked from commit 20920dc3517153e71cacae9f693d73c183605f26)
2022-04-06MLK-23317 configs: imx8mp: Add a defconfig for inline ecc feature testSherry Sun
Since inline ECC feature is disabled in default imx8mp_evk_defconfig, in order to test the new feature, add a new config file based on imx8mp_evk_defconfig with inline ECC enabled. Signed-off-by: Sherry Sun <sherry.sun@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 8dff0e01bd5411caa757fe4c296fccbb7e1bdd2b) (cherry picked from commit 2a8d4cfb0e70d5745b73666ecc9377e692390421) (cherry picked from commit 565b48f79b9351f1f1461243029a39f5c4244c9d) (cherry picked from commit 1a12fa037358ceee9d49abf33120bad863f52694)