]> code.ossystems Code Review - meta-freescale.git/log
meta-freescale.git
5 years agodpdk,dpdkvpp: Limit to imx socs
Khem Raj [Sat, 7 Sep 2019 18:37:35 +0000 (11:37 -0700)]
dpdk,dpdkvpp: Limit to imx socs

Ideally a SOC layer should not have general purpose recipes like dpdk
and may be get the recipes from
http://git.yoctoproject.org/cgit/cgit.cgi/meta-dpdk working on imx SOCs
instead

This patch just limits the spill over to non nxp bsp layers

Signed-off-by: Khem Raj <raj.khem@gmail.com>
5 years agocst: Fix build for target recipe
Khem Raj [Thu, 5 Sep 2019 19:33:10 +0000 (12:33 -0700)]
cst: Fix build for target recipe

gen_keys when cross-built can not execute on build host
so better to depend on native version and call out native gen_keys
binary

Fixes
TOPDIR/build/tmp/work/mips32r2-yoe-linux/cst/git-r0/temp/run.do_install.29171: line 111: ./gen_keys: cannot execute binary file: Exec format error
WARNING: TOPDIR/build/tmp/work/mips32r2-yoe-linux/cst/git-r0/temp/run.do_install.29171:1 exit 126 from './gen_keys 1024'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
5 years agomesa_%.bbappend: enable for all imx8 SoCs
Peter Griffin [Tue, 10 Sep 2019 11:53:13 +0000 (13:53 +0200)]
mesa_%.bbappend: enable for all imx8 SoCs

This allows a Weston build with swrast enabled to
successfully build and boot on imx8m-evk board.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
5 years agoqemu-qoriq: use Python 2.7 to build
Chunrong Guo [Mon, 26 Aug 2019 03:43:39 +0000 (11:43 +0800)]
qemu-qoriq: use Python 2.7 to build

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agoatf: specify the non default keys pair
Chunrong Guo [Mon, 26 Aug 2019 03:40:30 +0000 (11:40 +0800)]
atf: specify the non default keys pair

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agocst: specify the non default keys pair
Chunrong Guo [Mon, 26 Aug 2019 03:36:57 +0000 (11:36 +0800)]
cst: specify the non default keys pair

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agols1043ardb: add ls2-phy to EXTRA_IMAGEDEPENDS
Chunrong Guo [Mon, 26 Aug 2019 03:30:03 +0000 (11:30 +0800)]
ls1043ardb: add ls2-phy to EXTRA_IMAGEDEPENDS

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agoceetm: fix the building warning
Chunrong Guo [Wed, 14 Aug 2019 03:17:16 +0000 (11:17 +0800)]
ceetm: fix the building warning

*fix the below warning
|#warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]

*add 0001-Makefile-update-CFLAGS.patch to avoid build Errors.

*remove do_compile_prepend

*Obey LDFLAGS and CFLAGS in Makefile

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agoopenssl-qoriq: update recipes
Chunrong Guo [Fri, 26 Jul 2019 07:21:41 +0000 (15:21 +0800)]
openssl-qoriq: update recipes

*fix missing dependency on hostperl-runtime-native
*drop Python dependency in ptest

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agosecure-obj: update recipes
Chunrong Guo [Fri, 26 Jul 2019 07:16:39 +0000 (15:16 +0800)]
secure-obj: update recipes

*drop Python dependency in RDEPENDS
*mp_verify and *_app will be install

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agooptee-os-qoriq: Fix alignment of data for mempool_alloc_pool()
Chunrong Guo [Fri, 26 Jul 2019 07:11:36 +0000 (15:11 +0800)]
optee-os-qoriq: Fix alignment of data for mempool_alloc_pool()

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agols2080ardb: remove dpl-examples
Chunrong Guo [Tue, 16 Jul 2019 07:24:10 +0000 (15:24 +0800)]
ls2080ardb: remove dpl-examples

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agodpl-examples: remove recipes
Chunrong Guo [Tue, 16 Jul 2019 07:23:35 +0000 (15:23 +0800)]
dpl-examples: remove recipes

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agolayer.conf: Add zeus to compat layer
Khem Raj [Tue, 3 Sep 2019 22:51:52 +0000 (15:51 -0700)]
layer.conf: Add zeus to compat layer

We need to drop warrior soon, and zeus is next release

Signed-off-by: Khem Raj <raj.khem@gmail.com>
5 years agoeglinfo: Drop bbappends
Khem Raj [Tue, 3 Sep 2019 22:50:53 +0000 (15:50 -0700)]
eglinfo: Drop bbappends

oe-core remved it in master/aa36510ebe

Signed-off-by: Khem Raj <raj.khem@gmail.com>
5 years agoimx-gpu-viv: Fix GLESv1 packaging
Joshua Watt [Wed, 1 May 2019 21:49:30 +0000 (16:49 -0500)]
imx-gpu-viv: Fix GLESv1 packaging

The GLESv1 library was being packaged with the name "libgles" instead of
the canonical "libglesv1". The latter is the name that recipes used when
RDEPENDing on GLESv1. Correct this so that the package is correctly
named "libglesv1", but RPROVIDES the old "libgles" name in case there
are recipes still depending on it.

Signed-off-by: Joshua Watt <Joshua.Watt@garmin.com>
5 years agoimx-gpu-viv: RPROVIDE virtual/libgbm
Joshua Watt [Wed, 1 May 2019 21:54:44 +0000 (16:54 -0500)]
imx-gpu-viv: RPROVIDE virtual/libgbm

Adds the virtual runtime provider for libgbm

Signed-off-by: Joshua Watt <Joshua.Watt@garmin.com>
5 years agoimx-boot: Pass DTB names to make
Joshua Watt [Fri, 3 May 2019 19:53:01 +0000 (14:53 -0500)]
imx-boot: Pass DTB names to make

Passes the name of the DTBs to be built to make. This allows alternate
DTBs to be built instead of assuming the default

Signed-off-by: Joshua Watt <Joshua.Watt@garmin.com>
5 years agoatf: Remove redundant COMPATIBLE_MACHINE
Alban Bedel [Mon, 2 Sep 2019 14:14:54 +0000 (16:14 +0200)]
atf: Remove redundant COMPATIBLE_MACHINE

COMPATIBLE_MACHINE is set two times to the same value, remove the second
occurrence as it is useless.

