Re: [linux-yocto] [meta branch v2 0/1] change emenlow BSP to use emgd instead of psb graphics

2012-12-03 Thread Bruce Ashfield
On 12-12-03 01:50 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com Bruce, This commit only changes .scc files. The psb patches are not removed, as you will be handling it in your own way. Nice and simple. I've merged the changes and pushed the changes.

Re: [linux-yocto] Fwd: RE: yocto git fetcher hardcoded to master?

2012-12-05 Thread Bruce Ashfield
On 12-12-05 01:34 PM, Darren Hart wrote: On 12/05/2012 10:19 AM, Bruce Ashfield wrote: On 12-12-05 01:09 PM, Darren Hart wrote: Some candid feedback from someone struggling with their build. They specified a non-master branch on the SRC_URI but had not added a KBRANCH, so bitbake fetched

Re: [linux-yocto] Welcome to the linux-yocto mailing list (Digest mode)

2012-12-20 Thread Bruce Ashfield
On 12-12-20 7:54 PM, Lai Eddy wrote: Hi , I'm using yocto 1.3 on jasperforest BSP, have build the USB flash drive and boot on target h/w successfully. after trying to add igb for intel 82580DB network controller support in jasperforst.conf +’KERNEL_FEATURES_append = features/igb’, build done but

Re: [linux-yocto] linux-yocto Digest, Vol 6, Issue 10

2012-12-21 Thread Bruce Ashfield
On 12-12-21 6:01 PM, Lai Eddy wrote: Thanks Bruce, how can I check to see if the kernel options were picked up and made it to the build by looking at the linux build directory and the .config, are you options present in the final .config ? have read the development manual, in chap.4.1.2.2 said

Re: [linux-yocto] [PATCH 1/3] kernel-cache: features/i915: make it default be 'm' not 'y'

2013-01-10 Thread Bruce Ashfield
On 13-01-08 02:18 AM, Liang Li wrote: On 2013-01-08 09:14, Darren Hart dvh...@linux.intel.com wrote: On 01/07/2013 05:11 PM, Liang Li wrote: On 2013-01-08 08:59, Liang Li liang...@windriver.com wrote: On 2013-01-08 01:00, Darren Hart dvh...@linux.intel.com wrote: Hrm, is this right with

[linux-yocto] [PATCH 6/7] linux-yocto/3.4: integrate LTSI-3.4

2013-01-17 Thread Bruce Ashfield
branch of linux-yocto-3.4 and to all BSP branches in the tree. LTSI based BSPs or features are not activated as part of this commit, they are controlled by the meta branch of the kernel repository and are activated in separate patches. [YOCTO #2396] Signed-off-by: Bruce Ashfield bruce.ashfi

[linux-yocto] [PATCH 2/7] linux-yocto: normalize repository naming and SRC_URI options

2013-01-17 Thread Bruce Ashfield
linux-yocto-tiny and linux-yocto had minor differences from the rest of the linux-yocto recipes. After this commit, all the recipes are using bareclone=1 and repository names that end with .git. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto

[linux-yocto] [PATCH 3/7] kernel-yocto: add KBUILD_OUTPUT to OE_TERMINAL_EXPORTS

2013-01-17 Thread Bruce Ashfield
Since linux-yocto based recipes have a split build and source directory, we should export KBUILD=${B} to the devshell. This allows the kernel to be incrementally build within the shell and not dirty the source directory (which breaks subsequent full builds). Signed-off-by: Bruce Ashfield

Re: [linux-yocto] [meta branch v3 11/12] meta: add config fragment for gma500 graphics driver

2013-01-18 Thread Bruce Ashfield
On 13-01-18 01:53 PM, Kamble, Nitin A wrote: -Original Message- From: Hart, Darren Sent: Friday, January 18, 2013 10:52 AM To: Kamble, Nitin A Cc: bruce.ashfi...@windriver.com; Zanussi, Tom; linux- yo...@yoctoproject.org Subject: Re: [meta branch v3 11/12] meta: add config fragment

[linux-yocto] [PATCH 4/8] v86d: compile against userspace safe kernel headers

2013-02-26 Thread Bruce Ashfield
. This also works for pre-uapi kernel headers, so the change is safe for most (if not all) kernel's with properly exported headers. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-bsp/v86d/v86d_0.1.10.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[linux-yocto] [PATCH 8/8] linux-yocto: introduce 3.8 kernel recipe

2013-02-26 Thread Bruce Ashfield
Introducing the linux-yocto 3.8 kernel recipe. The tools and branch structure of this tree are the same as the previous linux-yocto recipes, while the meta data and content have been updated for the 3.8 kernel. build and boot tested for qemu*. Signed-off-by: Bruce Ashfield bruce.ashfi

Re: [linux-yocto] [PATCH 0/1] meta: add emgd-1.16 feature

2013-02-26 Thread Bruce Ashfield
On 13-02-26 3:02 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamblenitin.a.kam...@intel.com This is a commit picked from the v3.4 repo, to support the emgd-1.16 driver in the linux-yocto-dev repo. merged. And FYI, it was only linux-yocto-dev that was missing this commit, I already had

Re: [linux-yocto] [PATCH 0/2] NTB IOATDMA features for v3.8 kernel repo

2013-03-01 Thread Bruce Ashfield
On 13-03-01 8:05 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamblenitin.a.kam...@intel.com Hi Bruce, I have prepared commits for enabling non-transparent-bridge and Crystal-Beach-DMA/DCA drivers in the kernel. This is needed to implement features in this bug:

Re: [linux-yocto] v3.8 kernel recipes in meta-intel

2013-03-05 Thread Bruce Ashfield
On 13-03-05 12:00 PM, Kamble, Nitin A wrote: -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Tuesday, March 05, 2013 8:41 AM To: Kamble, Nitin A Cc: linux-yocto@yoctoproject.org Subject: Re: v3.8 kernel recipes in meta-intel On 13-03-05 11:39 AM

Re: [linux-yocto] [PATCH 0/1] linux-yocto-3.8 bugfix for 1.4

2013-04-16 Thread Bruce Ashfield
On 13-04-16 12:31 PM, Tom Zanussi wrote: This is a fix for Yocto Bug 4099 - Crosstap script check fails. Please pull into linux-yocto-3.8 standard/base. Thanks Tom, I've staged it here. Nice to see a fix that wasn't caused by something that I did :) Bruce Thanks, Tom Tom Zanussi (1):

