Re: [linux-yocto] [kernel-cache][PATCH] leafhill: update branch for leafhill

2017-07-27 Thread Bruce Ashfield
On 07/26/2017 12:13 PM, chong.yi.c...@intel.com wrote: From: Chong Yi Chai Update branch to standard/intel/base for kernel 4.1.42 upgrade. merged. Update your SRCREV to pull in the change. Bruce Signed-off-by: Chong Yi Chai --- bsp/leafhill/leafhill-standard.scc | 2 +- 1 file change

Re: [linux-yocto] v4.8.x - stable updates comprising v4.8.25

2017-07-27 Thread Bruce Ashfield
On 07/24/2017 04:05 AM, Paul Gortmaker wrote: Bruce, Yocto kernel folks: Here is another 4.8.x stable update. Continuing on top of the previously released v4.8.24 kernel, we now have the appropriate content from 4.9.22 to 4.9.24 (inclusive) applied on top of our latest 4.8 baseline. Once again

Re: [linux-yocto] [PATCH 2/3][kernel-cache] common-pc-64: Adds usb-net configs to genericx86-64 builds

2017-07-27 Thread Bruce Ashfield
anted them anyway, in case something changes on the other scc. I can live with that. The next question is ... what kernel versions ? 4.9, 4.10, master (aka linux-yocto-dev) ? Bruce Alejandro On 07/25/2017 08:45 AM, Bruce Ashfield wrote: No real objections to the series, but it wi

Re: [linux-yocto] [PATCH 2/3][kernel-cache] common-pc-64: Adds usb-net configs to genericx86-64 builds

2017-07-25 Thread Bruce Ashfield
No real objections to the series, but it will of course increase the amount of modules/kernel size out of the box. I'm continually balancing the built-in convenience versus the size of the kernel and need to always ask the following question: This sort of thing can be added via KERNEL_FEATURES wh

Re: [linux-yocto] [kernel-cache][PATCH] bsp/xilinx/soc/zynq.cfg: Ensure ARM_THUMB is enabled

2017-07-18 Thread Bruce Ashfield
On 2017-07-18 3:05 AM, Nathan Rossi wrote: On 18 July 2017 at 05:43, Bruce Ashfield wrote: On 2017-07-15 11:25 AM, Nathan Rossi wrote: Enable ARM_THUMB which is normally enabled in arch/arm/arm.cfg, however this config (specifically the .cfg, as the .scc is included via standard) is not

Re: [linux-yocto] [kernel-cache][PATCH] bsp/xilinx/soc/zynq.cfg: Ensure ARM_THUMB is enabled

2017-07-17 Thread Bruce Ashfield
On 2017-07-15 11:25 AM, Nathan Rossi wrote: Enable ARM_THUMB which is normally enabled in arch/arm/arm.cfg, however this config (specifically the .cfg, as the .scc is included via standard) is not included by the tiny kernel type. This ensures code built for Zynq targets which might use THUMB ins

Re: [linux-yocto] [kernel-cache][PATCH] bsp/xilinx/soc/drivers: Updates/clean-ups for v4.12 kernel

2017-07-17 Thread Bruce Ashfield
On 2017-07-15 11:25 AM, Nathan Rossi wrote: The XILINX_VMDA config is no longer required, the VDMA driver is no longer separate from the XILINX_DMA driver config. The CPU_FREQ_STAT_DETAILS config was consolidated into CPU_FREQ_STAT. The EDAC drivers now depend on the RAS config and features, fo

Re: [linux-yocto] [kernel-cache][RFC PATCH 0/7] MicroBlaze and Zynq BSP configuration

2017-07-14 Thread Bruce Ashfield
On 2017-07-13 1:55 PM, Nathan Rossi wrote: On 13 July 2017 at 05:25, Bruce Ashfield wrote: On 2017-07-04 11:29 AM, Nathan Rossi wrote: Most of this configuration has existed in the meta-xilinx layer for quite some time for use with linux-yocto and Xilinx's vendor tree kernel, linux

Re: [linux-yocto] [kernel-cache][RFC PATCH 5/7] bsp/qemumicroblazeeb: Add BSP configs for qemumicroblazeeb

2017-07-14 Thread Bruce Ashfield
On 2017-07-13 1:56 PM, Nathan Rossi wrote: On 13 July 2017 at 05:22, Bruce Ashfield wrote: On 2017-07-04 11:29 AM, Nathan Rossi wrote: Create configs for the qemumicroblazeeb machine. This includes both -standard and -tiny configs. Signed-off-by: Nathan Rossi --- bsp/qemumicroblaze

Re: [linux-yocto] [kernel-cache][PATCH 0/8] features: Additional features and added configs to existing features

2017-07-14 Thread Bruce Ashfield
On Thu, Jul 13, 2017 at 4:34 AM, Syed Mohamad Fauzi, Syed Johan Arif < syed.johan.arif.syed.mohamad.fa...@intel.com> wrote: > Dear maintainer, > > Here are some additional features and some added configs to existing > features. > Please apply to 4.9 and beyond > The additions are listed below: > >

Re: [linux-yocto] [PATCH] common-pc-wifi: Enable SDIO for BroadCom BRCMFMAC

2017-07-14 Thread Bruce Ashfield
merged. SRCREV updates will follow shortly. Bruce On 2017-07-12 11:47 PM, Saul Wold wrote: Enable Broadcom Wifi driver for SDIO mounted hardware on Intel boards Signed-off-by: Saul Wold --- Please apply to 4.9 and beyond. bsp/common-pc/common-pc-wifi.cfg | 3 +++ 1 file changed, 3 insert

Re: [linux-yocto] [linux-yocto-4.1] [bsp patch] mmc: sdhci: fix two compile errors

2017-07-13 Thread Bruce Ashfield
On 07/13/2017 04:08 AM, Zhang Xiao wrote: Hi Bruce, This patch fixed two compile errors in kernel branch standard/fsl-ls10xx merged. Bruce Thanks Xiao mmc: sdhci: fix two compile errors | CC drivers/mmc/host/sdhci.o | drivers/mmc/host/sdhci.c: In function 'sdhci_execute_tuning': | driver

