[yocto] Warning on mips64

2016-11-16 Thread Gary Thomas
I'm trying to build qemumips64 and get this warning: = WARNING: linux-yocto-4.8.6+gitAUTOINC+87e5fc8b7c_edcb167f91-r0 do_kernel_configcheck: [kernel config]: specified values did not make it into the kernel's

[linux-yocto] [PATCH] cryptodev: replace deprecated ablkcipher APIs to skcipher APIs

2016-11-16 Thread Yang Shi
Due to the upstream change [1], ablkcipher APIs have bene deprecated, so replace it to the new skcipher APIs. [1] https://www.spinics.net/lists/linux-crypto/msg18133.html Signed-off-by: Yang Shi --- drivers/staging/crypto/cryptodev/cryptlib.c | 36

Re: [yocto] [yocto-announce] [ANNOUNCEMENT] Yocto Project 2.2 (morty 16.0.0) Released

2016-11-16 Thread Paul Eggleton
On Tue, 15 Nov 2016 11:24:28 Rich Persaud wrote: > > On Nov 1, 2016, at 15:48, Tracy Graydon wrote: > > > > Hello, > > > > The latest release of the Yocto Project 2.2 (morty-16.0.0) is now > > available for download at: > > > >

Re: [linux-yocto] [PATCH 00/26] Intel Axxia updates to linux-yocto-4.1

2016-11-16 Thread Bruce Ashfield
On 2016-11-16 11:56 AM, Daniel Dragomir wrote: Hello Bruce! This series of patches brings various improvements to the Intel Axxia drivers from linux-yocto-4.1, including RapidIO, tty/serial, HW-random, NEMAC, MISC, also to kvm, kexec, kdump, mm, and some updates in device trees for Intel Axxia

Re: [yocto] [PATCH] rmc: Fix include path and type definitions

2016-11-16 Thread Jianxun Zhang
> On Nov 15, 2016, at 10:55 PM, Khem Raj wrote: > > > > On 11/15/16 8:56 PM, Jianxun Zhang wrote: >> Add detection of current path for -I option, also update >> type definitions for EFI compiling. >> >> Signed-off-by: Jianxun Zhang >> ---

[yocto] Unusual RPM / Smart Bug When Changing Architecture

2016-11-16 Thread Darcy Watkins
Hi, We encountered some rather unusual anomalies related to RPM / Smart in both the build system and when applying updates on the target. 1. We had a series of RPM packages for HW controller specific FW images. Let's say they are called something like: - fw-image-a - fw-image-b -

Re: [yocto] Kernel too old?

2016-11-16 Thread Khem Raj
On 11/16/16 4:08 AM, Gary Thomas wrote: > On 2016-11-16 12:55, Jussi Kukkonen wrote: >> On 16 November 2016 at 13:29, Gary Thomas > > wrote: >> >> I'm trying to run some user code on a [closed] box that it's >> difficult (maybe impossible) to

Re: [yocto] mklibs in USER_CLASSES (Khem Raj) (Khem Raj)

2016-11-16 Thread Khem Raj
On 11/16/16 4:07 AM, 신택현 (Taek Hyun Shin) wrote: > Hi Khem Raj > > > Thank you for your answer > > > I did add to the patch your recommend. > > But, the error is occurred as follow: I guess you have to dig deep and see what might be going on > > > Object: >

Re: [yocto] New error

2016-11-16 Thread Khem Raj
On 11/16/16 2:57 AM, Gary Thomas wrote: > On 2016-11-16 07:47, Khem Raj wrote: >> Can you test out this patch for OE-Core >> >> https://github.com/kraj/openembedded-core/commit/b2d345d0217db0c2dda3b9b40824829116599568 >> >> > > Yes, this removes all the errors. thanks. Patch sent. > > Thanks

[linux-yocto] [PATCH 26/26] axm56xx: restart with ddr retention

2016-11-16 Thread Daniel Dragomir
From: Per Hallsmark dts: correcting reset address axxia-reset: hook in platform ddr retention on reboot Signed-off-by: Per Hallsmark --- arch/arm64/boot/dts/intel/axm56xx.dtsi | 2 +- drivers/power/reset/Kconfig| 11

[linux-yocto] [PATCH 25/26] axxia: Correct the Clock Names for I2C in the 5600 Device Trees

2016-11-16 Thread Daniel Dragomir
From: John Jacques Signed-off-by: John Jacques --- arch/arm64/boot/dts/intel/axm56xx.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/intel/axm56xx.dtsi b/arch/arm64/boot/dts/intel/axm56xx.dtsi

