summaryrefslogtreecommitdiff
path: root/board/freescale/imx8qxp_val
AgeCommit message (Collapse)Author
2022-04-18LF-5495: Fix SCU api return as it returns intNitin Garg
SCU api return type is int instead of sc_err_t. This is because the return types are now mapped to Linux err before returning from scu.c. Signed-off-by: Nitin Garg <nitin.garg@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 25461c716d924dc0c2f05479d0bb69ede8e3764e) (cherry picked from commit 0502f19f53d84a3a55aa0e6dfb92b6ddc42dfc10)
2022-04-06MLK-24426-3 imx8: Move build_info to board_late_initYe Li
Currently we call the build_info in checkboard which is a board_f function. At this moment the u-boot env is not ready, so we can't set any variable successfully in build_info. So moving the call to board_late_init to fix the problem. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit 43e1e40c6e9d65f861095989b098c2db73d11a67) (cherry picked from commit 23533910e20e76de34b21094923b4e9721f7bc4e) (cherry picked from commit 66ca35dbc63816df6b10686e6fb05f603e114f38) (cherry picked from commit 6672df929889024b4e8b06d253e1b36da4909167)
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)