Signed-off-by: Alban Bedel <alban.bedel@aerq.com>
5 years agoatf: Make the package machine specific
Alban Bedel [Mon, 2 Sep 2019 12:08:24 +0000 (14:08 +0200)]
atf: Make the package machine specific

The ARM Trusted Firmware is machine specific but the package is not set as
such. Set the package architecture to ${MACHINE_ARCH} to fix this.

Signed-off-by: Alban Bedel <alban.bedel@aerq.com>
5 years agoqemu-qoriq: Mark is specific to imx/qoriq
Khem Raj [Wed, 28 Aug 2019 20:07:06 +0000 (13:07 -0700)]
qemu-qoriq: Mark is specific to imx/qoriq

It has started to fail now that we have libssh dependency in 4.1 instead
of libssh2 in earlier versions, so this recipe needs to be upgraded to
use 4.1 release as well, but I dont have way to test it out.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
5 years agou-boot-qoriq-fw-utils: Avoid stripping debug symbols
Daniel Klauer [Tue, 27 Aug 2019 07:55:25 +0000 (09:55 +0200)]
u-boot-qoriq-fw-utils: Avoid stripping debug symbols

5 years agou-boot-fslc-common: Bump revision to ca0ab15271
Fabio Berton [Fri, 23 Aug 2019 18:14:06 +0000 (15:14 -0300)]
u-boot-fslc-common: Bump revision to ca0ab15271

This commit includes the following change:

  ca0ab15271 pico-imx7d: Sync all defconfigs with pico-imx7d_defconfig

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
5 years agomesa: switch mesa to swrast renderer for mx8mm machine, resolve build issue
Andrey Zhizhikin [Fri, 23 Aug 2019 09:31:14 +0000 (09:31 +0000)]
mesa: switch mesa to swrast renderer for mx8mm machine, resolve build issue

After mesa update to 19.1.0, the OSMesa is not anymore explicitly set to
'classic' rather than defaults to 'none'. If the DRI driver is included
in the build and neither gl nor 'classic' osmesa is used - this causes
the build to fail.

This commit disables the gallium for mx8mm, sets the dri drivers to
swrast and explicitly defines the 'classic' osmesa to be built.

gallium is disabled since current support state of i.MX8M Mini GPU in
gallium is unknown.

Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
5 years agorecipes: Use BPN instead of PN in SRC_URIs
Andrey Zhizhikin [Fri, 23 Aug 2019 09:21:33 +0000 (09:21 +0000)]
recipes: Use BPN instead of PN in SRC_URIs

Fix QA issue: SRC_URI uses PN not BPN [src-uri-bad]

Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
5 years agoatf: Fix builds of native tools during build process
Daniel Klauer [Thu, 1 Aug 2019 09:15:01 +0000 (11:15 +0200)]
atf: Fix builds of native tools during build process

atf builds some native tools such as fiptool during its build process,
this should use Yocto's native toolchain options instead of just the
host's.

This way the fiptool build will actually use the openssl-native dependency
from Yocto's native sysroot, instead of the host's openssl (which may not
exist).

Signed-off-by: Daniel Klauer <daniel.klauer@gin.de>
5 years agoSplit fiptool build into separate recipe
Daniel Klauer [Thu, 1 Aug 2019 09:06:56 +0000 (11:06 +0200)]
Split fiptool build into separate recipe

Previously, ddr-phy built native fiptool during its own build process,
but without using Yocto's native toolchain settings. This results in
unexpected host dependencies. For example, fiptool depends on openssl,
which may or may not be installed on the host.

So now fiptool is built in a separate recipe (atf-tools-native) which can
easily depend on openssl.

Signed-off-by: Daniel Klauer <daniel.klauer@gin.de>
5 years agoatf: Only enable and depends on optee when supported
Alban Bedel [Thu, 15 Aug 2019 09:39:18 +0000 (11:39 +0200)]
atf: Only enable and depends on optee when supported

Use the new optee machine feature to only enable it when it is supported
by the machine and the distro. We use a package config switch to only
add the dependency when it is needed. This prevent a build failure on
machines that don't support optee.

Signed-off-by: Alban Bedel <alban.bedel@aerq.com>
5 years agooptee: Add optee as a machine feature to all supported boards
Alban Bedel [Thu, 15 Aug 2019 09:28:57 +0000 (11:28 +0200)]
optee: Add optee as a machine feature to all supported boards

Currently we assume that all qoriq arm64 boards support optee, however
that might not be the case for boards added by other layers building
on top of meta-freescale. To better support this case add a machine
feature to indicate if a given machine has optee support.

Add the new optee feature to all qoriq arm64 except ls2080ardb as it
doesn't seems to be supported by optee.

Signed-off-by: Alban Bedel <alban.bedel@aerq.com>
5 years agoimx6sllevk:imx7dsabresd:imx7ulpevk: Remove firmware-imx-brcm dependency
Daiane Angolini [Tue, 13 Aug 2019 17:31:30 +0000 (14:31 -0300)]
imx6sllevk:imx7dsabresd:imx7ulpevk: Remove firmware-imx-brcm dependency

The Broadcom support was removed by
d94f748d14d89fd2c62f03ddf181706626b0de91 so we do not need to install it
on images any more.

Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
5 years agolinux-fslc-lts: upgrade 4.19.56 -> 4.19.66
Andreas Müller [Tue, 13 Aug 2019 13:21:49 +0000 (15:21 +0200)]
linux-fslc-lts: upgrade 4.19.56 -> 4.19.66

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
5 years agoFix WKS_FILE to use files with .in extension
Fabio Berton [Mon, 12 Aug 2019 14:35:54 +0000 (11:35 -0300)]
Fix WKS_FILE to use files with .in extension

meta-freescale commit 6be9d197386b5c3bd72023981df805d42f87684c
renamed imx-uboot-spl-bootpart.wks to imx-uboot-spl-bootpart.wks.in
The .in extension in wks files allows bitbake variables to be used in
kickstarter files. Set WKS_FILES for all machines to match this new
filename.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
5 years agolinux-imx_4.14.98: Backport patches to fix building with gcc 9
Daiane Angolini [Thu, 8 Aug 2019 13:30:38 +0000 (10:30 -0300)]
linux-imx_4.14.98: Backport patches to fix building with gcc 9

