summaryrefslogtreecommitdiff
path: root/configs/imx8dx_17x17_val_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-06MLK-23574-46 imx8qxp: Add iMX8QXP/iMX8DX validation board supportYe Li
Add the validation board support for iMX8QXP/iMX8DX platforms. - iMX8QXP 21x21 DDR3 board - iMX8QXP 21x21 LPDDR4 board - iMX8QXP 17x17 LPDDR4 board - iMX8DX 17x17 DDR3 board Ready functions: SD/eMMC, flexspi, ENET, USB, i2c and NAND Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit ee145c9b598e8acc7066e6d414524f617989e7de) (cherry picked from commit de098fea06a0226e9e4fd8c9300a7626ae261951) (cherry picked from commit a1054f3ef3c1420f165efb215e6a248a8349787f)