[linux-yocto] [PATCH 0/3] kernel-cache: vfat feature cleanup

2016-06-24 Thread Tom Zanussi
at: git://git.yoctoproject.org/linux-yocto-contrib.git tzanussi/kernel-cache-4.4-vfat http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-contrib/log/?h=tzanussi/kernel-cache-4.4-vfat Tom Zanussi (3): cfg/fs/vfat: Enable NLS defaults cfg/usb-mass-storage: Use vfat feature cfg/boot

[linux-yocto] [PATCH 2/3] cfg/usb-mass-storage: Use vfat feature

2016-06-24 Thread Tom Zanussi
Use the vfat feature instead of directly configuring it. FAT_FS is automatically selected by VFAT_FS as well as MSDOS_FS, so remove it here. Signed-off-by: Tom Zanussi --- cfg/usb-mass-storage.cfg | 2 -- cfg/usb-mass-storage.scc | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff

[linux-yocto] [PATCH 3/3] cfg/boot-live: Use vfat feature

2016-06-24 Thread Tom Zanussi
Use the vfat feature instead of directly configuring it. The vfat feature also now includes enabling the NLS defaults for VFAT_FS, so remove them here. Signed-off-by: Tom Zanussi --- cfg/boot-live.cfg | 3 --- cfg/boot-live.scc | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff

[linux-yocto] [PATCH 1/3] cfg/fs/vfat: Enable NLS defaults

2016-06-24 Thread Tom Zanussi
VFAT_FS defaults to codepage 437 and iso8559-1, but doesn't enable the NLS support, so have the feature do it. Signed-off-by: Tom Zanussi --- cfg/fs/vfat.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cfg/fs/vfat.cfg b/cfg/fs/vfat.cfg index 18979aa..f0da6af 100644 --- a/c

Re: [linux-yocto] [PULL REQUEST] add standard/bxt-rebase branch

2016-06-03 Thread Tom Zanussi
On 06/02/2016 11:25 PM, Tom Zanussi wrote: > On 06/02/2016 07:19 PM, Bruce Ashfield wrote: >> On 2016-06-01 5:03 PM, Tom Zanussi wrote: >>> On 06/01/2016 12:50 PM, Tom Zanussi wrote: >>>> On 06/01/2016 12:24 PM, Bruce Ashfield wrote: >>>>> On 2016-06-0

Re: [linux-yocto] [PULL REQUEST] add standard/bxt-rebase branch

2016-06-02 Thread Tom Zanussi
On 06/02/2016 07:19 PM, Bruce Ashfield wrote: > On 2016-06-01 5:03 PM, Tom Zanussi wrote: >> On 06/01/2016 12:50 PM, Tom Zanussi wrote: >>> On 06/01/2016 12:24 PM, Bruce Ashfield wrote: >>>> On 2016-06-01 1:21 PM, Tom Zanussi wrote: >>>>> On 06/01/2

Re: [linux-yocto] [PULL REQUEST] add standard/bxt-rebase branch

2016-06-01 Thread Tom Zanussi
On 06/01/2016 12:50 PM, Tom Zanussi wrote: > On 06/01/2016 12:24 PM, Bruce Ashfield wrote: >> On 2016-06-01 1:21 PM, Tom Zanussi wrote: >>> On 06/01/2016 11:57 AM, Bruce Ashfield wrote: >>>> On 2016-06-01 12:56 PM, Tom Zanussi wrote: >>>>> On 06/01/2

Re: [linux-yocto] [PULL REQUEST] add standard/bxt-rebase branch

2016-06-01 Thread Tom Zanussi
On 06/01/2016 12:24 PM, Bruce Ashfield wrote: > On 2016-06-01 1:21 PM, Tom Zanussi wrote: >> On 06/01/2016 11:57 AM, Bruce Ashfield wrote: >>> On 2016-06-01 12:56 PM, Tom Zanussi wrote: >>>> On 06/01/2016 11:50 AM, Bruce Ashfield wrote: >>>>> On 2016-0

Re: [linux-yocto] [PULL REQUEST] add standard/bxt-rebase branch