The issue is reported by issue #136

Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
5 years agolibimxvpuapi2: Add recipe
Carlos Rafael Giani [Tue, 23 Jul 2019 11:49:23 +0000 (13:49 +0200)]
libimxvpuapi2: Add recipe

This is the successor to libimxvpuapi. Since at this moment, there is
software still using the former, its recipe remains in place. Both
versions (1 and 2) can coexist on the same rootfs.

Version 2 introduces support for i.MX8 (mx8m and mx8mm for now), and also
still supports i.MX6.

Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
5 years agolibimxdmabuffer: Add recipe
Carlos Rafael Giani [Mon, 8 Jul 2019 18:54:41 +0000 (20:54 +0200)]
libimxdmabuffer: Add recipe

libimxdmabuffer provides an API for allocating and handling physically
contiguous buffers ("DMA buffers") on imx6, imx7, imx8 machines with the
imx-kernel. The underlying allocation can be backed by the PxP, IPU, ION,
DWL, G2D APIs.

The API is backend agnostic. The same structures and functions can be used
with the underlying PxP and IPU allocators for example. Furthermore, the
library defines a "default" allocator (which one is the "default" is
determined by the library and by the build configuration).

By using this API, libraries can use compatible types for exchanging
DMA buffers in userspace, and can also use the same API and support mx6,
mx7, and mx8 machines, without requiring platform specific code changes.

Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
5 years agogstreamer1.0-plugins-base: Move bbappend to 1.16 version
Carlos Rafael Giani [Fri, 31 May 2019 10:15:41 +0000 (12:15 +0200)]
gstreamer1.0-plugins-base: Move bbappend to 1.16 version

This follows the OE-Core upgrade.

Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
5 years agoxf86-video-fbdev: Delete 0.4.2 version here
Khem Raj [Sun, 4 Aug 2019 00:50:10 +0000 (17:50 -0700)]
xf86-video-fbdev: Delete 0.4.2 version here

This is already in OE-core and a newer version

Signed-off-by: Khem Raj <raj.khem@gmail.com>
5 years agodpdk,dpdkvpp: Define valid configs for armv7
Khem Raj [Wed, 17 Jul 2019 04:37:56 +0000 (21:37 -0700)]
dpdk,dpdkvpp: Define valid configs for armv7

Do not build for arm < v7

Signed-off-by: Khem Raj <raj.khem@gmail.com>
5 years agodpdkvpp: -mtls-dialect=trad is aarch64 specific
Khem Raj [Wed, 17 Jul 2019 04:25:29 +0000 (21:25 -0700)]
dpdkvpp: -mtls-dialect=trad is aarch64 specific

Fixes
x86_64-yoe-linux-gcc: error: unrecognized argument in option '-mtls-dialect=trad'
x86_64-yoe-linux-gcc: note: valid arguments to '-mtls-dialect=' are: gnu gnu2

Signed-off-by: Khem Raj <raj.khem@gmail.com>
5 years agodpdk,dpdkvpp: Depend on numactl for x86_64
Khem Raj [Wed, 17 Jul 2019 04:14:42 +0000 (21:14 -0700)]
dpdk,dpdkvpp: Depend on numactl for x86_64

Fixes missing numa.h issue

Signed-off-by: Khem Raj <raj.khem@gmail.com>
5 years agoopencv: Adjust the bbappend for version 4.x
Khem Raj [Tue, 16 Jul 2019 06:03:48 +0000 (23:03 -0700)]
opencv: Adjust the bbappend for version 4.x

The patch is no longer needed, relevant code no more present in opencv

Signed-off-by: Khem Raj <raj.khem@gmail.com>
5 years agodpdk,dpdkvpp: Limit to x86/arm
Khem Raj [Sun, 14 Jul 2019 06:23:15 +0000 (23:23 -0700)]
dpdk,dpdkvpp: Limit to x86/arm

Other architectures are not supported and musl is not either

Signed-off-by: Khem Raj <raj.khem@gmail.com>
5 years agokernel-module-qcacld-lea: Mark imx soc specific
Khem Raj [Sat, 13 Jul 2019 07:49:35 +0000 (00:49 -0700)]
kernel-module-qcacld-lea: Mark imx soc specific

It tries to build for qemuarm and qemuarm64 as well and
fails to build e.g.

https://errors.yoctoproject.org/Errors/Details/251571/

Signed-off-by: Khem Raj <raj.khem@gmail.com>
5 years agols1046afrwy :add qe-ucode
Chunrong Guo [Fri, 12 Jul 2019 06:18:33 +0000 (14:18 +0800)]
ls1046afrwy :add qe-ucode

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agols1046ardb: add ls2-phy
Chunrong Guo [Fri, 12 Jul 2019 06:17:39 +0000 (14:17 +0800)]
ls1046ardb: add ls2-phy

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agols1046ardb: add qe-ucode
Chunrong Guo [Fri, 12 Jul 2019 06:12:01 +0000 (14:12 +0800)]
ls1046ardb: add qe-ucode

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agooptee-test-qoriq: fix build failure with GCC9
Chunrong Guo [Wed, 10 Jul 2019 09:28:29 +0000 (17:28 +0800)]
optee-test-qoriq: fix build failure with GCC9

*fix the below error:
|error: '%*s' directive argument is not a nul-terminated string [-Werror=format-overflow=]

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agols2-phy: set COMPATIBLE_MACHINE as qoriq
Chunrong Guo [Wed, 10 Jul 2019 09:23:27 +0000 (17:23 +0800)]
ls2-phy: set COMPATIBLE_MACHINE as qoriq

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agodpdkvpp: add recipes
Chunrong Guo [Wed, 10 Jul 2019 08:11:47 +0000 (16:11 +0800)]
dpdkvpp: add recipes

*update to lsdk 1906 tag
include the following changes:
0123ced - Merge pull request #966 in GITAM/dpdk from 18.11-qoriq-dev to 18.11-qoriq
9e58741 - Merge pull request #965 in GITAM/dpdk from 18.11-qoriq-dev-ppfe to 18.11-qoriq-dev
87b8c52 - net/ppfe: add checksum offload in capability
ae172a2 - bus/dpaa: fix incorrect rte_free of malloc memory

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agovpp-core: update to ff7bf7b
Chunrong Guo [Wed, 10 Jul 2019 08:01:09 +0000 (16:01 +0800)]
vpp-core: update to ff7bf7b

