]> code.ossystems Code Review - meta-freescale.git/log
meta-freescale.git
7 years agomesa: Remove patch applied on mesa 18.0.0-rc4 95/18795/2
Fabio Berton [Tue, 27 Feb 2018 13:12:12 +0000 (10:12 -0300)]
mesa: Remove patch applied on mesa 18.0.0-rc4

WIP-st-dri-Allow-YUYV-import.patch was already applied on mesa 18.0.0-rc4

Change-Id: Ifead7707b2aff090b8e8355a9ea33c05cea9de32
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
7 years agoMerge remote-tracking branch 'yocto/rocko' into rocko+ossystems
Otavio Salvador [Wed, 21 Feb 2018 12:01:47 +0000 (09:01 -0300)]
Merge remote-tracking branch 'yocto/rocko' into rocko+ossystems

* yocto/rocko:
  u-boot-fslc-fw-utils: add u-boot-fw-utils to PROVIDES

Change-Id: I183efa9675307c43fba0fa4ebffe03eb093a3dae

7 years agou-boot-fslc-fw-utils: add u-boot-fw-utils to PROVIDES
texierp [Fri, 9 Feb 2018 21:24:31 +0000 (22:24 +0100)]
u-boot-fslc-fw-utils: add u-boot-fw-utils to PROVIDES

Without this, bitbake use the default one, and not "u-boot-fslc-fw-utils".

This was observed when layer is used together with poky (with Mender).

Signed-off-by: Pierre-Jean TEXIER <texier.pj2@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit 45a47bd00a1e14c82abad9ddb6e1393cb644fda7)

7 years agoMerge remote-tracking branch 'yocto/rocko' into rocko+ossystems
Otavio Salvador [Wed, 7 Feb 2018 12:55:12 +0000 (10:55 -0200)]
Merge remote-tracking branch 'yocto/rocko' into rocko+ossystems

* yocto/rocko:
  qtbase: set default EGLFS_DEVICE_INTEGRATION before oe-device-extra.pri
  weston: Append EGL_CFLAGS to CFLAGS for imxgpu2d
  weston: Do not force MACHINE_SOCARCH for PACKAGE_ARCH
  weston: Remove 2.0.0 recipe as rocko has it
  imx-gpu-viv: egl: Add alias for EGL_PLATFORM_GBM_KHR
  weston: Switch to 2.0 with i.MX fork
  imx-gpu-viv: egl: Add alias for EGL_PLATFORM_X11_KHR

Change-Id: I4b80164db64dc8a3b2e12a071394120c49c53b2c

7 years agoqtbase: set default EGLFS_DEVICE_INTEGRATION before oe-device-extra.pri
Ming Liu [Mon, 8 Jan 2018 12:22:07 +0000 (13:22 +0100)]
qtbase: set default EGLFS_DEVICE_INTEGRATION before oe-device-extra.pri

This allows the users to be able to override it in oe-device-extra.pri.

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit 192def2732d8b548f4b4cc03eb9b45639af8b1fd)

7 years agoweston: Append EGL_CFLAGS to CFLAGS for imxgpu2d
Fabio Berton [Fri, 26 Jan 2018 15:54:42 +0000 (13:54 -0200)]
weston: Append EGL_CFLAGS to CFLAGS for imxgpu2d

When building weston for imxgpu2d machine, CFLAGS doesn't get
EGL_CFLAGS value and cause the error bellow:

| ../build/tmp/sysroots/imx6sl-warp/usr/include/EGL/eglvivante.h:266:2: error: #error "Platform not recognized"
|  #error "Platform not recognized"

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit 0296938d6316fe9d5b41d5a0ec8a2eb8200b7d3f)

7 years agoweston: Do not force MACHINE_SOCARCH for PACKAGE_ARCH
Otavio Salvador [Tue, 16 Jan 2018 15:34:17 +0000 (13:34 -0200)]
weston: Do not force MACHINE_SOCARCH for PACKAGE_ARCH

There is no need to force the PACKAGE_ARCH as it is automatically set
correctly for i.MX based machines and left unmodified otherwise.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agoweston: Remove 2.0.0 recipe as rocko has it
Otavio Salvador [Tue, 16 Jan 2018 15:31:32 +0000 (13:31 -0200)]
weston: Remove 2.0.0 recipe as rocko has it

When moving to weston 2.0.0 fork, it also included a copy of weston
recipe and it is not needed for rocko as this is the version available
in the branch.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agoimx-gpu-viv: egl: Add alias for EGL_PLATFORM_GBM_KHR
Otavio Salvador [Fri, 15 Dec 2017 13:08:59 +0000 (11:08 -0200)]
imx-gpu-viv: egl: Add alias for EGL_PLATFORM_GBM_KHR

New EGL code uses EGL_PLATFORM_GBM_KHR (for example weston) and the
value is the same, so we can provide an alias for it instead of
patching every code using it.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agoweston: Switch to 2.0 with i.MX fork
Tom Hochstein [Thu, 7 Dec 2017 17:31:01 +0000 (11:31 -0600)]
weston: Switch to 2.0 with i.MX fork

EGL support was removed from the fbdev compositor in Weston 2.0. Add
it back via an i.MX fork.

This has been verified with imx-gpu-viv v6 only.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agoimx-gpu-viv: egl: Add alias for EGL_PLATFORM_X11_KHR
Otavio Salvador [Wed, 13 Dec 2017 13:03:39 +0000 (11:03 -0200)]
imx-gpu-viv: egl: Add alias for EGL_PLATFORM_X11_KHR

New EGL code uses EGL_PLATFORM_X11_KHR (for example glmark2) and the
value is the same, so we can provide an alias for it instead of
patching every code using it.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agoMerge remote-tracking branch 'yocto/rocko' into rocko+ossystems
Otavio Salvador [Tue, 12 Dec 2017 17:20:19 +0000 (15:20 -0200)]
Merge remote-tracking branch 'yocto/rocko' into rocko+ossystems

* yocto/rocko:
  kernel-itbimage: depends extraimage task to fix EXTRA_IMAGEDEPEND license issue
  qt5: Enable backends for GBM when using use-mainline-bsp override
  qtbase: Remove upstream applied patch

7 years agokernel-itbimage: depends extraimage task to fix EXTRA_IMAGEDEPEND license issue
Chunrong Guo [Mon, 4 Dec 2017 10:02:11 +0000 (18:02 +0800)]
kernel-itbimage: depends extraimage task to fix EXTRA_IMAGEDEPEND license issue

*Fix the build error:
|[Errno 2] No such file or directory: '.../licenses/ppa/recipeinfo'

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agoqt5: Enable backends for GBM when using use-mainline-bsp override
Fabio Berton [Fri, 8 Dec 2017 18:54:59 +0000 (16:54 -0200)]
qt5: Enable backends for GBM when using use-mainline-bsp override

Add gbm to PACKAGECONFIG_GL_use-mainline-bsp to enable EGLFS GBM QPA backend.

Change-Id: I76d8a3116ebebc4b9383fc575878c5aec666c203
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agoqtbase: Remove upstream applied patch
Fabio Berton [Tue, 5 Dec 2017 18:51:09 +0000 (16:51 -0200)]
qtbase: Remove upstream applied patch

This patch was applied on qtbase commit:

commit 9ae028f507a22bd03c861e9d14c2efc4aa2efeda
Author: Marco Martin <mart@kde.org>
Date:   Fri Feb 10 15:00:23 2017 +0100

    Environment variable enabling the workaround FBO readback bug

    On some ARM devices the font glyph generation is broken
    Add an environment variable to enable workaround_brokenFBOReadBack
    in QOpenGLContext, to fix font rendering on such devices as
    Mali and Adreno

    Change-Id: I9cc99ecb8b71a35bc369ec9dd11b877016b1179e
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Change-Id: I0aec7ed2941b22aa2a0ea7638a5523a25c47fbd1
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agogstreamer1.0-plugins-bad: Add fixes for qmlglsink 43/18143/1
Carlos Rafael Giani [Fri, 11 Aug 2017 21:52:10 +0000 (23:52 +0200)]
gstreamer1.0-plugins-bad: Add fixes for qmlglsink

