Re: [linux-yocto] [PATCH 1/2] [RFC]cgroups: Resource controller for open files.

2014-07-30 Thread Bruce Ashfield
On 14-07-30 04:58 AM, zhe...@windriver.com wrote: From: Binder Makin meri...@google.com lkml https://lkml.org/lkml/2014/7/2/640 upstream Add a resource controller for limiting the number of open file handles. This allows us to catch misbehaving processes and return EMFILE instead of ENOMEM

Re: [linux-yocto] [PATCH 0/23] Refresh hugetlb kernel code

2014-07-31 Thread Bruce Ashfield
On 14-07-30 10:16 PM, Yang Shi wrote: Refresh kernel hugetlb up to 3.16. Brought in 23 commits. 6915d46 fs/hugetlbfs/inode.c: remove null test before kfree 1b337c3 fs/hugetlbfs/inode.c: use static const for dentry_operations 38d1f0c fs/hugetlbfs/inode.c: add static to

Re: [linux-yocto] [PATCH 0/28] Refresh NUMA kernel code

2014-08-19 Thread Bruce Ashfield
On 14-08-18 04:45 PM, Yang Shi wrote: Refresh kernel NUMA up to 3.16. I've staged the changes, and will push them once build testing completes. Bruce Primarily merged: numa,sched,mm: pseudo-interleaving for automatic NUMA balancing https://lkml.org/lkml/2014/1/27/459 patch 1 - 9 fix

Re: [linux-yocto] Review request 0/5: GRE Refresh [ US43662 ]

2014-08-26 Thread Bruce Ashfield
On 14-08-26 05:56 AM, jianchuan.w...@windriver.com wrote: Summary: GRE Refresh Tech Review: Yang Shi Gatekeeper: Bruce Ashfield Lockdown Approval (if needed): Branch Tag: master for WRL 7 IP Statement (form link or license statement, usually automated): Crypto URL(s) (if needed): see http

Re: [linux-yocto] [PATCH] Meta: add qemuppc64 bsp config

2014-08-26 Thread Bruce Ashfield
On 14-08-26 11:05 AM, Armin Kuster wrote: This is the initial meta data for qemu ppc64 bsp that supports the IBM pseries power* arch with is supported in Qemu. Thanks for the patch .. see below for some comments. Yes, its not pretty but it works. Do you have a bootlog capture ? And a list

Re: [linux-yocto] [PATCH] Meta: add qemuppc64 bsp config

2014-08-26 Thread Bruce Ashfield
On 2014-08-26, 8:25 PM, akuster808 wrote: On 08/26/2014 10:04 AM, Bruce Ashfield wrote: On 14-08-26 11:05 AM, Armin Kuster wrote: This is the initial meta data for qemu ppc64 bsp that supports the IBM pseries power* arch with is supported in Qemu. Thanks for the patch .. see below for some

Re: [linux-yocto] [PATCH 1/2] yaffs: Avoid setting any ACL releated xattr

2014-08-27 Thread Bruce Ashfield
On 2014-08-27, 1:34 AM, Zhang Xiao wrote: YAFFS doesn't sopport ACL yet, it must refuse any related settings. I've grabbed these two patches and staged them for my next updates. Thanks! Bruce Signed-off-by: Zhang Xiao xiao.zh...@windriver.com --- fs/yaffs2/yaffs_vfs.c | 6 ++ 1

Re: [linux-yocto] [PATCH 0/2] Make TTY dependency for 8250 config fragments explicit

2014-08-27 Thread Bruce Ashfield
On 2014-08-27, 10:38 AM, Tom Zanussi wrote: This patchset adds CONFIG_TTY to the cfg/8250 config fragment, as well as the common-pc-drivers config fragment; without it, the 8250 config options won't take effect if CONFIG_TTY defaults to 'n', as it does for things like 'tiny'. Thanks Tom. I've

Re: [linux-yocto] [PATCH] Meta: add qemuppc64 bsp config

2014-08-28 Thread Bruce Ashfield
On 14-08-28 10:29 AM, akuster808 wrote: On 08/26/2014 09:39 PM, Bruce Ashfield wrote: On 2014-08-26, 8:25 PM, akuster808 wrote: On 08/26/2014 10:04 AM, Bruce Ashfield wrote: On 14-08-26 11:05 AM, Armin Kuster wrote: This is the initial meta data for qemu ppc64 bsp that supports the IBM

Re: [linux-yocto] [PATCH v2] Meta: add qemuppc64 bsp config

2014-08-28 Thread Bruce Ashfield
On 14-08-28 10:13 AM, Armin Kuster wrote: This is the initial meta data for qemu ppc64 bsp that supports the IBM pseries power* arch with is supported in Qemu. V2: Pruned config : Added standard.scc Looks much improved! See a few more comments below. Signed-off-by: Armin Kuster

Re: [linux-yocto] [PATCH 0/1] meta: enable Realtek ethernet driver for Valley Island BSP

2014-08-28 Thread Bruce Ashfield
On 14-08-27 10:09 PM, wei.tee...@intel.com wrote: From: Ng, Wei Tee wei.tee...@intel.com Hi all, This patch is to enable Realtek Ethernet driver support in valleyisland.scc. Valley Island BSP does not support this driver by default, we used the common-pc-eth.scc to turn on the driver

Re: [linux-yocto] yocto-kernel-tools

2014-08-29 Thread Bruce Ashfield
On 14-08-29 02:36 PM, akuster808 wrote: Hello, I am trying to use the yocto-kernel-tools and when I run make install it errors out. install: cannot stat ‘tools/generate_cfg’: No such file or directory there is no 'generate_cfg' file in the sources. What am I missing? only that I deleted