*update to lsdk 1906 tag
include the following changes:
ff7bf7b - Merge pull request #32 in DQNS/vpp from ~NXA12342/vpp:19.01.1_devel to 19.01.1
5c2b539 - PVT: ipsec: Fixed capability matching for openssl based sha1 authentication
a24588f - PVT: dpdk_plugin: introducing ipsec protocol offload
33d0d81 - Fixed Flexbuild integration issues
c200b3f - dpdk-ipsec: Fixed ramdom Crash in esp traffic
2a0a031 - Enhanced the VPP startup configuration
05bce64 - Merge pull request #30 in DQNS/vpp from ~NXA19696/vpp:19.01.1 to 19.01.1
c63f8ad - Fixed RPM packaging of VPP libs w.r.t Tag format
85e9d4d - Merge pull request #29 in DQNS/vpp from ~NXA19696/vpp:19.01.1 to 19.01.1
26d2455 - Adding README for NXP platforms
9df88fa - Handled review comments
d66c318 - Fixed Debian packing support for arm64 platform
513a05a - Fix for using Best mem pool ops as per platform
d0f5fa4 - Updating path for cmake cross compile file
fe17e96 - More Compilation Fixes
e64c6ca - Cross compilation & RPM pkging known issues
cbd68cb - 19.01.1 Release Notes
3262adc - cmake: fix out-of-git-tree build
d302022 - Fix vpp crashing when attempting to run in kubernetes Pod
6342e48 - tcp: allow future acks if in window
46ee286 - IPSEC: crash on SA dump when SA are bound to tunnels
bad0bcd - Fix crash in barrier sync when vlib_worker_threads is zero
372a33e - buffer chain linearization

*update PV to "19.01"
*refresh patch
*update DEPENDS

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agopktgen-dpdk: Upgrade version to 3.6.6
Chunrong Guo [Wed, 10 Jul 2019 06:53:11 +0000 (14:53 +0800)]
pktgen-dpdk:  Upgrade version to 3.6.6

include the following changes:
b3d08bb - update version number and log
7c4187c - add new portInfo lua data
0c39019 - Cleanup build, add plugin support and meson build not working
f6e9e33 - fix crash not resetting tty and other fixes
4199555 - Merge branch 'bug-fix'
3942af7 - fix Update to version 3.6.5
176df0a - fix ldflags order for lua lib
8c746d0 - minor message missing a word
5e29e43 - reorder the defines on the LDFLAGS line
6ed0bde - convert to DPDK network structs and fix offload code.
0e8ac37 - fix lua builds oni ubuntu 18.10
5b537c9 - change port command to use uint16_t
96776e5 - update .cfg file information
b5133f1 - add page stats screen
5b883b2 - add more color to static info
a0c5819 - convert all rte_delay_ms to rte_delay_us_sleep
83b1bfa - remove need for rte_timer_manage
4dcc2db - use faster timer routines then rte_timer_manage
cca5864 - remove cycles.h header
0d5d9ab - change cli_use_timers routine to run rte_timer_manage
7283ba7 - remove crc-strip option
b44f9e6 - remove init stats structure
a82bbf5 - fix formatting with spaces
81623f1 - update readme, version and changelog

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agodpdk: Upgrade from version 17.11 to 18.11
Chunrong Guo [Wed, 10 Jul 2019 06:21:19 +0000 (14:21 +0800)]
dpdk: Upgrade from version 17.11 to 18.11

*update to lsdk 1906 tag
include the following changes:
0123ced - Merge pull request #966 in GITAM/dpdk from 18.11-qoriq-dev to 18.11-qoriq
9e58741 - Merge pull request #965 in GITAM/dpdk from 18.11-qoriq-dev-ppfe to 18.11-qoriq-dev
87b8c52 - net/ppfe: add checksum offload in capability
ae172a2 - bus/dpaa: fix incorrect rte_free of malloc memory
866adf5 - Merge pull request #961 in GITAM/dpdk from 18.11-qoriq-dev to 18.11-qoriq
0b36cdd - Merge pull request #953 in GITAM/dpdk from DPDK-1790 to 18.11-qoriq-dev
7dfce10 - PVT: nxp: supress warnings from performance script
4e26967 - PVT: nxp/README: update with loopback and no prefetch devargs option
71f3ebd - PVT: net/dpaa2: add optional non-prefetch rx mode
025c689 - PVT: eth/dpaa2: reset frc and ctrl in sg tx fd
6e8d2fe - net/ppfe: fix no ports available issue
28bfd64 - PVT: examples: l3fwd: Fix spec creation for traffic split scenario
279901c - Merge pull request #946 in GITAM/dpdk from DPDK-1799-pdcp-security to 18.11-qoriq-dev
066ff8d - crypto/dpaa_sec: update dpovrd for hfn override in PDCP
73c6c39 - Merge pull request #947 in GITAM/dpdk from DPDK-1795-ecpri to 18.11-qoriq-dev
ef48961 - bus/dpaa: fix static initialization to 0
29235c3 - Merge pull request #948 in GITAM/dpdk from 18.11-qoriq-dev to 18.11-qoriq
c3a19c0 - PVT: test: restructure PDCP test cases into new file
627fc3d - Merge pull request #943 in GITAM/dpdk from feature/DPDK-1595-ovs-2.11-migration to 18.11-qoriq-dev
7b9db20 - PVT: examples/l3fwd: add support for ethtype based traffic splitting

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agoddr-phy: fix typo
Chunrong Guo [Fri, 5 Jul 2019 07:33:39 +0000 (15:33 +0800)]
ddr-phy: fix typo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agoovs-dpdk: Upgrade 2.10 -> 2.11
Chunrong Guo [Fri, 5 Jul 2019 07:16:31 +0000 (15:16 +0800)]
ovs-dpdk: Upgrade 2.10 -> 2.11