These fixes enable qmlglsink support with Qt5 EGLFS, and also fix a
flickering issue in qmlglsink caused by a data race (frames are drawn
while the decoder writes new frame data into their DMABUFs).

Remove 0002-gl-viv-fb-Fix-user-choice-string-comparisons.patch file
that was already applied on upstream.

Change-Id: I51dc3efee26ebb441ea0ea8f601043f6a0024a5a
Signed-off-by: Carlos Rafael Giani <dv7777@gmail.com>
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
(cherry picked from commit c708c6a74c68fe102160ceb1ecbeed4a94394094)

7 years agogstreamer: Add new uploader and GBM GL backend for video playback via GL 42/18142/1
Carlos Rafael Giani [Mon, 12 Jun 2017 22:27:20 +0000 (00:27 +0200)]
gstreamer: Add new uploader and GBM GL backend for video playback via GL

Change-Id: I711bf82193279070d922ce6e2427268ce8989aac
Signed-off-by: Carlos Rafael Giani <dv7777@gmail.com>
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
(cherry picked from commit c0edcd564e4232236ab0aeecec0b781786efdc71)

7 years agomesa: Add patch to enable MESA_ycbcr support and WIP-st-dri-Allow-YUYV-import 41/18141/1
Carlos Rafael Giani [Fri, 11 Aug 2017 21:56:43 +0000 (23:56 +0200)]
mesa: Add patch to enable MESA_ycbcr support and WIP-st-dri-Allow-YUYV-import

Patch 15 is an experimental patch to enable MESA_ycbcr support. Might not
be needed later on.

WIP-st-dri-Allow-YUYV-import is an experimental patch to make use of the
Vivante GPU's hardwired YUV->RGB converter. A clean implementation of this
feature might require MESA_ycbcr or a derivative of that, but for now, this
patch works.

Signed-off-by: Carlos Rafael Giani <dv7777@gmail.com>
(cherry picked from commit a5d0f53fa7ef0b6bbc98e752c16a39776829f5d5)
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Change-Id: I15dad1389f0f20f350a10c45971fcf2031a07900

7 years agou-boot-fslc-fw-utils: Fix build
Otavio Salvador [Thu, 30 Nov 2017 13:24:38 +0000 (11:24 -0200)]
u-boot-fslc-fw-utils: Fix build

There was a wrong include of u-boot.inc on this recipe which were
causing build errors, also it was using the old target to build the
environment tools.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agou-boot-fslc: Upgrade to 2017.11-based fork
Otavio Salvador [Tue, 28 Nov 2017 18:38:00 +0000 (16:38 -0200)]
u-boot-fslc: Upgrade to 2017.11-based fork

This includes following changes on top of 2017.11 tag:

ca0c3f3fac configs: icore-rqs: Enable falcon mode
c39e5ad9ad engicam: imx6q: Return mmc dev 0 for icore
7953884755 i.MX6: engicam: Add imx6q/imx6ul boards for existing boards
924ac4a9ac board: icore-rqs: Fix mmc get env device
1caace2d74 i.MX6UL: icore: Add SPL_OF_CONTROL support
655f153b7c pinctrl: imx6ul: Fix pinctrl data overlapped with DT area
735b8429cf i.MX6Q: icore: Add SPL_OF_CONTROL support
e2aee01772 i.MX6Q: icorem6: Move spl load fit to common/spl
7265424b4b i.MX6: engicam: Move set_fdt_file to common
676484d0f5 mx6sxsabresd: Use PARTUUID to specify the rootfs location
c685436fb6 imx: Remove boolean parameter from wdog powerdown function
dfd399d4b2 imx: Also clear powerdown enable bit for WDOG3 on i.MX6ULL
21e5b103ee mx6ull: Fix WDOG3 base address
28a06c12ca envtools: make sure version/timestamp header file are available
5a3afcb579 mx6sabreauto: Remove unneeded SPL selection
a80c8e3c7a mx6: Select MX6QDL option via Kconfig
7c9d795887 mx53: Add Board support for GE PPD
a7dbf3c3a4 board: ge: make VPD code common
fd7ab796b5 rtc: add support for s35392a
efc51f73e3 bootcount: add support for bootcounter on EXT filesystem
8b0c1c4d23 arm: mx5: Add more register definitions
29e5e9df46 pwm: imx: Enable PWM support on i.MX53
02cc3e8037 ext4: recover from filesystem corruption when reading
4c530ec27c imx: mxc_i2c: tweak the i2c transfer method
87d4563bbd Revert "wandboard: Remove unnecessary delay"
913c93d432 pico-imx6ul: Use FS_GENERIC load command
bd7c72d0e2 pico-imx6ul: Add function to create gpt partitions
1bd87551eb pico-imx6ul: Define partition layout in the environment
6d2499a223 pico-imx6ul: Add boot and rootfs dfu_alt_info
114501165b pico-imx6ul: Use PARTUUID to specify the rootfs location
9a6f8019f6 pico-imx6ul: Move dfu_alt_info to CONFIG_DFU_ENV_SETTINGS variable
0b20df36bc mx25pdk: Change root to use a single partition layout
2dcd3eeeff pico-imx7d: Enable booting from single partition
d6008b2e1a pico-imx7d: Replace fatload command
7fe81082a3 pico-imx7d: Add support for secure boot
f960fe77df mx6sabre_common: Place video related settings in common code
f4998c99d4 mx6sabre_common: Dynamically change the video output
c3e252e8ca mx6sabresd: Enable video interfaces in bootargs
c94a211847 mx6sabresd: Use LDO dtb file until LDO bypass support is added
3abd094faf mx6slevk: Use LDO dtb file until LDO bypass support is added

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agoxf86-video-armada: Bump to 04748ff
Fabio Estevam [Tue, 28 Nov 2017 17:25:03 +0000 (15:25 -0200)]
xf86-video-armada: Bump to 04748ff

Bump to 04748ff, which contains the following changes:

04748ff etnaviv: avoid out of bounds accelerated picture accesses
e907c63 etnaviv: add default string for error codes
33eaf05 etnaviv: add coordinates to Xrender Composite debug
c191212 etnaviv: fix stale cache_timer pointer
1c4b212 etnaviv: fix timeout calculation

This fixes GUI text corruption on imx6q when running a core-image-sato
image.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agogstreamer1.0-plugins-imx: Update to version 0.13.0
Carlos Rafael Giani [Tue, 21 Nov 2017 21:10:09 +0000 (22:10 +0100)]
gstreamer1.0-plugins-imx: Update to version 0.13.0

Changes:

* New imxv4l2videosink element
  Currently only supports input physically contiguous memory blocks
  as input (so, for example, no videotestsrc)

* New Pango-based overlay elements using G2D for rendering

* gstimxcommon library is now public
  Necessary when implementing external sinks to retrieve the mapped
  physical memory address from gstreamer buffers
  (NOTE: ABI may change in the next few releases until this is stabilized)

* New optional ability to use GstPhysMemory from gst-plugins-bad