Re: [linux-yocto] [kernel-cache][RFC PATCH 0/7] MicroBlaze and Zynq BSP configuration

2017-07-12 Thread Bruce Ashfield
On 2017-07-04 11:29 AM, Nathan Rossi wrote: Most of this configuration has existed in the meta-xilinx layer for quite some time for use with linux-yocto and Xilinx's vendor tree kernel, linux-xlnx. The goal is to enable the use of the MicroBlaze architecture in OE-Core including the addition of

Re: [linux-yocto] [kernel-cache][RFC PATCH 5/7] bsp/qemumicroblazeeb: Add BSP configs for qemumicroblazeeb

2017-07-12 Thread Bruce Ashfield
On 2017-07-04 11:29 AM, Nathan Rossi wrote: Create configs for the qemumicroblazeeb machine. This includes both -standard and -tiny configs. Signed-off-by: Nathan Rossi --- bsp/qemumicroblaze/qemumicroblazeeb-standard.scc | 15 +++ bsp/qemumicroblaze/qemumicroblazeeb-tiny.scc

Re: [linux-yocto] [PATCH 1/3] [kernel-cache] bsp/rangeley: smp gets added by default, remove unnecessary include

2017-07-03 Thread Bruce Ashfield
merged! .. and email sent to oe-core for SRCREV updates. Bruce On 2017-06-30 9:52 PM, Alejandro Hernandez wrote: rangeley.scc and rangeley32.scc are based on x86.scc and x86_64.scc which already include smp.scc, so remove the unnecessary include. [YOCTO #11743] Signed-off-by: Alejandro Hernan

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

2017-06-27 Thread Bruce Ashfield
On 06/27/2017 11:41 AM, Daniel Dragomir wrote: Hello Bruce! Please review and merge this series of patches in Axxia branches from linux-yocto-4.1. Changes included in this series (axxia 1.60 tag): - Support undocumented PEI configurations. - Add support for MSI interruts on 5600 and 6700. - Incl

Re: [linux-yocto] [kernel-cache][PATCH 0/1] Update PWM config for leafhill platform

2017-06-21 Thread Bruce Ashfield
On 2017-06-20 5:30 PM, chong.yi.c...@intel.com wrote: From: "Chai, Chong Yi" Hi Bruce, This patch is targeted for yocto-kernel-cache yocto-4.1 branch. The changes on configs enable PWM to be built in driver rather than kernel module which is require by DC-IRIS camera driver. The config is sepa

Re: [linux-yocto] [linux-yocto-3.14] [PATCH] security/keys: fixed crash in keyring_destroy

2017-06-14 Thread Bruce Ashfield
merged. Bruce On 06/14/2017 01:09 PM, Daniel Dragomir wrote: From: Charlie Paul *For 3.14 standard/(preempt-rt)/axxia/base branches. When the ltp add_key01 was run the kernel was crashing, the list_del initializes the next pointer to LIST_POISON1. When subsequent keyring destroy events happe

Re: [linux-yocto] [kernel-cache] [PATCH] bsp/axxia[arm|arm64|ppc]: Update Axxia specific fragments

2017-06-08 Thread Bruce Ashfield
On 2017-06-08 7:14 AM, Daniel Dragomir wrote: Intel Axxia updates for yocto-kernel-cache, yocto-4.1 branch. axxiaarm: - Enable AXXIA_MDIO driver - Enable GPIO_AXXIA driver - Enable specific EDAC options axxiaarm64: - Enable AXXIA_MDIO driver - Enable specific

Re: [linux-yocto] v4.8.x - stable updates comprising v4.8.24

2017-06-05 Thread Bruce Ashfield
merged, with a minor fixup to -rt. Bruce On 2017-06-02 10:04 PM, Paul Gortmaker wrote: Bruce, Yocto kernel folks: Here is another 4.8.x stable update. Continuing on top of the previously released v4.8.23 kernel, we now have the appropriate content from 4.9.18 to 4.9.21 (inclusive) applied on

Re: [linux-yocto] [linux-yocto-4.1] [bsp patch] actions-s500:fix a few issue with gpio & battery

2017-06-01 Thread Bruce Ashfield
On Thu, Jun 1, 2017 at 6:10 AM, Jiang Lu wrote: > > Hi Bruce, > > Please apply 3 patch for actions-s500 bsp of yocto 4.1 kernel. > > This patch fixed a error with gpio when working in interrupt mode, and > changes parameter for battery. > > merged. Bruce > > The following changes since commit

Re: [linux-yocto] [kernel-cache][PATCH] common-pc-wifi.cfg: add CONFIG_MT7601U module

2017-06-01 Thread Bruce Ashfield
merged to 4.9/4.10 and master (aka future versions). Bruce On Wed, May 31, 2017 at 11:15 PM, Tim Orling < timothy.t.orl...@linux.intel.com> wrote: > Mediatek MT7601U is a common USB WiFi dongle > > Signed-off-by: Tim Orling > --- > bsp/common-pc/common-pc-wifi.cfg | 2 ++ > 1 file changed, 2 i

Re: [linux-yocto] [kernel-cache][PATCH] ktypes/developer: Enable CONFIG_KEXEC in config

2017-06-01 Thread Bruce Ashfield
On Tue, May 30, 2017 at 11:48 AM, Aníbal Limón wrote: > The oe-core provides kexec-tools recipe, since we don't > have a manner to enable automatically a kernel feature by > recipe request, this is the best place to enable it in > a kernel developer mode. > Yah, the separation of kernels, images

Re: [linux-yocto] [PULL REQUEST] Intel Axxia updates to linux-yocto-4.1

2017-05-30 Thread Bruce Ashfield
On 05/30/2017 11:46 AM, Daniel Dragomir wrote: Hello Bruce! This 4.1 pull request is for a set of patches for Axxia powerpc that were ported from 3.14 to 4.1. There were also some arm and arm64 patches for Axxia. I checked all the patches with checkpatch.pl script and fixed all errors. Also, I

Re: [linux-yocto] [PATCH 00/17] Intel Axxia updates to linux-yocto-4.9

2017-05-22 Thread Bruce Ashfield
On 2017-05-16 2:38 PM, Daniel Dragomir wrote: Hello Bruce! This series of patches brings various improvements to the Intel Axxia drivers from linux-yocto-4.9, including MISC, NCR, USB, CORESIGHT, PCI, sRIO, MDIO drivers and some updates in device trees for Intel Axxia boards. I checked all the

Re: [linux-yocto] [kernel-cache] [PATCH] bsp/axxiaarm[64]: Enable AXXIA MDIO and EDAC drivers

2017-05-22 Thread Bruce Ashfield
merged. Bruce On 2017-05-17 12:57 PM, Daniel Dragomir wrote: Intel Axxia updates for yocto-kernel-cache, yocto-4.9 branch. Enable AXXIA_MDIO driver, and EDAC_AXXIA_L2_CPU_5500 for axxiaarm bsp | EDAC_AXXIA_L2_CPU_5600 for axxiaarm64 bsp. Also, enable SWP_EMULATE proc feature for axxiaarm bsp.

Re: [linux-yocto] [PATCH] smp: Adds config X86_BIGSMP since its needed when NR_CPUS > 8

2017-05-22 Thread Bruce Ashfield
merged. SRCREV updates will follow shortly. Bruce On 2017-05-17 11:18 AM, Alejandro Hernandez wrote: When we set NR_CPUS to something > than 8, we also need to set X86_BIGSMP according to Kconfig: config X86_BIGSMP bool "Support for big SMP systems with more than 8 CPUs" otherwise NR

Re: [linux-yocto] [PATCH] bluetooth: Adds BT_BREDR and BT_LE, which are needed as dependencies

2017-05-22 Thread Bruce Ashfield
Sorry for the delay, this is now merged. Bruce On 2017-05-16 5:34 PM, Alejandro Hernandez wrote: Several configurations need the previously mentioned dependencies: BT_LE is nedded by BT_6LOWPAN BT_BREDR is needed by: BT_RFCOMM, BT_RFCOMM_TTY (secondary), BT_BNEP, BT_BNEP_MC_FILTER (secondary)

Re: [linux-yocto] [PATCH 00/17] Intel Axxia updates to linux-yocto-4.9

2017-05-22 Thread Bruce Ashfield
On 2017-05-22 10:58 AM, Dragomir, Daniel wrote: Hi Bruce! Did you had time to look into this set? I sent also a patch for kernel-cache. I saw them, but didn't get a chance to apply them yet. Today is a holiday here, so it will be tomorrow before I get a chance to merge anything. Bruce Rega

Re: [linux-yocto] [PATCH 0/8] Intel Axxia updates to linux-yocto-3.14

2017-05-15 Thread Bruce Ashfield
On 2017-05-12 7:41 AM, Daniel Dragomir wrote: Hello Bruce! This series of patches brings some improvements to the Intel Axxia drivers from linux-yocto-3.14, including patches ported from 3.4 kernel for Erratum 47 and 48, Parity Errors and some warning and no-smp compiling fixes. If all the patc

Re: [linux-yocto] [yocto] yaffs: fix a potential memory leakage and missed put_mtd_device

2017-04-30 Thread Bruce Ashfield
On 2017-04-27 11:37 PM, Zumeng Chen wrote: Hi Bruce, This patch is to fix a missed put_mtd_device and potential memory fix for yaffs based on standard/base. Looks good to me. What kernel versions is this for ? I tried it on 4.10 and it applied, but I'm thinking 4.8+ ? Bruce Cheers, Zumeng

Re: [linux-yocto] [linux-yocto-4.1] [Kernel-cache & bsp patch] actions-s500:Enable PM feature & devices on extenstion layer

2017-04-27 Thread Bruce Ashfield
On 2017-04-26 5:10 AM, Jiang Lu wrote: Hi Bruce, This series of patches enable some devices in actions-s500 board: 1.Battery gauge module in PMIC 2.SPI, UART, USB on extention layer. The patch include 11 kernel patch & 1 kernel-meta patch for yocto 4.1 kernel. Please apply the kernel patch fo

Re: [linux-yocto] [PATCH] base.cfg: Add POSIX_TIMERS to fix ping hang

2017-04-21 Thread Bruce Ashfield
On 2017-04-18 11:38 AM, Paul Gortmaker wrote: On 2017-04-17 08:31 PM, Saul Wold wrote: busybox ping was hanging after 1 loop with 4.10.x/4.11.x kernel. ping was hanging waiting for alarm to expire. 4.10.x kernel intrdoduced new kernel config CONFIG_POSIX_TIMERS which needs to be enabled to enabl

Re: [linux-yocto] [PATCH linux-yocto-4.4 standard/intel/bxt-rebase] Revert "[REVERTME] mmc: host: pci: disable functionality to help enumeration"

2017-04-19 Thread Bruce Ashfield
On 2017-04-19 3:32 AM, Adrian Hunter wrote: From: Jari Nippula This reverts commit a39401601c4d227fc7cc3c9116c3f7fa539e6b64. merged. Bruce The offending commit unnecessarily removes functionality while forcing HS200 and HS400 capability, thereby preventing BIOS from instead configuring DD

Re: [linux-yocto] v4.8.x - stable updates comprising v4.8.22

2017-04-11 Thread Bruce Ashfield
On 2017-03-31 12:05 PM, Paul Gortmaker wrote: Bruce, Yocto kernel folks: Here is yet another 4.8.x stable update. Continuing on the previously released v4.8.21 kernel, we now have the appropriate content from 4.9.12 to 4.9.14 applied on top of our latest 4.8 baseline. Once again, I've combined

Re: [linux-yocto] [PATCH] Intel Axxia updates to yocto-kernel-cache yocto-4.1

2017-03-29 Thread Bruce Ashfield
On 2017-03-29 10:50 AM, Daniel Dragomir wrote: Hello Bruce! Please apply those patches on the 'yocto-4.1' branch from git.yoctoproject.org/yocto-kernel-cache This is a porting from 3.14 for axxiapowerpc bsp fragments. merged Brice Thank you, Daniel Dragomir (1): bsp/axxiapowerpc: Add in

Re: [linux-yocto] [PATCH 0/2] Clean up some cfg files

2017-03-29 Thread Bruce Ashfield
On 2017-03-29 7:35 PM, Saul Wold wrote: Found this trying to debug something else. The ip_nf goes into 4.1 and newer. The firmware one goes into 4.4 and newer. wow. That's been broken for a long time merged and pushed. SRCREV updates to follow when my next queue is ready. Bruce Sau!

Re: [linux-yocto] How can we reduce boot time ?

2017-03-28 Thread Bruce Ashfield
On 2017-03-28 05:52 AM, Ran Shalit wrote: On Fri, Feb 24, 2017 at 5:22 PM, Bruce Ashfield wrote: On 2017-02-23 1:43 AM, Ran Shalit wrote: Hello, Are there some steps we can do in Yocto in order to reduce boot time ? The steps you'd take with an image produced from yocto would be the

Re: [linux-yocto] v4.8.x - stable updates comprising v4.8.21

2017-03-23 Thread Bruce Ashfield
On 2017-03-21 5:02 PM, Paul Gortmaker wrote: Bruce, Yocto kernel folks: Here is yet another 4.8.x stable update. Continuing on the previously released v4.8.20 kernel, we now have the appropriate content from 4.9.8 to 4.9.11 applied on top of our latest 4.8 baseline. Once again, I've combined s

Re: [linux-yocto] [PATCH 0/2] Intel Axxia updates to yocto-kernel-cache yocto-4.9

2017-03-22 Thread Bruce Ashfield
On 2017-03-21 12:09 PM, Daniel Dragomir wrote: Hello Bruce! Please apply those patches on the 'yocto-4.9' branch from git.yoctoproject.org/yocto-kernel-cache This is a porting from 4.1 for AXXIA bsp fragments. merged! Bruce Thank you, Daniel Dragomir (2): bsp/axxiaarm: Add initial fragm

Re: [linux-yocto] [linux-yocto v4.1 0/4] net: mwifiex: Enable the DRCS & MSI support

2017-03-22 Thread Bruce Ashfield
Cc: Linux Yocto ; Ashfield, Bruce (Wind River) Subject: Re: [linux-yocto] [linux-yocto v4.1 0/4] net: mwifiex: Enable the DRCS & MSI support On Wed, Mar 15, 2017 at 01:54:02PM -0400, Bruce Ashfield wrote: I need the intel maintainers of this branch to comment on the changes. I have no is

Re: [linux-yocto] [PATCH][linux-yocto-4.4] usb: dwc3: ep0: Fix merge

2017-03-20 Thread Bruce Ashfield
On 2017-03-17 5:10 PM, California Sullivan wrote: The call to trace_dwc3_prepare_trb() was moved into the dwc3_ep0_prepare_one_trb() function in patch ecd4ad9ab7 "usb: dwc3: ep0: add dwc3_ep0_prepare_one_trb()", but it somehow got left behind in the merge. Signed-off-by: California Sullivan ---

Re: [linux-yocto] [linux-yocto-4.1] [bsp patch] actions-s500:tpm:provide a common interface for tpm devices

2017-03-20 Thread Bruce Ashfield
On 2017-03-20 6:22 AM, Jiang Lu wrote: Hi Bruce, Please apply 1 patch for actions-s500 bsp of yocto 4.1 kernel. This patch will provide common interface of all tpm device in /sys, which make tpm 1.2 & tpm 2.0 device could working compatiable with application from meta-measured. Applied.

Re: [linux-yocto] [linux-yocto v4.1 0/4] net: mwifiex: Enable the DRCS & MSI support

2017-03-15 Thread Bruce Ashfield
I need the intel maintainers of this branch to comment on the changes. I have no issues with merging them, but need their ack before I'll do so. I've copied them on this reply! Cheers, Bruce On 2017-03-15 10:24 AM, Kevin Hao wrote: From: Kevin Hao Hi, This targets on standard/intel/4.1.27

Re: [linux-yocto] [kernel-cache][PATCH] features: add Intel Memory Protection Extensions

2017-03-10 Thread Bruce Ashfield
On 2017-03-10 2:34 PM, Mikko Ylinen wrote: Hi, On 10/03/17 20:33, Bruce Ashfield wrote: On 2017-03-10 02:44 AM, Mikko Ylinen wrote: This commit adds a kernel feature to have the kernel support for Intel Memory Protection Extensions (MPX). A quote from kernel arch/x86/Kconfig: "MPX pro

Re: [linux-yocto] [kernel-cache][PATCH] features: add Intel Memory Protection Extensions

2017-03-10 Thread Bruce Ashfield
On 2017-03-10 02:44 AM, Mikko Ylinen wrote: This commit adds a kernel feature to have the kernel support for Intel Memory Protection Extensions (MPX). A quote from kernel arch/x86/Kconfig: "MPX provides hardware features that can be used in conjuction with compiler-instrumented code to check me

Re: [linux-yocto] [linux-yocto-4.1] [Kernel-cache & bsp patch] Bug fix for WIFI & BT driver on actions-s500 bsp

2017-03-09 Thread Bruce Ashfield
On 2017-03-09 02:41 AM, Jiang Lu wrote: Hi Bruce, This series of patches fix a few defects found on actions-s500 bsp, including: 1.WIFI driver RTL8723BS can not auto load on startup. 2.WIFI & Bluetooth can not support namespace. 3.A few compile warnings. The patch include 7 kernel patch & 1

Re: [linux-yocto] [PULL REQUEST] Intel Axxia updates to linux-yocto-4.9

2017-03-09 Thread Bruce Ashfield
On 2017-03-09 10:02 AM, Daniel Dragomir wrote: Hello Bruce! This is the first pull request for Axxia changes on kernel 4.9 which were ported from our 4.1 Yocto branches. I checked all the patches with checkpatch.pl script and fixed all errors. Also, I compiled Axxia BSP using both branches and s

Re: [linux-yocto] [PATCH 0/9] Intel Axxia updates to linux-yocto-4.1

2017-03-09 Thread Bruce Ashfield
On 2017-03-09 11:22 AM, Daniel Dragomir wrote: Hello Bruce! This series of patches brings various improvements to the Intel Axxia drivers from linux-yocto-4.1, including EDAC, VMFS, HWRNG, MISC and PCI drivers and some updates in device trees for Intel Axxia boards. If all the patches are ok, p

Re: [linux-yocto] [yocto-2.2.1][PATCH] Revert "tty: serial: 8250: add CON_CONSDEV to flags"

2017-03-06 Thread Bruce Ashfield
On Mon, Mar 6, 2017 at 12:24 AM, Dengke Du wrote: > Thanks! > > Maybe we should update the commit in linux-yocto_4.8.bb in oe-core. > That will happen, just at a slower cadence then me getting the patch into the tree. Bruce > > Dengke > > > > On 2017年03月0

Re: [linux-yocto] v4.8.x - stable updates comprising v4.8.20

2017-03-03 Thread Bruce Ashfield
On 2017-02-27 05:01 PM, Paul Gortmaker wrote: Bruce, Yocto kernel folks: Another week, another stable update. Continuing on the previously released v4.8.19 kernel, we now have the appropriate content from 4.9.6 and 4.9.7 applied on top of our latest 4.8 baseline. Once again, I've combined two

Re: [linux-yocto] [PATCH] baytrail: Update DW_DMAC_PCI

2017-03-03 Thread Bruce Ashfield
On 2017-03-02 04:23 PM, Saul Wold wrote: This address the following warning: From: /srv/sdb/releases/master/builds/4.9/tmp/work-shared/intel-corei7-64/kernel-source/.kernel-meta/configs/standard/intel/features/soc/baytrail/baytrail.cfg Requested value: CONFIG_DW_DMAC_PCI=m Actual value: CO

Re: [linux-yocto] [yocto-2.2.1][PATCH] Revert "tty: serial: 8250: add CON_CONSDEV to flags"

2017-03-03 Thread Bruce Ashfield
merged Bruce On 2017-02-27 12:48 AM, Dengke Du wrote: From: Herbert Xu Upstream commit: 6741f551a0b26479de2532ffa43a366747e6dbf3 This commit needs to be reverted because it prevents people from using the serial console as a secondary console with input being directed to tty0. IOW, if you bo

Re: [linux-yocto] Development host with the yocto target

2017-03-01 Thread Bruce Ashfield
On 2017-02-28 04:46 PM, Ran Shalit wrote: On Mon, Feb 27, 2017 at 3:45 PM, Bruce Ashfield wrote: On 2017-02-24 04:56 PM, Ran Shalit wrote: On Fri, Feb 24, 2017 at 4:17 PM, Bruce Ashfield wrote: On 2017-02-23 11:32 PM, Ran Shalit wrote: Hello, What's the best way to arrange develo

Re: [linux-yocto] Development host with the yocto target

2017-02-27 Thread Bruce Ashfield
On 2017-02-24 04:56 PM, Ran Shalit wrote: On Fri, Feb 24, 2017 at 4:17 PM, Bruce Ashfield wrote: On 2017-02-23 11:32 PM, Ran Shalit wrote: Hello, What's the best way to arrange development host with intel target ? Do I just need the toolchain ? Or better use all libraries too ? i.e

Re: [linux-yocto] Where is the kernel source code ?

2017-02-25 Thread Bruce Ashfield
On Sat, Feb 25, 2017 at 2:14 AM, Ran Shalit wrote: > Hello, > > I am trying to use RT preempt with linux. > I've done the following > PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-rt" > PREFERRED_VERSION_linux-yocto-rt ?= "4.4%" > > Testing the image after build with uname -a, shows it is RT

Re: [linux-yocto] Request to create branches for Intel Axxia in linux-yocto-4.9

2017-02-24 Thread Bruce Ashfield
On 2017-02-24 5:37 AM, Dragomir, Daniel wrote: Hello Bruce! I would like to request you to create two new branches in linux-yocto-4.9 repository to be able to maintain Intel Axxia BSPs and to submit kernel patches. Please create: - standard/axxia/base from standard/base - standard/preempt-rt/ax

Re: [linux-yocto] update kernel in local.conf

2017-02-24 Thread Bruce Ashfield
On 2017-02-24 10:20 AM, Ran Shalit wrote: On Fri, Feb 24, 2017 at 4:12 PM, Bruce Ashfield wrote: On 2017-02-24 4:02 AM, Ran Shalit wrote: Hello, I wanted to try update to rt-kernel to I added the following in local.conf: #PREFERRED_PROVIDER_virtual/kernel ?= "linux-

Re: [linux-yocto] How can we reduce boot time ?

2017-02-24 Thread Bruce Ashfield
On 2017-02-23 1:43 AM, Ran Shalit wrote: Hello, Are there some steps we can do in Yocto in order to reduce boot time ? The steps you'd take with an image produced from yocto would be the same as you'd take with any linux system. Those steps are highly dependent on your target, your userspace,

Re: [linux-yocto] kernel & filesystem dependency

2017-02-24 Thread Bruce Ashfield
On 2017-02-23 2:28 AM, Ran Shalit wrote: Hello, Is it possible to upgrade kernel in local.conf with older yocto branches (daisy for example) ? Is there is something in filesystem that depends on kernel version (except kernel modules) ? Generally speaking the kernel -> userspace interactions s

Re: [linux-yocto] Development host with the yocto target

2017-02-24 Thread Bruce Ashfield
On 2017-02-23 11:32 PM, Ran Shalit wrote: Hello, What's the best way to arrange development host with intel target ? Do I just need the toolchain ? Or better use all libraries too ? i.e. the excat iso running on laptop ? So you want to build an image, install that image to the intel target and

Re: [linux-yocto] update kernel in local.conf

2017-02-24 Thread Bruce Ashfield
On 2017-02-24 4:02 AM, Ran Shalit wrote: Hello, I wanted to try update to rt-kernel to I added the following in local.conf: #PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" #PREFERRED_VERSION_linux-yocto ?= "4.4%" PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-rt" PREFERRED_VERSION_linux-

Re: [linux-yocto] blinking cursor with usb boot

2017-02-22 Thread Bruce Ashfield
Adding meta-intel, someone on that list may have an idea. Bruce On 2017-02-22 4:00 PM, Ran Shalit wrote: Hello, I use the pre built image from yocto valleyisland BSP for ATOM E3800. I have deployed it with sdcard , but I get a blinking cursor in startup (and no other printings) Is there any i

Re: [linux-yocto] [kernel-cache][PATCH 0/3] yocto-kernel-cache: update kernel config for leafhill

2017-02-22 Thread Bruce Ashfield
On 2017-02-22 3:14 AM, chong.yi.c...@intel.com wrote: From: "Chai, Chong Yi" These patches are targeted for yocto-kernel-cache yocto-4.1 branch. The changes on configs enable debugging and calibration with ISH client, fixing warning appear on terminal for USB and also fixing warning where one o

Re: [linux-yocto] upgrade kernel version

2017-02-21 Thread Bruce Ashfield
On 2017-02-21 03:16 PM, Ran Shalit wrote: Hello, I am new with yocto. I have made a reading, yet not sure about the following: I am using congatec ATOM (intel) board. On installing in it ubuntu , it worked OK with all HW interfaces. Now, I try to install yocto. I have found the following link: h

Re: [linux-yocto] [PATCH linux-yocto-4.4 00/14] Add Link Time Optimization

2017-02-20 Thread Bruce Ashfield
On 2017-02-20 4:13 PM, Alejandro Hernandez wrote: Hey Bruce, On 02/14/2017 03:03 PM, Bruce Ashfield wrote: On 2017-02-13 3:41 PM, Alejandro Hernandez wrote: These set of patches enable Link Time Optimization (LTO), they are meant specifically for linux-yocto-4.4, another set (rebased) will

Re: [linux-yocto] [kernel-cache][PATCH 0/2] fix tpm.cfg and add dm-verity

2017-02-15 Thread Bruce Ashfield
On 2017-02-15 9:54 AM, Patrick Ohly wrote: On Wed, 2017-02-15 at 09:02 -0500, Bruce Ashfield wrote: On 2017-02-15 8:37 AM, Patrick Ohly wrote: On Thu, 2017-02-09 at 09:36 -0500, Bruce Ashfield wrote: On 2017-02-08 05:07 AM, Patrick Ohly wrote: This should be applicable to all branches which

Re: [linux-yocto] [kernel-cache][PATCH 0/2] fix tpm.cfg and add dm-verity

2017-02-15 Thread Bruce Ashfield
On 2017-02-15 8:37 AM, Patrick Ohly wrote: On Thu, 2017-02-09 at 09:36 -0500, Bruce Ashfield wrote: On 2017-02-08 05:07 AM, Patrick Ohly wrote: This should be applicable to all branches which have the tpm.cfg file that I submitted recently. Sorry for missing the warning earlier - I must have

Re: [linux-yocto] [PATCH linux-yocto-4.4 00/14] Add Link Time Optimization

2017-02-14 Thread Bruce Ashfield
On 2017-02-13 3:41 PM, Alejandro Hernandez wrote: These set of patches enable Link Time Optimization (LTO), they are meant specifically for linux-yocto-4.4, another set (rebased) will be sent for linux-yocto-4.8 and linux-yocto-4.9 respectively, these also complement the series sent to yocto-ke

Re: [linux-yocto] [PATCH] intel-quark: Add intel-quark-preempt-rt bsp configuration

2017-02-14 Thread Bruce Ashfield
On 2017-02-14 5:00 AM, Jan Kiszka wrote: On 2017-02-08 15:14, Bruce Ashfield wrote: On 2017-02-08 01:23 AM, Jan Kiszka wrote: On 2017-02-08 05:10, Bruce Ashfield wrote: On 2017-02-06 1:49 PM, Jan Kiszka wrote: From: Christian Storm While there are intel-quark configurations for the KTYPEs

Re: [linux-yocto] [kernel-cache][PATCH 0/2] fix tpm.cfg and add dm-verity

2017-02-09 Thread Bruce Ashfield
On 2017-02-08 05:07 AM, Patrick Ohly wrote: This should be applicable to all branches which have the tpm.cfg file that I submitted recently. Sorry for missing the warning earlier - I must have mentally blocked it out instead of actually reading it :-/ No worries :D I've merged these changes.

Re: [linux-yocto] [PATCH] intel-quark: Add intel-quark-preempt-rt bsp configuration

2017-02-08 Thread Bruce Ashfield
On 2017-02-08 01:23 AM, Jan Kiszka wrote: On 2017-02-08 05:10, Bruce Ashfield wrote: On 2017-02-06 1:49 PM, Jan Kiszka wrote: From: Christian Storm While there are intel-quark configurations for the KTYPEs standard and tiny in bsp/intel-common, there's none for the preempt-rt KTYPE. T

Re: [linux-yocto] [PATCH] intel-quark: Add intel-quark-preempt-rt bsp configuration

2017-02-07 Thread Bruce Ashfield
On 2017-02-06 1:49 PM, Jan Kiszka wrote: From: Christian Storm While there are intel-quark configurations for the KTYPEs standard and tiny in bsp/intel-common, there's none for the preempt-rt KTYPE. Trying to build preempt-rt enabled kernels such as linux-yocto-rt for intel-quark yields a .conf

Re: [linux-yocto] v4.8.x - stable updates comprising v4.8.18

2017-02-07 Thread Bruce Ashfield
On 2017-02-06 04:44 PM, Paul Gortmaker wrote: Bruce, Yocto kernel folks: The current v4.8.17 baseline was released at the same time as v4.9.2 stable. This means that we need to start looking at the v4.9.3 stable content in terms of what makes sense for v4.8.x -- also since v4.9 was completed we

Re: [linux-yocto] [linux-yocto 4.9 0/3] Fix the build errors when yaffs2 is enabled

2017-01-31 Thread Bruce Ashfield
On 2017-01-31 03:24 AM, Kevin Hao wrote: All these build errors are caused by the API changes in the mainline kernel. Adjust the codes in yaffs2 to fix these errors. merged. Bruce Kevin Hao (3): fs: yaffs2: adjust to the change of inode_change_ok() fs: yaffs2: switch to the generic xatt

Re: [linux-yocto] [PATCH] ver_linux: Use /usr/bin/awk instead of /bin/awk

2017-01-29 Thread Bruce Ashfield
On 2017-01-25 1:35 PM, Saul Wold wrote: Most Linux distributions contain awk in /usr/bin by default, not in /bin. As Paul mentioned, this is worth sending upstream .. at least to see what they have to say about it. I've gone ahead and merged it to the 4.9 linux-yocto tree while we wait. Chee

Re: [linux-yocto] [linux-yocto 4.1] fs/yaffs2: adjust to the change of inode_change_ok()

2017-01-29 Thread Bruce Ashfield
On 2017-01-26 12:50 AM, Kevin Hao wrote: In commit cb8e1eef351b ("fs: Give dentry to inode_change_ok() instead of inode") the inode_change_ok() has been rename to setattr_prepare(), and one of the argument was also changed from inode to dentry. We adjust the invocation of inode_change_ok() in Yaf

Re: [linux-yocto] [yocto-kernel-cache] [PATCH] Updates from Ostro project

2017-01-29 Thread Bruce Ashfield
On 2017-01-26 8:15 AM, Jussi Laako wrote: This set of patches targets yocto-kernel-cache master/4.9 branches. This is part of ongoing effort to update some parts of yocto-kernel-cache based on refreshed items from the Ostro project. these look fine to me. I've merged them to 4.9 and master. B

Re: [linux-yocto] [linux-yocto-4.1] [Kernel-cache & bsp patch] Action-s500: Enable WIFI/BT/TPM support

2017-01-25 Thread Bruce Ashfield
On 01/22/2017 04:52 AM, Jiang Lu wrote: Hi Bruce, This series of patches enable support action s500 SOC and rose-apple-pi board. There are 95 patches for kernel to enable BT/WIFI/TPM feature on this board. And there is one patch for kernel-cache to enable corresponding kernel configurations

Re: [linux-yocto] [linux-yocto-4.1] [Kernel-cache & bsp patch] Action-s500: Enable WIFI/BT/TPM support

2017-01-24 Thread Bruce Ashfield
On 01/22/2017 04:52 AM, Jiang Lu wrote: Hi Bruce, This series of patches enable support action s500 SOC and rose-apple-pi board. There are 95 patches for kernel to enable BT/WIFI/TPM feature on this board. I haven't forgotten about this, I'm just travelling and haven't had time to look at t

Re: [linux-yocto] [PATCH 0/3] yocto-kernel-cache: Update ethernet and add NVMe hardware support

2017-01-17 Thread Bruce Ashfield
On 2017-01-16 9:40 AM, Jussi Laako wrote: Two first patches modularize and update ethernet driver support by dropping few old ones and adding couple of new ones. Third patch adds support for NVMe storage devices. This set of patches targets master-branch of yocto-kernel-cache. merged. My ke

Re: [linux-yocto] [PATCH] backport from upstream to linux-yocto-4.1

2017-01-11 Thread Bruce Ashfield
that are children. There is one exception, leaf-hill. I don't update it unless the Intel maintainers send me the patch. Cheers, Bruce Thanks, Jia On 01/11/2017 11:37 PM, Bruce Ashfield wrote: On 2017-01-10 10:47 PM, Lans Zhang wrote: CONFIG_INTEGRITY_SIGNATURE enables the norma

Re: [linux-yocto] [PATCH] Fix for skl_free crash for BXT-M

2017-01-11 Thread Bruce Ashfield
On 2017-01-11 08:37 AM, Guoqing Zhang wrote: This patch is meant for bxt-release branch only. It fixed a crash in skl_free when skl_probe failed merged Bruce Guoqing Zhang (1): Fix crash bug when skl_probe fail sound/soc/intel/skylake/skl.c | 8 1 file changed, 8 insertions(+)

Re: [linux-yocto] [PATCH] backport from upstream to linux-yocto-4.1

2017-01-11 Thread Bruce Ashfield
On 2017-01-10 10:47 PM, Lans Zhang wrote: CONFIG_INTEGRITY_SIGNATURE enables the normal IMA keyring "_ima", and CONFIG_IMA_TRUSTED_KEYRING is used to turn "_ima" into the "trusted" IMA keyring ".ima". merged. I also added: commit f4dc37785e9b3373d0cb93125d5579fed2af3a43 upstream to the lo

Re: [linux-yocto] [PATCH 0/3] For bxt-rebase: Fix DDI PHY init & check

2017-01-09 Thread Bruce Ashfield
On 2017-01-09 11:12 AM, Jukka Laitinen wrote: Hi, These three patches fix the "i915 DDI PHY state mismatch" errors in display runtime power management paths. The patches are cherry-picked from the upstream kernel. The patches are for bxt-rebase brach and tested on Joule. merged. Also note tha

Re: [linux-yocto] [PATCH] netfilter: iptables: enable NAT tables

2016-12-29 Thread Bruce Ashfield
On 16-12-29 2:47 PM, Mikko Ylinen wrote: Hi, On 29/12/16 17:58, Wold, Saul wrote: On Wed, 2016-12-28 at 22:31 -0500, Bruce Ashfield wrote: On 16-12-27 8:03 AM, Mikko Ylinen wrote: This changes adds 'nat' table in iptables. The netfilter side is already configured for NAT but iptab

Re: [linux-yocto] [PATCH 0/3] Improve openCV (beignet) speed in Broxton

2016-12-29 Thread Bruce Ashfield
On 16-12-29 8:01 AM, Katila, Tuomas wrote: Forgot to say that these patches are intended for the bxt-rebase branch on 4.4 kernel. That was going to be my first question :D These are now merged. Bruce -Tuomas -Original Message- From: linux-yocto-boun...@yoctoproject.org [mailto:l

Re: [linux-yocto] [PATCH] netfilter: iptables: enable NAT tables

2016-12-28 Thread Bruce Ashfield
On 16-12-27 8:03 AM, Mikko Ylinen wrote: This changes adds 'nat' table in iptables. The netfilter side is already configured for NAT but iptables config was missing. Further, CONFIG_IP_NF_TARGET* configured below depend on CONFIG_IP_NF_NAT but remain disabled unless CONFIG_IP_NF_NAT is explicitl

Re: [linux-yocto] [PATCH 00/10] poky-tiny new features

2016-12-26 Thread Bruce Ashfield
On 16-12-26 3:45 PM, Alejandro Hernandez wrote: Hey Bruce On 12/25/2016 07:50 PM, Bruce Ashfield wrote: On 16-12-22 1:18 PM, Alejandro Hernandez wrote: These set of patches enable Link Time Optimization (LTO), they are meant for yocto-4.4 ,and yocto-4.8/4.9 branches, they also include other

Re: [linux-yocto] [PATCH 00/10] poky-tiny new features

2016-12-25 Thread Bruce Ashfield
On 16-12-22 1:18 PM, Alejandro Hernandez wrote: These set of patches enable Link Time Optimization (LTO), they are meant for yocto-4.4 ,and yocto-4.8/4.9 branches, they also include other changes needed to build linux-yocto 4.4 with LTO on intel-quark. They look reasonable to me. I'm going to b

Re: [linux-yocto] [linux-yocto-4.1] [PATCH 0/65] Initial support for Action s500 support

2016-12-21 Thread Bruce Ashfield
On 2016-12-21 04:26 AM, Lu.Jiang wrote: 在 2016年12月21日 17:16, Jiang Lu 写道: Hello Bruce! This series of patches enable support action s500 SOC and rose-apple-pi board. We need create a new branch with name standard/actions-s500 from standard/base to apply the patch for this bsp. Patch 1-62 extr

Re: [linux-yocto] [yocto-kernel-cache][PATCH] netfilter: enable connection tracking for IPv6

2016-12-15 Thread Bruce Ashfield
On 2016-12-12 10:04 AM, Dmitry Rozhkov wrote: In case of the DROP policy in the INPUT chain a host using IPv6 still might need to receive TCP packets for established connections, that is to have the rule -A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT in its INPUT chain of ip6tabl

Re: [linux-yocto] [PATCH 0/5] Backport from 4.8: iio: ti-ads1015 support

2016-12-13 Thread Bruce Ashfield
On 2016-12-12 08:58 AM, tuomas.kat...@intel.com wrote: From: Tuomas Katila Patches are intended for the bxt-rebase branch Backported ti-ads1015 support from linux-yocto 4.8 kernel. The chip is supported in some Joule extender boards, such as Gravity Expansion Shield for Intel Joule SKU: DFR046

Re: [linux-yocto] [PATCH 0/3] Intel Axxia updates to linux-yocto-4.1

2016-12-09 Thread Bruce Ashfield
On 2016-12-09 09:29 AM, Daniel Dragomir wrote: Hello Bruce! This series of patches brings various improvements to the Intel Axxia drivers from linux-yocto-4.1, including USB, PCIe and some updates in device trees for Intel Axxia boards. If all the patches are ok, please pull them from https://g

Re: [linux-yocto] [PATCH 0/3] Enable I2S audio for BXT-M

2016-12-09 Thread Bruce Ashfield
On 2016-12-08 03:50 AM, Guoqing Zhang wrote: The patch is meant for bxt-rebase branch only. It enables both playback and recording. merged. Bruce Guoqing Zhang (3): Backport topology firmware parsing implementation Handle IRQ storm issue in BXT-M Add machine driver for wm8998 codec

Re: [linux-yocto] [PATCH] aufs: fix compile warning

2016-12-05 Thread Bruce Ashfield
merged. Bruce On 2016-11-29 05:14 PM, Kexin(Casey) Chen wrote: fs/aufs/debug.h:95:19: warning: comparison of constant '0' with boolean expression is always false [-Wbool-compare] if (unlikely((e) < 0)) \ ^ fs/aufs/vdir.c:852:2: note: in expansion of macro 'AuTraceErr'

Re: [linux-yocto] [PATCH] ixgbe: initialize u64_stats_sync structures early at ixgbe_probe

2016-12-05 Thread Bruce Ashfield
On 2016-12-05 12:50 AM, Liwei Song wrote: Fix the following CallTrace: INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator. CPU: 71 PID: 1 Comm: swapper/0 Not tainted 4.8.8-WR9.0.0.1_standard #11 Hardware name: Inte

Re: [linux-yocto] [yocto-kernel-cache][PATCH 0/3] Fix remaining kernel_configcheck warnings in Intel BSPs

2016-12-05 Thread Bruce Ashfield
On 2016-12-02 07:00 PM, California Sullivan wrote: These are fairly minor changes, but I could use some feedback on the third patch. Although it would be extremely messy, it is possible to keep LEDS_TRIGGER_CPU only for non-preempt-rt BSPs. I just don't know if its worthwhile for such a small fun

Re: [linux-yocto] [PATCH] bxt_rebase: Revert serial console wakeup patch

2016-12-01 Thread Bruce Ashfield
On 12/01/2016 01:43 PM, Jukka Laitinen wrote: A series of uart patches has been accidentally merged into bxt_rebase. This one breaks the uart input on Joule, as the board doesn't have a proper pinctrl configuration to support this. Reverting this patch restores uart functionality to the previous

Re: [linux-yocto] BLACKLISTED

2016-11-28 Thread Bruce Ashfield
On 11/27/2016 04:13 AM, mohamed sunfeer wrote: hi, i buils an image by adding many features some are gst-plugins-base-app gst-plugins-base gst-plugins-good gst-plugins-good-meta gst-plugins-bad gst-plugins-bad-meta My intention is to do miracast operation , but when i do g

<    1   2   3   4   5   6   7   8   9   10   >