*Update to lsdk 1906 tag
include the following changes:
abc80ef - netdev-dpdk: have env based configurable number of packet buffers
2410fad - rhel: Use PIDFile on forking systemd service files
a631ef7 - dpif-netdev: fix meter at high packet rate.
6b14ed0 - dpif-netdev: Fix double parsing of packets when EMC disabled.
0118706 - dpif-netdev: Update comment about flow installation race.
3c54cf1 - netlink linux: fix to append the netnsid netlink attr.
9a72286 - conntrack: Fix minimum connections to clean.
9b2e4ff - datapath: Revert "datapath: Fix template leak in error cases."
62c7a9d - compiler: Fix compilation when using VStudio 2015/2017
2560908 - datapath: fix flow actions reallocation
fae3311 - Docs: fix conntrack flow ct_state input
daeab19 - netdev-dpdk: Fix printing masks with wrong byte order.
24909e6 - Prepare for 2.11.2.
022c173 - Set release date for 2.11.1.
044a61d - netdev-tc-offloads: Fix probe tc block support
434ffa9 - rhel: Include all header files in the Fedora's devel package
359a7d2 - reconnect.c: Don't transition back to ACTIVE when forced to RECONNECT.
2924b48 - OVN: Make periodic RAs consistent with RA responder.
54f2d11 - OVN: Always send prefix option in RAs
76f2c3b - OVN: Use offset instead of pointer into ofpbuf
6ffb917 - ofproto: fix the bug of bucket counter is not updated
b1f9b4e - netdev-dpdk: Print netdev name for txq mapping.
9068a55 - dpif-netdev-perf: Fix millisecond stats precision with slower TSC.
3c440c2 - ifupdown.sh: Add missing "--may-exist" option
b88dafd - dpif-netdev-perf: Fix double update of perf histograms.
a55b827 - dpdk: Stop dumping memzones to stdout.
68b2304 - dpctl: Drop parser debug information.
5dea53a - netdev-tc-offloads: Properly get the block id on flow del/get
4c26dfd - netdev-tc-offloads: Improve log message for icmpv6 offload not supported
d8bb89f - conntrack: Replace structure copy by memcpy().

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agoqemu-qoriq: update to 79df057
Chunrong Guo [Fri, 5 Jul 2019 07:03:39 +0000 (15:03 +0800)]
qemu-qoriq: update to 79df057

*include the following changes:
79df057 - vfio/fsl-mc: Check command version on dprc and dpmcp cmdif
475d962 - vfio/fsl-mc: Add support for DPRC command version-2
271b7fa - vfio/fsl-mc: Add interface for device region range
23f6ed8 - vfio/fsl-mc: Setup address space for QBman CE-SH region
89add80 - vfio/fsl-mc: Fix mc-command version check

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agols1046afrwy: add machine config
Chunrong Guo [Fri, 5 Jul 2019 07:01:03 +0000 (15:01 +0800)]
ls1046afrwy: add machine config

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agols1046ardb: rename UEFI_NORBOOT -> UEFI_QSPIBOOT
Chunrong Guo [Fri, 5 Jul 2019 06:58:28 +0000 (14:58 +0800)]
ls1046ardb: rename UEFI_NORBOOT -> UEFI_QSPIBOOT

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agooptee-os-qoriq: add OPTEEMACHINE for ls1088ardb-pb and ls1046afrwy
Chunrong Guo [Fri, 5 Jul 2019 06:46:12 +0000 (14:46 +0800)]
optee-os-qoriq: add OPTEEMACHINE for ls1088ardb-pb and ls1046afrwy

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agosecure-obj: update to cd3c353
Chunrong Guo [Fri, 5 Jul 2019 06:41:21 +0000 (14:41 +0800)]
secure-obj: update to cd3c353

*update to lsdk 1906 tag
include the following changes:
cd3c353 - updated the year in file copyright headers.
4d5cc8d - app/device_record: Stores the client's device record in a file.
322a6d6 - APP,TA,LIB: Creating 2 separate objects for public and private key for KeyPair
bc0553a - removed dead code under compile time flag SK_INVALID_HANDLE
f2fddd6 - added support for sk_digestinit sk_digestupdate sk_digestfinal.
f509695 - APP_TA_LIB: Adding SK_ATTR_PRIVATE attribute for objects
6791873 - SOBJ_LIB: Exposing SK_CreateObject for PKCS#11 Library
f3da9c0 - TA: Miscellaneous Changes
07ef069 - APP_ENG: Adding support for OAEP Encryption in engine and engine app
9fdbf7a - LIB_TA: Adding support for OAEP Encryption Scheme
1652924 - TA: Not returning TEE_ERROR_BAD_PARAMETERS for unmatched attributes
2a49505 - LIB: Exposing SK_GenerateKeyPair and SK_EraseObject Functions
bbcbe6c - BUG: Fix for PLATSEC-666
e944456 - BUG: Fix for PLATSEC-628
41a0eaa - Making secure object components ompatible to OpenSSL 1.1.0 and 1.0.2
f72cf1a - Fix for PLATSEC-581

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agolibpkcs11: update to a243fb2
Chunrong Guo [Fri, 5 Jul 2019 06:13:26 +0000 (14:13 +0800)]
libpkcs11: update to a243fb2

*update to lsdk 1906 tag
include the following changes:
a243fb2 - corrected the start year
ac5d4db - Updated the year in file header.
d642bdd - Changes for making SK_GenerateKeyPair API compatible

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agocrconf: add recipes
Chunrong Guo [Fri, 5 Jul 2019 06:09:22 +0000 (14:09 +0800)]
crconf: add recipes

include the following changes:
7b5819e - Restructure copy_name() to follow best practice
8bd9964 - Set algorithm mask only when type is provided
81bd24f - Don't overwrite compiler env. if alredy set
0248373 - Update dependencies - Linux kernel and iproute2 headers
547b464 - Fix potential segfault when omitting type argument
274eaba - Honor max length of alg/driver name in strncpy
9d0ae95 - Improve usage information
6ab1c3c - crconf: Fix error output on crconf_del_alg.
d8a0a6f - crconf: Add a basic manpage
27a173f - crconf: Update headers to the Linux mainline
873058f - crconf - Linux crypto layer configuraton tool

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agodce: update to 1b9e9ac
Chunrong Guo [Fri, 5 Jul 2019 05:54:35 +0000 (13:54 +0800)]
dce: update to 1b9e9ac