2016-06-01 Thread Tom Zanussi
On 06/01/2016 11:57 AM, Bruce Ashfield wrote: > On 2016-06-01 12:56 PM, Tom Zanussi wrote: >> On 06/01/2016 11:50 AM, Bruce Ashfield wrote: >>> On 2016-06-01 11:36 AM, Saul Wold wrote: >>>> On Tue, 2016-05-31 at 23:31 -0400, Bruce Ashfield wrote: >>>>>

Re: [linux-yocto] [PULL REQUEST] add standard/bxt-rebase branch

2016-06-01 Thread Tom Zanussi
On 06/01/2016 11:50 AM, Bruce Ashfield wrote: > On 2016-06-01 11:36 AM, Saul Wold wrote: >> On Tue, 2016-05-31 at 23:31 -0400, Bruce Ashfield wrote: >>> >>> On 2016-05-31 6:24 PM, Ranostay, Matt wrote: This pull request is for adding the standard/bxt-rebase branch with has vario

[linux-yocto] [PATCH 1/1] Revert "common-pc*: Have *-standard BSPs use standard/intel"

2016-05-26 Thread Tom Zanussi
This reverts commit 1c4353d569cb037064fdb378d3be9ac7e4bc08d1. Restrict standard/intel visibility to meta-intel i.e. don't touch common-pc*. --- bsp/common-pc-64/common-pc-64-standard.scc | 1 - bsp/common-pc/common-pc-standard.scc | 1 - 2 files changed, 2 deletions(-) diff --git a/bsp/com

[linux-yocto] [PATCH 1/1] Revert "common-pc*: Have *-standard BSPs use standard/intel"

2016-05-26 Thread Tom Zanussi
This reverts commit 1a696db80150991d1d36ecad7846aa6f03d03172. Restrict standard/intel visibility to meta-intel i.e. don't touch common-pc*. --- bsp/common-pc-64/common-pc-64-standard.scc | 1 - bsp/common-pc/common-pc-standard.scc | 1 - 2 files changed, 2 deletions(-) diff --git a/bsp/com

[linux-yocto] [PATCH 0/1] Revert 4.4 common-pc* standard/intel change

2016-05-26 Thread Tom Zanussi
/cgit.cgi//log/?h=contrib/tzanussi/revert-common-pc-intel-branch-4.4 Tom Zanussi (1): Revert "common-pc*: Have *-standard BSPs use standard/intel" bsp/common-pc-64/common-pc-64-standard.scc | 1 - bsp/common-pc/common-pc-standard.scc | 1 - 2 files changed, 2 deletions(-)

[linux-yocto] [PATCH 0/1] Revert 4.1 common-pc* standard/intel change

2016-05-26 Thread Tom Zanussi
/cgit.cgi/linux-yocto-contrib/log/?h=tzanussi/revert-common-pc-intel-branch-4.1 Tom Zanussi (1): Revert "common-pc*: Have *-standard BSPs use standard/intel" bsp/common-pc-64/common-pc-64-standard.scc | 1 - bsp/common-pc/common-pc-standard.scc | 1 - 2 files changed, 2

[linux-yocto] [PATCH 4/6] intel-quark-tiny: Add common-pc branch to match KBRANCH

2016-05-24 Thread Tom Zanussi
RNING: .. do_patch: WARNING: .. do_patch: The meta data and branch standard/tiny/common-pc should be inspected to ensure the proper WARNING: .. do_patch: kernel is being built. Signed-off-by: Tom Zanussi --- bsp/intel-common/intel-quark-tiny.scc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bsp/

[linux-yocto] [PATCH 6/6] intel-common: Have *-developer BSPs use standard/intel

2016-05-24 Thread Tom Zanussi
We now have a dedicated standard/intel branch for Intel platforms, so have intel-common/*-developer BSPs make use of it. Signed-off-by: Tom Zanussi --- bsp/intel-common/intel-core2-32-developer.scc | 2 ++ bsp/intel-common/intel-corei7-64-developer.scc | 2 ++ 2 files changed, 4 insertions

[linux-yocto] [PATCH 5/6] intel-quark-tiny: Use standard/tiny/intel branch

2016-05-24 Thread Tom Zanussi
We now have a dedicated standard/tiny/intel branch for Intel platforms, so have the core meta-intel BSPs make use of it. Signed-off-by: Tom Zanussi --- bsp/intel-common/intel-quark-tiny.scc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/intel-common/intel-quark-tiny.scc

[linux-yocto] [PATCH 3/6] common-pc*: Have *-standard BSPs use standard/intel

2016-05-24 Thread Tom Zanussi
We now have a dedicated standard/intel branch for Intel platforms, so have common-pc*/*-standard BSPs make use of it. Signed-off-by: Tom Zanussi --- bsp/common-pc-64/common-pc-64-standard.scc | 1 + bsp/common-pc/common-pc-standard.scc | 1 + 2 files changed, 2 insertions(+) diff --git a

