aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/imx8mn-ddr4-evk.conf
AgeCommit message (Collapse)Author
2022-05-09imx8mn-ddr4-evk: Add uboot config nomTom Hochstein
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2022-04-11imx8m: Set DDR4 machines to use IMX BSP onlyVinicius Aquino
This is necessary because mainline U-Boot doesn't supports DDR4 for i.MX8M EVK. Also these machines aren't supported by mainline kernel. Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2021-08-12layer: Convert to new override syntaxKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-17conf: machine: mx8m[m,n,p]: use boot container classAndrey Zhizhikin
Use the new boot container build on mainline BSP for mx8mm, mx8mn and mx8mp machines. Boot container serves as a replacement for imx-boot package present in NXP BSP, and is created by U-Boot build system. Define ATF machine name and required load address. Define dependency on firmware package, as it provides DDR firmware binaries needed to construct boot container. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
2021-01-21imx8mn-ddr4-evk: Rework 8M Nano EVK config fileTom Hochstein
There are two variants of the 8M Nano Evaluation Kit board, one with LPDDR4 and one with DDR4. Rework our existing config file to make this distinction explicit in the machine config file name and to allow for configuration re-use. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>