*update to lsdk 1906 tag
include the following changes:
1b9e9ac - .gitmodules: use codeaurora url
e451edf - perf-test: Reject large input files
3bdbdf3 - perf-test: Error out in stateless decomp mismatch
64fc3b1 - dce-internals: Efficient FQ full scheme
d1add39 - Merge pull request #32 in DPAA2/dce from ~NXA07713/dce:jira/QSDK-5623-update-dce-license-files to master
b3c27ed - LICENSE: Remove GPL License
68a6dab - Merge pull request #31 in DPAA2/dce from ~NXA07713/dce:jira/QSDK-5623-update-dce-license-files to master
0f33f16 - LICENSE: Update License year and full BSD-3 text
0175bb4 - Merge pull request #30 in DPAA2/dce from ~NXA07713/dce:jira/QSDK-5621-dpdcei-object-fails-to-unassign-out-of-child-dprc to master
361e4d0 - dpdcei: Cleanup hanldes in dpdcei_deactivate

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agocst: update to e04690b
Chunrong Guo [Fri, 5 Jul 2019 05:49:26 +0000 (13:49 +0800)]
cst: update to e04690b

*update to lsdk 1906 tag
include the following changes:
e04690b - scripts/platform: LS1028A: Removes signing of PPA image

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agospc: update to be7dd8e
Chunrong Guo [Fri, 5 Jul 2019 05:23:31 +0000 (13:23 +0800)]
spc: update to be7dd8e

*update to lsdk 1906 tag
include the following changes:
be7dd8e - Increment SPC Tool version
2dafd3a - Refactoring following support for multiple protocols
727329a - Multiple protocols support

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agofmc: install all config files
Chunrong Guo [Fri, 5 Jul 2019 05:19:07 +0000 (13:19 +0800)]
fmc: install all config files

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agolinux-qoriq/4.14: update to e3aede3
Chunrong Guo [Fri, 5 Jul 2019 05:06:59 +0000 (13:06 +0800)]
linux-qoriq/4.14: update to e3aede3

*update to lsdk 1906 tag
include the following changes:
e3aede3 - tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()
307f55b - tcp: add tcp_min_snd_mss sysctl
c3f6a40 - tcp: tcp_fragment() should apply sane memory limits
7d63a76 - tcp: limit payload size of sacked skbs
bc6fb71 - Revert "crypto: caam - fix concurrency issue in givencrypt descriptor"
5ead7f1 - dpaa2-eth: Remove FSL_DPAA2_ETH_DEBUGFS option
34ae8f0 - dpaa2-eth: Move CEETM config options under FSL_DPAA2_ETH
9ac3836 - ahci_qoriq: bug fix for ecc_addr
f793640 - arm64: dts: ls1028a: add gpu node
043de79 - sdk_qbman: Avoid variable length array in USDPAA
bd9550f - drivers: net: can: flexcan: fix flexcan not working
4660157 - dpaa2-eth: add irq for the dpmac connect/disconnect event
4319197 - dpaa2-eth: Fix incorrect version check
e3f7267 - dpaa2-eth: Fix FQ-based enqueue
3b04038 - crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid input
4f0c3a1 - crypto: caam - fix concurrency issue in givencrypt descriptor
439f828 - arm64: dts: ls1028a: Add temperature sensor node
2353f24 - dpaa2-eth: No bql accounting for XDP frames
50c4adb - arm64: dts: ls1028a: Fix CPU idle fail.
815dbbc - dmaengine: fsl-edma: support little endian for edma driver
e7275aa - arm64: dts: fsl: ls1028a: Add qDMA node
2e4a124 - arm64: dts: lx2160a: update interrupt property for Aquantia phy
bd8ee34 - can: flexcan: Handle bit timings overflow
8330f91 - Fix flexcan compiling errors.

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agolinux-qoriq/4.19: update to 1a4cab2
Chunrong Guo [Fri, 5 Jul 2019 04:13:29 +0000 (12:13 +0800)]
linux-qoriq/4.19: update to 1a4cab2

*update to lsdk 1906 tag
include the following changes:
1a4cab2 - tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()
b20446e - tcp: add tcp_min_snd_mss sysctl
96340e0 - tcp: tcp_fragment() should apply sane memory limits
6aa0603 - tcp: limit payload size of sacked skbs
58cd089 - Revert "crypto: caam - fix concurrency issue in givencrypt descriptor"
2cf3e79 - ahci_qoriq: bug fix for ecc_addr
43aec2b - arm64: dts: ls1028a: add gpu node
8d67002 - sdk_qbman: Avoid variable length array in USDPAA
63a7aba - net: dev: introduce support for sch BYPASS for lockless qdisc
e1924fc - net: sched: add empty status flag for NOLOCK qdisc
31639b0 - dpaa2-eth: add irq for the dpmac connect/disconnect event
ad0e508 - dpaa2-eth: Fix incorrect version check
1816b9c - dpaa2-eth: Fix FQ-based enqueue
97894b93 - crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid input
1bee6b6 - crypto: caam - fix concurrency issue in givencrypt descriptor
582dfcb - arm64: dts: ls1028a: Add temperature sensor node
9be8742 - staging: fsl-dpaa2: Remove duplicate config options
6e189a2 - arm64: dts: ls1028a: Fix CPU idle fail.
fe14f5f - spi: nxp-fspi: add "get_name" function
6aa2bb8 - dmaengine: fsl-edma: support little endian for edma driver
2505bc2 - arm64: dts: fsl: ls1028a: Add qDMA node
1a1da4d - arm64: dts: lx2160a: update interrupt property for Aquantia phy
052f93b - can: flexcan: Handle bit timings overflow
4687a6d - can: flexcan: enable flexcan for all architectures
ab64674 - can: flexcan: modify the interrupt register handling
ce7a15d - net: can: flexcan: can FD Format (FDF) changes

*refresh patches.

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agoqe-ucode: update recipes
Chunrong Guo [Fri, 5 Jul 2019 03:48:56 +0000 (11:48 +0800)]
qe-ucode: update recipes

*install *.bin to boot
*set COMPATIBLE_MACHINE to qoriq

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agoddy-phy: update depends atf commit id
Chunrong Guo [Fri, 5 Jul 2019 03:40:57 +0000 (11:40 +0800)]
ddy-phy: update depends atf commit id

*update atf to 1906 tag

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agomc: update to f72b978
Chunrong Guo [Fri, 5 Jul 2019 03:27:14 +0000 (11:27 +0800)]
mc: update to f72b978

*update to lsdk 1906 tag
include the following changes:
f72b978 - Add the prebuilt binaries of mc 10.16.2 release
a7d982e - Update the license file

*Upgrade version to 10.16.2

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agomc-utils: update to 18c7760
Chunrong Guo [Fri, 5 Jul 2019 03:21:39 +0000 (11:21 +0800)]
mc-utils: update to 18c7760