[linux-yocto] [PATCH 2/6] intel: Use standard/preempt-rt/intel branch

2016-05-24 Thread Tom Zanussi
We now have a dedicated standard/preempt-rt/intel branch for Intel platforms, so have the core meta-intel BSPs make use of it. Signed-off-by: Tom Zanussi --- bsp/intel-common/intel-core2-32-preempt-rt.scc | 2 ++ bsp/intel-common/intel-corei7-64-preempt-rt.scc | 2 ++ 2 files changed, 4

[linux-yocto] [PATCH 4/5] intel-quark-tiny: Add common-pc branch to match KBRANCH

2016-05-24 Thread Tom Zanussi
RNING: .. do_patch: WARNING: .. do_patch: The meta data and branch standard/tiny/common-pc should be inspected to ensure the proper WARNING: .. do_patch: kernel is being built. Signed-off-by: Tom Zanussi --- bsp/intel-common/intel-quark-tiny.scc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bsp/

[linux-yocto] [PATCH 5/5] intel-quark-tiny: Use standard/tiny/intel branch

2016-05-24 Thread Tom Zanussi
We now have a dedicated standard/tiny/intel branch for Intel platforms, so have the core meta-intel BSPs make use of it. Signed-off-by: Tom Zanussi --- bsp/intel-common/intel-quark-tiny.scc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/intel-common/intel-quark-tiny.scc

[linux-yocto] [PATCH 1/6] intel: Use standard/intel branch

2016-05-24 Thread Tom Zanussi
We now have a dedicated standard/intel branch for Intel platforms, so have the core meta-intel BSPs make use of it. Signed-off-by: Tom Zanussi --- bsp/intel-common/intel-core2-32-standard.scc | 2 ++ bsp/intel-common/intel-corei7-64-standard.scc | 2 ++ bsp/intel-common/intel-quark

[linux-yocto] [PATCH 0/6] linux-yocto-4.4: Use */intel branches

2016-05-24 Thread Tom Zanussi
ble in the git repository at: git://git.yoctoproject.org/linux-yocto-contrib.git tzanussi/intel-branches-4.4 http://git.yoctoproject.org/cgit.cgi//log/?h=contrib/tzanussi/intel-branches-4.4 Tom Zanussi (6): intel: Use standard/intel branch intel: Use standard/preempt-rt/intel branch common

[linux-yocto] [PATCH 3/5] common-pc*: Have *-standard BSPs use standard/intel

2016-05-24 Thread Tom Zanussi
We now have a dedicated standard/intel branch for Intel platforms, so have common-pc*/*-standard BSPs make use of it. Signed-off-by: Tom Zanussi --- bsp/common-pc-64/common-pc-64-standard.scc | 1 + bsp/common-pc/common-pc-standard.scc | 1 + 2 files changed, 2 insertions(+) diff --git a

[linux-yocto] [PATCH 0/5] linux-yocto-4.1: Use */intel branches

2016-05-24 Thread Tom Zanussi
at: git://git.yoctoproject.org/linux-yocto-contrib.git tzanussi/intel-branches-4.1 http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-contrib/log/?h=tzanussi/intel-branches-4.1 Tom Zanussi (5): intel: Use standard/intel branch intel: Use standard/preempt-rt/intel branch common-pc*: Have *-standard BSPs us

[linux-yocto] [PATCH 2/5] intel: Use standard/preempt-rt/intel branch

2016-05-24 Thread Tom Zanussi
We now have a dedicated standard/preempt-rt/intel branch for Intel platforms, so have the core meta-intel BSPs make use of it. Signed-off-by: Tom Zanussi --- bsp/intel-common/intel-core2-32-preempt-rt.scc | 2 ++ bsp/intel-common/intel-corei7-64-preempt-rt.scc | 2 ++ 2 files changed, 4