Re: [linux-yocto] [PATCH 0/1] linux-yocto-3.8 bugfix for 1.4

2013-04-16 Thread Bruce Ashfield
On 13-04-16 04:01 PM, Tom Zanussi wrote: On Tue, 2013-04-16 at 15:54 -0400, Bruce Ashfield wrote: On 13-04-16 03:31 PM, Tom Zanussi wrote: On Tue, 2013-04-16 at 14:48 -0400, Bruce Ashfield wrote: On 13-04-16 12:31 PM, Tom Zanussi wrote: This is a fix for Yocto Bug 4099 - Crosstap script

Re: [linux-yocto] Yocto Kernel Headers

2013-05-06 Thread Bruce Ashfield
On 13-05-06 07:12 AM, Manish Sharma wrote: HI, I am looking for kernel headers used in used to prepare qemux86 image. Where can I get those? I visited http://downloads.yoctoproject.org/releases/yocto/. but could not figure out the headers! Kernel on my qemu (x86) is 3.2.11-yocto-standard

Re: [linux-yocto] Yocto Kernel Headers

2013-05-13 Thread Bruce Ashfield
in your project). Cheers, Bruce Regards Manish Sharma On Mon, May 6, 2013 at 6:18 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-05-06 07:12 AM, Manish Sharma wrote: HI, I am looking for kernel headers used in used to prepare qemux86 image. Where can I get those? I

Re: [linux-yocto] [PATCH 7/9] meta: eg20t: Remove invalid CONFIGs

2013-05-18 Thread Bruce Ashfield
On 13-05-18 05:47 PM, Darren Hart wrote: The following are invalid for the 3.8 kernel: CONFIG_MISC_DEVICES CONFIG_USB_GADGET_DUALSPEED CONFIG_USB_GADGET_EG20T Good catch. I'm surprised this slipped through, but better now than never! Cheers, Bruce Signed-off-by: Darren Hart

Re: [linux-yocto] [PATCH 8/9] meta: Remove invalid VIDEO CONFIGs

2013-05-18 Thread Bruce Ashfield
On 13-05-18 05:47 PM, Darren Hart wrote: The following CONFIGs are invalid, remove all references to them: Another good catch. Thanks! Bruce CONFIG_VIDEO_CAPTURE_DRIVERS CONFIG_VIDEO_V4L2_COMMON Signed-off-by: Darren Hart dvh...@linux.intel.com ---

Re: [linux-yocto] [PATCH 0/9] MinnowBoard BSP meta-data

2013-05-18 Thread Bruce Ashfield
On 13-05-18 05:47 PM, Darren Hart wrote: The following adds new fragments, cleans up errors in existing fragments (but does not change any policy), and create a new minnow BSP. Please apply to the 3.8 meta branch. It all looks fine to me. As you noted in the fragments, some of the items and

Re: [linux-yocto] [PATCH 08/87] drivers/usb/host/ehci-ci13612.c: replaced bugzilla comments

2013-05-27 Thread Bruce Ashfield
On 13-05-27 12:55 PM, Paul Butler wrote: Signed-off-by: Paul Butler paul.but...@windriver.com Why wasn't this squashed into patch 4/87 ? Bruce --- drivers/usb/host/ehci-ci13612.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/usb/host/ehci-ci13612.c

Re: [linux-yocto] [PATCH 09/87] drivers/usb/host/ehci-ci13612.c: fix a burst size issue

2013-05-27 Thread Bruce Ashfield
On 13-05-27 12:55 PM, Paul Butler wrote: Fix an issue that we found with the burst size on the AXI bus. Typically we elaborate on issues .. what is the user visible symptom that someone sees with this problem ? That should be in the commit log, as well as an explanation of how this fixes the

Re: [linux-yocto] [PATCH 12/87] arch/arm/boot/fmboot: adding support for Fast Models

2013-05-27 Thread Bruce Ashfield
On 13-05-27 12:55 PM, Paul Butler wrote: What's a fast model ? .. yes I'm playing dumb, but patch headers should describe the common questions about code they introduce. Bruce Signed-off-by: Paul Butler paul.but...@windriver.com --- arch/arm/boot/fmboot/Makefile | 25 +

Re: [linux-yocto] [PATCH 14/87] arch/arm/mach-axxia/axxia.c: Chip select control for SPI devices.

2013-05-27 Thread Bruce Ashfield
On 13-05-27 12:55 PM, Paul Butler wrote: Signed-off-by: Paul Butler paul.but...@windriver.com Why is this separate from the patch that introduces mach-axxia ? Bruce --- arch/arm/mach-axxia/axxia.c | 51 ++--- 1 file changed, 39 insertions(+), 12