[linux-yocto] [PATCH 24/26] drivers/misc: Update Axxia OEM Call Handling

2016-11-16 Thread Daniel Dragomir
From: John Jacques Add the ability to control the ACTLR_EL3 and ACTLR_EL2 registers on Axxia using OEM calls to the secure monitor. As this driver now does more than just control DSP clusters, the name has been changed. Signed-off-by: John Jacques

[linux-yocto] [PATCH 20/26] arm64: kdump: relax BUG_ON() if more than one cpus are still active

2016-11-16 Thread Daniel Dragomir
From: AKASHI Takahiro We should try best in case of kdump. So even if not all secondary cpus have shut down, we do kdump anyway. Signed-off-by: AKASHI Takahiro --- arch/arm64/kernel/machine_kexec.c | 8 +++- 1 file changed, 7

[linux-yocto] [PATCH 23/26] axxia: Update the Axxia Device Trees for 5600 and 6700

2016-11-16 Thread Daniel Dragomir
From: John Jacques Add a mac-address entry to the nemac. The mac-address needs to be set before kexec. Signed-off-by: John Jacques --- arch/arm64/boot/dts/intel/axc67xx.dtsi | 1 + arch/arm64/boot/dts/intel/axm56xx.dtsi | 1 + 2 files changed, 2

[linux-yocto] [PATCH 21/26] arm64: Changes to Patches to support AXXIA kernel

2016-11-16 Thread Daniel Dragomir
From: Charlie Paul These changes are to support the kexec and kdump on Axxia. Signed-off-by: Charlie Paul --- arch/arm64/include/asm/kvm_host.h | 5 - arch/arm64/include/asm/mmu.h | 1 + arch/arm64/include/asm/proc-fns.h | 2 ++

[linux-yocto] [PATCH 19/26] arm64: kdump: update a kernel doc

2016-11-16 Thread Daniel Dragomir
From: AKASHI Takahiro This patch adds arch specific descriptions about kdump usage on arm64 to kdump.txt. Signed-off-by: AKASHI Takahiro --- Documentation/kdump/kdump.txt | 29 - 1 file changed, 28

[linux-yocto] [PATCH 22/26] arm64: mm: Removed calls to reset_pmuserenr_el0

2016-11-16 Thread Daniel Dragomir
From: Charlie Paul Signed-off-by: Charlie Paul --- arch/arm64/mm/proc.S | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/mm/proc.S b/arch/arm64/mm/proc.S index 8c17e64..3d98142 100644 --- a/arch/arm64/mm/proc.S +++

[linux-yocto] [PATCH 16/26] arm64: kdump: reserve memory for crash dump kernel

2016-11-16 Thread Daniel Dragomir
From: AKASHI Takahiro On primary kernel, the memory region used by crash dump kernel must be specified by "crashkernel=" boot parameter. reserve_crashkernel() will allocate and reserve the region for later use. User space tools will be able to find the region marked

[linux-yocto] [PATCH 15/26] arm64: kexec: Add pr_devel output

2016-11-16 Thread Daniel Dragomir
From: Geoff Levand To aid in debugging kexec problems or when adding new functionality to kexec add a new routine kexec_image_info() and several inline pr_devel statements. Signed-off-by: Geoff Levand --- arch/arm64/kernel/machine_kexec.c | 63

[linux-yocto] [PATCH 14/26] arm64: kexec: Add core kexec support

2016-11-16 Thread Daniel Dragomir
From: Geoff Levand Add three new files, kexec.h, machine_kexec.c and relocate_kernel.S to the rm64 architecture that add support for the kexec re-boot mechanism (CONFIG_KEXEC) on arm64 platforms. Signed-off-by: Geoff Levand --- arch/arm64/Kconfig

[linux-yocto] [PATCH 13/26] arm64: Enable the identity mapping to allow the MMU disabling

2016-11-16 Thread Daniel Dragomir
From: Geoff Levand Add the setup_mm_for_reboot() function needed for kexec. Signed-off-by: Geoff Levand --- arch/arm64/include/asm/mmu.h | 1 - arch/arm64/mm/mmu.c | 11 +++ 2 files changed, 11 insertions(+), 1 deletion(-) diff

[linux-yocto] [PATCH 12/26] arm64: Add back cpu_reset routines

2016-11-16 Thread Daniel Dragomir
From: Geoff Levand Commit 68234df4ea79 ("arm64: kill flush_cache_all()") removed the global arm64 routines cpu_reset() and cpu_soft_restart() needed by the arm64 kexec and kdump support. Add simplified versions of those two routines back with some changes needed for kexec