* imxv4l2videosrc:
  * Add checks for V4L XRGB555X and GStreamer NV61 pixel formats
  * Add UYVY support and make it the new default
    UYVY works better with IPU-based deinterlacing, since with I420,
    deinterlaced frames may exhibit a green band at the bottom, which
    is apparently an IPU bug related to the plane offsets.
  * Fix compile prior to Gstreamer 1.3.1
  * v4l2_buffer_pool: Add special case for tw6869 driver
    The tw6869 driver requires a different physical address to allow
    DMA'able buffers for decreasing latency between chip and display
  * v4l2src: add fractional "fps" property
    (obsoletes the "fps-n" property)
  * Add GstImxV4l2Meta init function
    This avoids the g_assert() that was caused by the missing init
    function
  * Add num-additional-buffers property
    This can be useful if capturing video isn't smooth; it sets the
    number of internal additional buffers, so if downstream consumes
    too many buffers, imxv4l2videosrc might end up doing a blocking
    wait until buffers are returned

* imxv4l2src plugin is now called imxv4l2video, because it also
  contains imxv4l2videosink
  Also, the v4l2 elements can be enabled/disabled in the build
  configuration individually now

* compositor:
  * Clear output also if the input format has an alpha channel
  * Only copy compositor input buffers to DMA memory once
    If a single input frame is used for multiple output frames, we would
    otherwise copy multiple times which can easily go to the limit of the
    memory bandwidth

* vpu:
  * Fix leak causd by missing GstVideoCodecState unref
  * Release decoder context GCond during flush to fix potential deadlock
  * Add memory tag to VPU framebuffer meta to avoid meta related crashes
  * Add support for GRAY8 frames as a "fake grayscale mode"
    Grayscale is actually encoded as I420, with the U and V planes
    filled with 0x80 bytes. This feature also makes libimxvpuapi 0.10.3
    the new minimum requirement.
  * Remove 8-pixel alignment from width & height sinkcaps
  * Framebuffer array: fix memory leak if we got out of memory
  * Handle releasing of buffers without assigned framebuffer
    This can happen if the buffer is released before it was actually
    used, e.g. when renegotiating at the very beginning; prevents
    a crash that would otherwise occur
  * Add parameter check to avoid encoder crash on flush

* g2d:
  * Always enable blending if the input frames have an alpha channel
    G2D automatically makes use not only of global alpha, but also of
    per-pixel alpha. Therefore, it makes sense to enable blending even
    if global alpha is set to 255, as long as the input frames have an
    alpha channel. Such blending is useful for composing a video frame
    with some partially-transparent overlays for example (not to be
    confused with hardware overlays though).
  * Add build configuration switches to explicitely specify G2D include
    and library paths
  * Disable cacheable memory allocation
    Several issues were reported with cacheable DMA memory, so it is
    turned off, at least for now

* blitter:
  * Add property to clear screen to black in blitter sinks
  * Add output-rotation property to videotransform base class

* audio:
  * Fix SIGFPE when restarting mp3 encoder
  * Fix reference counting for caps
  * Mark static codec caps as may be leaked
    This gets rid of the false positive in the leak tracer

* misc:
  * Update waf to 1.9.3 to fix compilation with Python 3.4+

Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agolinux-fslc: Bump revision to a4f7f0ac8250
Fabio Berton [Tue, 21 Nov 2017 19:33:12 +0000 (17:33 -0200)]
linux-fslc: Bump revision to a4f7f0ac8250

This commit merge tag v4.14.1 into 4.14.x+fslc and apply the
following commit on top of it:

  - a4f7f0ac8250 Revert "spi: imx: Fix failure path leak on GPIO request error"

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agolinux-fslc: 4.14: Bump revision to c4404197b0b2
Fabio Berton [Mon, 20 Nov 2017 18:22:55 +0000 (16:22 -0200)]
linux-fslc: 4.14: Bump revision to c4404197b0b2

This commit merge tag Linux 4.14.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agolinux-qoriq_4.4: Reorder kernel configure
Chunrong Guo [Fri, 17 Nov 2017 08:50:36 +0000 (16:50 +0800)]
linux-qoriq_4.4: Reorder kernel configure

*use the correct kernel configure order to avoide some configure option is missing

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agolinux-qoriq_4.9: Reorder kernel configure
Chunrong Guo [Fri, 17 Nov 2017 08:50:35 +0000 (16:50 +0800)]
linux-qoriq_4.9: Reorder kernel configure

*use the correct kernel configure order to avoide some configure option is missing

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agoRevert "xf86-video-imxfb-vivante: Change SRC_URI to point to git"
Otavio Salvador [Mon, 20 Nov 2017 15:53:05 +0000 (13:53 -0200)]
Revert "xf86-video-imxfb-vivante: Change SRC_URI to point to git"

This reverts commit fb66d5010363083ea8d84160b74c62dad67f9a13. The
commit does an upgrade to the driver without upgrading the other
components. We are reverting this as it must be part of the GPU
upgrade patchset.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agomesa: Remove /usr/lib/pkgconfig/wayland-egl.pc
Fabio Berton [Thu, 16 Nov 2017 13:07:45 +0000 (11:07 -0200)]
mesa: Remove /usr/lib/pkgconfig/wayland-egl.pc

The file /usr/lib/pkgconfig/wayland-egl.pc is installed by imx-gpu-viv
and we need to remove from mesa.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agoxserver-xf86-config: Add Xorg configuration for i.MX 6SLL and 7ULP
Tom Hochstein [Wed, 15 Nov 2017 21:02:18 +0000 (15:02 -0600)]
xserver-xf86-config: Add Xorg configuration for i.MX 6SLL and 7ULP

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agopiglit: Remove redundant dependency
Tom Hochstein [Wed, 15 Nov 2017 21:02:17 +0000 (15:02 -0600)]
piglit: Remove redundant dependency

The dependency on virtual/egl is in the base recipe now.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agoeglinfo-fb: Use generic header
Tom Hochstein [Wed, 15 Nov 2017 21:02:11 +0000 (15:02 -0600)]
eglinfo-fb: Use generic header

Use eglplatform.h rather than vendor-specific eglvivante.h.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agolibdrm: Extend ARM support to mx7
Tom Hochstein [Wed, 15 Nov 2017 21:02:10 +0000 (15:02 -0600)]
libdrm: Extend ARM support to mx7

Apply the same xf86drm.h change made for mx6 to mx7.
The recipe is already extended by using imxgpu2d as filter.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols1012afrdm-32b: update DTB_LOAD
Chunrong Guo [Wed, 15 Nov 2017 05:26:12 +0000 (13:26 +0800)]
ls1012afrdm-32b: update DTB_LOAD

*DTB_LOAD address is 0x90000000

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols1012ardb-32b: update DTB_LOAD
Chunrong Guo [Wed, 15 Nov 2017 05:26:11 +0000 (13:26 +0800)]
ls1012ardb-32b: update DTB_LOAD

*DTB_LOAD address is 0x90000000

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agoopenssl-qoriq: update recipes
Chunrong Guo [Wed, 15 Nov 2017 05:26:10 +0000 (13:26 +0800)]
openssl-qoriq: update recipes

*Update URL to fetch qoriq-open-source github

