]> code.ossystems Code Review - meta-freescale.git/log
meta-freescale.git
10 years agomesa: Update mesa and mesa-demos to support Sololite.
Neena Busireddy [Mon, 18 Aug 2014 20:10:47 +0000 (15:10 -0500)]
mesa: Update mesa and mesa-demos to support Sololite.

SoloLite should use mesa software rendering GL since
GPU for this machine does not have hardware accelerated GL.

Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
10 years agoimx-base: Add MACHINE_ARCH filter for sololite.
Neena Busireddy [Mon, 18 Aug 2014 20:10:50 +0000 (15:10 -0500)]
imx-base: Add MACHINE_ARCH filter for sololite.

Add MACHINE_ARCH_FILTER for sololite as it is different from other
SOC families (Sololite does not support 3D GPU hardware acceleration).

Sololite uses mesa software rendering GL. So, set the PREFERRED
PROVIDER to use mesa for SL.

Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
10 years agogpu-viv-bin-mx6q: Include sololite changes to remove 3D libraries.
Neena Busireddy [Mon, 18 Aug 2014 20:10:45 +0000 (15:10 -0500)]
gpu-viv-bin-mx6q: Include sololite changes to remove 3D libraries.

Sololite does not support 3D GPU hardware acceleration.Hence, remove
all the 3D libraries from graphics package for this machine.

Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
10 years agoimx-bootlets: indentation fixes and whitespace cleanup
Mario Domenech Goulart [Wed, 20 Aug 2014 17:48:11 +0000 (14:48 -0300)]
imx-bootlets: indentation fixes and whitespace cleanup

Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
10 years agokernel-module-mcc: Update to version 1.06
Tony Felice [Mon, 18 Aug 2014 21:48:30 +0000 (17:48 -0400)]
kernel-module-mcc: Update to version 1.06

This includes the following main changes:

* Increase max code size of MQX binary that can be loaded to SRAM from
  128KB to 256KB.
* Add compatibility for the 3.13+ Linux kernel. Functionality with the 3.0
  kernel remains unchanged.
* Integrate patch that removes bashisms from kernel-module-mcc's Makefile.

Signed-off-by: Anthony Felice <tony.felice@timesys.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
10 years agolibmcc: Update to version 1.05
Tony Felice [Mon, 18 Aug 2014 21:48:29 +0000 (17:48 -0400)]
libmcc: Update to version 1.05

This version was released to integrate the patch that removed bashisms from
the libmcc Makefile.

Signed-off-by: Anthony Felice <tony.felice@timesys.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
10 years agoadd layer-specific bbappends when that layer is included
Ting Liu [Thu, 7 Aug 2014 02:42:34 +0000 (10:42 +0800)]
add layer-specific bbappends when that layer is included

setting BB_DANGLINGAPPENDS_WARNONLY forces the policy for all layers.
If the user is expecting dangling appends to be errors, this hides
potential problems from them.

Signed-off-by: Ting Liu <ting.liu@freescale.com>
10 years agoconf/layer.conf: remove BB_ENV_EXTRAWHITE setting
Ting Liu [Thu, 7 Aug 2014 02:12:23 +0000 (10:12 +0800)]
conf/layer.conf: remove BB_ENV_EXTRAWHITE setting

If not removed, BB_ENV_EXTRAWHITE is overrided as "KSRC USRC".

Signed-off-by: Ting Liu <ting.liu@freescale.com>
10 years agofmlib: use SOC_FAMILY as override in do_install
Ting Liu [Thu, 7 Aug 2014 02:01:28 +0000 (10:01 +0800)]
fmlib: use SOC_FAMILY as override in do_install

In previous commit, do_install was missed. update it.

Signed-off-by: Ting Liu <ting.liu@freescale.com>
10 years agolinux-fslc: Update to f0539f6 revision
Otavio Salvador [Mon, 18 Aug 2014 12:59:08 +0000 (09:59 -0300)]
linux-fslc: Update to f0539f6 revision

This updates the Linux 3.16-based branch to the 3.16.1 stable release.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
10 years agopulseaudio: Fix mutext issue when do pause in gstreamer
Jun Zhu [Fri, 15 Aug 2014 16:28:40 +0000 (00:28 +0800)]
pulseaudio: Fix mutext issue when do pause in gstreamer

Pulseaudio crashes when other program using sound:
Assertion 'pthread_mutex_unlock(&m->mutex) == 0' failed
at pulsecore/mutex-posix.c:106, function pa_mutex_unlock().

Disable the feature PTHREAD priority inheritance is the easiest
workaround for this issue.

Signed-off-by: Jun Zhu <R01007@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
10 years agolinux-imx: Upgrade to 3.10.17-1.0.1
Lauren Post [Thu, 14 Aug 2014 19:17:31 +0000 (14:17 -0500)]
linux-imx: Upgrade to 3.10.17-1.0.1

For 2D GPU cores there is a potential need to manage the maximum number
of outstanding return requests from the memory subsystem. The proper way
to manage these for 2D cores with this configuration is to use a FLUSH.
The patch does a FLUSH after every DRAW, the pipe will not overfill and
the scenario which may lead to a stall will not occur.

Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
10 years agoxf86-video-imxfb-vivante: Upgrade to 3.10.17-1.0.1
Lauren Post [Thu, 14 Aug 2014 19:17:30 +0000 (14:17 -0500)]
xf86-video-imxfb-vivante: Upgrade to 3.10.17-1.0.1

