The following series adds support for the various CrystalFontz boards: cfa-10036 cfa-10037 cfa-10049 cfa-10055 cfa-10056 cfa-10057 cfa-10058
The first patch adds support for the mainline barebox. The second patch adds support for the imx-bootlets. The third patch adds a recipe for the cfa kernel, based on 3.10. The last patch adds the machine configuration. It is named cfa10036 as this is the base for all the other boards. This series depends on my series on meta-fsl-arm Changes in v3: - Stopped using PRINC - Added a newline at the end of imx-bootlets_10.12.01.bbappend - stopped setting PREFERRED_VERSION_barebox - various style corrections Changes in v2: - Took into account all the comments but kept the link creation for the kernel and the dtbs. Alexandre Belloni (4): barebox 2013.08.0: add support for the cfa10036 imx-bootlets: add a recipe for barebox and cfa-10036 support linux-cfa: add a kernel recipe supporting Crystalfontz boards cfa10036: Add cfa10036 machine configuration conf/machine/cfa10036.conf | 38 +++ .../barebox/barebox-2013.08.0/cfa10036/defconfig | 44 ++++ recipes-bsp/barebox/barebox_2013.08.0.bbappend | 2 + .../imx-bootlets/cfa10036-support.patch | 271 +++++++++++++++++++++ .../imx-bootlets/imx-bootlets_10.12.01.bbappend | 3 + recipes-kernel/linux/linux-cfa-3.10/defconfig | 177 ++++++++++++++ recipes-kernel/linux/linux-cfa_3.10.bb | 33 +++ 7 files changed, 568 insertions(+) create mode 100644 conf/machine/cfa10036.conf create mode 100644 recipes-bsp/barebox/barebox-2013.08.0/cfa10036/defconfig create mode 100644 recipes-bsp/barebox/barebox_2013.08.0.bbappend create mode 100644 recipes-bsp/imx-bootlets/imx-bootlets/cfa10036-support.patch create mode 100644 recipes-kernel/linux/linux-cfa-3.10/defconfig create mode 100644 recipes-kernel/linux/linux-cfa_3.10.bb -- 1.8.1.2 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