[linux-yocto] [PATCH 1/5] intel: Use standard/intel branch

2016-05-24 Thread Tom Zanussi
We now have a dedicated standard/intel branch for Intel platforms, so have the core meta-intel BSPs make use of it. Signed-off-by: Tom Zanussi --- bsp/intel-common/intel-core2-32-standard.scc | 2 ++ bsp/intel-common/intel-corei7-64-standard.scc | 2 ++ bsp/intel-common/intel-quark

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

2014-11-03 Thread Tom Zanussi
repository at: git://git.yoctoproject.org/linux-yocto-contrib.git tzanussi/3.17-power-pstate http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-contrib/log/?h=tzanussi/3.17-power-pstate Tom Zanussi (1): meta: Enable native P state management for power/intel meta/cfg/kernel-cache

[linux-yocto] [PATCH 1/1] meta: Enable native P state management for power/intel

2014-11-03 Thread Tom Zanussi
Enable Intel P state driver for processors that can use it. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/features/power/intel.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/cfg/kernel-cache/features/power/intel.cfg b/meta/cfg/kernel-cache/features/power/intel.cfg index

[linux-yocto] [PATCH 2/2] meta: Add CONFIG_TTY to common-pc-drivers.cfg

2014-08-27 Thread Tom Zanussi
The 8250 config options aren't available if CONFIG_TTY isn't 'y', so make sure TTY is enabled for them. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/cfg/kernel-cache/bsp

[linux-yocto] [PATCH 1/2] meta: Add CONFIG_TTY to 8250.cfg

2014-08-27 Thread Tom Zanussi
The 8250 config options aren't available if CONFIG_TTY isn't 'y', so make sure TTY is enabled for them. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/cfg/8250.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/cfg/kernel-cache/cfg/8250.cfg b/meta/cfg/kerne

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

2014-08-27 Thread Tom Zanussi
ta-add-tty-config http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-contrib/log/?h=tzanussi/3.14-meta-add-tty-config Tom Zanussi (2): meta: Add CONFIG_TTY to 8250.cfg meta: Add CONFIG_TTY to common-pc-drivers.cfg meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg | 1 + meta/cfg/

[linux-yocto] [PATCH 5/7] meta: rearrange intel-core2-32-preempt-rt includes

2014-05-19 Thread Tom Zanussi
Having standard follow ktypes/preempt-rt/preempt-rt.scc means that settings in standard take precedence, which isn't the expected behavior. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/intel-common/intel-core2-32-preempt-rt.scc | 3 ++- 1 file changed, 2 insertions(+), 1 del

[linux-yocto] [PATCH 4/7] meta: remove aufs from the preempt-rt ktype

2014-05-19 Thread Tom Zanussi
aufs isn't supported with -rt kernels, so disable it for the preempt-rt ktype. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/ktypes/preempt-rt/preempt-rt.scc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/cfg/kernel-cache/ktypes/preempt-rt/preempt-rt.scc b/meta/cfg/k

[linux-yocto] [PATCH 2/7] mohonpeak: Replace QAT in mohonpeak.cfg with qat feature

2014-05-19 Thread Tom Zanussi
Remove the QAT configuration from mohonpeak.cfg, as it breaks -rt for everything else, and instead have the mohonpeak standard BSPs use the new qat feature. Note that as defined, the QAT configuration is incompatible with -rt, so it isn't added back to those. Signed-off-by: Tom Za

[linux-yocto] [PATCH 0/7] 3.14-rt updates

2014-05-19 Thread Tom Zanussi
t.org/linux-yocto-contrib.git tzanussi/3.14-rt-updates http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-contrib/log/?h=tzanussi/3.14-rt-updates Tom Zanussi (7): meta: Add qat (QuickAssist) feature mohonpeak: Replace QAT in mohonpeak.cfg with qat feature meta: Add aufs-disable feature

[linux-yocto] [PATCH 6/7] meta: rearrange intel-corei7-64-preempt-rt includes

2014-05-19 Thread Tom Zanussi
Having standard follow ktypes/preempt-rt/preempt-rt.scc means that settings in standard take precedence, which isn't the expected behavior. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/intel-common/intel-corei7-64-preempt-rt.scc | 3 ++- 1 file changed, 2 insertions(+), 1 del