*Update to b9e6572
This includes the following changes:
b9e6572 - eng_cryptodev: add support for TLS algorithms offload
b3a3bab - Prepare for 1.0.2l release
539c4d3 - make update
cde19ec - Update CHANGES and NEWS for new release
8ded5f1 - Ignore -rle and -comp when compiled with OPENSSL_NO_COMP. Fixes make test when configured with no-comp.
d130456 - Fix regression in openssl req -x509 behaviour.
7c300b9 - Remove notification settings from appveyor.yml
b020bf6 - Remove dead code.
ea3fc60 - Copy custom extension flags in a call to SSL_set_SSL_CTX()
4ae5993 - perlasm/x86_64-xlate.pl: work around problem with hex constants in masm.
16d78fb - Fix some error path logic in i2v_AUTHORITY_INFO_ACCESS and i2v_GENERAL_NAME
6b8fa5b - RT2867: des_ede3_cfb1 ignored "size in bits" flag
5453820 - Fix URL links in comment
d2335f3 - Fix time offset calculation.
13f70ae - Check fflush on BIO_ctrl call
de46e82 - Remove unnecessary loop in pkey_rsa_decrypt.
b99f102 - check length sanity before correcting in EVP_CTRL_AEAD_TLS1_AAD
fb2345a - Annotate ASN.1 attributes of the jurisdictionCountryName NID
60a70a5 - Fixed typo in X509_STORE_CTX_new description
74bcd77 - Numbers greater than 1 are usually non-negative.
e8f2e2f - pkeyutl exit with 0 if the verification succeeded
71d66c4 - Additional check to handle BAD SSL_write retry
a91bfe2 - crypto/ppccap.c: SIGILL-free processor capabilities detection on MacOS X.
3f524f7 - Ensure dhparams can handle X9.42 params in DER
1f3b0fe - Add missing macros for DHxparams
248cf95 - Fix for #2730. Add CRLDP extension to list of supported extensions
d75c56f - Free the compression methods in s_server and s_client
4bc46d - doc: Add stitched ciphers to EVP_EncryptInit.pod
8625e92 - doc: Add missing options in s_{server,client}
62f488d - Fix the error handling in CRYPTO_dup_ex_data.
144ab9b - Add documentation for SNI APIs

*Openssl git includes all qoriq patches so remove qoriq patches folder

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agocryptodev: update recipes
Chunrong Guo [Wed, 15 Nov 2017 05:26:09 +0000 (13:26 +0800)]
cryptodev: update recipes

*Update URL to fetch qoriq-open-source github

*Update to f365c69d785
This includes the following changes:
f365c69 - add support for composite TLS10(SHA1,AES) algorithm offload
ec25290 - check session flags early to avoid incorrect failure modes
6213ae5 - add support for RSA public and private key operations
3245b0f - move structure definition to cryptodev_int.h
00a6861 - remove unnecessary header inclusion
1d7c848 - fix type of returned value
a705360 - convert to new AEAD interface in kernels v4.2+
c2bf0e4 - refactoring: relocate code to simplify later patches
20dcf07 - refactoring: split big function to simplify maintainance
87d959d - Release version 1.9
6818263 - Fix ablkcipher algorithms usage in v4.8+ kernels
26e167f - zc: Use the power of #elif
2b29be8 - adjust to API changes in kernel >=4.10
2dbbb23 - do more strict code checking to avoid maintenance issues
88223e4 - avoid implicit conversion between signed and unsigned char
8db6905 - use buf_align macro to reduce code duplication
b6d0e0f - rename header file to clarify purpose
1fd6062 - fix warnings of "implicit declaration of function" in async_speed
ff3c8ab - remove not used local variables
25a1276 - fix incorrect return code in case of error from openssl_cioccrypt
e7ef4ea - Merge pull request #17 from michaelweiser/gup_flags
99c6d21 - fix ignored SIGALRM signals on some platforms
71975fa - setting KERNEL_DIR is not necessary to build tests
a96ff97 - fix issues with install target

*Cryptodev-linux git includes all sdk patches so remove sdk patches folder

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agokernel-itbimage: itbimage instead of fitimage
Chunrong Guo [Mon, 13 Nov 2017 05:01:04 +0000 (13:01 +0800)]
kernel-itbimage: itbimage instead of fitimage

*Using one unified name to its and image bin

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agolinux-qoriq_4.4: remove do_install and do_deploy for qoriq-arm
Chunrong Guo [Mon, 13 Nov 2017 05:01:03 +0000 (13:01 +0800)]
linux-qoriq_4.4: remove do_install and do_deploy for qoriq-arm

*qoriq-arm support kernel itb types
so remove do_deploy and do_install for zImage

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agoiproute2: add bbappend
Chunrong Guo [Thu, 9 Nov 2017 07:13:07 +0000 (15:13 +0800)]
iproute2: add bbappend

*install head file of iproute2
So that we can use them outside of iproute2 package

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agoceetm: update recipes
Chunrong Guo [Thu, 9 Nov 2017 07:13:06 +0000 (15:13 +0800)]
ceetm: update recipes

*Fix wrong md5sum of license file
fix the below error:
|ERROR: ceetm-git-r0 do_populate_lic: QA Issue: ceetm: The LIC_FILES_CHKSUM does not
| match for file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287

*Change git repository URL

*Update to f58304d
This includes the following changes:
f58304d - Update Copyright owners
6fe89a0 - ceetm: use IPROUTE2_DIR in build include path for LSDK
896094f - ceetm: update include path for LSDK/flex-builder
74f2393 - ceetm: fix small compiler warnings
20be45f - ceetm: restructure sources for LSDK integration

*Add iproute2 on DEPENDS
because ceetms compile depend heard file in iproute2-dbg package

*Update EXTRA_OEMAKE set

*Fix the installation directory
fix the below error:
|cp: cannot stat 'aarch64-qoriq-poky-linux/ceetm/git-r0/git/bin/q_ceetm.so': No such file or directory

*Update COMPATIBLE_MACHINE for ls2088a and ls1088a

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agogstreamer1.0-plugins-bad: Set PACKAGECONFIG_GL for imxgpu2d and imxgpu3d
Fabio Berton [Thu, 9 Nov 2017 20:23:30 +0000 (18:23 -0200)]
gstreamer1.0-plugins-bad: Set PACKAGECONFIG_GL for imxgpu2d and imxgpu3d

Commit 3304733d6736c6ed04620daf513361a26a71ea1b removed patches and PACKAGECONFIG_GL,
but actually we need to keep PACKAGECONFIG_GL and remove only patches.
So, add back PACKAGECONFIG_GL gstreamer1.0-plugins-bad.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols2088ardb: update KERNEL_DEFCONFIG
Chunrong Guo [Thu, 9 Nov 2017 04:11:31 +0000 (12:11 +0800)]
ls2088ardb: update KERNEL_DEFCONFIG

*make config need relative path KERNEL_DEFCONFIG

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols2080ardb: update KERNEL_DEFCONFIG
Chunrong Guo [Thu, 9 Nov 2017 04:11:30 +0000 (12:11 +0800)]
ls2080ardb: update KERNEL_DEFCONFIG

*make config need relative path KERNEL_DEFCONFIG

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols1088ardb: update KERNEL_DEFCONFIG
Chunrong Guo [Thu, 9 Nov 2017 04:11:29 +0000 (12:11 +0800)]
ls1088ardb: update KERNEL_DEFCONFIG

*make config need relative path KERNEL_DEFCONFIG

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols1046ardb: update KERNEL_DEFCONFIG
Chunrong Guo [Thu, 9 Nov 2017 04:11:28 +0000 (12:11 +0800)]
ls1046ardb: update KERNEL_DEFCONFIG

*make config need relative path KERNEL_DEFCONFIG

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols1046ardb-32b: update KERNEL_DEFCONFIG
Chunrong Guo [Thu, 9 Nov 2017 04:11:27 +0000 (12:11 +0800)]
ls1046ardb-32b: update KERNEL_DEFCONFIG

*make config need relative path KERNEL_DEFCONFIG

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols1043ardb: update KERNEL_DEFCONFIG
Chunrong Guo [Thu, 9 Nov 2017 04:11:26 +0000 (12:11 +0800)]
ls1043ardb: update KERNEL_DEFCONFIG

*make config need relative path KERNEL_DEFCONFIG

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols1043ardb-32b: update KERNEL_DEFCONFIG
Chunrong Guo [Thu, 9 Nov 2017 04:11:25 +0000 (12:11 +0800)]
ls1043ardb-32b: update KERNEL_DEFCONFIG

*make config need relative path KERNEL_DEFCONFIG

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols1021atwr: update KERNEL_DEFCONFIG
Chunrong Guo [Thu, 9 Nov 2017 04:11:24 +0000 (12:11 +0800)]
ls1021atwr: update KERNEL_DEFCONFIG