Re: [linux-yocto] [PATCH 15/87] arch/arm: Updating Kconfig and Makefile for axxia

2013-05-27 Thread Bruce Ashfield
On 13-05-27 12:55 PM, Paul Butler wrote: From: Jiang Lu lu.ji...@windriver.com Signed-off-by: Paul Butler paul.but...@windriver.com --- arch/arm/Kconfig | 23 +++ arch/arm/Makefile | 3 ++- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/arch/arm/Kconfig

Re: [linux-yocto] [PATCH 18/87] arch/arm/mm: proc-v7-2level.S and 3level - checking coherent walk bits

2013-05-27 Thread Bruce Ashfield
On 13-05-27 12:55 PM, Paul Butler wrote: Signed-off-by: Paul Butler paul.but...@windriver.com These are common files, and not protected by #ifdefs, are these safe for all v7 boards ? Bruce --- arch/arm/mm/proc-v7-2level.S | 4 +++- arch/arm/mm/proc-v7-3level.S | 4 +++- 2 files changed,

Re: [linux-yocto] [PATCH 20/87] include/linux/i2c-axxia.h: added missing file to fix build bug

2013-05-27 Thread Bruce Ashfield
On 13-05-27 12:55 PM, Paul Butler wrote: Same question. Other than tracking who did what, is there any reasn why this isn't in the patch that introduced the driver ? Bruced Signed-off-by: Paul Butler paul.but...@windriver.com --- include/linux/i2c-axxia.h | 25 + 1

Re: [linux-yocto] [PATCH 32/87] LSI axm55xx: Fix boot issues with PREMPT_RT kernel

2013-05-27 Thread Bruce Ashfield
On 13-05-27 12:56 PM, Paul Butler wrote: From: David Mercado david.merc...@windriver.com Modified arch/arm/mach-axxia/axxia-gic.c to to handle the slightly different way in which a preempt_rt kernel manipulates the Axxia GIC API during boot. Also updated arch/arm/configs/lsisim_defconfig to set

Re: [linux-yocto] [PATCH 48/87] ppc/47x: add cputable entries for ACP 34xx

2013-05-27 Thread Bruce Ashfield
On 13-05-27 12:56 PM, Paul Butler wrote: From: Jiang Lu lu.ji...@windriver.com This is based on the cputable.c from LSI. Currently our kernel only support ACP 3448 SoC. But all the ACP 34xx SoC are using a 476 core, and just have minor differences. They also use the same reference board. Adding

Re: [linux-yocto] [PATCH 54/87] lsi/ncr: add support to read/write access to configuration ring resources

2013-05-27 Thread Bruce Ashfield
On 13-05-27 12:56 PM, Paul Butler wrote: From: Jiang Lu lu.ji...@windriver.com Extracted from lsi.patch in lsi_acp_linux_6.8.1.18 tarball. This is typically an acceptable upstream reference, but I have to ask. Is there a public location that we can point to for this tgz ? Bruce The Nuevo

Re: [linux-yocto] [PATCH 60/87] kgdboc, acp serial: rx polling hook for the acp_serial driver

2013-05-27 Thread Bruce Ashfield
On 13-05-27 12:56 PM, Paul Butler wrote: From: Jiang Lu lu.ji...@windriver.com The patch is base upon Jason's commit This commit header isn't appropriate for Linux yocto. The commit header should just introduce the change, without referencing some other commit we don't have in our tree.

Re: [linux-yocto] [PATCH 00/87] New standard/lsi branch - linux-yocto_3.4

2013-05-27 Thread Bruce Ashfield
On 13-05-27 12:55 PM, Paul Butler wrote: Creating a new branch in linux-yocto_3.4 for tracking LSI BSP changes. Branched from standard/base at commit fff57da7886cf5e99c07adf6649610cb1cd89330 I added comments throughout the code. There are some minor cleanups and references that are required.

Re: [linux-yocto] [PATCH 08/87] drivers/usb/host/ehci-ci13612.c: replaced bugzilla comments

2013-05-28 Thread Bruce Ashfield
On 13-05-28 04:00 PM, Paul Butler wrote: On Mon, May 27, 2013 at 02:00:01PM -0400, Bruce Ashfield wrote: On 13-05-27 12:55 PM, Paul Butler wrote: Signed-off-by: Paul Butler paul.but...@windriver.com Why wasn't this squashed into patch 4/87 ? Multiple people were working on things

Re: [linux-yocto] [PATCH 0/2] Add SPIDEV support for Minnow

2013-05-30 Thread Bruce Ashfield
On 13-05-30 7:19 PM, Darren Hart wrote: Aimed at developers and hackers, the Minnowboard expansion connector provides access to SPI (and other busses). Users are likely to want to experiment with userspace SPI drivers. Create the fragments and include them in the minnow BSP. Looks fine. merged

Re: [linux-yocto] [PATCH 0/2][3.8] standard/minnow: Revert MAC in EFI patches

2013-05-30 Thread Bruce Ashfield
On 13-05-30 7:22 PM, Darren Hart wrote: These are no longer necessary with RC3 firmware and later. reverted and pushed. Bruce ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto

Re: [linux-yocto] [PATCH 0/2][3.8] standard/minnow: Revert MAC in EFI patches

