mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
![]() For the i.MX6 based modules move to boot with SPL to setup the DDR RAM. Add use-mainline-bsp to compatible machine to allow building this U-Boot also when 'use-mainline-bsp' is built. (In which case the e.g. mx6 override is dropped) License: changed by the following upstream commits, all of which do not affect our configurations. 0f4d2f8e79 License: Add the Open Font License (ttf fonts) 40a39e875c SPDX: add X11 SPDX-License-Identifier (preparation for dual licensed device trees) 4dcd9a65d4 Licenses: fix a typo in README changes to non NXP boards not in list initial commits for colibri-imx6ull and colibri-imx7-emmc not in list 69cc681 lib/bch.c: modify algorithm for all writebcb users 595c178 mtd: nand: mxs_nand: support chips without ONFI/JEDEC parameter page d5efded apalis/colibri_imx6: fix white space cd255bc colibri_imx7: get rid of environment in mmc option ca92211 colibri_imx7: clean-up config header file ae968c6 apalis/colibri: fix and synchronize mount options 4370811 colibri_imx7: improve DDR3 timing 7e64e5f toradex: remove ISO partition support 16d2bc5 disk: part: align buffer so it can be used with DMA enabled drivers 84fe4a7 MLK-13140 ARM: imx: update REFTOP_VBGADJ according to fuse setting 1d86d85 MLK-13124 ARM: imx: update the REFTOP_VBGADJ setting 756bc8f imx6ull: cherry-pick remaining stuff from 05922b0 ab546ab MLK-12766 net: fec: do not access reserved register for i.MX6ULL 09983d0 MLK-12486-1: switch to use setup_gpmi_io_clk for i.MX6UL 6d6a643 MLK-12883 usb: limit USB_MAX_XFER_BLK to 256 4e1c703 tdx-cfg-block: add new sku's 6bd94c8 colibri_imx7: remove unused config option ab71667 colibri_imx7.h: do not deploy nand torture cmd 341064e net: Use packed structures for networking c0d5002 configs: apalis-tk1: Use ext4 file system by default 51b53b4 colibri-vf: sync the board info message 3e72538 toradex: common: unify behaviour when config block is missing 3ef2146 colibri_imx6: use SDP if USB serial downloader has been used 4fcacc1 apalis_imx6: use SDP if USB serial downloader has been used 80c3bd6 imx_common: detect USB serial downloader reliably 0d06911 imx: add macro to detect whether USB has been initialized a2e77a6 colibri_imx7: use SDP if USB serial downloader has been used e05589d imx: imx7: detect USB serial download protocol boot mode 3f4cddb imx: imx7: make get_boot_device available for board files 23b5f7c colibri_imx7: carve out PMD aligned amount of memory 47ac8bf toradex: configblock: add an -y parameter to 'cfgblock create’ cb3d672 configs: apalis_imx6: Use ext4 file system by default 615de72 configs: colibri_imx6: Use ext4 file system by default Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> |
||
---|---|---|
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: master revision: HEAD
URI: git://git.yoctoproject.org/meta-freescale branch: master revision: HEAD
Contributing
To contribute to this layer you should the patches for review to the mailing list.
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' -1
To send it to the community, use
git send-email --to meta-freescale@yoctoproject.org <generated patch>
Patches are normally intended for the master branch.
Patches for other branches should be sent separately so they can be tracked individually in Patchwork and should have the branch name in brackets.
For example, use this to generate a patch for branch 'morty':
git format-patch -s \
--subject-prefix='3rdparty][morty][PATCH' -1