*make config need relative path KERNEL_DEFCONFIG

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols1012ardb: update KERNEL_DEFCONFIG
Chunrong Guo [Thu, 9 Nov 2017 04:11:23 +0000 (12:11 +0800)]
ls1012ardb: update KERNEL_DEFCONFIG

*make config need relative path KERNEL_DEFCONFIG

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols1012ardb-32b: update KERNEL_DEFCONFIG
Chunrong Guo [Thu, 9 Nov 2017 04:11:22 +0000 (12:11 +0800)]
ls1012ardb-32b: update KERNEL_DEFCONFIG

*make config need relative path KERNEL_DEFCONFIG

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols1012afrdm: update KERNEL_DEFCONFIG
Chunrong Guo [Thu, 9 Nov 2017 04:11:21 +0000 (12:11 +0800)]
ls1012afrdm: update KERNEL_DEFCONFIG

* make config need relative path KERNEL_DEFCONFIG

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols1012afrdm-32b: update KERNEL_DEFCONFIG
Chunrong Guo [Thu, 9 Nov 2017 04:11:20 +0000 (12:11 +0800)]
ls1012afrdm-32b: update KERNEL_DEFCONFIG

* make config need relative path KERNEL_DEFCONFIG

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols1012afrdm-32b: add itbimage support
Chunrong Guo [Thu, 9 Nov 2017 04:11:19 +0000 (12:11 +0800)]
ls1012afrdm-32b: add itbimage support

*add KERNEL_CLASSES and KERNEL_IMAGETYPES

*add DTB_LOAD

*add UBOOT_ENTRYPOINT

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols1012ardb-32b: add itbimage support
Chunrong Guo [Thu, 9 Nov 2017 04:11:18 +0000 (12:11 +0800)]
ls1012ardb-32b: add itbimage support

*add KERNEL_CLASSES and KERNEL_IMAGETYPES

*add DTB_LOAD

*add UBOOT_ENTRYPOINT

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agolinux-qoriq_4.4: merge config fragments support make config
Chunrong Guo [Thu, 9 Nov 2017 04:11:17 +0000 (12:11 +0800)]
linux-qoriq_4.4: merge config fragments support make config

*Sometimes kernel configure option is missing if merge kernel config  with merge_config.sh
so merge config fragments support make config

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agolinux-qoriq_4.9: merge config fragments support make config
Chunrong Guo [Thu, 9 Nov 2017 04:11:16 +0000 (12:11 +0800)]
linux-qoriq_4.9: merge config fragments support make config

*Sometimes kernel configure option is missing if merge kernel config  with merge_config.sh
so merge config fragments support make config

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agoppfe-firmware: update recipes
Chunrong Guo [Thu, 9 Nov 2017 04:11:15 +0000 (12:11 +0800)]
ppfe-firmware: update recipes

*Deploy the binary in ls1012a/u-boot/ folder as it is standalone
The ppfe-firmware is a standalone tool, deploy the binary like
other images like u-boot/kernel/rcw.

*fix missing binary in ls1012a/u-boot/ folder

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols1012afrdm: add itbimage support
Chunrong Guo [Thu, 9 Nov 2017 04:11:14 +0000 (12:11 +0800)]
ls1012afrdm: add itbimage support

*add KERNEL_CLASSES and KERNEL_IMAGETYPES

*add DTB_LOAD

*add UBOOT_ENTRYPOINT

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols1012ardb: add ppfe-firmware to EXTRA_IMAGEDEPENDS
Chunrong Guo [Thu, 9 Nov 2017 04:11:13 +0000 (12:11 +0800)]
ls1012ardb: add ppfe-firmware to EXTRA_IMAGEDEPENDS

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols1012afrdm: add ppfe-firmware to EXTRA_IMAGEDEPENDS
Chunrong Guo [Thu, 9 Nov 2017 04:11:12 +0000 (12:11 +0800)]
ls1012afrdm: add ppfe-firmware to EXTRA_IMAGEDEPENDS

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agorcw: update to 43c79c9
Chunrong Guo [Thu, 9 Nov 2017 04:11:11 +0000 (12:11 +0800)]
rcw: update to 43c79c9

43c79c9 - rcw: ls1088aqds: Add RCW PBL_QSPI_1600_700_2100_0x15_0x0d.bin

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agou-boot-qoriq: update to c249f5f
Chunrong Guo [Thu, 9 Nov 2017 04:11:10 +0000 (12:11 +0800)]
u-boot-qoriq: update to c249f5f

c249f5f - ls1088aqds: Add CONFIG_SGMII_PHYLIB in header file for QDS
64169db - armv8: ls1088: introduce CONFIG_SGMII_PHYLIB
002dc70 - driver: net: ldpaa_eth: Add PHY-less SGMII support
44a294b - drivers: net: ldpaa_eth: Correct error handler for qbman_swp_acquire()
0ca9091 - armv8: fsl-layerscape: Fix MC reserved memory calculation
fbedf04 - armv8: Workaround for USB erratum A-009007 on LS1088A

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agolinux-fslc: Update to 4.14-based fork
Fabio Berton [Tue, 31 Oct 2017 19:52:15 +0000 (17:52 -0200)]
linux-fslc: Update to 4.14-based fork

This upgrades the Linux kernel to the 4.14-rc7 release and apply the
following commits on top of it:

    - bd340b0f7370 Merge remote-tracking branch 'arm/imx/soc' into 4.14.x+fslc
    - 2b31720933b3 Merge remote-tracking branch 'arm/imx/dt64' into 4.14.x+fslc
    - 350ccd8d477a Merge remote-tracking branch 'arm/imx/dt' into 4.14.x+fslc
    - d91c795abd16 Merge remote-tracking branch 'arm/imx/defconfig' into 4.14.x+fslc
    - 5f479447d983 Merge tag 'pm-urgent-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
    - b39ab98e2f47 Mark 'ioremap_page_range()' as possibly sleeping
    - daea3daaf9d5 Merge tag 'mmc-v4.14-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
    - 1960e8eabcba Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
    - 2a9a86d5c813 PM / QoS: Fix default runtime_pm device resume latency

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agofmc: set EXTRA_OEMAKE_PLATFORM for ls1088a
Chunrong Guo [Mon, 30 Oct 2017 08:53:56 +0000 (16:53 +0800)]
fmc: set EXTRA_OEMAKE_PLATFORM for ls1088a

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols1012ardb : add itbimage support
Chunrong Guo [Mon, 30 Oct 2017 08:53:55 +0000 (16:53 +0800)]
ls1012ardb : add itbimage support

*add KERNEL_CLASSES and KERNEL_IMAGETYPES

*add DTB_LOAD

*add UBOOT_ENTRYPOINT

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agoppfe-firmware: update recipes
Chunrong Guo [Mon, 30 Oct 2017 08:53:54 +0000 (16:53 +0800)]
ppfe-firmware: update recipes

*update SRC_URI

*update to 97cd13d
include the following changes:
97cd13d - DNCPE-372 Add ls1012a sbl firmware itb
4089bcf - DNCPE-372 Update binary files
4943138 - DNCPE-372 Update binary files

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agofmc: update to 8c9f127
Chunrong Guo [Mon, 30 Oct 2017 08:53:53 +0000 (16:53 +0800)]
fmc: update to 8c9f127

 *include the following changes:
8c9f127 - FMC cleanup fix - first version

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agocst :update to 5e0ce70
Chunrong Guo [Mon, 30 Oct 2017 08:53:52 +0000 (16:53 +0800)]
cst :update to 5e0ce70

*include the following changes:
5e0ce70 - Separate secboot_hdrs.bin for different boot typt

Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agofmlib: update to 95f34b1
Chunrong Guo [Mon, 30 Oct 2017 08:53:51 +0000 (16:53 +0800)]
fmlib: update to 95f34b1

