mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
![]() This updates to latest git which among others adds the new configurations for Colibri iMX6ULL and moves to use a zImage kernel. Change machine config to use zImage. Also use 'older' 1.4.5 DTC which does not conflict with the fdt headers used in U-boot. The following commits since b121c6ab (minux non NXP related stuff): eb660075db colibri-imx6ull: set module variant depending on config block 24db10ece3 tdx-cfg-block: simplify i.MX 6 module detection bfe8950834 tdx-cfg-block: add support for new Colibri iMX6ULL SKUs 017ec39780 colibri_imx7_emmc: add fatwrite support b5cc69a7e8 colibri-vf: use leveling evaluated by DDR validation tools e2d5257acd colibri-vf: adjust timing according to data sheet 63d856627d ARM: vf610: ddrmc: do not write CR79 by default 743e081f34 ARM: vf610: ddrmc: fix CR138 preprocessor define 2881fc12d9 ARM: vf610: fix initialization completion detection 3ad050d4e4 arm: vf610: add UART2 pinmux/clock support cd3e271cc5 colibri-imx6: added nreset gpio on reboot addb87df8d cmd: ubi: print load size after establishing volume size d507d86f8f cmd: set filesize variable in ubi read 9b02ad9e5d colibri-imx6ull: fix card detect GPIO of SD card 8890602daf colibri-imx6ull: Set the DDR RAM ASR bit 4c96a4f64d tdx-cfg-block: fix off by one issue 087e95a2dc colibri_t20: fix passing mac address via dt a1c2045034 colibri_t20: integrate mtd partitions via dt 0940b3480a tools/env: allow equal sign as key value separation 0a9da66891 apalis/colibri_imx6: remove white space after string end 8a98158f8b script: Make the get_default_envs.sh script working with newest u-boot d58b8057a7 colibri_vf_defconfig: enable MTD partitions via dt 04c6b570f7 arm: dts: imx7: add UART2/UART3 2fbebc49b5 apalis/colibri: switch to zimage 189e6ea804 tdx-cfg-block: add new SKUs f05c11cd42 imx: initialize and use generic timer on i.MX 6UL/ULL 88b1209ca9 imx: introduce CONFIG_GPT_TIMER e7a9e5a76b imx: move CONFIG_SYSCOUNTER_TIMER to Kconfig 393811db8e colibri-imx6ull: add MTD fixup compatible for mainline kernels 307a465108 colibri_imx7: do not mux SODIMM 169 as NAND chip select 30a1208727 apalis/colibri: disable undefined instruction events in user debug 980e216a8a colibri_imx6ull: add sensible default DFU configuration af4cb91695 apalis/colibri: enable user debug by default 52259cf22a apalis: unify configs 48efc7c6be toradex apalis/colibri: set version variable for all modules abec6c5697 colibri_imx6ull: add dtb for wifi variant 5e54aedd1c colibri_imx6ull.c: remove dead code 284ac523dd imx: imx6ull: correct get_cpu_speed_grade_hz 8d3bb7ea49 MLK-14839-2 imx: clean up print info for thermal and reset cause 1d4ece729e MLK-14839-1 mx6: Fix wrong CPU frequency e2215315d9 envtools: make sure version/timestamp header file are available 19177c390e tools: env: allow to print U-Boot version Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> |
||
---|---|---|
conf | ||
recipes-bsp | ||
recipes-core | ||
recipes-kernel | ||
.gitignore | ||
README |
OpenEmbedded/Yocto BSP layer for Freescale's ARM based platforms
This layer provides support for Freescale's ARM based platforms for use with OpenEmbedded and/or Yocto Freescale's BSP layer.
This layer depends on:
URI: git://git.openembedded.org/openembedded-core branch: sumo revision: HEAD
URI: git://git.yoctoproject.org/meta-freescale branch: sumo revision: HEAD
Contributing
To contribute to this layer you should the patches for review to the mailing list (meta-freescale@yoctoproject.org).
Please refer to: http://openembedded.org/wiki/Commit_Patch_Message_Guidelines
Mailing list:
https://lists.yoctoproject.org/listinfo/meta-freescale
Source code:
https://github.com/Freescale/meta-freescale-3rdparty
When creating a patch of the last commit, use
git format-patch -s --subject-prefix='3rdparty][PATCH][sumo' -1
To send it to the community, use
git send-email --to meta-freescale@yoctoproject.org <generated patch>