Re: [linux-yocto] KMETA branch/directory redux (yocto #5090)

2014-08-29 Thread Bruce Ashfield
On 14-08-29 03:09 PM, Peter A. Bigot wrote: On 08/07/2014 11:16 AM, Bruce Ashfield wrote: On Thu, Aug 7, 2014 at 10:27 AM, Peter A. Bigot p...@pabigot.com wrote: First, some yak shaving: If something goes wrong with linux-yocto's do_patch, it prints: | ERROR. Could not apply patches

Re: [linux-yocto] KMETA branch/directory redux (yocto #5090)

2014-08-29 Thread Bruce Ashfield
On 14-08-29 03:31 PM, Peter A. Bigot wrote: On 08/29/2014 02:17 PM, Bruce Ashfield wrote: On 14-08-29 03:09 PM, Peter A. Bigot wrote: On 08/07/2014 11:16 AM, Bruce Ashfield wrote: On Thu, Aug 7, 2014 at 10:27 AM, Peter A. Bigot p...@pabigot.com wrote: First, some yak shaving: If something

Re: [linux-yocto] KMETA branch/directory redux (yocto #5090)

2014-08-29 Thread Bruce Ashfield
On 14-08-29 04:32 PM, Peter A. Bigot wrote: On 08/29/2014 03:02 PM, Bruce Ashfield wrote: On 14-08-29 03:31 PM, Peter A. Bigot wrote: The point is that issuing a mv like: mv $checkpoint_dir .$checkpoint_dir without ensuring that the value of the variable doesn't contain path

Re: [linux-yocto] [PATCH 00/28][3.10] Baytrail LPSS I/O feature backport

2014-09-02 Thread Bruce Ashfield
On 2014-08-28, 6:51 AM, rebecca.swee.fun.ch...@intel.com wrote: From: Chang Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com Hi all, Here is a series of patches that I've cherry-picked from mainline kernel into linux-yocto-3.10. These patches are Baytrail PCI mode LPSS I/O features. The

Re: [linux-yocto] [PATCHv2 0/6] [3.10] Feature branch for Baytrail IO

2014-09-02 Thread Bruce Ashfield
On 2014-08-29, 5:29 AM, rebecca.swee.fun.ch...@intel.com wrote: From: Chang Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com Hi all, Patchv2: This is the 2nd revision of the feature branch I have submitted yesterday. I have used the outdated board file for Baytrail in previous submission. I

Re: [linux-yocto] [PATCH 0/1] [meta] update valleyisland-io-pci.scc to merge new feature branch

2014-09-07 Thread Bruce Ashfield
On 2014-09-03, 10:32 PM, rebecca.swee.fun.ch...@intel.com wrote: From: Chang Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com Hi all, This patch is to update valleyisland-io-pci.scc file to merge new version of feature branch (valleyisland-io-3.0). This patch has been built locally and tested

Re: [linux-yocto] [PATCH 1/1] Revert net: Rename skb-rxhash to skb-hash

2014-09-10 Thread Bruce Ashfield
On 14-09-09 10:56 PM, zhe...@windriver.com wrote: From: He Zhe zhe...@windriver.com Revert unnecessary renaming for BPF. Build will fail if related drivers are enabled but do not get updated accordingly. Did you actually perform a git revert on this commit on linux-yocto-3.14 standard/base

Re: [linux-yocto] [PATCH 0/2] Fix BPF merge build breakage

2014-09-26 Thread Bruce Ashfield
On 14-09-26 01:27 PM, Darren Hart wrote: On 9/26/14, 10:07, Darren Hart dvh...@linux.intel.com wrote: The merge of the net BPF stuff appears to have broken the pch_gbe driver. Backporting these two additional patches from mainline gets the driver building again. Hold off, this gets the

Re: [linux-yocto] Please revert this entire series: Re: [PATCH 1/1] Revert net: Rename skb-rxhash to skb-hash

2014-09-26 Thread Bruce Ashfield
, Bruce -- Darren Hart On 9/10/14, 18:41, He Zhe zhe...@windriver.com wrote: On 09/10/2014 10:06 PM, Bruce Ashfield wrote: On 14-09-10 03:17 AM, He Zhe wrote: On 09/10/2014 02:41 PM, Bruce Ashfield wrote: On 14-09-09 10:56 PM, zhe...@windriver.com wrote: From: He Zhe zhe...@windriver.com

Re: [linux-yocto] Please revert this entire series: Re: [PATCH 1/1] Revert net: Rename skb-rxhash to skb-hash

2014-09-26 Thread Bruce Ashfield
for standard/base and standard/preempt-rt/base which every BSP depends on. -- Darren Hart On 9/10/14, 18:41, He Zhe zhe...@windriver.com wrote: On 09/10/2014 10:06 PM, Bruce Ashfield wrote: On 14-09-10 03:17 AM, He Zhe wrote: On 09/10/2014 02:41 PM, Bruce Ashfield wrote: On 14-09-09 10:56 PM

Re: [linux-yocto] [PATCH] 8250/8250_dw: fix compile failure due to stable/Yocto conflict

2014-10-08 Thread Bruce Ashfield
On Wed, Oct 8, 2014 at 12:04 PM, Paul Gortmaker paul.gortma...@windriver.com wrote: From: Ong Boon Leong boon.leong@intel.com As of merge 60a9d9fc565e4503dbb8705803e83d906afc4ad2, Merge tag 'v3.10.48' into standard/base the 8250_dw.c fails to compile due to an undeclared variable. This

Re: [linux-yocto] [PATCH] 8250/8250_dw: fix compile failure due to stable/Yocto conflict

2014-10-09 Thread Bruce Ashfield
On 2014-10-08, 9:57 PM, Bruce Ashfield wrote: On Wed, Oct 8, 2014 at 12:04 PM, Paul Gortmaker paul.gortma...@windriver.com wrote: From: Ong Boon Leong boon.leong@intel.com As of merge 60a9d9fc565e4503dbb8705803e83d906afc4ad2, Merge tag 'v3.10.48' into standard/base the 8250_dw.c fails

Re: [linux-yocto] Debug linux kernel, KERNEL_IMAGETYPE = vmlinux

2014-10-17 Thread Bruce Ashfield
On 14-10-17 07:10 AM, Wenxi Jin wrote: Hi, I managed to build a working vmlinux.gz file based on the vmlinux.bin file. Now I would like to try to enable debugger in linux kernel and later in device driver. However, I set KERNEL_IMAGETYPE = vmlinux. Somehow yocto still provides a vmlinux.bin

Re: [linux-yocto] [PATCH 0/1] power/intel update for 3.17

2014-11-03 Thread Bruce Ashfield
On 14-11-03 10:38 AM, Tom Zanussi wrote: This adds X86_INTEL_PSTATE to the intel power feature. Boot-tested on both nuc and crownbay-noemgd. Please pull into linux-yocto-3.17. The following changes since commit 229ce533868773f201f9ab36e2b4248b381309ec: meta: bump kver to v3.17.1

Re: [linux-yocto] [PATCH 0/1] meta: valleyisland: Enable Realtek Ethernet

2014-11-12 Thread Bruce Ashfield
On 14-11-11 10:12 PM, wei.tee...@intel.com wrote: From: Ng, Wei Tee wei.tee...@intel.com Hi all, This patch is to enable Realtek Ethernet Driver support in valleyisland-32.scc. Valley Island BSP does not support this driver by default. We used the common-pc-eth.scc to turn on the driver

Re: [linux-yocto] [PATCH 09/35] Checking in EDAC support for AXM55xx preempt_rt

2014-11-16 Thread Bruce Ashfield
On 2014-11-13, 12:19 PM, Daniel Dragomir wrote: From: SangeethaRao sangeetha@lsi.com Again, the short log isn't correct here. Signed-off-by: SangeethaRao sangeetha@lsi.com --- drivers/edac/axxia_edac.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [linux-yocto] [PATCH 10/35] arch/arm/mach-axxia: Updated AXM55xx DTS and EDAC driver

2014-11-16 Thread Bruce Ashfield
On 2014-11-13, 12:19 PM, Daniel Dragomir wrote: From: SangeethaRao sangeetha@lsi.com Using correct Dickens config memory map Dickens ? If this is fixing a bug in the patch that introduced EDAC, then squash this into that patch. Signed-off-by: SangeethaRao sangeetha@lsi.com ---

Re: [linux-yocto] [PATCH 13/35] arch/arm/mach-axxia: Support for CPU Hotplug

2014-11-16 Thread Bruce Ashfield
On 2014-11-13, 12:19 PM, Daniel Dragomir wrote: From: John Jacques john.jacq...@lsi.com This includes powering down a cluster when all four cores are off and powering up the cluster when one of the cores gets re-enabled. This is a fairly sizeable patch. Isn't that power management change

Re: [linux-yocto] [PATCH 25/35] arch/arm/mach-axxia: Fix Compiler Warnings

2014-11-16 Thread Bruce Ashfield
On 2014-11-13, 12:19 PM, Daniel Dragomir wrote: From: John Jacques john.jacq...@lsi.com We should have a sample of the compiler warning here, and a reference to the commit that introduced it. Bruce Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/mach-axxia/axxia-gic.c | 3

Re: [linux-yocto] [PATCH 28/35] drivers/net/ethernet/lsi: Fix Compiler Warnings

2014-11-16 Thread Bruce Ashfield
On 2014-11-13, 12:19 PM, Daniel Dragomir wrote: From: John Jacques john.jacq...@lsi.com .. and again! Bruce Signed-off-by: John Jacques john.jacq...@lsi.com --- drivers/net/ethernet/lsi/lsi_acp_net.c | 6 -- drivers/net/ethernet/lsi/lsi_acp_net.h | 6 +++--- 2 files changed, 7

Re: [linux-yocto] [PATCH 0/1] meta: valleyisland: Enable Realtek Ethernet

2014-11-16 Thread Bruce Ashfield
On 2014-11-12, 4:17 PM, Bruce Ashfield wrote: On 14-11-11 10:12 PM, wei.tee...@intel.com wrote: From: Ng, Wei Tee wei.tee...@intel.com Hi all, This patch is to enable Realtek Ethernet Driver support in valleyisland-32.scc. Valley Island BSP does not support this driver by default. We used

Re: [linux-yocto] [daisy] [PATCH 0/4] Fix for watchdog doesn't work in beaglebone black

2014-12-10 Thread Bruce Ashfield
/poky-contrib hao/daisy for you to fetch changes up to 34ed07a9261a6daa46c13239d246eae6ca1418e4: beaglebone: enable the nowayout option for the watchdog (2014-12-08 10:19:21 +0800) Bruce Ashfield (4): linux-yocto/3.14

Re: [linux-yocto] [PATCH 0/6] LSI AXXIA updates to 3.4 standard/axxia/base

2014-12-18 Thread Bruce Ashfield
On 2014-12-18, 12:00 PM, Daniel Dragomir wrote: Added PCIe MSI support and updated Device Trees for Axxia Targets. John Jacques (4): arch/powerpc: Updated Device Trees for Axxia Targets axxia-nand: Use the right Machine Types in the Axxia NAND Driver arch/powerpc: Fix Up the MDIO

Re: [linux-yocto] [PATCH 0/9] MIPS : Basic OcteonIII support.

2015-01-26 Thread Bruce Ashfield
On 15-01-23 12:53 PM, Chandrakala Chavva wrote: From: Abhishek Paliwal abhishek.pali...@aricent.com Thanks. These applied to the 3.14 linux-yocto tree nicely. I've queued them, and am doing build tests. Once those complete, they'll be pushed out to the servers. Bruce These patches cover

Re: [linux-yocto] Beaglebone Black BSP CAN bus activation

2015-01-20 Thread Bruce Ashfield
On 15-01-16 08:58 AM, Lukas Böhm wrote: Hello, I hope this is the correct destiantion list for Yocto-BSP-Questions. It's a good starting point. General questions for the supported BSPs in linux-yocto tree can typically be answered here .. but if we get into particulars and variants of the

Re: [linux-yocto] [PATCH 0/9] MIPS : Basic OcteonIII support.

2015-01-16 Thread Bruce Ashfield
in master. Bruce Regards, Abhishek -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: 15 January 2015 10:40 To: Abhishek Paliwal; linux-yocto@yoctoproject.org Subject: Re: [PATCH 0/9] MIPS : Basic OcteonIII support. On 2015-01-12 5:41 AM, Abhishek Paliwal

Re: [linux-yocto] 3.10 standard/axxia/base: Error in kernel/irq/manage.c

2015-01-16 Thread Bruce Ashfield
On 2015-01-16 12:45 PM, Dragomir, Daniel wrote: Hello Bruce! I got an error when building the 3.10 Kernel, standard/axxia/base. It's caused by a writing mistake in kernel/irq/manage.c: function irq_set_affinity_locked is declared with 3 parameters: int

Re: [linux-yocto] [PATCH 0/5] LSI AXXIA updates to 3.10 standard/axxia/base

2015-02-09 Thread Bruce Ashfield
On 15-02-09 12:42 PM, Daniel Dragomir wrote: Hi Bruce! That's another series of patches from LSI/Intel. The last one wasn't reviewed yet. I'm catching up! This one looks pretty simple, no concerns here, so I merged this along with the 52 patch series. Bruce Thanks. Daniel Topics: - tty

Re: [linux-yocto] [PATCH 00/52] LSI AXXIA updates to 3.10 standard/axxia/base

2015-02-09 Thread Bruce Ashfield
On 15-01-28 12:18 PM, Daniel Dragomir wrote: Hi Bruce, Resubmitted some patches updated as requested and added some new ones. Sorry for the delay. This is now merged and pushed to the axxia/base branch. Bruce Topics: - Update RapidIO driver to fix some issues. - Add new Device Trees for

Re: [linux-yocto] [PATCH 0/2] [PATCH] linux-yocto: Backport patches to fix HSUART issue

2015-01-05 Thread Bruce Ashfield
On 14-12-22 01:44 AM, wei.tee...@intel.com wrote: From: Ng Wei Tee wei.tee...@intel.com Hi all, The kernel complains that 'too much work for irq' when HSUART is stressed in PCI mode. This 2 patches are back-ported to fix the issue mentioned above. The patches were back-ported from upstream

Re: [linux-yocto] [PATCH 0/3] LSI AXXIA updates to 3.4 standard/axxia/base

2015-03-16 Thread Bruce Ashfield
got the patches, they needed to be applied to your tree via git am, and if then they don't have the proper author, you need to fix it in your tree. Finally a proper git format-patch and send to me, will maintain that author. Bruce Chris On 03/13/2015 10:16 PM, Bruce Ashfield wrote: On 15-03-13

Re: [linux-yocto] [PATCH 2/2] meta: axxiaarm: Adding new fragments

2015-03-18 Thread Bruce Ashfield
On 03/18/2015 11:50 AM, Dragomir, Daniel wrote: Bruce, If the fragments looks fine, please add (only) this patch also to the 3.14 kernel, meta layer. The first patch is not applicable in 3.14. It just delete some old fragments from 3.10. I've done the merges. 3.10 and 3.14 have been updated

Re: [linux-yocto] [PATCH][meta][dev][3.19][3.14] tiny.cfg: Enable BINFMT_SCRIPT

2015-03-18 Thread Bruce Ashfield
On 03/18/2015 01:57 PM, Darren Hart wrote: Tiny kernels currently fail to run /init from tiny-init, a #!/bin/sh script as the kernel is missing BINFMT_SCRIPT. Add this to the tiny.cfg fragment. Thanks! Merged to 3.19 and 3.14 meta branches. Update your SRCREVs appropriately, and I'll do a full

Re: [linux-yocto] [PATCH] LSI AXXIA updates to 3.10 and 3.14 meta branches

2015-03-20 Thread Bruce Ashfield
On 2015-03-20 2:45 PM, Daniel Dragomir wrote: Hi Bruce, I created the kernel fragments for AXXIAPOWERPC bsp also. If everything is fine, please merge them for both 3.10 and 3.14 repos. The looked fine to me, so I went ahead and merged them to 3.10 and 3.14. I'll send SRCREV updates out on

Re: [linux-yocto] [PATCH 2/2] meta: axxiaarm: Adding new fragments

2015-03-19 Thread Bruce Ashfield
do the push! I just pushed them now, so they should be in place. Bruce Daniel From: Bruce Ashfield [bruce.ashfi...@windriver.com] Sent: Thursday, March 19, 2015 7:32 AM To: Dragomir, Daniel; linux-yocto@yoctoproject.org Cc: Coker, Bonnie; Bercaru

Re: [linux-yocto] [PATCH 0/3] LSI AXXIA updates to 3.4 standard/axxia/base

2015-03-16 Thread Bruce Ashfield
On 15-03-16 09:22 AM, cristian.berc...@windriver.com wrote: From: Sangeetha Rao sangeetha@intel.com This series addresses a couple of hardware errata of IBM PPC476. I reverted the old changes, and replaced them with these. Bruce Sangeetha Rao (3): arch/powerpc/kernel: Address IBM

Re: [linux-yocto] [PATCH] intel-common: Acutally add the 32 bit versio of the file

2015-03-06 Thread Bruce Ashfield
merged and pushed. Bruce On 15-03-06 02:59 PM, Saul Wold wrote: Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/bsp/intel-common/intel-common-drivers-32.scc | 5 + 1 file changed, 5 insertions(+) create mode 100644

Re: [linux-yocto] [PATCH 0/3] LSI AXXIA updates to 3.4 standard/axxia/base

2015-03-12 Thread Bruce Ashfield
On 15-03-12 07:59 AM, cristian.berc...@windriver.com wrote: From: Cristian Bercaru cristian.berc...@windriver.com This series addresses a couple of hardware errata of IBM PPC476. The patches look fine, but a quick question. Are these also upstream ? I noticed the sign off, so I wanted to

Re: [linux-yocto] [PATCH 0/2] refactor pinctrl for Intel support

2015-03-24 Thread Bruce Ashfield
On 2015-03-24 7:47 PM, Saul Wold wrote: Bruce, Here is the refactored pinctrl bits, there is some inconsistency in the Kconfigs, so removing the PIN* from baytrail and creating a new intel-pinctrl makes the most sense. Agreed. I've merged and pushed the changes. SRCREV updates to follow when

Re: [linux-yocto] [PATCH 0/4] Fixes for Intel core warnings

2015-03-24 Thread Bruce Ashfield
On Tue, Mar 24, 2015 at 1:35 PM, Saul Wold s...@linux.intel.com wrote: Bruce, Here are some changes to config areas to fix issues with the 3.19 kernel These all look sane to me. I've merged and pushed them to the servers. SRCREV updates are about to come put as part of my consolidated series

Re: [linux-yocto] [PATCH] meta: beaglebone: fix the kernel config warnings

2015-03-29 Thread Bruce Ashfield
On 2015-03-28 5:20 AM, Kevin Hao wrote: Update the cfg files to fix the following kernel config warnings. The final generated .config is the same with or without these changes. Thanks Kevin. Looks good. I've grabbed the change. Bruce Value requested for CONFIG_ARCH_NR_GPIO not in final

Re: [linux-yocto] [PATCH] LSI AXXIA updates to 3.4 standard/axxia/base

2015-03-30 Thread Bruce Ashfield
On 2015-03-30 01:10 PM, cristian.berc...@windriver.com wrote: From: Cristian Bercaru cristian.berc...@windriver.com Hello! This patch is an update to IBM PPC476 erratum 48 fix and it is tagged with the latest 3.4 tag: lsi_axxia_linux_7.8.1.43. This came through multiple times .. is this the

Re: [linux-yocto] [PATCH] LSI AXXIA updates to 3.4 standard/axxia/base

2015-03-31 Thread Bruce Ashfield
a.mbox Applying: arch/powerpc/kernel: Address IBM PPC476 erratum 47 Thanks, Cristian On 03/30/2015 09:39 PM, Bruce Ashfield wrote: On 2015-03-30 01:10 PM, cristian.berc...@windriver.com wrote: From: Cristian Bercaru cristian.berc...@windriver.com Hello! This patch is an update to IBM PPC476

Re: [linux-yocto] [PATCH 0/1] meta: features: update baytrail.cfg

2015-03-23 Thread Bruce Ashfield
On 15-03-22 09:02 PM, rebecca.swee.fun.ch...@intel.com wrote: From: Chang Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com Hi, Here is an update to fix typo error in baytrail.cfg. CONFIG_DW_PCI is invalid. It was not detected in Valley Island BSP because Valley Island has its own feature scc

Re: [linux-yocto] [PATCH] [Review Request] LSI AXXIA fragments for 3.10 meta branch

2015-02-24 Thread Bruce Ashfield
On 15-02-24 01:18 PM, Daniel Dragomir wrote: Hello Bruce, I didn't receive as we expected a list with kernel options that were directly related to getting the board up and booting with core functionality. LSI just asked us to pick the options that are related to board and peripherals. So, I

Re: [linux-yocto] How to build local PC kernel using Local PC Toolchain with Yocto

2015-02-24 Thread Bruce Ashfield
On 15-02-24 04:36 AM, Aravind Babu wrote: Hi , I am new to Yocto build system I am currently using Ycto (Poky distrbution) in my project to build u-boot, kernel and file system. I am working on *AM437x GP EVM board*. and I am using *ti-sdk-am437x-evm-07.01.00.00* I am able to build

Re: [linux-yocto] [PATCH 0/1] [linux-yocto-3.10] standard/base: Backport patch to fix bus access error issues during system resume

2015-02-26 Thread Bruce Ashfield
On 15-02-26 04:57 AM, wei.tee...@intel.com wrote: From: Ng Wei Tee wei.tee...@intel.com Hi all, During system resume, improper setup of event buffer will leads to bus access errors. This patch is back-ported to fix the issue mentioned above. The patch was back-ported from upstream kernel into

Re: [linux-yocto] [PATCH 0/2] Add USB-based Bluetooth support for intel-core* machines

2015-04-20 Thread Bruce Ashfield
On 04/17/2015 12:58 PM, Cristian Iorga wrote: Add support for USB-based Bluetooth hardware adapters for intel-core* machines The following changes since commit 767f3fa3468023ce7f6d26e64fb7207d5201d31a: common-pc-drivers: Add CONFIG_EEPROM_AT24 (2015-04-15 10:16:37 -0400) I've merged these

Re: [linux-yocto] [PATCH 0/3] LSI AXXIA updates to 3.4 meta

2015-04-24 Thread Bruce Ashfield
On 2015-04-24 02:06 PM, Cristian Bercaru wrote: This series of patches adds the configuration fragments needed to build the axxiaarm and axxiapowerpc standard defconfigs. The fragments include only platform-specific options. The rest of the options will be included in a separate set of fragments

Re: [linux-yocto] [PATCH 1/2] common-pc-64.scc: add generic Bluetooth support

2015-04-24 Thread Bruce Ashfield
I've merged the two BT patches. SRCREV updates will follow. Bruce On 2015-04-24 01:46 PM, Cristian Iorga wrote: Signed-off-by: Cristian Iorga cristian.io...@intel.com --- meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc | 3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [linux-yocto] [PATCH 00/34] [linux-yocto-3.19] standard/base: Backport Braswell bug fixes patches from mainline kernel into Yocto Project linux kernel v3.19.

2015-05-04 Thread Bruce Ashfield
the changes. Cheers, Bruce On Tue, Apr 28, 2015 at 8:04 PM, Chang, Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com wrote: Thanks Bruce. Regards, Rebecca -Original Message- From: linux-yocto-boun...@yoctoproject.org [mailto:linux-yocto- boun...@yoctoproject.org] On Behalf Of Bruce

Re: [linux-yocto] git pull request output

2015-05-04 Thread Bruce Ashfield
I went ahead and fixed the build with the following patch. You should include something like this in your local trees, since you will need it when upstreaming changes. Bruce On Mon, May 4, 2015 at 10:54 AM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: Following up on this. We have a build

Re: [linux-yocto] [PATCH 00/34] [linux-yocto-3.19] standard/base: Backport Braswell bug fixes patches from mainline kernel into Yocto Project linux kernel v3.19.

2015-04-28 Thread Bruce Ashfield
On 2015-04-27 11:20 PM, wei.tee...@intel.com wrote: From: Ng Wei Tee wei.tee...@intel.com Hi all, This patch series is to backport Braswell bug fixes and feature improvement patches from upstream kernel into Yocto Project linux kernel v3.19. These back-ported patches had include I/O drivers

Re: [linux-yocto] git pull request output

2015-05-07 Thread Bruce Ashfield
On 2015-05-06 12:13 AM, Abhishek Paliwal wrote: The following changes since commit 2a2be8720802fae73fbdf1da37f61d7843332ba3: Merge tag 'v3.14.39' into standard/base (2015-04-24 16:23:44 -0400) are available in the git repository at: g...@git.yoctoproject.org:linux-yocto-contrib

Re: [linux-yocto] [PATCH 00/17] [linux-yocto-3.19] standard/base: Backport Braswell bug fixes patches from mainline to solve issue related to GFX's DRM/i915

2015-05-11 Thread Bruce Ashfield
On 2015-05-11 05:49 AM, wei.tee...@intel.com wrote: From: Ng Wei Tee wei.tee...@intel.com Hi all, This patch is to backport Braswell bug fixes patches that are available in the upstream kernel into Yocto Project linux kernel v3.19. These fixes are related to GFX's DRM/i915 kernel module. The

Re: [linux-yocto] [PATCH 0/2] LSI AXXIA updates to linux-yocto-3.4 standard/axxia/base

2015-05-15 Thread Bruce Ashfield
On 2015-05-15 10:44 AM, Cristian Bercaru wrote: This series contains a patch that provides AXXIA HW Random Number Generator support and a minor rapidio fix. Please apply them to standard/axxia/base. merged. Bruce Cristian Bercaru (1): rapidio: axxia: fix array initialization Sreedevi

Re: [linux-yocto] [PATCH 00/21] LSI AXXIA updates to linux-yocto-3.10 standard/axxia/base and standard/preempt-rt/axxia/base

2015-05-15 Thread Bruce Ashfield
On 2015-05-15 08:24 AM, Cristian Bercaru wrote: Hello! Please apply this set of patches to linux-yocto-3.10, on the following branches standard/axxia/base The series applied here. standard/preempt-rt/axxia/base But failed here. Am I missing the series that syncs the baseline of the

Re: [linux-yocto] [PATCH 00/21] LSI AXXIA updates to linux-yocto-3.10 standard/axxia/base and standard/preempt-rt/axxia/base

2015-05-18 Thread Bruce Ashfield
On Mon, May 18, 2015 at 10:23 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 2015-05-18 3:47 AM, Cristian Bercaru wrote: Hello! I applied the patches I sent you on standard/preempt-rt/axxia/base using 'git am' and they all apply fine with no errors. Let's just say .. that I

Re: [linux-yocto] [PATCH] arm64: psci: move psci firmware calls out of line

2015-05-18 Thread Bruce Ashfield
Dropping the non-yocto interested parties from my reply, looks like you git-send-email was picking up cc: folks. Obviously this is for ARM and gcc5 ... but my question is, with this, what do we have ? ARM building with gcc5 ? And to confirm, this is for 3.19 ? or 3.14 ? Bruce On 2015-05-16

Re: [linux-yocto] [PATCH 00/21] LSI AXXIA updates to linux-yocto-3.10 standard/axxia/base and standard/preempt-rt/axxia/base

2015-05-18 Thread Bruce Ashfield
not, if the series doesn't apply to -rt when I use git am, I don't want to solve the same issues in a merge commit. Bruce Thanks, Cristian On 05/15/2015 09:08 PM, Bruce Ashfield wrote: On 2015-05-15 08:24 AM, Cristian Bercaru wrote: Hello! Please apply this set of patches to linux-yocto-3.10

Re: [linux-yocto] [PATCH] common-pc-drivers: Add CONFIG_EEPROM_AT24

2015-04-15 Thread Bruce Ashfield
On 2015-04-14 07:13 PM, Saul Wold wrote: This will enable module support common-pc for the AT24 based I2C EEPROM from most vendors merged to 3.19+ Bruce Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg | 2 ++ 1 file changed, 2

Re: [linux-yocto] [PATCH] meta: features/bluetooth: add more configurations for Bluetooth support

2015-04-11 Thread Bruce Ashfield
update their local SRCREV to take advantage of the options. Bruce /Cristian -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Wednesday, April 8, 2015 4:57 PM To: Iorga, Cristian; linux-yocto@yoctoproject.org Subject: Re: [linux-yocto] [PATCH] meta

Re: [linux-yocto] axxiaarm 3.4 preempt-rt fragments

2015-04-17 Thread Bruce Ashfield
On 2015-04-17 2:24 PM, Cristian Bercaru wrote: Hello! Sorry for sending the messages twice. I think there is something wrong with my smtp agent. I also tried writing fragments for axxiaarm 3.4 preeempt-rt. Our policy is to use the same branch i.e. 'standard/axxia/base' for both standard and

Re: [linux-yocto] git pull request output

2015-04-14 Thread Bruce Ashfield
On 2015-04-13 06:53 AM, Abhishek Paliwal wrote: warn: No match for commit c6dbf6731f79c72d91f5052896540b3dc073ae9c found at _...@git.yoctoproject.org:linux-yocto-contrib_ mailto:g...@git.yoctoproject.org:linux-yocto-contrib warn: Are you sure you pushed 'apaliwal/octeon' there? The following

Re: [linux-yocto] [PATCH 0/2] [linux-yocto-3.19] [meta] intel-common:Add features/soc/braswell to support i915 graphic

2015-04-14 Thread Bruce Ashfield
On 2015-04-14 02:54 AM, wei.tee...@intel.com wrote: From: Ng Wei Tee wei.tee...@intel.com Hi all, This patch is to add support for devices on Braswell SoC in intel-common layer. A new braswell folder was created under features/soc/ to store the braswell.scc and braswell.cfg. When we are

Re: [linux-yocto] git pull request output

2015-04-07 Thread Bruce Ashfield
going to hit a lot of duplicate changes. Cheers, Bruce Should I need to push this branch again or need to create another new branch? If not then, please suggest us how to submit these changes to you to push them to yocto kernel mainline. Regards, Abhishek -Original Message- From: Bruce

Re: [linux-yocto] [PATCH] common-pc-drivers: Enable CONFIG_ATA_BMDMA

2015-05-19 Thread Bruce Ashfield
On 2015-05-19 12:23 AM, Saul Wold wrote: On 05/18/2015 08:21 PM, Bruce Ashfield wrote: On 2015-05-17 2:07 PM, Saul Wold wrote: Enabling the ATA_BMDMA re-enables ATA_PIIX which was getting disabled Which trees are you targeting with this change ? 3.19, -dev and 3.14 ? I would stay 3.19

Re: [linux-yocto] [PATCH 0/2] [linux-yocto-3.19] standard/base: Backport Braswell bug fixes patches from mainline to solve X11 Matchbox get stucks issue which is related to GFX's DRM/i915

2015-06-04 Thread Bruce Ashfield
On 2015-06-03 09:18 PM, wei.tee...@intel.com wrote: From: Ng Wei Tee wei.tee...@intel.com Hi all, This patch is to backport Braswell bug fixes patches that are available in the upstream kernel into Yocto Project linux kernel v3.19. These fixes are related to GFX's DRM/i915 kernel module. The

Re: [linux-yocto] [PATCH 4/6] meta: features/bluetooth: Change the CONFIG_BT as module

2015-06-23 Thread Bruce Ashfield
and apologize for my mistake. Regards, Wei Tee -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Tuesday, June 23, 2015 3:24 AM To: Iorga, Cristian; Ng, Wei Tee; linux-yocto@yoctoproject.org Subject: Re: [linux-yocto] [PATCH 4/6] meta: features/bluetooth: Change

Re: [linux-yocto] [PATCH 0/6] [PATCH] meta:valleyisland: Enable Marvell WiFi and Bluetooth support

2015-06-21 Thread Bruce Ashfield
On 2015-06-19 4:50 AM, wei.tee...@intel.com wrote: From: Ng Wei Tee wei.tee...@intel.com Hi all, This patch is to enable Marvell Wifi and Bluetooth driver support in valleyisland-32.scc and valleyisland.scc. Valley Island BSP does not have Wifi and Bluetooth driver support. We used the

Re: [linux-yocto] EXTERNAL: Re: Missing Kernel Modules (GPU folder and radeon.ko)

2015-06-24 Thread Bruce Ashfield
) are pulled in like any of the options and modules that were part of the BSP. Cheers, Bruce -Simon -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Tuesday, June 23, 2015 4:17 PM To: Chen, Simon; linux-yocto@yoctoproject.org Subject: EXTERNAL: Re: [linux-yocto

Re: [linux-yocto] [PATCH 1/3] meta: features/nfc: add support for generic NFC hardware

2015-06-22 Thread Bruce Ashfield
This series is now merged to the 3.19 kernel meta branch. Let me know if you need it in other kernel versions as well. Bruce On 2015-06-22 02:32 PM, Cristian Iorga wrote: Add support for generic NFC hardware modules. Partial fix for [YOCTO #7451]. Signed-off-by: Cristian Iorga

Re: [linux-yocto] [PATCH 00/42] LSI AXXIA updates to linux-yocto-3.14 standard/axxia/base and standard/preempt-rt/axxia/base

2015-06-11 Thread Bruce Ashfield
On 2015-06-11 04:31 AM, Cristian Bercaru wrote: Hello! This series of patches introduces the files needed to build the 3.14 standard and preempt-rt kernel for the Axxia 5500 platform. It also contains power-management fixes that were ported from 3.10. Please create the following branches in

Re: [linux-yocto] [PATCH v2 06/11] stmicro: Add support for the STMMAC Ethernet controller family

2015-07-05 Thread Bruce Ashfield
On 2015-07-01 7:15 PM, Darren Hart wrote: On 7/1/15 4:06 PM, Saul Wold wrote: This is needed for the meta-quark BSP which is used by the Galileo Board. Still would like to see this in features/net - or some discussion as to why not. Agreed. We can start a cleanup of the net* fragments with

Re: [linux-yocto] [PATCH 07/10] stmicro: Add support for the STMMAC Ethernet controller family

2015-07-05 Thread Bruce Ashfield
On 2015-07-01 1:43 PM, Darren Hart wrote: On 7/1/15 9:57 AM, Saul Wold wrote: This is needed for the x1000 SOC platform This is on the SoC itself? Not an additional chip on the board? Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/features/stmicro/stmmac.cfg | 6

Re: [linux-yocto] [PATCH v2 06/11] stmicro: Add support for the STMMAC Ethernet controller family

2015-07-06 Thread Bruce Ashfield
On 2015-07-06 9:55 AM, Paul Gortmaker wrote: [Re: [PATCH v2 06/11] stmicro: Add support for the STMMAC Ethernet controller family] On 05/07/2015 (Sun 22:30) Saul Wold wrote: On 07/05/2015 08:52 PM, Bruce Ashfield wrote: On 2015-07-01 7:15 PM, Darren Hart wrote: On 7/1/15 4:06 PM, Saul Wold

Re: [linux-yocto] [PATCH 00/29] [PATCH] [linux-yocto-3.10] valleyisland-io-4.0: New feature branch for Baytrail IO

2015-08-18 Thread Bruce Ashfield
On Mon, Aug 17, 2015 at 9:35 PM, Ng, Wei Tee wei.tee...@intel.com wrote: Dear maintainers, Any updates regarding to this patch? There's no issues with the patch. I was just out of the office for two weeks on vacation, and only returned yesterday .. so I'm catching up on a backlog of pull

Re: [linux-yocto] [PATCH 1/2][linux-yocto-3.19][meta] features: add coretemp feature

2015-08-18 Thread Bruce Ashfield
On Tue, Aug 18, 2015 at 1:28 PM, Saul Wold s...@linux.intel.com wrote: On 08/18/2015 10:16 AM, Bruce Ashfield wrote: On Fri, Aug 14, 2015 at 1:28 PM, california.l.sulli...@intel.com wrote: From: California Sullivan california.l.sulli...@intel.com This patch adds a configuration fragment

Re: [linux-yocto] [PATCH 1/2][linux-yocto-3.19][meta] features: add coretemp feature

2015-08-18 Thread Bruce Ashfield
On Fri, Aug 14, 2015 at 1:28 PM, california.l.sulli...@intel.com wrote: From: California Sullivan california.l.sulli...@intel.com This patch adds a configuration fragment and scc file to support the coretemp feature on some Intel platforms. The change looks fine to me .. but one question.

Re: [linux-yocto] [PATCH 00/29] [PATCH] [linux-yocto-3.10] valleyisland-io-4.0: New feature branch for Baytrail IO

2015-08-18 Thread Bruce Ashfield
On Fri, Aug 14, 2015 at 5:00 AM, wei.tee...@intel.com wrote: From: Ng, Wei Tee wei.tee...@intel.com Hi all, This is the rebased feature branch for Valley Island BSP. The purpose of this feature branch is to stage the Baytrail I/O specific patches that is not encouraged to upstream for

Re: [linux-yocto] linux-yocto-rt_3.4, dora: cannot override KERNEL_FEATURES_append

2015-08-19 Thread Bruce Ashfield
On 15-08-19 11:12 AM, Cristian Bercaru wrote: Hello! I want to compile a 3.4 preempt linux kernel on dora, without netfilter and taskstats support. I see that these features are added in meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb KERNEL_FEATURES_append =

Re: [linux-yocto] yocto-1.9, linux-4.1 - Value requested for CONFIG... not in final .config

2015-08-19 Thread Bruce Ashfield
On 15-08-19 10:55 AM, Cristian Bercaru wrote: Hello! I compiled linux 4.1 kernel in an yocto 1.9 environment on arm64 architecture. I am missing a lot of the config options that are present in the defconfig such as: Value requested for CONFIG_EXT4_FS not in final .config Requested value:

Re: [linux-yocto] [PATCH 0/1] [PATCH][linux-yocto-3.10][meta] valleyisland: merge valleyisland-io-4.0

2015-08-19 Thread Bruce Ashfield
On 15-08-19 02:33 AM, wei.tee...@intel.com wrote: From: Ng, Wei Tee wei.tee...@intel.com Hi all, This patch is to update valleyisland-io-pci.scc file to merge new version of feature branch (valleyisland-io-4.0). valleyisland-io-4.0 is the feature branch for Valley Island BSP which was recently

Re: [linux-yocto] [PULL REQUEST v2] Intel AXXIA updates to linux-yocto-3.10 standard/axxia/base and standard/preempt-rt/axxia/base

2015-08-24 Thread Bruce Ashfield
On 15-08-21 09:50 AM, Cristian Bercaru wrote: Hello! This is a small set of fixes that needs to be applied to the Axxia drivers in linux-yocto-3.10. I abandoned the set of changes in v1, then I rebased the branches upon standard/(preempt-rt/)axxia/base and I created version 2 of the pull

Re: [linux-yocto] [PATCH] AXXIA updates to linux-yocto-3.4

2015-08-24 Thread Bruce Ashfield
On 15-08-24 01:30 PM, Cristian Bercaru wrote: Hello! Please apply this minor patch on linux-yocto-3.4, on branches standard/axxia/base standard/preempt-rt/axxia/base It removes obsolete defconfigs. merged. Bruce Thank you, Cristian Bercaru (1): axxiaarm: delete obsolete

Re: [linux-yocto] [PATCH 1/3] intel-quark-standard: add mass storage and boot live support

2015-08-20 Thread Bruce Ashfield
I've grabbed these three changes. Testing now, SRCREV updates to follow. Bruce On 15-08-19 07:42 PM, Saul Wold wrote: Signed-off-by: Saul Wold s...@linux.intel.com --- bsp/intel-common/intel-quark-standard.scc | 5 + 1 file changed, 5 insertions(+) diff --git

Re: [linux-yocto] [PATCH] LSI AXXIA updates to linux-yocto-3.14 meta

2015-06-30 Thread Bruce Ashfield
On 2015-06-30 08:29 AM, Cristian Bercaru wrote: Hello! This minor patch updates the configuratio fragments needed to build linux-yocto-3.4 on Axxia platforms. It adds options thsat enable the axxia random number generator. Please apply this patch on the meta branch. I've applied and pushed

Re: [linux-yocto] [PATCH 0/1] enable i40e driver for Intel XL710/X710

2015-07-29 Thread Bruce Ashfield
On 2015-07-29 7:14 PM, Mittal, AnujX wrote: -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Thursday, July 30, 2015 2:40 AM To: Mittal, AnujX; linux-yocto@yoctoproject.org Subject: Re: [linux-yocto] [PATCH 0/1] enable i40e driver for Intel XL710/X710

<    10   11   12   13   14   15   16   17   18   19   >