*include the following changes:
95f34b1 - Extend FM MAC Statistics with frame size counters (request from Nokia)
97dd99c - FMC cleanup fix - first version

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agorestool: update to 8f08b9d
Chunrong Guo [Mon, 30 Oct 2017 08:53:50 +0000 (16:53 +0800)]
restool: update to 8f08b9d

*include the following changes:
8f08b9d - scripts: remove symbolic links from repo
a22e095 - Makefile: change instalation path to $(DESTDIR)/usr/local/bin
9279f35 - Makefile: remove useless assignments
b92d1e1 - Makefile: do not force a specific hash style
fbea3ee - Makefile: create restool as a dynamically linked binary
1546b8a - Makefile: automatically generate list of source files
7ef0194 - remove unused variables

Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agouboot : update to fbedf04
Chunrong Guo [Mon, 30 Oct 2017 08:53:49 +0000 (16:53 +0800)]
uboot : update to fbedf04

*include the following changes:
fbedf04 - armv8: Workaround for USB erratum A-009007 on LS1088A
07dce79 - board: freescale: ls1012a: fix RGMII tx delay issue
39bd068 - armv8: ls1088aqds: Change phy mode to PHY_INTERFACE_MODE_RGMII_ID
aad3422 - armv8: configs: ls1012a: correct the generic timer frequency issue
0f0e241 - configs: ls1012a: add pfe configuration for LS1012A
a518a57 - fsl: csu: enable ns access for PFE
d91e382 - armv8: fsl-lsch2: configure pfe's scfg & dcfg registers
99089ae - armv8: fsl-lsch2: add pfe macros and update ccsr_scfg structure
7b2f1c3 - armv8: fsl-lsch2: initialize pfe gemac
f0640ed - board: freescale: ls1012a: enable network support on ls1012a platforms
af5f822 - drivers: net: pfe_eth: LS1012A PFE headers
676ef26 - drivers: net: pfe_eth: provide pfe commands
74b6833 - drivers: net: pfe_eth: LS1012A PFE driver introduction
3ddb3d3 - armv8: fsl-layerscape: Add support of GPIO structure
091c401 - driver: fsl-mc: memset pointers after malloc
4dcd33d - armv8: ls1088a: Update MC boot sequence
2dcba27 - arm64: ls2088ardb: Fix nor fall back option failure
c64ac4c - QE: Set QE_IRAM_READY after uploading firmware

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agorcw: update to 6719b04
Chunrong Guo [Mon, 30 Oct 2017 08:53:48 +0000 (16:53 +0800)]
rcw: update to 6719b04

*include the following changes:
6719b04 - Ls1043a: add workaround for pcie errata A-009859

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agomanagement-complex: update to 10.3.4
Chunrong Guo [Mon, 30 Oct 2017 08:53:47 +0000 (16:53 +0800)]
management-complex: update to 10.3.4

*include the following changes:
824745f - Add the prebuilt binaries of mc 10.3.4 release
840aa8e - Initial commit to add README

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agolinux-qoriq_4.4: update to e235023
Chunrong Guo [Mon, 30 Oct 2017 08:53:46 +0000 (16:53 +0800)]
linux-qoriq_4.4: update to e235023

*include the following changes:
e235023 - sdk_dpaa: accept frames on RX even if larger than MTU
d9123b2 - arm64: defconfig: enable CAAM crypto engine on QorIQ DPAA2 SoCs
e9602ac - irqchip/ls-scfg-msi: add LS1012a MSI support
2c2c3a9 - PFE: fix compile issue on arm32
60cd1cd - staging: fsl_ppfe/eth: fix read/write/ack idx issue
9b418a1 - staging: fsl_ppfe/eth: remove unused functions
7b713b7 - arm64: dts: freescale: ls1012a: update with pppfe support
bd5ef67 - staging: fsl_ppfe/eth: introduce pfe driver
34bd3ef - staging: fsl_ppfe/eth: reverting irq array of interrupts of mii_bus structure
13a2098 - change _nfct to nfct for linux 4.4
4dc4443 - staging: fsl_ppfe/eth: introduce pfe driver
cee1dab - staging: fsl_ppfe/eth: header files for pfe driver
a62c4a44 - net: fsl_ppfe: dts binding for ppfe
6a975e1 - arm64: dts: ls1046a: Add dis_rxdet_inp3_quirk property to USB3 node
ba3d118 - dma: caam: add support for memcpy
b52e627 - dma: caam: change func/field names to better match functionality
7be6429 - dma: caam: make internal function static
b24b41f - dma: caam: remove unneeded function parameter
3c9b57b - dma: caam: removed unsed struct fields
991c353 - Extend FM MAC Statistics with frame size counters (request from Nokia)
9ca1fb9 - dma: caam: fix desc error when data length is over 130815 bytes
40b1c1b - dma: caam: add dma driver using scatter-gather
518d97d - arm64: dts: ls1012a: add caam-dma node
2b72db0 - crypto: caam: add caam-dma node to SEC4.0 device tree binding
a160bbb - r8152: avoid rx queue more than 1000 packets
84e7a34 - staging: fsl-dpaa2/eth: move generic FD defines to DPIO
25322fa - staging: fsl-dpaa2/eth: Add generic FD defines to DPIO
b4a9bc9 - soc: fsl: fix the compilation issue
aefede5 - DPIO: Prefer the CPU affine DPIO
f779dcb - staging: fsl-mc/dpio: Fix incorrect comparison
0ee57c0 - crypto: caam/qi2 - fix gfp allocation flags (part II)
9375c90 - crypto: caam/qi2 - fix gfp allocation flags (part I)
8543511 - crypto: caam/qi2 - fix fd_flt_dma dma unmapping direction
f965f5f - crypto: caam/qi2 - fix caam_exit_common() signature
843f687 - crypto: caam/qi2 - DPAA2-CAAM driver up-rev
4a65fba - crypto: caam - fix incorrect define
80fe999 - crypto: caam - Remove unused dentry members
7a11770 - crypto: caam - free qman_fq after kill_fq
3b13203 - crypto: caam - clean-up in caam_init_rng()
9a9a6f5 - crypto: caam - remove unused variables in caam_drv_private
54430f6 - crypto: caam - remove unused sg_to_sec4_sg_len()
7a69034 - crypto: caam/qi - lower driver verbosity
686caeb - crypto: caam/qi - handle large number of S/Gs case
a679cb9 - crypto: caam/qi - properly set IV after {en,de}crypt
69c7781 - crypto: caam - properly set IV after {en,de}crypt
d62c00e - crypto: caam/qi - fix typo in authenc alg driver name
6252332 - crypto: caam - fix gfp allocation flags (part II)
7d20b7c - crypto: caam - fix gfp allocation flags (part I)
d90d76d - crypto: caam - make of_device_ids const.
4d6269a - crypto: caam - fix error return code in caam_qi_init()
0384e62 - crypto: tcrypt - remove AES-XTS-192 speed tests
791dd43 - PCI: layerscape: Add support for ls1012a
accb346 - soc: fsl: set rcpm bit for FTM
9f91720 - dts: ls1012a: Add PCIe controller DT node
e6e7067 - dts: ls1012a: Add MSI controller DT node
2b6b580 - dt-bindings: clockgen: Add compatible string for LS1012A
e894f84d - arm64: dts: ls208xa: Add the identify of the platform to support to set rcpm bit
c0bf60be - arm64: dts: ls1046a: Add the identify of the platform to support to set rcpm bit
2053368 - arm64: dts: ls1043a: Add the identify of the platform to support to set rcpm bit
ccbd24c - arm: dts: ls1021a: Add the identify of the platform to support to set rcpm bit
85c51b9 - arm64: dts: ls1012a: Add the identify of the platform to support to set rcpm bit
116b960 - arm64: dts: ls1088a: Add the identify of the platform to support to set rcpm bit

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agolinux-qoriq-4.9 : update to b226445
Chunrong Guo [Mon, 30 Oct 2017 08:53:45 +0000 (16:53 +0800)]
linux-qoriq-4.9 : update to b226445