[linux-yocto] [PATCH 10/26] arm64: Add new hcall HVC_CALL_FUNC

2016-11-16 Thread Daniel Dragomir
From: Geoff Levand Add the new hcall HVC_CALL_FUNC that allows execution of a function at EL2. During CPU reset the CPU must be brought to the exception level it had on entry to the kernel. The HVC_CALL_FUNC hcall will provide the mechanism needed for this exception level

[linux-yocto] [PATCH 11/26] arm64: kvm: allows kvm cpu hotplug

2016-11-16 Thread Daniel Dragomir
From: AKASHI Takahiro The current kvm implementation on arm64 does cpu-specific initialization at system boot, and has no way to gracefully shutdown a core in terms ofckvm. This prevents, especially, kexec from rebooting the system on a boot core in EL2. This patch

[linux-yocto] [PATCH 09/26] arm64: Convert hcalls to use HVC immediate value

2016-11-16 Thread Daniel Dragomir
From: Geoff Levand The existing arm64 hcall implementations are limited in that they only allow for two distinct hcalls; with the x0 register either zero or not zero. Also, the API of the hyp-stub exception vector routines and the KVM exception vector routines differ;

[linux-yocto] [PATCH 08/26] arm64: Fold proc-macros.S into assembler.h

2016-11-16 Thread Daniel Dragomir
From: Geoff Levand To allow the assembler macros defined in arch/arm64/mm/proc-macros.S to be used outside the mm code move the contents of proc-macros.S to asm/assembler.h. Also, delete proc-macros.S, and fix up all references to proc-macros.S. Signed-off-by: Geoff Levand

[linux-yocto] [PATCH 07/26] axxia: Device Tree Update for 5600 and 6700

2016-11-16 Thread Daniel Dragomir
From: John Jacques Tie the SPI interface(s) to the peripheral clock. Signed-off-by: John Jacques --- arch/arm64/boot/dts/intel/axc67xx.dtsi | 3 +++ arch/arm64/boot/dts/intel/axm56xx.dtsi | 6 -- 2 files changed, 7 insertions(+), 2

[linux-yocto] [PATCH 05/26] char: hwrng: kstrtoint argument updated for base

2016-11-16 Thread Daniel Dragomir
From: Sreedevi Joshi kstrtoint was being used to parse user input and set trng_test_mode driver parameter. The base was set to 1 earlier. This is causing issues. Base passed is now changed to 0 - to autodetect which will help in addressing all bases correctly.

[linux-yocto] [PATCH 06/26] net: nemac: cannot sleep in get_stats

2016-11-16 Thread Daniel Dragomir
From: Per Hallsmark root@axxiaarm64:~# ifconfig eth0 [ 2377.952102] BUG: sleeping function called from invalid context at kernel/sched/completion.c:90 [ 2378.005347] in_atomic(): 0, irqs_disabled(): 0, pid: 1140, name: ifconfig [ 2378.046970] INFO: lockdep is turned

[linux-yocto] [PATCH 04/26] axxia: Change Clock Definitions for 5600 and 6700

2016-11-16 Thread Daniel Dragomir
From: John Jacques Simplify the clock definitions in the device tree. Only the peripheral clock frequency is needed and it is fixed. The boot loader will determine the frequency and update the device tree before booting Linux. Signed-off-by: John Jacques

[linux-yocto] [PATCH 02/26] drivers/tty/serial: Remove a Bringup Change

2016-11-16 Thread Daniel Dragomir
From: John Jacques During Axxia bringup, setting the baud rate was disabled because the frequency reported for the peripheral clock was wrong. This commits reverts that change. Signed-off-by: John Jacques --- drivers/tty/serial/amba-pl011.c | 2

[linux-yocto] [PATCH 00/26] Intel Axxia updates to linux-yocto-4.1

2016-11-16 Thread Daniel Dragomir
Hello Bruce! This series of patches brings various improvements to the Intel Axxia drivers from linux-yocto-4.1, including RapidIO, tty/serial, HW-random, NEMAC, MISC, also to kvm, kexec, kdump, mm, and some updates in device trees for Intel Axxia boards. If all the patches are ok, please pull

[linux-yocto] [PATCH 03/26] drivers/tty/serial: Updated Baud Rate Calcualtion

2016-11-16 Thread Daniel Dragomir
From: John Jacques The baud rate calculation was truncating instead of rounding. This caused, in some cases, the initial baud rate to be set incorrectly. Updated to use DIV_ROUND_CLOSEST(). Signed-off-by: John Jacques ---