[linux-yocto] [PATCH 1/7] meta: Add qat (QuickAssist) feature

2014-05-19 Thread Tom Zanussi
Add config items required to enable QuickAssist Technology. Note that this apparently includes disabling PREEMPT, making it incompatible with -rt. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/features/qat/qat.cfg | 9 + meta/cfg/kernel-cache/features/qat/qat.scc | 4 2

[linux-yocto] [PATCH 0/1] perf compilation fix

2014-03-10 Thread Tom Zanussi
ository at: git://git.yoctoproject.org/linux-yocto-contrib.git tzanussi/linux-yocto-dev-perf-build-haveslang-fix http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-contrib/log/?h=tzanussi/linux-yocto-dev-perf-build-haveslang-fix Tom Zanussi (1): perf: Add HAVE_SLANG_SUPPORT back if slang

[linux-yocto] [PATCH 1/1] perf: Add HAVE_SLANG_SUPPORT back if slang support is found

2014-03-10 Thread Tom Zanussi
builds, which adding it back fixes. Signed-off-by: Tom Zanussi --- tools/perf/config/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile index 4967852..48b28ef 100644 --- a/tools/perf/config/Makefile +++ b/tools

Re: [linux-yocto] Organization of Cfg/Features

2014-02-07 Thread Tom Zanussi
On Fri, 2014-02-07 at 12:53 -0800, Darren Hart wrote: > I'm working on adding support for a specific SoC (Bay Trail specifically). > I have a few things that it incorporates, Designware I2C, SPI, I2S/Sound, > it needs LPSS, some PWM bits, the i915 driver, etc. > > The i915 is separated out already

Re: [linux-yocto] [PATCH 0/1] [PATCH] ACPI: Code backporting for ACPI Framework

2013-11-10 Thread Tom Zanussi
On Mon, 2013-11-11 at 13:42 +0800, rebecca.swee.fun.ch...@intel.com wrote: > From: "Chang, Rebecca Swee Fun" > > Hi all, > > This is a request merge this patch into standard/common-pc-64/baytrail. > The branch mentioned is a new branch for Baytrail BSP. There will be > more Baytrail related patc

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

2013-11-05 Thread Tom Zanussi
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 tree or I don't know. HALP! > > The first problem was it was building PREEMPT_RT from

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

2013-10-14 Thread Tom Zanussi
Tom > Nitin > > > > -Original Message- > > From: Tom Zanussi [mailto:tom.zanu...@linux.intel.com] > > Sent: Monday, October 14, 2013 4:23 PM > > To: Darren Hart > > Cc: bruce.ashfi...@windriver.com; Kamble, Nitin A; linux- > > yo...@yoctoproject.org >

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

2013-10-14 Thread Tom Zanussi
On Mon, 2013-10-14 at 16:16 -0700, Darren Hart wrote: > On Mon, 2013-10-14 at 15:21 -0500, Tom Zanussi wrote: > > On Mon, 2013-10-14 at 13:10 -0700, Darren Hart wrote: > > > Thanks Tom! I don't have the context to be able to give this a proper > > > review, but in

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

2013-10-14 Thread Tom Zanussi
x27;ve tested crownbay, and Nitin has tested emenlow, and I'll be testing minnow, unless someone beats me to it. That's pretty much all the hardware I have... Tom > Thanks, > > Darren > > On Mon, 2013-10-14 at 13:33 -0500, Tom Zanussi wrote: > > One last emgd ker

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

2013-10-14 Thread Tom Zanussi
available in the git repository at: git://git.yoctoproject.org/linux-yocto-contrib.git tzanussi/emgd-1.18-fixes-for-3.10 http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-contrib/log/?h=tzanussi/emgd-1.18-fixes-for-3.10 Tom Zanussi (2): emgd: Fixes for 3.10 kernel emgd-1.18: Fix

[linux-yocto] [PATCH 2/2] emgd-1.18: Fix ioctl handling

2013-10-14 Thread Tom Zanussi
dling, but that doesn't match the kernel code. So the kernel code is wrong, and if not corrected makes video inoperable. Since we don't have access to the userland code that sends the commands, we need to change the affected kernel ioctl values to match. Signed-off-by: Tom Zanussi ---