*include the following changes:
b226445 - sdk_dpaa: accept frames on RX even if larger than MTU
7efbd58 - arm64: defconfig: enable CAAM crypto engine on QorIQ DPAA2 SoCs
5cc8bc4 - irqchip/ls-scfg-msi: add LS1012a MSI support
4bfcc4a - PFE: fix compile issue on arm32
816b0a0 - staging: fsl_ppfe/eth: fix read/write/ack idx issue
899dfef - staging: fsl_ppfe/eth: remove unused functions
592c077 - dma: caam: add support for memcpy
29a234c - dma: caam: change func/field names to better match functionality
e5a45c6 - dma: caam: make internal function static
eb2f646 - dma: caam: remove unneeded function parameter
4beb859 - dma: caam: removed unsed struct fields
4c4391e6 - arm64: dts: freescale: ls1012a: fix RGMII tx delay issue
f5d83fa - arm64: dts: freescale: ls1012a: update with pppfe support
3b70359 - staging: fsl_ppfe/eth: fix RGMII tx delay issue
03342cf - change _nfct to nfct for linux 4.9
4555dbf - staging: fsl_ppfe/eth: introduce pfe driver
8cf83a7 - staging: fsl_ppfe/eth: header files for pfe driver
1b7937c - net: fsl_ppfe: dts binding for ppfe
c08ddf4 - staging: fsl_ppfe/eth: introduce pfe driver
454414d - Extend FM MAC Statistics with frame size counters (request from Nokia)
50fd1a6 - r8152: avoid rx queue more than 1000 packets
4453584 - dma: caam: fix desc error when data length is over 130815 bytes
072da00 - arm64: dma-mapping: Only swizzle DMA ops for IOMMU_DOMAIN_DMA
65d7ad7 - soc: fsl: fix the compilation issue
30d4e3e - dma: caam: add dma driver using scatter-gather
c567a00 - arm64: dts: ls1012a: add caam-dma node
c0890d3 - crypto: caam: add caam-dma node to SEC4.0 device tree binding
0ee2d16 - iommu: Allow default domain type to be set on the kernel command line
6930efa - iommu/arm-smmu-v3: Install bypass STEs for IOMMU_DOMAIN_IDENTITY domains
9d3ff25 - iommu/arm-smmu-v3: Make arm_smmu_install_ste_for_dev return void
ac3d66b - iommu/arm-smmu: Install bypass S2CRs for IOMMU_DOMAIN_IDENTITY domains
bf07fb6 - iommu/arm-smmu: Restrict domain attributes to UNMANAGED domains
a88b1fd9 - iommu/arm-smmu-v3: Clear prior settings when updating STEs
ced09b7 - DPIO: Prefer the CPU affine DPIO
90db0bd - staging: fsl-mc/dpio: Fix incorrect comparison
5d66d65 - PCI: layerscape: Add support for ls1012a
42561e5 - soc: fsl: set rcpm bit for FTM
f929ec1 - dts: ls1012a: Add PCIe controller DT node
0afcc90 - dts: ls1012a: Add MSI controller DT node
e4921ee - dt-bindings: clockgen: Add compatible string for LS1012A
e4db8b1 - arm64: dts: ls208xa: Add the identify of the platform to support to set rcpm bit
0b449f2 - arm64: dts: ls1046a: Add the identify of the platform to support to set rcpm bit
078f0d1 - arm64: dts: ls1043a: Add the identify of the platform to support to set rcpm bit
ee27725 - arm: dts: ls1021a: Add the identify of the platform to support to set rcpm bit
ad55e42 - arm64: dts: ls1012a: Add the identify of the platform to support to set rcpm bit
d2ea49f - arm64: dts: ls1088a: Add the identify of the platform to support to set rcpm bit

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agoimx-vpu: Avoid setting RPROVIDES
Otavio Salvador [Fri, 3 Nov 2017 20:02:07 +0000 (18:02 -0200)]
imx-vpu: Avoid setting RPROVIDES

The runtime provides does need to be changed as it is going to be
handled by the shlib symbol handling during the package
generation. This fixes the package generation of libvpu4 which were
causing rootfs generation errors when using Debian packages.

Reported-by: Daiane Angolini <daiane.angolini@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agoxf86-video-imxfb-vivante: Change SRC_URI to point to git
Daiane Angolini [Fri, 27 Oct 2017 11:57:37 +0000 (09:57 -0200)]
xf86-video-imxfb-vivante: Change SRC_URI to point to git

Change SRC_URI to point to git repo on Code Aurora as it mirrors the
git.freescale.com.
It also changes the working directory to reflect the git structure.

Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agoimx-gst1.0-plugin: Change git repository URL
Daiane Angolini [Fri, 27 Oct 2017 11:57:36 +0000 (09:57 -0200)]
imx-gst1.0-plugin: Change git repository URL

Change the git URL to Code Aurora as it mirrors the git.freescale.com.
It also changes the branch name to the matching one.

Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agoimx-alsa-plugins: Change SRC_URI to point to git
Daiane Angolini [Fri, 27 Oct 2017 11:57:35 +0000 (09:57 -0200)]
imx-alsa-plugins: Change SRC_URI to point to git

Change SRC_URI to point to git repo on Code Aurora as it mirrors the
git.freescale.com.
It also changes the working directory to reflect the git structure.

Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agoimx-test: Change git repository URL
Daiane Angolini [Fri, 27 Oct 2017 11:57:34 +0000 (09:57 -0200)]
imx-test: Change git repository URL

Change the git URL to Code Aurora as it mirrors the git.freescale.com.
It also changes the branch name to the matching one.

Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agoimx-lib: Change git repository URL
Daiane Angolini [Fri, 27 Oct 2017 11:57:33 +0000 (09:57 -0200)]
imx-lib: Change git repository URL

Change the git URL to Code Aurora as it mirrors the git.freescale.com.
It also changes the branch name to the matching one.

Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agou-boot-imx: Change git repository URL
Daiane Angolini [Fri, 27 Oct 2017 11:57:32 +0000 (09:57 -0200)]
u-boot-imx: Change git repository URL

Change the git URL to Code Aurora as it mirrors the git.freescale.com.
It also changes the branch name to the matching one.

Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agolinux-imx: Change git repository URL
Daiane Angolini [Fri, 27 Oct 2017 11:57:31 +0000 (09:57 -0200)]
linux-imx: Change git repository URL

The git.freescale.com repository has been facing critical fetch issues,
this patch uses source.codeaurora.org because it's a mirror for this
kernel provider version.

Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols1046ardb-32b: add DTB_LOAD
Chunrong Guo [Thu, 19 Oct 2017 08:31:37 +0000 (16:31 +0800)]
ls1046ardb-32b: add DTB_LOAD

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols1043ardb-32b: add DTB_LOAD
Chunrong Guo [Thu, 19 Oct 2017 08:31:36 +0000 (16:31 +0800)]
ls1043ardb-32b: add DTB_LOAD

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols1046ardb:add DTB_LOAD
Chunrong Guo [Thu, 19 Oct 2017 08:31:35 +0000 (16:31 +0800)]
ls1046ardb:add DTB_LOAD

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols1043ardb: add DTB_LOAD
Chunrong Guo [Thu, 19 Oct 2017 08:31:34 +0000 (16:31 +0800)]
ls1043ardb: add DTB_LOAD

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols1088ardb: add DTB_LOAD
Chunrong Guo [Thu, 19 Oct 2017 08:31:33 +0000 (16:31 +0800)]
ls1088ardb: add DTB_LOAD

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols2088ardb : add DTB_LOAD
Chunrong Guo [Thu, 19 Oct 2017 08:31:32 +0000 (16:31 +0800)]
ls2088ardb : add DTB_LOAD

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agokernel-itbimage: add DTB_LOAD to set dtb load address
Chunrong Guo [Thu, 19 Oct 2017 08:31:31 +0000 (16:31 +0800)]
kernel-itbimage: add DTB_LOAD to set dtb load address