[linux-yocto] [PATCH 01/26] axxia: Rapidio Device-Tree updates

2016-11-16 Thread Daniel Dragomir
From: Palani Updated the device-tree for the RapidIO to be uniform across the AXM platform. Signed-off-by: Palani --- .../bindings/rapidio/intel,axxia-rapidio.txt | 28 ++

Re: [yocto] Kernel too old?

2016-11-16 Thread Gary Thomas
On 2016-11-16 13:08, Gary Thomas wrote: On 2016-11-16 12:55, Jussi Kukkonen wrote: On 16 November 2016 at 13:29, Gary Thomas > wrote: I'm trying to run some user code on a [closed] box that it's difficult (maybe impossible) to update the

[yocto] [meta-cgl][PATCH] core-iamge-cgl: Remove kernel-modules

2016-11-16 Thread Adrian Dudau
This is already included in packagegroup-cgl-kernel. Signed-off-by: Adrian Dudau --- meta-cgl-common/images/core-image-cgl.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-cgl-common/images/core-image-cgl.bb b/meta-cgl-common/images/core-image-cgl.bb index

Re: [linux-yocto] [PATCH 0/2] Fix merge errors on bxt-rebase branch

2016-11-16 Thread Bruce Ashfield
On 2016-11-16 02:29 AM, Laitinen, Jukka wrote: On 2016-11-14 07:43 AM, Jukka Laitinen wrote: The i915 module stopped compiling in 4.4.30 rebase. These patches fix the merge errors causing this. I tried the patches here, and ones directly from gmail/the mailing list and they are all showing

Re: [linux-yocto] [PATCH 0/2] Fix merge errors on bxt-rebase branch

2016-11-16 Thread Bruce Ashfield
On 2016-11-16 01:20 AM, Jukka Laitinen wrote: The i915 module stopped compiling in 4.4.30 rebase. These patches fix the merge errors causing this. merged. Note: These changes are also on top of a 4.4.32 -stable release that I integrated yesterday. Bruce Jukka Laitinen (2): Revert

Re: [yocto] Kernel too old?

2016-11-16 Thread Gary Thomas
On 2016-11-16 12:55, Jussi Kukkonen wrote: On 16 November 2016 at 13:29, Gary Thomas > wrote: I'm trying to run some user code on a [closed] box that it's difficult (maybe impossible) to update the kernel. To date, I've been able to

Re: [yocto] mklibs in USER_CLASSES (Khem Raj) (Khem Raj)

2016-11-16 Thread Taek Hyun Shin
Hi Khem RajThank you for your answerI did add to the patch your recommend.But, the error is occurred as follow:Object: usr/bin/tc-/home/B110141/works/Yocto/build/tcc8021/tmp/sysroots/tcc8021/usr/lib//libTcGuiUtils_pic.a(libTcGuiUtils_pic.o): In function

Re: [yocto] [meta-raspberrypi][PATCH 0/1] raspberrypi3.conf: fix typo for BCM43430

2016-11-16 Thread Andrei Gherzan
On Tue, Nov 15, 2016 at 09:21:27AM +0100, Piotr Lewicki wrote: > From: "piotr.lewicki" > > New linux-firmware subpackage is called "bcm43430" and not "bcrm43430". > Renaming it because the test image is not building with the typo. > > piotr.lewicki (1): >

Re: [yocto] Kernel too old?

2016-11-16 Thread Jussi Kukkonen
On 16 November 2016 at 13:29, Gary Thomas wrote: > I'm trying to run some user code on a [closed] box that it's > difficult (maybe impossible) to update the kernel. To date, > I've been able to create my own user environment using Yocto > and then just 'chroot XXX'. That

[yocto] Kernel too old?

2016-11-16 Thread Gary Thomas
I'm trying to run some user code on a [closed] box that it's difficult (maybe impossible) to update the kernel. To date, I've been able to create my own user environment using Yocto and then just 'chroot XXX'. That came to an end today with the latest (version 2.2) like this: DiskStation>

Re: [yocto] New error

2016-11-16 Thread Gary Thomas
On 2016-11-16 07:47, Khem Raj wrote: Can you test out this patch for OE-Core https://github.com/kraj/openembedded-core/commit/b2d345d0217db0c2dda3b9b40824829116599568 Yes, this removes all the errors. Thanks On 11/15/16 4:41 AM, Gary Thomas wrote: I just ran a new build for one of my