summaryrefslogtreecommitdiff
path: root/conf/machine/colibri-imx8qxp.conf
AgeCommit message (Collapse)Author
2019-06-24colibri-imx8x: rename machineMax Krummenacher
For apalis-imx8 we use the family name. Unify that for colibri-imx8x. Related to: #49287 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-06-21colibri-imx8qxp.conf: simplify imxboot targetMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-06-05colibri-imx8qxp.conf: revert "use mainline u-boot"Max Krummenacher
mainline currently does not provide the ums command. Without the Toradex Easy Installer this hinders development. This reverts commit a7f384f for colibri-imx8qxp.conf. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-05-29apalis-imx8/colibri-imx8qxp: drop ttyAMA1 from SERIAL_CONSOLESStefan Agner
The device ttyAMA1 stems from ARM AMBA pl011 driver. On i.MX 8 we do not have such an IP, hence this device does not exist. The variable assignment and comment has been copied from NXP machines and they seem to have copied it from other machines. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2019-05-20machines: provide a machine name stringMax Krummenacher
Provide the MACHINE_NAME variable which can be e.g. used as part of the image name. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-05-20colibri-imx8qxp: add Tezi supportStefan Agner
Add information required to build a Toradex Easy Installer image. Only support the main SKU Colibri iMX8 QuadXPlus 2GB Wi-Fi / BT IT for now since we do not know yet if the other SKU's need a special device tree or other adjustments. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2019-05-14machines: use mainline u-bootMax Krummenacher
Use for all Toradex machines exept apalis-imx8 a mainline based U-Boot. (For the i.MX8QM mainline is not yet able to boot the kernel) Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-05-13imx: update to 4.14.78_1.0.0_ga bspMax Krummenacher
Update the components which NXP forked or provides to the version used in the 4.14.78_1.0.0_ga BSP. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-05-13machines: drop unused variablesMax Krummenacher
Variables are not used only in the NXP BSP. Also the _mx8 overrides are unneeded. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-30machines: mx8: deploy vpu firmwareMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-30machines: switch to serial_consoles oe variableMax Krummenacher
SERIAL_CONSOLE has been deprecated for a while now (see [1]) and is replaced by SERIAL_CONSOLES. [1]: https://www.yoctoproject.org/docs/2.7/ref-manual/ref-manual.html#migration-2.6-serial-console-deprecated Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-23colibri-imx8qxp: add machine config fileMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>