[linux-yocto] [PATCH 1/2] emgd: Fixes for 3.10 kernel

2013-10-14 Thread Tom Zanussi
proc files we need to worry about are handled by the above changes - there are a couple sections of proc removal and write_proc() code that were removed because they're only used by DEBUG code and we don't care about fixing up debug code. Signed-off-by: Tom Zanussi --- .../drm/emgd/pvr

Re: [linux-yocto] [PATCH 1/1 v2] meta: add baytrail bsp for Intel Baytrail platform scc and config files

2013-10-07 Thread Tom Zanussi
On Mon, 2013-10-07 at 10:19 +0800, rebecca.swee.fun.ch...@intel.com wrote: > From: "Chang, Rebecca Swee Fun" > > To create Baytrail platform cfg & scc files under meta branch > Hi, Are all the kernel options mentioned here in the linux-yocto-3.8 repo? i.e. if I wanted to build a BSP using thes

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

2013-09-17 Thread Tom Zanussi
On Wed, 2013-09-18 at 01:47 +, Ong, Boon Leong wrote: > Hi Bruce, > Yes, we have plan to move to kernel v3.10 if the linux graphic > ingredient at https://01.org/linuxgraphics/ is supporting it. > At current moment, we are using 2013Q1 release > https://01.org/linuxgraphics/dow

[linux-yocto] [PATCH 2/3] mips: have the mips BSPs disable function tracing instead of ftrace

2013-09-17 Thread Tom Zanussi
other options to be enabled but doesn't enable anything on itself, so no need for that either. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/mti-malta32/mti-malta32.scc | 4 ++-- meta/cfg/kernel-cache/bsp/mti-malta64/mti-malta64.scc | 4 ++-- meta/cfg/kernel-cach

[linux-yocto] [PATCH 0/3] enable ftrace for mips

2013-09-17 Thread Tom Zanussi
sable-ftrace-function-tracer Tom Zanussi (3): meta: add ftrace/ftrace-function-tracer-disable feature mips: have the mips BSPs disable function tracing instead of ftrace meta: remove ftrace/ftrace-disable feature meta/cfg/kernel-cache/bsp/mti-malta32/mti-malta32.scc | 4 ++--

[linux-yocto] [PATCH 3/3] meta: remove ftrace/ftrace-disable feature

2013-09-17 Thread Tom Zanussi
The only users were the mips machines, which don't use it any more, and it doesn't really make sense to completely disable ftrace anyway (just don't enable it if you don't want it). Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/features/ftrace/ftrace-disable.cfg | 2

[linux-yocto] [PATCH 1/3] meta: add ftrace/ftrace-function-tracer-disable feature

2013-09-17 Thread Tom Zanussi
This turns off CONFIG_FUNCTION_TRACER, CONFIG_FUNCTION_GRAPH_TRACER, and CONFIG_DYNAMIC_FTRACE, which can cause problems on some architectures such as mips Signed-off-by: Tom Zanussi --- .../kernel-cache/features/ftrace/ftrace-function-tracer-disable.cfg | 3 +++ .../kernel-cache/features

Re: [linux-yocto] [PATCH 0/1] [PATCH] meta: haswellplatform cfg add request