2013-05-30 Thread Bruce Ashfield
On 13-05-31 12:41 AM, Darren Hart wrote: Looks like 2/2 still needs reverting? 95a0b8d minnowboard: Read mac address from efi var Aha. i didn't get 2/2 in my inbox, so I wasn't sure if the 1/2 was a typo or not. Will revert it now. Bruce -- Darren On 05/30/2013 09:33 PM, Bruce Ashfield

Re: [linux-yocto] [PATCH] sctp: set association state to established in dupcook_a handler

2013-05-31 Thread Bruce Ashfield
On 13-05-31 05:11 AM, Xufeng Zhang wrote: commit 9839ff0dead906e85e4d17490aeff87a5859a157 upstream I assume this is for the 3.4 tree ? Do you know if this same commit has been submitted to the korg 3.4 stable tree ? The change looks fine, but I'd like to be sure it is also going to every

Re: [linux-yocto] [PATCH] sctp: set association state to established in dupcook_a handler

2013-06-03 Thread Bruce Ashfield
On 13-06-02 10:06 PM, Xufeng Zhang wrote: On 06/01/2013 01:29 AM, Bruce Ashfield wrote: On 13-05-31 05:11 AM, Xufeng Zhang wrote: commit 9839ff0dead906e85e4d17490aeff87a5859a157 upstream I assume this is for the 3.4 tree ? Yes. Great. Do you know if this same commit has been

Re: [linux-yocto] /meta in .gitignore of linux-yocto-3.4/meta (again)

2013-06-03 Thread Bruce Ashfield
On 13-06-03 10:14 AM, Jean-François Dagenais wrote: Hi guys, (Bruce...) (work with Marc Ferland at Sonatest) Heads up: I'm a linux-yocto recipe noob. We historically maintained a static defconfig with a build ready branch on a local repo. Now moving up to 1.3 and 1.4, we want to use the meta

Re: [linux-yocto] looking for doc for in-house linux-kernel dev tree

2013-06-04 Thread Bruce Ashfield
On 13-06-03 10:29 PM, Jean-François Dagenais wrote: Hi all, I've gone through lots of doc concerning kernel development but couldn't find the right fit. Are you working on the yocto master branches ? I ask, because there are different features in different branches of the project. I like

Re: [linux-yocto] looking for doc for in-house linux-kernel dev tree

2013-06-07 Thread Bruce Ashfield
On 13-06-07 12:50 PM, Jean-François Dagenais wrote: Hi Bruce, thanks for the answer... here's a follow up. On 2013-06-04, at 10:55 AM, Bruce Ashfield wrote: On 13-06-03 10:29 PM, Jean-François Dagenais wrote: Hi all, I've gone through lots of doc concerning kernel development but couldn't

Re: [linux-yocto] [PATCH 00/70] New standard/lsi branch - linux-yocto_3.4

2013-06-11 Thread Bruce Ashfield
On 13-06-10 09:45 PM, Paul Butler wrote: Creating a new branch in linux-yocto_3.4 for tracking LSI BSP changes. Branched from standard/base at commit fff57da7886cf5e99c07adf6649610cb1cd89330 Multiple patches for the same driver have been squashed into one where possible. Tried to improve

Re: [linux-yocto] looking for doc for in-house linux-kernel dev tree

2013-06-12 Thread Bruce Ashfield
On 13-06-12 11:27 AM, Jean-François Dagenais wrote: Hi Bruce, thanks for the answers! On 2013-06-10, at 1:04 AM, Bruce Ashfield wrote: [...] Couple of questions: - What exactly does AUTOREV do? The fetcher always gets the latest commit on the branches. During development, we want to pick

Re: [linux-yocto] [3.8] I2C Fragments and MinnowBoard Support

2013-06-12 Thread Bruce Ashfield
On 13-06-12 3:02 PM, Darren Hart wrote: Add I2C fragments for ease of use in BSP descriptions and recipe-space KERNEL_FEATURES. Add I2C_CHARDEV support to the MinnowBoard description. merged to linux-yocto-3.8 and linux-yocto-dev. Cheers, Bruce

Re: [linux-yocto] [PATCH 00/70] New standard/lsi branch - linux-yocto_3.4

2013-06-14 Thread Bruce Ashfield
On 13-06-13 01:21 PM, Paul Butler wrote: On Tue, Jun 11, 2013 at 05:48:04PM -0500, Paul Butler wrote: On Tue, Jun 11, 2013 at 02:46:31PM -0400, Bruce Ashfield wrote: On 13-06-10 09:45 PM, Paul Butler wrote: Creating a new branch in linux-yocto_3.4 for tracking LSI BSP changes. Branched from

Re: [linux-yocto] [PATCH] Restored NAT Feature

2013-07-10 Thread Bruce Ashfield
On Tue, Jul 9, 2013 at 9:05 AM, Francesco Del Degan f.delde...@endian.com wrote: The netfilter NAT feature has changed starting from 3.7 kernels, because ipv6 NAT introduction. Looks fine to me. I've staged the change locally, and will push it out in the next day or so (I've got some other

Re: [linux-yocto] reboot system after kernel panic

2013-07-10 Thread Bruce Ashfield
On Wed, Jul 10, 2013 at 3:49 AM, Lai Eddy eddy.lai...@gmail.com wrote: I want my system reboot after kernel panic, have add kernel.panic=1 to the end of /etc/sysctl.conf but the system still keep halted after panic anything I can do to force the system reboot ASAP after panic? What's your BSP

Re: [linux-yocto] [PATCH v2 0/6] meta branch commits for emgd-1.18 webcam support

