summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* gstreamer1.0-plugins-bad: Drop using bluetooth bbclassKhem Raj2019-07-121-2/+2
| | | | | | | It has been deprecated for few years and finally now removed from oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wic: Fix image generation for i.MX with SPL and U-BootJoris Offouga2019-07-112-2/+2
| | | | | | | Some boards expects a specific binary name. Example : Pico i.MX7D required the u-boot-dtb.img file (instead of u-boot.img). Signed-off-by: Joris Offouga <offougajoris@gmail.com>
* u-boot-fslc: Bump revision to 86ce1a1351Fabio Berton2019-07-101-1/+1
| | | | | | | | This commit merges tag v2019.07 and add the following change on top: - 86ce1a1351 pico-imx7d: Define BOOTMENU_ENV Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
* linux-fslc-lts: upgrade 4.19.50 -> 4.19.56Andreas Müller2019-07-031-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* linux-fslc-lts: remove orphaned patchAndreas Müller2019-07-031-57/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* atf: Fix the build on machines that don't support UEFIAlban Bedel2019-06-271-1/+1
| | | | | | | | | The uefi package silently build nothing on machines that are not supported. On machines without UEFI support this lead to a build failure in atf as it always try to build fip_uefi.bin. Fix the compile step to only build fip_uefi.bin if there is an UEFI image. Signed-off-by: Alban Bedel <alban.bedel@avionic-design.de>
* linux-fslc: Bump revision to cd1d08333Fabio Berton2019-06-271-2/+2
| | | | | | | | | | | | | This commit merge tag v5.1.15 into 5.1.x+fslc branch and apply the following commits on top of it: - cd1d083333e7 ARM: imx_v6_v7_defconfig: Select the OV5645 camera driver - 4e89febe05f6 ARM: dts: imx6qdl-pico: Add OV5645 camera support - 2af073f8b465 ARM: dts: imx6qdl-pico: Add touchscreen support - ef23d262b6e2 drm/panel: simple: Pass flags/bus_format/bus_flags fields - 51226c7485b6 ARM: dts: imx6qdl-pico: Add parallel LCD support Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
* Update dtb list for iMX machines.Alexandru Palalau2019-06-278-46/+63
| | | | | | Allign with dtb changes from latest version of linux-imx. Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
* xserver-xorg: Fix X server 1.20.1 crash [YOCIMX-3280]Neena Busireddy2019-06-242-0/+50
| | | | | | | | | | | | | One of our patches which we upstreamed has been removed from the poky thud. http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/recipes-graphics/xorg-xserver?h=thud&id=9d2cbf041403f5012b251de6c2dc0683755398ed Add the patch back to fix the crash. Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com> Backport from https://source.codeaurora.org/external/imx/meta-fsl-bsp-release/commit/imx/meta-bsp/recipes-graphics/xorg-xserver?h=thud-4.19.35-1.0.0&id=7b9dbcf65929446ddbd5c8245617a624eb30b9ff Limit the patch to machines which use xf86-video-imx-vivante. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* linux-fslc-lts: Bump revision to 55fcc545ad14Fabio Berton2019-06-213-60/+2
| | | | | | | | This commit merges tag 4.19.50 into fslc branch and apply patch: - menuconfig,mconf-cfg: Allow specification of ncurses location Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
* u-boot-fslc: Upgrade 2019.04 -> 2019.07Fabio Berton2019-06-214-3/+3
| | | | | | | | This upgrades to the next U-Boot release 2019-07. This is based on the 2019.07-rc4 and includes the last fixes being worked on for the i.MX family. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
* linux-fslc: Upgrade to version 5.1.xFabio Berton2019-06-213-6/+7
| | | | | | This commit merges tag v5.1.12 into 5.1.x+fslc. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
* mx8mm: use cortexa53-crypto tune for imx8m mini per defaultAndrey Zhizhikin2019-06-192-1/+2
| | | | | | | | | | | | | | | | | Current implementation of i.MX8M Mini is utilizing generic aarch64 tune (arch-arm64) provided from OE meta layer. According to IMX8MMRM [1] this CPU contains Cortex-A53 cores, so this commit sets a default tune to cortexa53-crypto. Note, that according to [1] ARM Crypto extensions are supported, therefore it is beneficial to set the tune to -crypto, as this also enables NEON and VFP support in GCC (via -march and -mcpu feature modifiers, see [2]). [1]: https://www.nxp.com/webapp/Download?colCode=IMX8MMRM [2]: https://gcc.gnu.org/onlinedocs/gcc/AArch64-Options.html#aarch64-feature-modifiers Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
* qoriq-base: Use the same provider for u-boot and u-boot-fw-utilsAlban Bedel2019-06-191-0/+1
| | | | | | | | | It make sense for the default config to use the same provider for for both u-boot and u-boot-fw-utils. We now assume that there is a matching -fw-utils package, if not the build will fail instead of silently using a mismatching u-boot version. Signed-off-by: Alban Bedel <alban.bedel@avionic-design.de>
* u-boot-qoriq-fw-utils: Update to 2018.09 to fix the buildAlban Bedel2019-06-192-20/+1
| | | | | | | | | | | The build of the fw-utils is broken for all the machines that switched to TFA as u-boot 2018.03 doesn't have the TFA configs. Upgrade to 2018.09 to fix this issue and have both u-boot and the fw-utils built from the same version, which is probably a good idea anyway. Also added the dependency on bison-native which is needed for the build. Signed-off-by: Alban Bedel <alban.bedel@avionic-design.de>
* qca-modules: Mark arm/aarch64 specificKhem Raj2019-06-153-4/+7
| | | | | | | | These modules rdepends on qca-tools which is currently arm/aarch64 and glibc specific, therefore mark the recipes depending on qca-tools so as well. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qca-tools: Upgrade to version 2.0.3Alexandru Palalau2019-06-131-0/+0
| | | | Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
* imx-kobs: Update SRCREV to 02c01dAlexandru Palalau2019-06-131-3/+2
| | | | Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
* imx-uuc: Update SRCREV to fc48b4Alexandru Palalau2019-06-131-4/+5
| | | | Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
* imx-test: Switch to branch imx_4.14.98_2.0.0_gaAlexandru Palalau2019-06-132-42/+11
| | | | Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
* firmware-qca: Upgrade to version 2.0.3Alexandru Palalau2019-06-133-4/+4
| | | | Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
* linux-imx-mfgtool: Update to version 4.14.98Alexandru Palalau2019-06-132-0/+0
| | | | Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
* kernel-modules: upgrade qca6174 and qca9377 to version 2.1Alexandru Palalau2019-06-134-8/+10
| | | | Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
* linux-imx-headers: update to version 4.14.98Alexandru Palalau2019-06-132-45/+3
| | | | Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
* linux-imx: Update to version 4.14.98Alexandru Palalau2019-06-133-45/+192
| | | | | | | | - Update to latest revision of 4.14.98 - Sync arm architecture defconfig file with imx_v7_defconfig - Sync arm64 architecture defconfig file with defconfig Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
* imx-atf: Fix build error 'Invalid platform' for i.MX 8QXPTom Hochstein2019-06-131-1/+1
| | | | | | The PLAT build option has changed from imx8qxp to imx8qx. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* u-boot-imx: Update intermediate name for u-boot nodtb binaryTom Hochstein2019-06-131-1/+1
| | | | | | Add the MACHINE and UBOOT_CONFIG to the binary name. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx8qmmek.conf: Set the mkimage target for imx-bootTom Hochstein2019-06-131-0/+4
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx8mqevk.conf: Add DisplayPort supportTom Hochstein2019-06-131-1/+1
| | | | | | Add the imx-boot target flash_dp_evk for DisplayPort. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* firmware-imx*: Upgrade to 8.1.1Tom Hochstein2019-06-135-41/+10
| | | | | | | - Remove Broadcom support - Add SDMA support Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx-boot: Remove i.MX 8QXP u-boot configurationTom Hochstein2019-06-131-8/+0
| | | | | | IMXBOOT_TARGETS is now defined in imx8qxpmek.conf. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx8qxpmek.conf: Configure imx-bootTom Hochstein2019-06-131-1/+6
| | | | | | Set IMXBOOT_TARGETS to configure imx-boot recipe. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx-boot: Drop independent DCD componentTom Hochstein2019-06-131-8/+0
| | | | | | The DCD component has moved into the firmware. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx-boot: Add DisplayPort firmware for i.MX 8MTom Hochstein2019-06-131-2/+4
| | | | | | | Also, use explicit names to help remove surprises due to unexpected changes. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx-boot: Upgrade to L4.14.98-2.0.0_gaTom Hochstein2019-06-131-6/+9
| | | | | | | | - Rename atf binary - Update intermediate name for u-boot nodtb binary - Improve whitespace for file copies Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx-mkimage: Upgrade to L4.14.98-2.0.0_gaTom Hochstein2019-06-131-3/+3
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* linux-fslc-lts-4.19: upgrade 4.19.44 -> 4.19.45Andreas Müller2019-05-311-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* linux-fslc(-lts-4.19): add USB_PRINTER and USB_SERIAL_PL2303 to defconfigAndreas Müller2019-05-312-0/+4
| | | | | | | | * USB-printer can be considered as common use case * PL2303 are used in USB -> RS232 converters from Athen. These can also be considered as commonly used (we have dozens in our company) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* linux-fslc(-lts-4.19): Fix menuconfigAndreas Müller2019-05-314-0/+166
| | | | | | Patch was added twice because content might drift in the future. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* wayland-protocols-imx: Upgrade to version 1.17Carlos Rafael Giani2019-05-254-13/+15
| | | | | | This is needed for GStreamer 1.16 Wayland support Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
* linux-fslc-lts-4.19: initial addAndreas Müller2019-05-214-0/+833
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | defconfigs were taken from | commit 60df6bc2b69a7f405f4b14fee1d53e8b3b84c054 | Author: Otavio Salvador <otavio@ossystems.com.br> | Date: Thu Jan 31 10:24:42 2019 -0200 | | linux-fslc: Remove 4.9 leftover defconfig files | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> With the next commit | commit c41b6d8e6ec9e8394727ddd0e6f1a8a5591b5e58 | Author: Fabio Berton <fabio.berton@ossystems.com.br> | Date: Thu Feb 21 09:51:58 2019 -0300 | | linux-fslc: Upgrade to 4.20-based fork | | This upgrades the kernel to the 4.20-based fork and sync defconfig | files with kernel source tree. | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> linux-fslc moved to 4.20 and defconfigs were adjusted. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* qca-tools: Disable for musl hostsKhem Raj2019-05-213-2/+4
| | | | | | | The prebuilt tools are for glibc based targets no point in building for musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imx-atf: Upgrade version from 1.5 to 2.0Mihai Lindner2019-05-211-4/+4
| | | | Signed-off-by: Mihai Lindner <mihai.lindner@nxp.com>
* imx-sc-firmware: Upgrade version from 0.9 to 1.2Mihai Lindner2019-05-211-4/+4
| | | | Signed-off-by: Mihai Lindner <mihai.lindner@nxp.com>
* imx-boot: drop dependency to u-bootStefan Agner2019-05-201-1/+0
| | | | | | | | The recipe do_compile task depends on virtual/bootloader which makes sure the necessary dependencies are available once imx-boot do_compile is executed. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
* imx-usb-loader: Update to 29fa8ab revisionPierre-Jean Texier2019-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | | Following changes are included: 29fa8ab imx_usb: use device found by find_imx_device abe7f5d add support for relocatable installs 3d36c83 Fixed build for Visual Studio 2015 Express. fe50624 imx_usb.config: add mx8mm_usb_sdp_spl.conf/mx8mm_usb_work.conf lines f7752f4 mx8mq_usb_work.conf: use bl31-iMX8MQ-2g.bin to match branch boundary-imx_4.9.123_imx8mm_ga of imx-mkimage 8c9eee7 add mx8mm config files 4aa9809 imx_uart: fix type on help 95fe112 imx_usb: fix type on imx_usb help eed0280 portable: use __builtin_bswap16 for BE16 if >= 4.8 GNUC e99a093 portable: fix typo s/&&/&/ in BE16 fix f000130 mx6ull_usb_work.conf: fix copy/paste error in comment 1041959 correct commit "portable.h: fix build with gcc older than 4.8" bf25425 add mx6ull_usb_work.conf 9a88413 portable.h: fix build with gcc older than 4.8 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
* imx-gst1.0-plugin: Upgrade version from 4.4.2 to 4.4.5Yuqing Zhu2019-05-171-2/+2
| | | | | | | | | | -Fix Hantro encoder align issue -Fix vpu crash in secure mode -Fix gplay can not exit when --quiet -Add support in VPU decoder for draining buffers during input format change -Add RGB input support for vpu encoder plugin Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
* gstreamer1.0-plugins-bad: Switch to MM_04.04.05_1902_L4.14.98_GA branchYuqing Zhu2019-05-171-4/+2
| | | | | | | | | | Bugfix: -waylandsink: fix HDR10 playback abnormal -waylandsink: fix buffer map fail when swith to internal buffer -wayland/wlbuffer: just return if used_by_compositor is true when attach -kmssink: add NV12_10LE support for DRM dumb buffer Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
* gstreamer1.0-plugins-good: Switch to MM_04.04.05_1902_L4.14.98_GA branchYuqing Zhu2019-05-171-2/+2
| | | | | | | | -v4l2videoenc: workaround for sink pool dequeue race condition -v4l2videodec: add lock for queue and stream off -pulseaudio: fix bad state when play audio with varying channels Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
* gstreamer1.0-plugins-base: Switch to MM_04.04.05_1902_L4.14.98_GA branchYuqing Zhu2019-05-172-18/+14
| | | | | | | | | | | | -Enable eac3 pass-through mode -Glcolorbalance: fix pipeline crash when init -Glupload: add internal physical buffer pool -Video-frame: correct copy width when format is NV12_10LE -Update 0001-Makefile.am-don-t-hardcode-libtool-name-when-running.patch to fix applying conflict. Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>