Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | imx: decouple sdcard sysupgrade from Apalis boards | Lech Perczak | 2022-07-11 |
| | | | | | | | | | Sysupgrade procedure for i.MX 6 Apalis boards is suitable for most other i.MX boards booting from eMMC or SD card. Extract the common parts and decouple the procedure from "apalis" board name in sysupgrade TAR contents, so the procedure is reusable for i.MX 7 boards. Signed-off-by: Lech Perczak <lech.perczak@gmail.com> | ||
* | imx: base-files: drop redundant space after case keywords | Piotr Dymacz | 2022-04-01 |
| | | | | Signed-off-by: Piotr Dymacz <pepe2k@gmail.com> | ||
* | imx: split into arch-specific subtargets | Piotr Dymacz | 2021-11-03 |
Modern NXP i.MX series includes several different families, based on single- or multi-core Arm Cortex-A CPUs. To be able to support more families within a single target, we split the 'imx' in arch-specific subtargets, starting with 'cortexa9' for the Cortex-A9 based i.MX 6, already supported by the original 'imx6' target. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com> |