2013-07-10 Thread Bruce Ashfield
On Tue, Jul 9, 2013 at 4:07 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com This is a updated pull request, for adding 1. emgd-1.18 feature. The associated emgd-1.18 branch is already in the repo. 2. Add features for webcam UVC driver video4linux2 driver

Re: [linux-yocto] How to maintain a yocto linux style kernel repo

2013-07-31 Thread Bruce Ashfield
On 13-07-31 10:46 AM, Andreas Schultz wrote: Hi, I've managed to rebuild a complete yocto linux kernel git tree from the kernel-cache. Good to hear. But how do move forward from here with upgrades? Lets assume my kernel tree was based on 3.8.1 and want to import 3.8.2. It looks like on

Re: [linux-yocto] machine branch renamed/changed for rangeley to mohonpeak

2013-08-27 Thread Bruce Ashfield
On 13-08-27 05:02 AM, Ong, Boon Leong wrote: Dear maintainer for linux-yocto git, Rangeley PDT has decided to change the product name for the BSP from “Rangeley” to “mohonpeak”. Can we rename the following branch “standard/common-pc-64/rangeley” to

Re: [linux-yocto] [PATCH 0/2] linux-yocto-3.10: revert timer_list patches

2013-08-28 Thread Bruce Ashfield
On 13-08-28 03:24 PM, Tom Zanussi wrote: The following reverts fix the problem outlined in [Yocto #5062], which manifested as a dropbearkey hang: https://bugzilla.yoctoproject.org/show_bug.cgi?id=5062 This is a temporary fix and this particular branch contains only a revert for

Re: [linux-yocto] [PATCH 1/1] meta: Add LSI axm5500sim and elpaso

2013-08-28 Thread Bruce Ashfield
On 13-08-28 02:26 PM, Paul Butler wrote: From: David Mercado david.merc...@windriver.com Adds cfg/scc support for the LSI axm5500sim and elpaso bsps. Signed-off-by: David Mercado david.merc...@windriver.com Signed-off-by: Paul Butler paul.but...@windriver.com ---

Re: [linux-yocto] Locating kernel metadata

2013-09-01 Thread Bruce Ashfield
to see how to do what I want to do within the current framework. Prior to this my attempts failed because I couldn't figure out what the tools were doing with my metadata; now I have more clues and may be able to make progress. On 09/01/2013 12:30 AM, Bruce Ashfield wrote: On 13-08-31 12:07 PM

Re: [linux-yocto] [PATCH 0/1] bring a missing commit

2013-09-03 Thread Bruce Ashfield
On 13-09-03 9:07 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com This brings a missed commit from linux-yocto-3.4/3.8 repository. It wasn't missed, it was merged on purpose with the gma500. - commit 150f9a930d7348771281741f35f1c0ad16cd8a5a Author:

Re: [linux-yocto] [PATCH 0/1] bring a missing commit

2013-09-03 Thread Bruce Ashfield
On 13-09-03 9:25 PM, Kamble, Nitin A wrote: -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Tuesday, September 03, 2013 6:12 PM To: Kamble, Nitin A Cc: linux-yocto@yoctoproject.org Subject: Re: [PATCH 0/1] bring a missing commit On 13-09-03 9:07 PM

Re: [linux-yocto] [PATCH] meta: add genericx86 BSP

2013-09-13 Thread Bruce Ashfield
ping again. I still haven't seen an updated, an reposted merge of this with common-pc. Did my mail client manage to drop it ? Bruce On Mon, Sep 9, 2013 at 2:06 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Wed, Aug 21, 2013 at 4:17 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote

Re: [linux-yocto] [PATCH] meta: add genericx86 BSP

2013-09-13 Thread Bruce Ashfield
merged these, pushed them out and sent the pull request for the SRCREV update. Bruce -- Darren On Fri, 2013-09-13 at 09:12 -0400, Bruce Ashfield wrote: ping again. I still haven't seen an updated, an reposted merge of this with common-pc. Did my mail client manage to drop it ? Bruce On Mon, Sep

Re: [linux-yocto] linux-yocto-3.8 machine: Create haswell-wc machine branch in linux-yocto-3.8

2013-09-17 Thread Bruce Ashfield
On 13-09-17 08:27 AM, Ong, Boon Leong wrote: Hi, I would like to request the community to create machine branch under linux-yocto-3.8 repo for Intel Haswell Platform Walnut Canyon CRB. I'll stage the changes tonight. Out of curiosity, is there a potential move to 3.10 in the works ? I had

Re: [linux-yocto] [PATCH] mti-malta64: Default to support o32 and n32 userspace binaries

2013-09-17 Thread Bruce Ashfield
On 13-09-17 2:07 AM, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com Include cfg/mips64.scc to add the support for o32 and n32 userspace binaries. Thanks Jackie, this looks sane to me. I've merged the changes. Bruce Signed-off-by: Jackie Huang

Re: [linux-yocto] [PATCH 0/2] suspend/resume bugfix for genericx86-64

2013-09-25 Thread Bruce Ashfield
On 13-09-24 02:23 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com Here is a fix for suspend/resume bug for the genericx86-64 BSP. The missing kernel driver config options are pulled in the BSP. Also the power/intel.cfg config fragment is converted to use

Re: [linux-yocto] [Patch v2 0/1] update commit message for a commit

2013-09-25 Thread Bruce Ashfield
On 13-09-24 04:33 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com Adding more information to the commit adding broadcom wifi drivers. merged. Bruce Thanks, Nitin The following changes since commit ba7add39d0c088bc5fc4acbbcdd9a3b4f79d1958:

Re: [linux-yocto] [PATCH 0/1] [PATCH] linux-yocto-3.8 meta: update haswell-wc-standard.scc to use standard/common-pc-64/base

2013-10-04 Thread Bruce Ashfield
On 13-10-03 10:36 PM, boon.leong@intel.com wrote: From: Ong Boon Leong boon.leong@intel.com As advice by Bruce Ashfield, this request is about removing branch haswell-wc from meta/cfg/kernel-cache/bsp/haswell-wc/ haswell-wc-standard.scc. By doing this, haswell-wc bsp will not check-out

Re: [linux-yocto] [PATCH 0/2] emgd 1.18 upgrade to linux-yocto-3.10

2013-10-16 Thread Bruce Ashfield
On Mon, Oct 14, 2013 at 8:16 PM, Tom Zanussi tom.zanu...@linux.intel.com wrote: On Mon, 2013-10-14 at 23:25 +, Kamble, Nitin A wrote: I was trying to build the minnow image with these changes, but I am seeing some build issues. I need to sort them out to get the images, or Tom I can try

Re: [linux-yocto] [PATCH 0/4][3.10] minnow-io feature branch

2013-10-19 Thread Bruce Ashfield
On 13-10-19 12:37 PM, Darren Hart wrote: On Fri, 2013-10-18 at 15:50 -0700, Darren Hart wrote: Please pull the follow branch as minnow-io as a feature-branch into linux-yocto 3.10. This is an update to the patches in the minnow bsp meta-data, which will be removed in a subsequent patch series.

Re: [linux-yocto] [PATCH 0/1] [PATCH] meta: add crystalforest bsp legacy block drivers configurations for linux-yocto-3.10

2013-10-21 Thread Bruce Ashfield
On Mon, Oct 21, 2013 at 3:20 AM, rebecca.swee.fun.ch...@intel.com wrote: From: Chang, Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com Hi all, I would like to clarify one thing here. The previous pull request was meant to pull rebeccas/meta-crystalforest into linux-yocto-3.8 meta branch.

Re: [linux-yocto] [PATCH 0/1] meta (linux-yocto_3.10): Enable haswell-wc BSP cfg and scc

2013-10-25 Thread Bruce Ashfield
On 13-10-22 05:46 AM, boon.leong@intel.com wrote: From: Ong Boon Leong boon.leong@intel.com This patch is to enable haswell-wc BSP on linux-yocto_3.10 meta branch. Please pull this into linux-yocto_3.10 meta branch. I'm catching up with merges now. this is now merged, and after some

Re: [linux-yocto] 3.10, standard/base at 3.10.17, but reverts back to 3.10.10...

2013-11-05 Thread Bruce Ashfield
On 13-11-05 6:36 PM, Darren Hart wrote: On Tue, 2013-11-05 at 17:15 -0600, Tom Zanussi wrote: On Tue, 2013-11-05 at 14:52 -0800, Darren Hart wrote: I'm working on rewriting the minnow-io feature to just apply patches. It's working but something is seriously horked with 3.10 - or my 3.10

Re: [linux-yocto] 3.10, standard/base at 3.10.17, but reverts back to 3.10.10...

2013-11-07 Thread Bruce Ashfield
On 13-11-07 02:22 AM, Darren Hart wrote: On Wed, 2013-11-06 at 21:07 -0500, Bruce Ashfield wrote: On 11/6/2013, 4:40 PM, Darren Hart wrote: On Tue, 2013-11-05 at 22:00 -0500, Bruce Ashfield wrote: On 13-11-05 6:36 PM, Darren Hart wrote: On Tue, 2013-11-05 at 17:15 -0600, Tom Zanussi wrote

Re: [linux-yocto] 3.10, standard/base at 3.10.17, but reverts back to 3.10.10...

2013-11-07 Thread Bruce Ashfield
On 13-11-07 02:40 AM, Darren Hart wrote: On Wed, 2013-11-06 at 23:22 -0800, Darren Hart wrote: On Wed, 2013-11-06 at 21:07 -0500, Bruce Ashfield wrote: On 11/6/2013, 4:40 PM, Darren Hart wrote: On Tue, 2013-11-05 at 22:00 -0500, Bruce Ashfield wrote: On 13-11-05 6:36 PM, Darren Hart wrote

Re: [linux-yocto] 3.10, standard/base at 3.10.17, but reverts back to 3.10.10...

2013-11-07 Thread Bruce Ashfield
On 13-11-07 11:28 AM, Darren Hart wrote: On Thu, 2013-11-07 at 08:58 -0500, Bruce Ashfield wrote: On 13-11-07 02:22 AM, Darren Hart wrote: BUT! AHA. Some git branch --contains on the commits listed in the output above reveal that standard/minnow HEAD is v3.10.10. Now, it is supposed

Re: [linux-yocto] [PATCH 07/94] arm/configs: adding common LSI defconfig

2013-11-09 Thread Bruce Ashfield
Same comment here. I presume there are some BSP meta data updates lurking ? Bruce On 11/7/2013, 8:12 PM, Paul Butler wrote: Signed-off-by: Paul Butlerpaul.but...@windriver.com --- arch/arm/configs/lsisim_defconfig | 48 --- 1 file changed, 15

Re: [linux-yocto] [PATCH 06/94] powerpc/configs: adding common LSI defconfig

2013-11-09 Thread Bruce Ashfield
While it is fine that we are keeping defconfigs around, the BSP and series isn't complete until board configuration fragments are available. Is there a follow series somewhere that updates the meta data for the BSP with fragments that match the h/w options below ? Bruce On 11/7/2013, 8:12 PM,

Re: [linux-yocto] [PATCH 08/94] arm/mach-axxia: Fix irq_set_type() in arch/arm/mach-axxia/axxia-gic.c

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: From: David Mercado david.merc...@windriver.com This patch fixes setting of IRQ type to all clusters. Previously was only working for first cluster. While I don't doubt that this is true, switching from i/4 to i*4 is significant. I can't see enough

Re: [linux-yocto] [PATCH 09/94] powerpc/configs: Address error message when issuing reboot

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: From: David Mercado david.merc...@windriver.com The default kernel config was enabling CPU Hotplug, which is a feature not currently supported by the ACP34xx. For this reason, issuing a reboot or poweroff command was resulting in a Error taking CPU1

Re: [linux-yocto] [PATCH 10/94] drivers/net/ethernet: add ACP wrappers back into kernel

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: From: David Mercado david.merc...@windriver.com This patch adds the LSI ACP wrapper routines back into the kernel. These were previously removed as part of the acp34xx Ethernet driver updates, Can you put a shortlog of the commit that removes the

Re: [linux-yocto] [PATCH 12/94] arch/powerpc: Release the lock when ncr_read() completes.

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: From: John Jacques john.jacq...@lsi.com Without this the RTE won't load. Anymore detail ? Like the error message the user sees ? Bruce Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/powerpc/sysdev/lsi_acp_ncr.c | 2 ++ 1 file

Re: [linux-yocto] [PATCH 16/94] arm: AXM5516 emulation bringup boot

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: Signed-off-by: Paul Butler paul.but...@windriver.com --- arch/arm/boot/compressed/head.S | 63 ++ There's more code removed here than there is added. Do we have an explanation about how it was once required, and now isn't ? i.e. the

Re: [linux-yocto] [PATCH 17/94] arm: AXM5516 emulation bringup mach-axxia

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: Signed-off-by: Paul Butler paul.but...@windriver.com --- arch/arm/Makefile | 4 ++ arch/arm/kernel/head.S | 8 +++ arch/arm/mach-axxia/Kconfig| 3 +

Re: [linux-yocto] [PATCH 19/94] drivers/tty: AXM5516 emulation bringup - amba-pl011.c

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: Signed-off-by: Paul Butler paul.but...@windriver.com --- drivers/tty/serial/amba-pl011.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/tty/serial/amba-pl011.c b/drivers/tty/serial/amba-pl011.c index b69356c..abe91eb 100644 ---

Re: [linux-yocto] [PATCH 31/94] drivers/net/ethernet: Wrapper Cleanup

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: From: John Jacques john.jacq...@lsi.com Hopefully these will go away soon (when the RTE driver is GPL'd, which is in progress). For now... I'd suggest changing the commit log to actually tell us about the change and not discuss licenses or

Re: [linux-yocto] [PATCH 32/94] arm/configs: Add CONFIG_NET_NS and CONFIG_DMATEST to the default ARM configurations.

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: From: John Jacques john.jacq...@lsi.com insert Bruce's configuration fragment comment here Bruce Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/configs/lsi_defconfig| 4 ++-- arch/arm/configs/lsisim_defconfig | 4 ++-- 2

Re: [linux-yocto] [PATCH 33/94] drivers/tty: Handle baud rate changes. The initial port only ran at 115200.

2013-11-09 Thread Bruce Ashfield
The second part of the short log .. should be the long log. On 11/7/2013, 8:12 PM, Paul Butler wrote: From: John Jacques john.jacq...@lsi.com Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/mach-axxia/clock.c | 64 +

Re: [linux-yocto] [PATCH 36/94] arm/mach-axxia: Don't try to initialize pcie late.

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: From: John Jacques john.jacq...@lsi.com This needs to be done earlier. Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/mach-axxia/axxia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-axxia/axxia.c

Re: [linux-yocto] [PATCH 37/94] drivers/tty: Hard code the baud rate divisors for now.

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: From: John Jacques john.jacq...@lsi.com This assumes that the AXM55xx_533 parameter file is used. Signed-off-by: John Jacques john.jacq...@lsi.com --- drivers/tty/serial/amba-pl011.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff

Re: [linux-yocto] [PATCH 40/94] Support for the new BCM 5221 phy - acp_mdio

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: Signed-off-by: Paul Butler paul.but...@windriver.com --- drivers/net/ethernet/lsi/lsi_acp_mdio.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/net/ethernet/lsi/lsi_acp_mdio.c b/drivers/net/ethernet/lsi/lsi_acp_mdio.c index

Re: [linux-yocto] [PATCH 45/94] drivers/usb: USB driver changes for AXM55xx

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: From: SangeethaRao sangeetha@lsi.com It would be nice to have a summary of the changes :) Signed-off-by: SangeethaRao sangeetha@lsi.com --- arch/arm/boot/dts/axm55xx.dts | 9 +++ drivers/usb/host/ehci-ci13612.c | 59

Re: [linux-yocto] [PATCH 48/94] drivers/net: Added debug code.

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:13 PM, Paul Butler wrote: From: John Jacques john.jacq...@lsi.com Signed-off-by: John Jacques john.jacq...@lsi.com --- drivers/net/ethernet/lsi/lsi_acp_mdio.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/net/ethernet/lsi/lsi_acp_mdio.c

Re: [linux-yocto] [PATCH 52/94] arm/include: A clean up of the femac acp_net.h code.

2013-11-09 Thread Bruce Ashfield
I'd call this more of adding ARM specific code to the common acp_net driver .. rather than cleanup. Bruce On 11/7/2013, 8:13 PM, Paul Butler wrote: Signed-off-by: Paul Butler paul.but...@windriver.com --- drivers/net/ethernet/lsi/lsi_acp_net.h | 76 +++--- 1 file

Re: [linux-yocto] [PATCH 53/94] drivers/net: The work around for Amarillo needs to be done the first time as well!

2013-11-09 Thread Bruce Ashfield
It would be nice to have a short description about what exactly was being worked around. Bruce On 11/7/2013, 8:13 PM, Paul Butler wrote: From: John Jacques john.jacq...@lsi.com Signed-off-by: John Jacques john.jacq...@lsi.com --- drivers/net/ethernet/lsi/lsi_acp_net.c | 10 +- 1

Re: [linux-yocto] [PATCH 62/94] arm/mach-axxia: add support for SPI flash.

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:13 PM, Paul Butler wrote: From: John Jacques john.jacq...@lsi.com Signed-off-by: John Jacques john.jacq...@lsi.com Signed-off-by: Paul Butler paul.but...@windriver.com --- arch/arm/boot/dts/axm55xx.dts | 157 -

Re: [linux-yocto] [PATCH 69/94] arm/mach-axxia: Fixed type1 PCIe enumeration issue

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:13 PM, Paul Butler wrote: From: SangeethaRao sangeetha@lsi.com Obviously the masking and shifting isn't necessary. But is there a description of the issues that the masking and shifting was causing ? It'll save some poor soul that might not have the latest code some time,

Re: [linux-yocto] [PATCH 86/94] arm/mach-axxia: L3 Cache is not available in simulation!

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:18 PM, Paul Butler wrote: From: John Jacques john.jacq...@lsi.com Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/mach-axxia/axxia.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-axxia/axxia.c b/arch/arm/mach-axxia/axxia.c

Re: [linux-yocto] [PATCH 88/94] arm/configs: In order to get the Preempt-RT branch building

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:18 PM, Paul Butler wrote: From: John Jacques john.jacq...@lsi.com The default configuration had to be refreshed. And this is the exact thing that we want to avoid with configuration fragments. Again, I assume that Paul is going to follow up with configuration fragments for

Re: [linux-yocto] [PATCH 91/94] drivers/ethernet: Set the watermark correctly in emulation

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:18 PM, Paul Butler wrote: From: John Jacques john.jacq...@lsi.com and fix a compile bug on PowerPC. any chance we have a log of the error message handy ? Bruce Signed-off-by: John Jacques john.jacq...@lsi.com --- drivers/net/ethernet/lsi/lsi_acp_net.c | 19

Re: [linux-yocto] [PATCH 07/94] arm/configs: adding common LSI defconfig

2013-11-10 Thread Bruce Ashfield
On 11/9/2013, 11:08 AM, Paul Butler wrote: On Sat, Nov 09, 2013 at 09:12:39AM -0500, Bruce Ashfield wrote: Same comment here. I presume there are some BSP meta data updates lurking ? Yes, meta data patches will be coming. Just not ready yet. Great. I look forward to seeing them, since

Re: [linux-yocto] Request to create a new branch for Baytrail BSP

2013-11-10 Thread Bruce Ashfield
On 11/10/2013, 10:43 PM, Chang, Rebecca Swee Fun wrote: Hi all, I would like to request the community to create a new branch for Baytrail BSP in linux-yocto-3.8. Baytrail BSP will run on both 32bit and also 64bit configurations. We plan to maintain only 1 branch for both 32 bit and 64 bit

Re: [linux-yocto] [PATCH v2 0/4][3.10][meta] MinnowBoard and Wifi updates

2013-11-12 Thread Bruce Ashfield
On 11/12/2013, 4:27 PM, Darren Hart wrote: On Tue, 2013-11-12 at 15:59 -0500, Bruce Ashfield wrote: On 13-11-11 06:25 PM, Darren Hart wrote: The following changes since commit f1c9080cd27f99700fa59b5375d1ddd0afe625ad: meta/common-pc: add missing dependencies for BRCMSMAC (2013-11-03 23:01

Re: [linux-yocto] [PATCH v2 0/4][3.10][meta] MinnowBoard and Wifi updates

2013-11-13 Thread Bruce Ashfield
On 13-11-13 01:59 AM, Darren Hart wrote: On Tue, 2013-11-12 at 23:18 -0500, Bruce Ashfield wrote: On 11/12/2013, 4:27 PM, Darren Hart wrote: On Tue, 2013-11-12 at 15:59 -0500, Bruce Ashfield wrote: On 13-11-11 06:25 PM, Darren Hart wrote: The following changes since commit

Re: [linux-yocto] [PATCH v3 0/5][3.10][meta] MinnowBoard and Wifi updates

2013-11-14 Thread Bruce Ashfield
On 13-11-13 02:09 PM, Darren Hart wrote: Since v1: o Remove comments from new wifi files Since v2: o Add minnow: Remove branch statements from minnow scc files Sorry for the delay on this .. I had some bugs to fix this morning. This looks good, and you can confirm that the plan is to use

  1   2   3   4   5   6   7   8   9   10   >