2013-09-10 Thread Tom Zanussi
On Tue, 2013-09-10 at 11:32 +0800, boon.leong@intel.com wrote: > From: Ong Boon Leong > > This request is about adding scc & cfg content into linux-yocto meta branch > for haswellplatform. > The "haswellplatform" will be used to support Intel 4th Gen Processor Mobile > sku (formerly known a

Re: [linux-yocto] linux-yocto-3.10 magic files missing?

2013-09-01 Thread Tom Zanussi
On Sun, 2013-09-01 at 09:20 -0500, Peter A. Bigot wrote: > In my attempt to figure out how hardware.cfg is implicitly located and > applied, and how to provide one in a recipe-space BSP description, I > searched for hardware.cfg throughout poky and found the string only in > these extremely biza

Re: [linux-yocto] 3.10 and lttng-modules

2013-08-26 Thread Tom Zanussi
On Mon, 2013-08-26 at 19:40 -0400, Bruce Ashfield wrote: > On Mon, Aug 26, 2013 at 7:36 PM, Bruce Ashfield > wrote: > > On 13-08-26 7:33 PM, Darren Hart wrote: > >> > >> Hi Bruce, > >> > >> The world build for genericx86 tripped over a compilation failure for > >> lttng-modules: > >> > >> ... > >>

[linux-yocto] [PATCH 3/3] meta: add BSP-specific touchscreen support

2013-06-24 Thread Tom Zanussi
e USB driver. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc | 1 + meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc | 1 + meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc | 1 + meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc | 1 + met

[linux-yocto] [PATCH 0/3] Add support for USB touchscreens

2013-06-24 Thread Tom Zanussi
3.8/touchscreen-features Tom Zanussi (3): meta: add features/input/touchscreen meta: add usb/touchscreen-composite feature meta: add BSP-specific touchscreen support meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc | 1 + meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc

[linux-yocto] [PATCH 2/3] meta: add usb/touchscreen-composite feature

2013-06-24 Thread Tom Zanussi
Add support for the 'composite' USB touchscreen driver. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/features/usb/touchscreen-composite.cfg | 1 + meta/cfg/kernel-cache/features/usb/touchscreen-composite.scc | 7 +++ 2 files changed, 8 insertions(+) create mode 10064

[linux-yocto] [PATCH 1/3] meta: add features/input/touchscreen

2013-06-24 Thread Tom Zanussi
Add a feature enabling basic support for touchscreen input devices. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/features/input/touchscreen.cfg | 1 + meta/cfg/kernel-cache/features/input/touchscreen.scc | 4 2 files changed, 5 insertions(+) create mode 100644 meta/cfg/kernel

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

2013-05-20 Thread Tom Zanussi
On Sat, 2013-05-18 at 14:47 -0700, 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. > Ditt, this all looks fine to me and I've successfully built an

Re: [linux-yocto] [PATCH 0/11] Add MinnowBoard BSP machine branch.

2013-05-20 Thread Tom Zanussi
On Sat, 2013-05-18 at 14:45 -0700, Darren Hart wrote: > The following patches prepare the MinnowBoard BSP machine branch. > > Patches 01 and 02 are already upstream and can be safelyapplied to > standard/base. > Patches 04 and 05 will likely land upstream in their current form. > The rest are lik

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

2013-04-16 Thread Tom Zanussi
On Tue, 2013-04-16 at 16:03 -0400, Bruce Ashfield wrote: > 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 wrot

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

2013-04-16 Thread Tom Zanussi
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 c

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

2013-04-16 Thread Tom Zanussi
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 check fails. > > > > Please pull into linux-yocto-3.8 standard/base. > > > > Thanks Tom, I've staged

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

2013-04-16 Thread Tom Zanussi
This is a fix for Yocto Bug 4099 - Crosstap script check fails. Please pull into linux-yocto-3.8 standard/base. Thanks, Tom Tom Zanussi (1): Makefile: add -grecord-gcc-switches if using -mfentry Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.7.11.4

[linux-yocto] [PATCH 1/1] Makefile: add -grecord-gcc-switches if using -mfentry

2013-04-16 Thread Tom Zanussi
tures that HAVE_FENTRY when CONFIG_FUNCTION_TRACER is turned on and in any case is just adding to the debuginfo, so there doesn't seem to be much risk to adding it. Signed-off-by: Tom Zanussi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Make

Re: [linux-yocto] [PATCH 1/2] Revert "perf: temporary gcc 4.7 build fixes"

2013-03-21 Thread Tom Zanussi
On Thu, 2013-03-21 at 16:43 -0500, tom.zanu...@linux.intel.com wrote: > From: Tom Zanussi > > This has been fixed upstream, real fix to follow. > > This reverts commit 100ba7b476d4b595e8c6b7eca52a32bbbfe29cb1. > > Signed-off-by: Tom Zanussi > --- > tools/

[linux-yocto] [PATCH 2/2] libtraceevent: Remove hard coded include to /usr/local/include in Makefile

2013-03-21 Thread tom . zanussi
: Peter Zijlstra Link: http://lkml.kernel.org/r/1362741712-21308-1-git-send-email...@communistcode.co.uk Signed-off-by: Arnaldo Carvalho de Melo This implements the fix I described in Yocto [BUG #3993][perf using host includes], now upstream. Integrated-by: Tom Zanussi --- tools/lib/traceevent

[linux-yocto] [PATCH 1/2] Revert "perf: temporary gcc 4.7 build fixes"

2013-03-21 Thread tom . zanussi
From: Tom Zanussi This has been fixed upstream, real fix to follow. This reverts commit 100ba7b476d4b595e8c6b7eca52a32bbbfe29cb1. Signed-off-by: Tom Zanussi --- tools/lib/traceevent/Makefile | 2 +- tools/perf/Makefile | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff

[linux-yocto] [PATCH 0/2] fix perf host contamination

2013-03-21 Thread tom . zanussi
From: Tom Zanussi This fixes Yocto Bug 3993, please pull into linux-yocto-3.8/standard/base. The following changes since commit 3fa6521f19ce15c8e950042f843f33986ef2546d: Merge tag 'v3.8.1' into standard/base (2013-03-04 10:57:42 -0500) are available in the git repository

Re: [linux-yocto] [PATCH 2/2] new feature for I/OAT DMA driver

2013-03-01 Thread Tom Zanussi
On Fri, 2013-03-01 at 17:05 -0800, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > This commit implements a new ioatdma feature by providing a config fragment > to enable Crystal Forest DMA/DCA (ioatdma) driver configuration for BSP > kernels. > I'm just wondering if there's any ove

Re: [linux-yocto] updated emgd-1.16 branch for linux-yocto-dev repo

2013-02-26 Thread Tom Zanussi
On Wed, 2013-02-27 at 00:30 -0500, Bruce Ashfield wrote: > On 13-02-26 3:11 PM, Kamble, Nitin A wrote: > > Hi Bruce, > >I notice the emgd-1.16 branch in the Linux-yocto-dev repo is too behind > > the standard/base. > > The pull request for it was creating 1466 patches. While I have added just

Re: [linux-yocto] [meta branch v3 02/12] meta: drm-emgd.cfg: add configs for dependent routines

2013-01-17 Thread Tom Zanussi
On Thu, 2013-01-17 at 16:19 -0600, Kamble, Nitin A wrote: > > > -Original Message- > > From: Zanussi, Tom > > Sent: Thursday, January 17, 2013 1:49 PM > > To: Kamble, Nitin A > > Cc: bruce.ashfi...@windriver.com; Hart, Darren; linux- > > yo...@yoctoproject.org > > Subject: Re: [meta branch

Re: [linux-yocto] [meta branch v3 01/12] meta: relocate git-merge of emgd branch

2013-01-17 Thread Tom Zanussi
On Wed, 2013-01-16 at 11:23 -0800, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > Move git-merge of emgd branch out from the bsp area and into the features area > Just a minor nit - can you please proofread for obvious typos like below before submitting? > This change avoids gettin

Re: [linux-yocto] [meta branch v3 02/12] meta: drm-emgd.cfg: add configs for dependent routines

2013-01-17 Thread Tom Zanussi
On Wed, 2013-01-16 at 11:23 -0800, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > emgd driver utilizes common frame buffer routines to implement some > of the tasks. Making sure these routines are turned on in the kernel > config when emgd is selected. > > This commit avoids these ki

Re: [linux-yocto] [OE-core] [PATCH 0/4] linux-yocto: consolidated pull request

2012-12-05 Thread Tom Zanussi
On Wed, 2012-12-05 at 16:27 +, Richard Purdie wrote: > On Wed, 2012-12-05 at 10:06 -0600, Tom Zanussi wrote: > > On Wed, 2012-12-05 at 15:48 +, Burton, Ross wrote: > > > On 21 November 2012 21:32, Bruce Ashfield > > > wrote: > > > > atom-pc shoul

Re: [linux-yocto] [OE-core] [PATCH 0/4] linux-yocto: consolidated pull request

2012-12-05 Thread Tom Zanussi
On Wed, 2012-12-05 at 15:48 +, Burton, Ross wrote: > On 21 November 2012 21:32, Bruce Ashfield > wrote: > > atom-pc should probably be using the 3.4 kernel, but that's a > > question for Darren/Tom/Nitin (so I've added them to the cc), since > > there may be a reason (with respect to graphics