For 2D GPU cores there is a potential need to manage the maximum number
of outstanding return requests from the memory subsystem. The proper way
to manage these for 2D cores with this configuration is to use a FLUSH.
The patch does a FLUSH after every DRAW, the pipe will not overfill and
the scenario which may lead to a stall will not occur.

Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
10 years agogpu-viv-bin-mx6q: Upgrade to 3.10.17-1.0.1
Lauren Post [Thu, 14 Aug 2014 19:17:29 +0000 (14:17 -0500)]
gpu-viv-bin-mx6q: Upgrade to 3.10.17-1.0.1

For 2D GPU cores there is a potential need to manage the maximum number
of outstanding return requests from the memory subsystem. The proper way
to manage these for 2D cores with this configuration is to use a FLUSH.
The patch does a FLUSH after every DRAW, the pipe will not overfill and
the scenario which may lead to a stall will not occur.

This patch requires the Linux kernel 3.10.17-1.0.1 fixes.

Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
10 years agokernel-module-mcc: remove bashism in Makefile
Max Krummenacher [Thu, 14 Aug 2014 15:52:59 +0000 (17:52 +0200)]
kernel-module-mcc: remove bashism in Makefile

Replacing bash brace expansion with a Posix compliant syntax to make
do_install succeed also when using a dash shell.

Signed-off-by: Max Krummenacher <max.oss.09@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
10 years agolibmcc: remove bashism in Makefile
Max Krummenacher [Thu, 14 Aug 2014 15:52:58 +0000 (17:52 +0200)]
libmcc: remove bashism in Makefile

Replacing bash brace expansion with a Posix compliant syntax to make
do_install succeed also when using a dash shell.

Signed-off-by: Max Krummenacher <max.oss.09@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
10 years agogpu-viv-bin-mx6q: Add a missing runtime dependency on libdrm
Otavio Salvador [Thu, 7 Aug 2014 22:32:54 +0000 (19:32 -0300)]
gpu-viv-bin-mx6q: Add a missing runtime dependency on libdrm

The Vivante DRI library requires the libdrm to proper work; this adds
the missing dependency.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
10 years agoalsa-lib: add conf for multichannel support in mx6
Wang Zidan [Fri, 8 Aug 2014 01:54:19 +0000 (09:54 +0800)]
alsa-lib: add conf for multichannel support in mx6

Signed-off-by: Wang Zidan <b50113@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
10 years agometa-fsl-arm: fix some typos
Javier Viguera [Wed, 6 Aug 2014 14:47:12 +0000 (16:47 +0200)]
meta-fsl-arm: fix some typos

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
10 years agoudev-extraconf: not automount disk partitions
Ting Liu [Fri, 1 Aug 2014 04:33:18 +0000 (12:33 +0800)]
udev-extraconf: not automount disk partitions

There is a bug found in FSL SDK:
kernel can't boot up (or hang for a long time) when board connects
with a HDD (has extended partition) via pcie sata controller card.

avoid auto-mounting disk partitions. user can do it via fstab.

And move all the customized rules to qoriq-ppc folers.

Signed-off-by: Ting Liu <ting.liu@freescale.com>
10 years agoudev-extraconf: not automount network block devices
Ting Liu [Fri, 1 Aug 2014 04:33:17 +0000 (12:33 +0800)]
udev-extraconf: not automount network block devices

The nbd devices are set up loop devices, we first have dead device
nodes, then later we attach stuff behind them. At the time of the udev
creation event, nothing works at nbd devices.

This avoids unnecessary boot error msg:
| nbd0: Attempted send on closed socket
| end_request: I/O error, dev nbd0, sector 0

Signed-off-by: Ting Liu <ting.liu@freescale.com>
10 years agoudev[-extraconf]: skip mmc rpmb partitions
Ting Liu [Fri, 1 Aug 2014 04:33:16 +0000 (12:33 +0800)]
udev[-extraconf]: skip mmc rpmb partitions

In FSL SDK 1.6 Kernel, mmc driver has created a new partition
with "mmcblkXrpmb" if device expresses it support of RPMB.

RPMB (Replay Protected Memory Block), A signed access to a Replay
Protected Memory Block is provided. This function provides means
for the system to store data to the specific memory area in an
authenticated and replay protected manner.

In that case, any read/write access to this partition device will
report errors which will not impact any fuction.

add rules to skip it, avoid the below error msg:
| mmcblk0rpmb: retrying using single block read
| mmcblk0rpmb: error -110 transferring data

Signed-off-by: Ting Liu <ting.liu@freescale.com>
10 years agoudev-extraconf: remove obsolete local.rules
Ting Liu [Fri, 1 Aug 2014 04:33:15 +0000 (12:33 +0800)]
udev-extraconf: remove obsolete local.rules

local.rules was used for udev, and the content of this obsolete file
was seperated (automount.rules/autonet.rules/...).

Signed-off-by: Ting Liu <ting.liu@freescale.com>
10 years agogst-fsl-plugin: fix build for kernel headers >= 3.10
Gary Bisson [Sun, 27 Jul 2014 23:05:03 +0000 (16:05 -0700)]
gst-fsl-plugin: fix build for kernel headers >= 3.10

This package couldn't build using a toolchain with kernel headers >=
3.10 because of the use of VIDIOC_DBG_G_CHIP_IDENT. As stated in
videodev2.h, this ioctl should never be used.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
10 years agolinux-fslc: Update to 3.16 kernel
Otavio Salvador [Mon, 4 Aug 2014 22:13:06 +0000 (19:13 -0300)]
linux-fslc: Update to 3.16 kernel

This updates to 19583ca revision which is the 3.16 tag. No changes has
been done on top of it fow now.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
11 years agolinux-fslc (3.14): Update to 6c6f90b revision
Otavio Salvador [Thu, 31 Jul 2014 21:12:01 +0000 (18:12 -0300)]
linux-fslc (3.14): Update to 6c6f90b revision