*update to lsdk 1906 tag
include the following changes:
18c7760 - Add DPSECI object in default DPL for LX2160 platform
598afb9 - Add DPL files for LS1088/LS2088 with DPSECI objects included
8da7d1d - api: add MC 10.16.0 APIs
19a70bb - api: add MC 10.15.0 APIs

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agoatf: update to 17f94e4
Chunrong Guo [Fri, 5 Jul 2019 03:12:11 +0000 (11:12 +0800)]
atf: update to 17f94e4

*update to lsdk 1906 tag
include the following changes:
17f94e4 - plat/nxp/fsl_sec: Remove infinite loop from DEBUG Build
2d18325 - plat/nxp: Change MMU mapping of QSPI, NOR flash to MEMORY from DEVICE
5b8b9a3 - plat/nxp: Add lx2160aqds support
332c6ee - Merge branch 'LSDK' of ssh://bitbucket.sw.nxp.com/gitam/atf into LSDK
1e4b1e6 - Merge pull request #41 in GITAM/atf from ~NXA19332/atf-fork:LSDK to LSDK
693673c - plat: nxp: ls1028rdb: optimize DDR performance
8976e00 - Merge pull request #36 in GITAM/atf from ~NXA27427/atf:jira/PLATSEC-822 to LSDK
af21b29 - common: include: correct setbits_le32 macro
3947e8e - plat/nxp/tools: Adds flag to check CRC&STOP or STOP command.
c8af318 - nxp: ddr: ls1012a: fixes random hang issue
fea3df8 - Merge pull request #30 in GITAM/atf from ~NXF49783/atf:LSDK to LSDK
1df8fb4 - Merge pull request #38 in GITAM/atf from ls1028_brup to LSDK
7e3f1fc - nxp: drivers: ddr: phy-gen2: add PllCtrl settings
07a2317 - nxp/ls1046: Add support for frwy board
25443b9 - plat: nxp: ddr: update ODT and output driver impedance
b68a2d7 - csf_hdr_parser/input_blx_ch2: Corrects OEMUID 0 input attribute name.
5b14d6d - plat/nxp/drivers/sfp: Reset the data value at the set GPIO pin.
89963ec - Merge branch 'LSDK' of ssh://bitbucket.sw.nxp.com/gitam/atf into LSDK
b54f200 - nxp/ls1028a: Enable core timebase

*add ls1046afrwy support
*install fip_ddr_sec.bin

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agouefi: update to 1296390
Chunrong Guo [Fri, 5 Jul 2019 03:03:16 +0000 (11:03 +0800)]
uefi: update to 1296390

*update to lsdk 1906 tag
include the following changes:
1296390 - update to commit 7918c743857
ee84dcf - update binaries for LSDK 19.06
e4f1a6f - update binaries for LSDK 19.06

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agou-boot: update to c873063
Chunrong Guo [Fri, 5 Jul 2019 02:53:52 +0000 (10:53 +0800)]
u-boot: update to c873063

*update to lsdk 1906 tag
include the following changes:
c873063 - common: qixis: make the qixis compatible with new soc
4fe7bca - armv8: ls1028a: Add environment variables to facilitate the boot
d7baae8 - dm: i2c: lx2160: Revert lx2160 i2c dm support patch set
3c75182 - armv8: lx2160ardb : Add slave nodes under the i2c0 controller
1807bb1 - armv8: lx2160ardb : Add pcf2127 node
600e32c - armv8: dts: fsl-lx2160a: add i2c controller and gpio DT nodes
efe84a3 - gpio: do not include <asm/arch/gpio.h> on ARCH_LX2160A
8fbdb38 - drivers: i2c: mxc: Solve the compiler error when using i2c dm mode
210c880 - configs: lx2160a: enable DM support for pcf2127 rtc
4691972 - armv8: lx2160a: The lx2160a platform supports the I2C driver model.
9b6da05 - board/freescale/common: secure_boot: Set bootdelay to -2.
c419c9c - armv8: fsl-layerscape: Increase mmc read size for secure-boot headers
e3a324e - configs: fsl-layerscape: secure_boot: Enable setexpr command.
03313e4 - armv8: dts: ls1028a: Add FSPI node for ls1028ardb and ls1028aqds
47a485c - configs: ls1028a: Enable FSPI support for ls1028ardb and ls1028aqds
7a5853e - mtd: spi-nor-ids: Add micron mt35xu02g flash ID
d5cf4da - configs: ls1012: unset CONFIG_SPI_FLASH_BAR, move CONFIG_FSL_QSPI to defconfig
bcdf1cb - driver: spi: Update QSPI driver xfer
0c337c2 - armv8: ls2088ardb: Fix MC firmware loading during SD boot
336202e - armv8: ls2088aqds: Fix MC firmware loading during SD boot
7be353f - armv8: ls2088aqds: Add bootcmd for TFA boot
9664bf5 - armv8: fsl-layerscape: Change bootcmd update logic
3bad029 - ls1046ardb: Add CONFIG_ENV_ADDR to init env in qspi boot
b892a5c - armv8: fsl-lsch2: add clock support for the second eSDHC
6bec285 - configs: ls1088aqds: Enable config to write aligned data to TxFIFO
7db76c5 - arm64: configs: ls1046afrwy: config update
268ebc5 - armv8: fsl-layerscape: Update qspi clk cfg
da7f6ec - armv8/fsl-layerscape: Add loop to check L3 dcache status
55007f3 - ARM: dts: ls1021a: Fixed reg for sata node

*Upgrade version to 2019.04

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agorcw: update to 93358b4
Chunrong Guo [Fri, 5 Jul 2019 02:33:02 +0000 (10:33 +0800)]
rcw: update to 93358b4

*update to lsdk 1906 tag
include the following changes:
93358b4 - rcw.py: Update comments for loadwochecksum command
de68a41 - ls2088aqds: Corrected MEM2_PLL_RAT for DP-DDR frequency
ac05bc4 - ls1046afrwy: fix a compiling error issue
a25dde7 - Add init rcw support for ls1028a platform
de0baa2 - rcw.py: Add Support to Load RCW without checksum
b99ec29 - ls1046a: ls1046afrwy: frwy-ls1046a platform support
498de8d - LX2160: Add workaround of errata A-011270

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
5 years agogstreamer1.0-plugins-bad: Drop using bluetooth bbclass
Khem Raj [Fri, 12 Jul 2019 19:23:12 +0000 (12:23 -0700)]
gstreamer1.0-plugins-bad: Drop using bluetooth bbclass

