summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx8mp-lpddr4-evk.conf
Commit message (Collapse)AuthorAgeFilesLines
* imx8mp-lpddr4-evk: Add imx8mp-evk-revA3-8mic-revE.dtb to NXP BSPTom Hochstein2023-02-201-0/+1
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx8mp-lpddr4-evk.conf: Add dtbs for NXP BSPTom Hochstein2022-11-091-29/+36
| | | | | | | | | | | | | Add the following dtbs for linux-imx 5.15.52: - imx8mp-evk-dpdk.dtb - imx8mp-evk-dsp.dtb - imx8mp-evk-dual-os08a20.dtb - imx8mp-evk-os08a20.dtb - imx8mp-evk-os08a20-ov5640.dtb - imx8mp-evk-rpmsg-lpv.dtb - imx8mp-evk-8mic-swpdm.dtb Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx8m: Set LPDDR4 machines to use IMX BSP onlyThomas Perrot2022-05-111-0/+5
| | | | | | | | This is necessary because mainline U-Boot doesn't supports LPDDR4 for i.MX8M EVK. Also these machines aren't supported by mainline kernel. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
* imx8mp-lpddr4-evk: Add uboot config ndmTom Hochstein2022-05-091-0/+1
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* conf: machine: imx8mp-lpddr4-evk: align dtbs with new kernelAndrey Zhizhikin2021-09-291-2/+7
| | | | | | | | | New kernel from NXP release lf-5.10.52-2.1.0 has different set of dtbs for imx8mp-lpddr4-evk, with some newly introduced and some dropped. Align machine dtb list to match the content of new kernel. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
* layer: Convert to new override syntaxKhem Raj2021-08-121-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imx8mp-lpddr4-evk: Add device trees for basler cameraTom Hochstein2021-04-301-0/+2
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx8mp-lpddr4-evk: Rework 8M Plus EVK config fileTom Hochstein2021-03-301-0/+47
There are two variants of the 8M Plus 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>