This updates the Linux 3.14-based branch to the 3.14.14 stable
release.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
11 years agou-boot-fslc: Update to dfd9146 revision
Otavio Salvador [Fri, 1 Aug 2014 17:43:08 +0000 (14:43 -0300)]
u-boot-fslc: Update to dfd9146 revision

This includes following fixes:

dfd9146 mx6sabresd: Use LDO dtb file until PMIC support is added
28b6bee mx6slevk: Use LDO dtb file until PMIC support is added

This avoids boot issues due the lacking of LDO bypass support.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
11 years agoipsec-demo (scripts and configuration files) add recipe
Ting Liu [Thu, 24 Jul 2014 07:48:17 +0000 (15:48 +0800)]
ipsec-demo (scripts and configuration files) add recipe

There are some ipsec demo scripts and configuration files for qoriq
boards. add a recipe to hold them.

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agolibvirt: add bbappend for qoriq-ppc customizations
Ting Liu [Thu, 24 Jul 2014 07:48:16 +0000 (15:48 +0800)]
libvirt: add bbappend for qoriq-ppc customizations

* add customized qemu.conf to enable cgroup device and add /dev/net/tun
  device as cgroup
* add customized PKGCONFIG as not all features supported on ppc boards.

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agofmlib: use SOC_FAMILY as override
Ting Liu [Thu, 24 Jul 2014 07:48:14 +0000 (15:48 +0800)]
fmlib: use SOC_FAMILY as override

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agoadd more generic SOC_FAMILY name t1/t2/t4/b4
Ting Liu [Thu, 24 Jul 2014 07:48:13 +0000 (15:48 +0800)]
add more generic SOC_FAMILY name t1/t2/t4/b4

currently the SOC_FAMILY name only cover 32b/64b for each one. add
a more generic one to make it more usable.

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agoadd cs4315-firmware license file Cortina
Ting Liu [Thu, 24 Jul 2014 07:48:12 +0000 (15:48 +0800)]
add cs4315-firmware license file Cortina

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agou-boot-fslc: Update to 7a3b1da revision
Otavio Salvador [Mon, 28 Jul 2014 15:16:42 +0000 (12:16 -0300)]
u-boot-fslc: Update to 7a3b1da revision

This includes the following changes:

7a3b1da mx6sabresd: Use mmcblk0 for CONFIG_MMCROOT
cb07d74 Add TQ Systems TQMa6 board support
e379c03 arm, imx6: add aristainetos board
562f8df spi: add config option to enable the WP pin function on st micron flashes
a0ae009 i.MX6: add enable_spi_clk()
b2f97cf pwm, imx6: add support for pwm modul on imx6
aafe402 i.MX6: define struct pwm_regs and PWMCR_* defines
4a4d3a7 imx6: add gpr2 usb_otg_id iomux select control define
d726d5f arm: mxs: Scrub useless ifdef
aeadf06 mx6: Adjust the GPR offset for mx6solox
0a11d6f mx6: Remove duplication of iomuxc structure
fa8cf31 mx6sxsabresd: Add PFUZE100 PMIC support
a3df99b mx6: soc: Do not apply the PFD erratum for mx6solox
6ed9c7b embestmx6boards: convert to generic board
14a1613 mx6sx: Add initial support for mx6sxsabresd board
d95b6ab mx6: clock: Do not enable sata and ipu clocks
f586040 mx6sx: Add pin definitions
05d54b8 mx6: Add support for the mx6solox variant

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
11 years agodirectfb-examples: Fix building with new autoconf
Otavio Salvador [Sat, 26 Jul 2014 20:01:31 +0000 (17:01 -0300)]
directfb-examples: Fix building with new autoconf

This fixes the following build error:

,----
| .../configure: line 4229: syntax error near unexpected token `DIRECTFB,'
| .../configure: line 4229: `PKG_CHECK_MODULES(DIRECTFB, directfb >= $DIRECTFB_REQUIRED_VERSION, WATER=`$PKG_CONFIG --variable=water directfb` ,'
`----

Change-Id: Ibd5807b1497ff83b4241cd53f97d18b62a0cb2df
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
11 years agopointercal.xinput: Remove stray character
Lauren Post [Wed, 23 Jul 2014 15:56:47 +0000 (10:56 -0500)]
pointercal.xinput: Remove stray character

This character causes touch issues with calibration failing

Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
11 years agolibedit/tclap: remove
Ting Liu [Thu, 24 Jul 2014 02:44:24 +0000 (10:44 +0800)]
libedit/tclap: remove

they already exist in meta-openembeded layer, remove

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agoREADME: add dependency on meta-openembedded
Ting Liu [Thu, 24 Jul 2014 02:44:23 +0000 (10:44 +0800)]
README: add dependency on meta-openembedded

some fsl own pkgs depend on pkgs in meta-openembeded. for example,
asf needs ipsec-tools, usdpaa/skmm-ep needs libedit, fmc needs tclap.

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agoset BB_DANGLINGAPPENDS_WARNONLY as true
Ting Liu [Thu, 24 Jul 2014 02:44:22 +0000 (10:44 +0800)]
set BB_DANGLINGAPPENDS_WARNONLY as true

a ppc specific patch for luajit (exist in mete-oe) was moved to this
layer recently. set BB_DANGLINGAPPENDS_WARNONLY as true for the
situation where meta-oe was not pulled in.

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agou-boot-qoriq: rename to match verion 2014.01
Chunrong Guo [Wed, 23 Jul 2014 06:58:40 +0000 (14:58 +0800)]
u-boot-qoriq: rename to match verion 2014.01

Signed-off-by: Chunrong Guo <B40290@freescale.com>
11 years agoskmm-ep: add two missing header files
Ting Liu [Wed, 23 Jul 2014 06:12:02 +0000 (14:12 +0800)]
skmm-ep: add two missing header files

Signed-off-by: Ting Liu <ting.liu@freescale.com>
11 years agoopenssl_1.0.1g.bbappend: add missing colon for FILESEXTRAPATHS
Hongxu Jia [Wed, 23 Jul 2014 03:30:50 +0000 (11:30 +0800)]
openssl_1.0.1g.bbappend: add missing colon for FILESEXTRAPATHS

While other openssl's bbapend to assign FILESEXTRAPATHS,
there was a potential dir split error.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
11 years agocryptodev-fsl: add missing colon for FILESEXTRAPATHS
Hongxu Jia [Wed, 23 Jul 2014 03:30:49 +0000 (11:30 +0800)]
cryptodev-fsl: add missing colon for FILESEXTRAPATHS

While other cryptodev-fsl's bbapend to assign FILESEXTRAPATHS,
there was a potential dir split error.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
11 years agoprocps: disabling reverse-path filtering
Ting Liu [Tue, 22 Jul 2014 10:32:18 +0000 (18:32 +0800)]
procps: disabling reverse-path filtering

rp_filter causes issues with VLAN interfaces.

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agomerge-files: add recipe
Ting Liu [Wed, 23 Jul 2014 02:25:06 +0000 (10:25 +0800)]
merge-files: add recipe

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agoinit-ifupdown: use customized interfaces for qoriq-ppc
Ting Liu [Tue, 22 Jul 2014 10:32:16 +0000 (18:32 +0800)]
init-ifupdown: use customized interfaces for qoriq-ppc

the file is same with the one for qemuarm in poky/meta/, only
define loopback interface.

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agoluajit: add bbappend to hold ppc specific patch
Ting Liu [Tue, 22 Jul 2014 10:32:15 +0000 (18:32 +0800)]
luajit: add bbappend to hold ppc specific patch

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agoremove obsolete patches
Ting Liu [Tue, 22 Jul 2014 10:32:14 +0000 (18:32 +0800)]
remove obsolete patches

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agoenable multilib for e5500-64b/e6500/e6500-64b
Ting Liu [Tue, 22 Jul 2014 10:04:00 +0000 (18:04 +0800)]
enable multilib for e5500-64b/e6500/e6500-64b

enable multilib by default as it is needed:
* for e5500-64b/e6500-64b, 32bit toolchain is need to build u-boot
* for e6500, only 64bit kernel is supported

Signed-off-by: Ting Liu <ting.liu@freescale.com>
11 years agoweston: Don't apply i.MX6-specific patches unconditionally
Otavio Salvador [Thu, 17 Jul 2014 17:44:45 +0000 (14:44 -0300)]
weston: Don't apply i.MX6-specific patches unconditionally

The patches for Vivante GPU support are i.MX6-specific and shouldn't
be applied for other SoCs and architectures. This patch changes it
to be i.MX6-specific.

Fixes [YOCTO: #6545]

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
11 years agou-boot-fslc: Update to 2014.07-based release
Otavio Salvador [Sat, 5 Jul 2014 21:15:55 +0000 (18:15 -0300)]
u-boot-fslc: Update to 2014.07-based release

This updates the FSL Community's U-Boot fork to a 2014.07-based
release.

Along with the recipe revision changes, this modifies the default
kernel image to "zImage" as most machines maintained in meta-fsl-arm
now uses it.

The machines that are still using uImage are:

 - imx31pdk
 - imx35pdk
 - imx53ard
 - imx6dlsabreauto
 - imx6solosabreauto
 - imx6solosabresd

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
11 years agolinux-imx (2.6.35.3): Update to the b3912bb revision
Otavio Salvador [Sat, 5 Jul 2014 14:12:08 +0000 (11:12 -0300)]
linux-imx (2.6.35.3): Update to the b3912bb revision

This includes following updates:

b3912bb ENGR00285448 [MX28] SAIF: Out of Voltage in SAIF clock PINs
90ce77d ENGR00285446-3 [MX28] SAIF: Bit Shift in SAIF RX Data
1ea685a ENGR00285446-2 [MX28] SAIF: Bit Shift in SAIF RX Data
1ca8992 ENGR00285446-1 [MX28] SAIF: Bit Shift in SAIF RX Data
45fe172 mach-mx5/devices.c: Add PMU device

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
11 years agogpu-viv-bin-mx6q: Use symlink in libgl-mx6 package
Jacob Kroon [Fri, 18 Jul 2014 21:05:44 +0000 (23:05 +0200)]
gpu-viv-bin-mx6q: Use symlink in libgl-mx6 package

The libgl-mx6 package had a duplicated libGL.so.1.
Force it into a symlink.

This was tested by comparing the output of "ls -lR --time-style=+ image/"
before and after the change.

Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
11 years agogpu-viv-bin-mx6q: Fix file ownership in packages
Jacob Kroon [Fri, 18 Jul 2014 21:05:43 +0000 (23:05 +0200)]
gpu-viv-bin-mx6q: Fix file ownership in packages

The do_install() function is run under pseudo in order to create packages with
correct file-permissions. By issuing "cp -a" to install files, we leak
build user/group permissions into the packages, since the do_unpack() function
is executed as the regular build user. Replace it with -P, so that we at least
keep symlinks.

Also drop -x (--one-file-system) since it's not needed.

This was tested by comparing the output of "ls -lR --time-style=+ image/"
before and after the change.

Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
11 years agogpu-viv-bin-mx6q: Don't package wayland libraries in non-wayland builds
Jacob Kroon [Thu, 17 Jul 2014 08:59:16 +0000 (10:59 +0200)]
gpu-viv-bin-mx6q: Don't package wayland libraries in non-wayland builds

Running

  readelf --dynamic libgc_wayland_protocol.so | grep NEEDED

shows that the library has a runtime dependency on libffi. Same thing
applies to libwayland-viv.so.

For non-wayland builds, where libffi may or may not be available during
package time, skip packaging them so that they don't cause unexpected
dependency changes in buildhistory.

Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
11 years agoipc-modules: move to recipes-kernel/
Ting Liu [Fri, 11 Jul 2014 07:52:16 +0000 (02:52 -0500)]
ipc-modules: move to recipes-kernel/

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agoinherit qoriq_build_64bit_kernel for kernel/module recipes
Ting Liu [Fri, 11 Jul 2014 07:49:10 +0000 (02:49 -0500)]
inherit qoriq_build_64bit_kernel for kernel/module recipes

ppce6500 is a specific core which only support 64bit kernel, the duplicate
hack codes were packaged into qoriq_build_64bit_kernel.bbclass, use it.

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agoadd default setting for MKUBIFS_ARGS and UBINIZE_ARGS
Ting Liu [Fri, 11 Jul 2014 07:36:44 +0000 (02:36 -0500)]
add default setting for MKUBIFS_ARGS and UBINIZE_ARGS

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agoset IMAGE_CLASSES = "image_types_uboot" as defaut
Ting Liu [Fri, 11 Jul 2014 07:30:00 +0000 (02:30 -0500)]
set IMAGE_CLASSES = "image_types_uboot" as defaut

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agoadd u-boot as EXTRA_IMAGEDEPENDS
Ting Liu [Fri, 11 Jul 2014 07:24:40 +0000 (02:24 -0500)]
add u-boot as EXTRA_IMAGEDEPENDS

* As the doc said:
EXTRA_IMAGEDEPENDS = "A list of recipes to build that do not
provide packages for installing into the root filesystem."
MACHINE_EXTRA_RRECOMMENDS = "A list of machine-specific packages
to install as part of the image being built"

* use += for MACHINE_EXTRA_RRECOMMENDS definition

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agoremove fslmachine MACHINEOVERRIDES usage
Ting Liu [Fri, 11 Jul 2014 06:52:40 +0000 (01:52 -0500)]
remove fslmachine MACHINEOVERRIDES usage

fslmachine is too generic, use qoriq-ppc instead.

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agolinux-qoriq-sdk: rename to linux-qoriq
Ting Liu [Fri, 11 Jul 2014 06:25:59 +0000 (01:25 -0500)]
linux-qoriq-sdk: rename to linux-qoriq

like linux-imx, linux-qoriq is supposed to be provided and supported
by Freescale. it uses latest linux codes on git.freescale.com

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agou-boot: rename to u-boot-qoriq
Ting Liu [Fri, 11 Jul 2014 06:17:36 +0000 (01:17 -0500)]
u-boot: rename to u-boot-qoriq

like u-boot-imx, u-boot-qoriq is supposed to be provided and supported
by Freescale. it uses latest u-boot codes on git.freescale.com

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agoconf/machine/: move common bits to inc files
Ting Liu [Fri, 11 Jul 2014 06:07:56 +0000 (01:07 -0500)]
conf/machine/: move common bits to inc files

* add four new files to hold common bits:
   include/qoriq-base.inc
   include/qoriq-default-providers.inc
   include/qoriq-default-settings.inc
   include/qoriq-default-versions.inc
* add 'qoriq-ppc' into list of MACHINEOVERRIDES

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agoremove obsolete PREFERRED_VERSION for virtual/kernel
Ting Liu [Fri, 11 Jul 2014 05:28:08 +0000 (00:28 -0500)]
remove obsolete PREFERRED_VERSION for virtual/kernel

there is only one linux-qoriq-sdk recipe that is based on 3.12 now

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agoremove kernel26 machine feature usage
Ting Liu [Fri, 11 Jul 2014 05:25:54 +0000 (00:25 -0500)]
remove kernel26 machine feature usage

kernel26 is now obsolete so remove it from the machine configs

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agomove all inc files to folder include/
Ting Liu [Fri, 11 Jul 2014 05:20:06 +0000 (00:20 -0500)]
move all inc files to folder include/

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agoamd-gpu-mx51.inc: Use anonymous python function to inject metadata
Otavio Salvador [Fri, 11 Jul 2014 19:54:44 +0000 (16:54 -0300)]
amd-gpu-mx51.inc: Use anonymous python function to inject metadata

The metadata amending, to include the INSANE_SKIP hacks, need to be
done before we run the QA checks. This has change now that the QA
checks are run in a separate task.

To accomodate the code to this the recipe needed to be reworked to use
an anonymous python function so it runs at parsing time.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
11 years agolibfslcodec: Move package related fields near to binary ones
Otavio Salvador [Fri, 11 Jul 2014 19:42:52 +0000 (16:42 -0300)]
libfslcodec: Move package related fields near to binary ones

The best practice is to have the package related fields close to the
binary related ones (FILES, RDEPENDS and like) as those has direct
influence in each other. This changes the recipe to follow this.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
11 years agolibfslparser: Use python function to amend metadata
Otavio Salvador [Fri, 11 Jul 2014 21:18:04 +0000 (18:18 -0300)]
libfslparser: Use python function to amend metadata

The metadata amending, to include the INSANE_SKIP hacks, need to be
done before we run the QA checks. This has change now that the QA
checks are run in a separate task.

To accomodate the code to this the recipe needed to be reworked to use
separated method to apply the quirks.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
11 years agolibfslcodec: Use python functions to split and amend metadata
Otavio Salvador [Fri, 11 Jul 2014 19:32:17 +0000 (16:32 -0300)]
libfslcodec: Use python functions to split and amend metadata

The metadata amending, to include the INSANE_SKIP hacks, need to be
done before we run the QA checks. This has change now that the QA
checks are run in a separate task.

To accomodate the code to this the recipe needed to be reworked to use
separated methods to:

 - split the packages for the plugins;
 - generate the needed rdepends for the meta package;
 - apply the quirks;

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
11 years agocryptodev-linux/module: use fsl maintained source
Zhenhua Luo [Sat, 14 Jun 2014 06:38:18 +0000 (14:38 +0800)]
cryptodev-linux/module: use fsl maintained source

FSL SDK released its own cryptodev based on 1.6, but not all the codes
was upstreamed, add bbappend to use fsl maintained source. This change
only be applied for fsl machines

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agoqoriq_build_64bit_kernel.bbclass: add for ppce6500
Ting Liu [Thu, 10 Jul 2014 09:23:50 +0000 (04:23 -0500)]
qoriq_build_64bit_kernel.bbclass: add for ppce6500

ppce6500 is a specific core which only support 64bit kernel,
introduce qoriq_build_64bit_kernel.bbclass to do this

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agoopenssl: use fsl maintained source
Ting Liu [Sat, 14 Jun 2014 05:25:20 +0000 (13:25 +0800)]
openssl: use fsl maintained source

add bbappend to use fsl own openssl source code which was tested

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agoopenssl: set preferred version to 1.0.1g
Ting Liu [Wed, 9 Jul 2014 06:43:21 +0000 (01:43 -0500)]
openssl: set preferred version to 1.0.1g

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agoopenssl: downgrade to 1.0.1g
Ting Liu [Thu, 3 Jul 2014 07:32:04 +0000 (02:32 -0500)]
openssl: downgrade to 1.0.1g

openssl released in fsl sdk v1.6 was based on 1.0.1g, so downgrade for fsl boards.
the imported recipes were based on daisy-11.0.0 which FSL SDK based on.

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agolinux-fslc (3.14): Update to cde0fbb revision
Otavio Salvador [Sat, 5 Jul 2014 14:06:34 +0000 (11:06 -0300)]
linux-fslc (3.14): Update to cde0fbb revision

This updates the 3.14-based kernel to the 3.14.11 release.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
11 years agoeth-config: fix wrong md5sum of license file
Ting Liu [Tue, 1 Jul 2014 10:01:26 +0000 (05:01 -0500)]
eth-config: fix wrong md5sum of license file

license file has no changes.

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agouspdcp: add recipe for sdk v1.6
Zhenhua Luo [Sat, 14 Jun 2014 06:30:59 +0000 (14:30 +0800)]
uspdcp: add recipe for sdk v1.6

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
11 years agoskmm-host: add recipe for sdk v1.6
Zhenhua Luo [Sat, 14 Jun 2014 06:29:07 +0000 (14:29 +0800)]
skmm-host: add recipe for sdk v1.6

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
11 years agopkc-host: add recipe for sdk v1.6
Zhenhua Luo [Sat, 14 Jun 2014 06:26:28 +0000 (14:26 +0800)]
pkc-host: add recipe for sdk v1.6

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
11 years agopkc-firmware: add recipe for sdk v1.6
Zhenhua Luo [Sat, 14 Jun 2014 06:25:22 +0000 (14:25 +0800)]
pkc-firmware: add recipe for sdk v1.6

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
11 years agocs4315-firmware: add recipe for sdk v1.6
Ting Liu [Sat, 14 Jun 2014 05:14:06 +0000 (13:14 +0800)]
cs4315-firmware: add recipe for sdk v1.6

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agoasf: update to sdk v1.6 release
Zhenhua Luo [Sat, 14 Jun 2014 06:34:33 +0000 (14:34 +0800)]
asf: update to sdk v1.6 release

changes:
 ASFIPSEC: Fix for IPV6 crash dump when L2blob is not resolved.
 ASFIPSEC: Patch to fix P1010/P9131 IPSEC.
 ASF: Fix - Reassembly cleanCB not getting called.
 ASF: Giving fragmented non TCP/UDP/AH/ESP packet back to linux.
 ASFIPSEC:Patch to Fix ICV error in IPv6 case.
 asf: handle memory leak due to software buffer counter.
 AH-SHA1 does not work with ASF
 fmc scripts : 48G fmc config file for T4240RDB
 ASFIPSEC: Patch to fix crash when IPSEC traffic is initiated.
 Patch to fix klocwork issues
 Crash during ping6 test for varied sizes across the tunnel.
 FMC : Adding new config file to support 22G ports for  T2080QDS
 ASF : Porting ASF to kernel 3.13
 asf_ipsec: Patch to fix the MD5 issue.
 ASF: Memory leaks observed.
 asf_ipsec: Patch to fix the issue in AH for 64 bits.
 ASF_IPSEC:Same SA is getting added twice under stress traffic
 ASF_IPSEC:Multiple times of Addition and deletion of SPD and SAs causing linkage problem.
 ASF_IPEC: Unable to delete SPD from ASF.
 ASF-IPSEC:SA flush with traffic through the DUT causing crash.
 ipsec_scripts: Patch to add scripts for all algorithmic combinations for IPsec.
 asf_ipfrag: Patch to fix the issue of crash on P5040RDB.
 ASF : Patch to decrement software buffer pool counter when packet send to linux.
 ASFCTRL : Patch to reflect back the changes made in linux to netdev_notifier_info_to_dev() of asfctrl.
 ASF : update CONFIG_FSL_DPAA_TX_RECYCLE to CONFIG_FMAN_T4240
 asf_ipsec: Patch to fix the compilation error.
 asf_qos: Patch to fix the compilation error in asf_qos.
 ASFIPSEC: Integeration with DPAA eth SG driver
 asf_proc: Patch to update the procfs code.
 ASFIPSEC : Large size self-generated ping packet crash resolved.
 ASF: Patch to fix traffic halt issue in IPSEC fragmentation case.
 ASFIPSEC: Patch to fix the crash seen while deleting SA.
 ASFCTRL: Patch to check for loopback packet and do not offload it.
 ASFIPSEC: invalidate magic number while offloading policy in asfctrl_xfrm_enc_hook
 ASFIPSEC: Patch to fix IPSEC fragmented traffic issues.
 MODULE_LICENSE is changed to dual(BSD/GPL)
 ASF: FMC: Adding 1G port entries for T4240QDS boards.
 ASF: Defining flag in ASF for FSL_DPAA_TX_RECYCLE framework
 ASF: Adding debug module to create a loopback framawork on DPAA platform
 ASF:FMC: Extra line is removed from the file.
 Removing make error when ASF is disabled in Kernel

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
11 years agoqe-ucode: add recipe for sdk v1.6
Zhenhua Luo [Sat, 14 Jun 2014 06:40:50 +0000 (14:40 +0800)]
qe-ucode: add recipe for sdk v1.6

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
11 years agoapptrk: add recipe for sdk v1.6 release
Ting Liu [Sat, 14 Jun 2014 04:20:41 +0000 (12:20 +0800)]
apptrk: add recipe for sdk v1.6 release

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agouio-seville: add recipe for sdk v1.6
Ting Liu [Sat, 14 Jun 2014 04:56:41 +0000 (12:56 +0800)]
uio-seville: add recipe for sdk v1.6

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agoceetm: add recipe for sdk v1.6 release
Ting Liu [Sat, 14 Jun 2014 04:25:46 +0000 (12:25 +0800)]
ceetm: add recipe for sdk v1.6 release

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agoweb-sysmon: update to sdk v1.6 release
Ting Liu [Sat, 14 Jun 2014 03:37:54 +0000 (11:37 +0800)]
web-sysmon: update to sdk v1.6 release

changes:
 Add T4240QDS case, monitor.conf is an example based on T4240QDS
 Add power consumption monitoring support
 Adjust monitoring duration: 20mins->10mins, 4hours->1hour
 Update copyright
 Update refresh rate as every 10 senconds
 Disable error logging for lighttpd

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agocst: update to sdk v1.6 release
Ting Liu [Sat, 14 Jun 2014 04:16:45 +0000 (12:16 +0800)]
cst: update to sdk v1.6 release

changes:
 KEY_SELECT removed from input file for u-boot -LS1
 Input files added for LS1 (group 5)
 Added proper address of u-boot for u-boot header
 LS1021: unisign fixed for group5
 code clean up
 code cleanup
 Added sample input file for legacy boot feature in dir: input_files/legacy_cfsign/
 Added legacy boot feature
 code clean up
 Entry point and address changed for increased U-boot Size
 add support for SDHC in CSF(ESBC) Header
 input files modified for c29x

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agoboot-format: update to sdk v1.6 release
Ting Liu [Sat, 14 Jun 2014 04:13:44 +0000 (12:13 +0800)]
boot-format: update to sdk v1.6 release

changes:
 p2020rdb: Add L2/SRAM boot support
 powerpc: update dat files to take care 768KB u-boot

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agoflib: update to sdk v1.6 release
Ting Liu [Sat, 14 Jun 2014 04:06:26 +0000 (12:06 +0800)]
flib: update to sdk v1.6 release

changes:
 fix ZUC-E + SNOW f9 decapsulation
 fix PDCP Control Plane AES-CTR + SNOW f9 decapsulation
 WiMAX: wait to update the header on encap era4
 WiMAX: invalidate prefetch buffer on encap (era5+)
 fix invalid offset in PDCP MOVE commands
 fix RLC PDB comment
 fix WiFi for SEC ERA > 5
 remove nonsensical comment for MBMS descriptor creation function
 fix RLC encap descriptor
 add WCDMA RLC protocol descriptors
 MBMS processing should be done only on devices with SEC ERA >= 5
 MOVE - fix (#2) support for selecting offset in MATH Regs using AUX field
 MOVE - fix support for selecting offset in MATH Regs using AUX field
 fix MBMS statistics writeback
 add MBMS statistics retrieval function
 fix PATCH_RAW and PATCH_RAW_NON_LOCAL
 beautify MBMS descriptor creation functions
 add PATCH_RAW and PATCH_RAW_NON_LOCAL support
 fix IFB in MBMS Type 1 & 3 descriptors
 remove compiler warnings from descriptors
 remove compiler warnings from RTA library core
 add MBMS SYNC protocol processing support
 SEQ IN PTR - don't generate pointer field when SOP is used
 fix PDCP Control Plane AES-CTR + SNOW f9 decapsulation for SEC ERA >=6
 PROTOCOL - add ODF and DFV HMO bits for IPsec protocol
 fix PDCP Control Plane with ZUC encryption & NULL integrity
 Job descriptor - fix usage of Make Trusted Descriptor (MTD)
 enable SEC Era 6 support
 Extended job descriptor - add support for FTD bit
 add JUMP_INC and JUMP_DEC commands
 MOVE - add support for selecting offset in MATH Regs using AUX field
 SEQFIFOLOAD - add support for AIDF bit
 SEQKEY - add support for VLF and AIDF bits
 WAITCOMP is a MOVE-specific flag, not a generic flag
 LOAD - fix length mask for the case when dst is DCTRL
 SEQ OUT PTR - add support for RST and EWS bits
 Job descriptor - do not allow TD and MTD options in the same time
 Job descriptor - add support for Extended Header - JOB_HDR_EXT
 refactoring - add __rta_out* for writing in the descriptor buffer
 LOAD command fix - always return the insertion offset in the desc buffer
 add defines needed for Linux kernel integration
 add helper macros for finding out descriptor length
 move platform dependencies to compat.h
 whitespace fixes
 add Class Context src/dst for the LOAD/STORE commands
 add defines for SEC commands
 rename MATH src/dst PROT to MATH DPOVRD
 add support for RNG4 bits PS, AI
 rename FIFOLD_TYPE_DFIFO to FIFOLD_TYPE_NOINFOFIFO
 rename LD/ST DECO descriptor buffers src/dst
 sync pdb.h with Linux kernel counterpart
 prepare sync of pdb.h with Linux kernel counterpart
 fix test_load DXLT golden pattern
 Update RSA descriptors
 add DES-CBC/3DES-CBC & AES-XCBC-MAC-96 IPsec descriptors
 add TLS family descriptor for cipher block suites
 add RSA protocol descriptors
 fix AES-CTR + SNOW f9 decapsulation

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agohv-cfg: update to sdk v1.6 release
Ting Liu [Sat, 14 Jun 2014 03:57:16 +0000 (11:57 +0800)]
hv-cfg: update to sdk v1.6 release

changes:
 t1040: move hv pma lower
 t1040: assign scfg node to part1
 e6500: Enable direct guest tlb management for several chips
 Revert "b4rev2: Disable direct guest tlb management"
 Revert "t4rev2: Disable direct guest tlb management"
 t4240rdb: Add missing ports
 t2080rdb: initial hv-2p scenario
 t4240rdb: update pci nodes to match the rcw
 t4240qds: add missing "dce" and "rman" devices
 t4240rdb: add missing "dce" and "rman" devices
 t4240rdb: initial hv-2p scenario
 pme : add missing device nodes
 Add several experimental hv config files
 p5020ds: initial hv-2p scenario
 t1040rdb: initial hv-2p scenario
 t1040qds: initial hv-2p scenario
 t2080qds: Add two more ports in the first partition
 t2080qds: add a few missing devices
 t2080qds: Renamed hv-cfg folder to match the proper rcw
 t2080qds: Add DPAA ports
 t2080qds: initial hv-2p scenario

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agoqoriq-debug: use autotools-brokensep
Ting Liu [Tue, 1 Jul 2014 14:40:14 +0000 (09:40 -0500)]
qoriq-debug: use autotools-brokensep

Currently it does not support S!=B build, workaround it now

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agoqoriq-debug: update to sdk v1.6 release
Ting Liu [Sat, 14 Jun 2014 03:40:06 +0000 (11:40 +0800)]
qoriq-debug: update to sdk v1.6 release

Changes:
 Corrected char buffer overrun error
 Added suport for Linux kernel 3.12
 Corrected memory map for QMAN and BMAN for T4/B4
 Added Device Config support for Gen 1 processors.
 Support for additional T4240rev2 and B4860rev2 debug components

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agohypervisor: skip already-stripped check
Ting Liu [Tue, 1 Jul 2014 10:05:45 +0000 (05:05 -0500)]
hypervisor: skip already-stripped check

partman binary was set to be stripped in source code

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agohypervisor: update to v1.3-009 release
Ting Liu [Sat, 14 Jun 2014 03:55:54 +0000 (11:55 +0800)]
hypervisor: update to v1.3-009 release

v1.3-009 bug fixes and changes
  -introducing "fast tlb1 feature" - the performance of TLB1 emulation
   is significantly improved by implementing a shorter code path for
   non-IPROT TLB1 entries. This is particularly useful for guests
   making heavy use of tlb1, for example when using indirect tlb1 entries.
   The feature is controlled by a Kconfig  option and is enabled by default.
  -EPCR[DGTMI] (disable guest tlb management instructions) is now
   dynamically controlled
  -workaround A-006958 time-base erratum
  -workaround A-007907 l1 stash on e6500 erratum
  -workaround A-008007 t1040 pvr erratum
  -workaround A-00598 pamu erratum
  -workaround t1040 uart fifo erratum
  -other misc fixes

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agohypervisor: use seperate folder for 32/64b output
Ting Liu [Tue, 27 May 2014 05:56:34 +0000 (00:56 -0500)]
hypervisor: use seperate folder for 32/64b output

Signed-off-by: Ting Liu <ting.liu@freescale.com>
11 years agoqemu: Prevent QA warnings about /run
Ting Liu [Tue, 1 Jul 2014 13:48:56 +0000 (08:48 -0500)]
qemu: Prevent QA warnings about /run

Signed-off-by: Ting Liu <b28495@freescale.com>
11 years agoqemu: update to QEMU 1.7
Stuart Yoder [Tue, 8 Apr 2014 23:11:38 +0000 (18:11 -0500)]
qemu: update to QEMU 1.7

Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
11 years agousdpaa: update to sdk v1.6 release
Vakul Garg [Wed, 19 Mar 2014 16:33:21 +0000 (12:33 -0400)]
usdpaa: update to sdk v1.6 release

1. Added a new variable for the FMan version so that the usdpaa applications to
   correctly use the fmlib interface.
2. Unify the indentation character, replace tab with space 4 character
3. add support for new added boards

Signed-off-by: Ting Liu <b28495@freescale.com>