*Dtb address will be not the same for arm64 and arm32

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agodpl-examples: install dtb files in custom folder
Chunrong Guo [Thu, 19 Oct 2017 08:31:30 +0000 (16:31 +0800)]
dpl-examples: install dtb files in custom folder

* fix missing dtb files in custom path

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols1046ardb: update u-boot configs
Chunrong Guo [Thu, 19 Oct 2017 08:31:29 +0000 (16:31 +0800)]
ls1046ardb: update u-boot configs

*sdcard boot need the below binary for secure boot
      u-boot-spl.bin and u-boot-dtb.bin

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols1043ardb:update u-boot configs
Chunrong Guo [Thu, 19 Oct 2017 08:31:28 +0000 (16:31 +0800)]
ls1043ardb:update u-boot configs

*nand boot and sdcard boot need the below binary for secure boot
  u-boot-spl.bin and u-boot-dtb.bin

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agofmlib: update recipes
Chunrong Guo [Wed, 18 Oct 2017 05:06:43 +0000 (13:06 +0800)]
fmlib: update recipes

*Remove redundant  TARGET_ARCH_FMLIB setting

*update FMLIB_TARGET for Qoriq
fmlib libraries (LS1043/46 and 32/64bit)  unification under libfm-arm.a

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agouboot: upgrade to 2017.09
Chunrong Guo [Wed, 18 Oct 2017 05:06:42 +0000 (13:06 +0800)]
uboot: upgrade to 2017.09

*This includes the following changes:
503eff0 - armv8: ls1046aqds: Fix NAND offset for Fman ucode and env
c66ddf7 - arm64: ls2088ardb: Fix kernel validation failure
44ffe98 - armv8: ls1043ardb: disable PPA loading during SPL stage for SD boot
043c85a - armv8: ls1046ardb: disable PPA loading during SPL stage for SD boot
b68c991 - armv8: fsl-layerscape: Fix some coding style problems in soc.c
25cd705 - board/ls1088: Add fsl_fdt_fixup_flash
85bfc58 - ls1088aqds: Enable IFC and QIXIS in SPL image
96cc4d7 - armv8: fsl-layerscape: Add back L3 flushing for all exception levels
bdf9c1a - fsl-lsch2: csu: correct the workaround A-010315
26aaf13 - armv8/fsl-lsch2: correct QMAN clock
a836f94 - arm64: ls1012ardb: Add distro secure boot support
ef3b345 - arm64: ls1012afrdm: Add distro boot support
2bed40e - arm64: ls1012ardb: Add distro boot support
bb85ef3 - board: common: vid: Move IR chip specific code in flag
806bca8 - board/ls2080ardb: Add mcmemsize variable in default env

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agofmc: update recipes
Chunrong Guo [Wed, 18 Oct 2017 05:06:41 +0000 (13:06 +0800)]
fmc: update recipes

*update SRC_URL and update to 4377bfc
This includes the following changes:
4377bfc - Set LS1043 as default platform (for DASH integration)
81e4796 - Revert default platform flag to P4080
4729b49 - Enable support for LS1046 (based on LS1043 integration)
a079d2c - update variable names to match fmlib changes
44b1f42 - Revert "Aging support added for classification"
9732cd8 - Aging support added for classification
03505c3 - [QSDK-2331] fmc: PIR/PBS are considered synonyms for CIR/CBS in policer tags
757754b - ENGR00341753: Schemes sharing between ports is not working
eca7122 - Added makefile support for LS1043
b9e52be - ENGR00354640: fmc regression: Bad FMan port handle used in FM_PORT_VSPAlloc causes FMD call trace
435d76d - ENGR354592: FMC SoftParser 'otherl3' protocol definition generates error
92494f0 - Changed makefile to use flags: FMAN_V3H / FMAN_V3L (ENGR353626)
1695da4 - ENGR00352834: FMC: Add support for FM_PCD_KgSetAdditionalDataAfterParsing API
450d314 - ENGR351010: FMC: Share schemes used for IPR across multiple ports
b2b6226 - ENGR00349008: ALU PCD generates Segmentation fault for direct schemes usage
6b14996 - ENGR00348810: ALU PCD generates: FmPcdCcGetGrpParams: Invalid Handle
955706a - ENGR348539: ALU PCD generates: grpId you asked > numOfGroup of relevant tree
06548b6 - ENGR00347977: ALU PCD using direct schemes generates Error: Unresolved cycled dependencies
e843d51 - ENGR00315208: [FMC] failed to configure ALU PCD
4f4a3eb - ENGR00342608: Major error on ALU PCD: IC_HASH_INDEXED numOfKeys has to be powerOfTwo
a3e40ab - ENGR00342299: ALU PCD (fmc_pcd_ed44_skeleton_TSOC.xml) generates Segmentation fault
71deab3 - ENGR00342299: ALU PCD (fmc_pcd_ed44_skeleton_TSOC.xml) generates Segmentation fault
aa34fa3 - ENGR00341753: Schemes sharing between ports is not working
e6fee7f - ENGR00341091: False error reported by FMC in ALU PCD: 'ERR: Unresolved cycled dependencies are found'
2fb5b1c - ENGR00340476: ALU Issue with pbit marking with a given DSCP (B0198)
284a506 - ENGR329197: 32 Schema limit exhausted when FMC duplicates the schemas even if same policy is attached to all the ports
0434629 - ENGR00338449: Enable Test automation framework for FMC on Linux host OS
d09735b - ENGR00338121: fmc: Support new convention for port type in xml config file
f46f085 - Improvement to: ENGR330486: ALU B0187: FMC/libxml2 SDK1.5 FB3 : Memory leaked during PCD xml application
c2330c3 - ENGR00330486: ALU B0187 : FMC/ libxml2  SDK1.5 FB3 : Memory leaked during PCD xml application
2bff057 - ENGR00325623: PCD : replicator issue
4157f75 - ENGR00316689: fmc: Ccnode mask support option fails to propagate into the PCD
35b9363 - ENGR00320235: reassembly management with PCD xml (FMC) - FM_PCD_MAX_NUM_OF_CC_GROUPS
021f720 - ENGR00308464 - FMD PCD: seg fault error while creating ccnode without mask
8c37700 - Enabled ENGR00305912 : individual keygen extraction (IPV6 VER+TC) and (IPv6 FL)
400d483 - Disabled ENGR00305912 until is available in FMD
c21c326 - Enabled ipv6.flabel as supported full field extraction

*remvoe EXTRA_OEMAKE_PLATFORM  for powerpc
nxp release will not support ppc machine

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols1012afrdm-32b: rcw instead of ls2-rcw
Chunrong Guo [Wed, 18 Oct 2017 05:06:40 +0000 (13:06 +0800)]
ls1012afrdm-32b: rcw instead of ls2-rcw

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols1012ardb-32: rcw instead of ls2-rcw
Chunrong Guo [Wed, 18 Oct 2017 05:06:39 +0000 (13:06 +0800)]
ls1012ardb-32: rcw instead of ls2-rcw

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7 years agols2080ardb: rcw instead of ls2-rcw
Chunrong Guo [Wed, 18 Oct 2017 05:06:38 +0000 (13:06 +0800)]
ls2080ardb: rcw instead of ls2-rcw

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>