It has been deprecated for few years and finally now
removed from oe-core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
5 years agowic: Fix image generation for i.MX with SPL and U-Boot
Joris Offouga [Thu, 11 Jul 2019 05:43:07 +0000 (07:43 +0200)]
wic: Fix image generation for i.MX with SPL and U-Boot

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>
5 years agou-boot-fslc: Bump revision to 86ce1a1351
Fabio Berton [Wed, 10 Jul 2019 13:46:55 +0000 (10:46 -0300)]
u-boot-fslc: Bump revision to 86ce1a1351

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>
5 years agolinux-fslc-lts: upgrade 4.19.50 -> 4.19.56
Andreas Müller [Wed, 3 Jul 2019 13:51:49 +0000 (15:51 +0200)]
linux-fslc-lts: upgrade 4.19.50 -> 4.19.56

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
5 years agolinux-fslc-lts: remove orphaned patch
Andreas Müller [Wed, 3 Jul 2019 13:12:52 +0000 (15:12 +0200)]
linux-fslc-lts: remove orphaned patch

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
5 years agoatf: Fix the build on machines that don't support UEFI
Alban Bedel [Tue, 25 Jun 2019 09:44:57 +0000 (11:44 +0200)]
atf: Fix the build on machines that don't support UEFI

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>
5 years agolinux-fslc: Bump revision to cd1d08333
Fabio Berton [Thu, 27 Jun 2019 19:31:11 +0000 (16:31 -0300)]
linux-fslc: Bump revision to cd1d08333

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>
5 years agoUpdate dtb list for iMX machines.
Alexandru Palalau [Mon, 24 Jun 2019 09:34:02 +0000 (12:34 +0300)]
Update dtb list for iMX machines.

Allign with dtb changes from latest version of linux-imx.

Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
5 years agoxserver-xorg: Fix X server 1.20.1 crash [YOCIMX-3280]
Neena Busireddy [Fri, 22 Feb 2019 22:03:02 +0000 (16:03 -0600)]
xserver-xorg: Fix X server 1.20.1 crash [YOCIMX-3280]

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>
5 years agolinux-fslc-lts: Bump revision to 55fcc545ad14
Fabio Berton [Fri, 14 Jun 2019 19:19:02 +0000 (16:19 -0300)]
linux-fslc-lts: Bump revision to 55fcc545ad14

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>
5 years agou-boot-fslc: Upgrade 2019.04 -> 2019.07
Fabio Berton [Fri, 14 Jun 2019 18:14:54 +0000 (15:14 -0300)]
u-boot-fslc: Upgrade 2019.04 -> 2019.07

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>
5 years agolinux-fslc: Upgrade to version 5.1.x
Fabio Berton [Wed, 5 Jun 2019 20:32:28 +0000 (17:32 -0300)]
linux-fslc: Upgrade to version 5.1.x

This commit merges tag v5.1.12 into 5.1.x+fslc.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
5 years agomx8mm: use cortexa53-crypto tune for imx8m mini per default
Andrey Zhizhikin [Tue, 18 Jun 2019 14:45:32 +0000 (14:45 +0000)]
mx8mm: use cortexa53-crypto tune for imx8m mini per default

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>
5 years agoqoriq-base: Use the same provider for u-boot and u-boot-fw-utils
Alban Bedel [Wed, 19 Jun 2019 08:33:31 +0000 (10:33 +0200)]
qoriq-base: Use the same provider for u-boot and u-boot-fw-utils

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>
5 years agou-boot-qoriq-fw-utils: Update to 2018.09 to fix the build
Alban Bedel [Wed, 5 Jun 2019 12:27:13 +0000 (14:27 +0200)]
u-boot-qoriq-fw-utils: Update to 2018.09 to fix the build

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>
5 years agoqca-modules: Mark arm/aarch64 specific
Khem Raj [Sat, 15 Jun 2019 16:55:41 +0000 (09:55 -0700)]
qca-modules: Mark arm/aarch64 specific

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>
5 years agoqca-tools: Upgrade to version 2.0.3
Alexandru Palalau [Thu, 6 Jun 2019 10:57:58 +0000 (13:57 +0300)]
qca-tools: Upgrade to version 2.0.3

Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
5 years agoimx-kobs: Update SRCREV to 02c01d
Alexandru Palalau [Thu, 23 May 2019 11:53:45 +0000 (14:53 +0300)]
imx-kobs: Update SRCREV to 02c01d

Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
5 years agoimx-uuc: Update SRCREV to fc48b4
Alexandru Palalau [Thu, 23 May 2019 11:49:30 +0000 (14:49 +0300)]
imx-uuc: Update SRCREV to fc48b4

Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
5 years agoimx-test: Switch to branch imx_4.14.98_2.0.0_ga
Alexandru Palalau [Thu, 23 May 2019 11:44:24 +0000 (14:44 +0300)]
imx-test: Switch to branch imx_4.14.98_2.0.0_ga

Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
5 years agofirmware-qca: Upgrade to version 2.0.3
Alexandru Palalau [Thu, 23 May 2019 11:35:23 +0000 (14:35 +0300)]
firmware-qca: Upgrade to version 2.0.3

Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
5 years agolinux-imx-mfgtool: Update to version 4.14.98
Alexandru Palalau [Tue, 21 May 2019 09:23:16 +0000 (12:23 +0300)]
linux-imx-mfgtool: Update to version 4.14.98

Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
5 years agokernel-modules: upgrade qca6174 and qca9377 to version 2.1
Alexandru Palalau [Mon, 20 May 2019 11:23:47 +0000 (14:23 +0300)]
kernel-modules: upgrade qca6174 and qca9377 to version 2.1

Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
5 years agolinux-imx-headers: update to version 4.14.98
Alexandru Palalau [Mon, 20 May 2019 11:15:29 +0000 (14:15 +0300)]
linux-imx-headers: update to version 4.14.98

Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
5 years agolinux-imx: Update to version 4.14.98
Alexandru Palalau [Mon, 20 May 2019 11:07:38 +0000 (14:07 +0300)]
linux-imx: Update to version 4.14.98

      - 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>