Re: [yocto] quilt-native do_populate_sysroot error [solved]

2014-05-02 Thread Neuer User
This made me crazy, so after lots of tries I thought I should try to do it *without* my own conf files, although I couldn't imagine why my conf files produce such an error. Before I copied the whole conf dir back from a backup. This time I tried with a completely new conf dir. I did that and

Re: [yocto] Blacklisting drivers in poky or in yocto project

2014-05-02 Thread Khem Raj
On Thu, May 1, 2014 at 9:47 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: The method I used: in the file /etc/modprobe.d/blacklist.conf, i added these following lines: blacklist ipv6 blacklist cfg80211 blacklist libertas blacklist libertas_sdio I can't recall if yocto 1.4 had

Re: [yocto] quilt-native do_populate_sysroot error [solved]

2014-05-02 Thread Khem Raj
On Thu, May 1, 2014 at 11:06 PM, Neuer User auslands...@gmx.de wrote: Before I copied the whole conf dir back from a backup. This time I tried with a completely new conf dir. I did that and strangely got another error message by sanity-check saying that I am missing two files (makeinfo,

[yocto] DNS when using Static IP

2014-05-02 Thread Tarek El-Sherbiny
Hi. I'm trying to set my IP config to a static address. iface eth0 inet static address 192.168.55.45 network 192.168.55.0 netmask 255.255.255.0 broadcast 192.168.55.255 gateway 192.168.55.1 dns-nameservers 192.168.10.2 But I don't get the DNS server address to be

Re: [yocto] [OE-core] DNS when using Static IP

2014-05-02 Thread Iorga, Cristian
Hello, What image did you start from, if any? i.e., core-image-minimal, core-image-sato, etc… Is connman included? Regards, Cristian Iorga YP Intel Corporation From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Tarek

Re: [yocto] [OE-core] DNS when using Static IP

2014-05-02 Thread Tarek El-Sherbiny
No connman is not included. Shall I include it and try? On 2 May 2014 13:01, Iorga, Cristian cristian.io...@intel.com wrote: Hello, What image did you start from, if any? i.e., core-image-minimal, core-image-sato, etc… Is connman included? Regards, Cristian Iorga YP Intel

Re: [yocto] [OE-core] DNS when using Static IP

2014-05-02 Thread Iorga, Cristian
Not really, I just wanted to get a better overview of the issue that you are facing. What image did you started from, if any? From: Tarek El-Sherbiny [mailto:tarek.elsherb...@gmail.com] Sent: Friday, May 2, 2014 3:31 PM To: Iorga, Cristian Cc: openembedded-c...@lists.openembedded.org;

Re: [yocto] Undefining a variable in a recipe?

2014-05-02 Thread Otavio Salvador
On Fri, May 2, 2014 at 2:24 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: ... So I guess I'm at the point where I'm wondering if a getVar() with a flag is behaving as you would expect it to, or how I might go about ensuring either UBOOT_MACHINE or UBOOT_CONFIG isn't defined? Thanks

Re: [yocto] Undefining a variable in a recipe?

2014-05-02 Thread Otavio Salvador
On Fri, May 2, 2014 at 10:01 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: On 02/05/2014 13:56, Otavio Salvador wrote: On Fri, May 2, 2014 at 2:24 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: ... So I guess I'm at the point where I'm wondering if a getVar() with a flag is

Re: [yocto] [OE-core] DNS when using Static IP

2014-05-02 Thread Tarek El-Sherbiny
My image is based on core-image-base. include recipes-core/images/core-image-base.bb On Fri, May 2, 2014 at 1:49 PM, Iorga, Cristian cristian.io...@intel.comwrote: Not really, I just wanted to get a better overview of the issue that you are facing. What image did you started from, if

Re: [yocto] Undefining a variable in a recipe?

2014-05-02 Thread Alex J Lennon
On 02/05/2014 14:07, Otavio Salvador wrote: On Fri, May 2, 2014 at 10:01 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: On 02/05/2014 13:56, Otavio Salvador wrote: On Fri, May 2, 2014 at 2:24 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: ... So I guess I'm at the point

Re: [yocto] Undefining a variable in a recipe?

2014-05-02 Thread Otavio Salvador
On Fri, May 2, 2014 at 10:11 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: On 02/05/2014 14:07, Otavio Salvador wrote: On Fri, May 2, 2014 at 10:01 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: On 02/05/2014 13:56, Otavio Salvador wrote: On Fri, May 2, 2014 at 2:24 AM, Alex

Re: [yocto] Undefining a variable in a recipe?

2014-05-02 Thread Otavio Salvador
On Fri, May 2, 2014 at 10:23 AM, Otavio Salvador ota...@ossystems.com.br wrote: On Fri, May 2, 2014 at 10:11 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: Or indeed, would be not be reasonable to modify the uboot-config.bbclass such that it tested for and discarded empty strings in

Re: [yocto] Undefining a variable in a recipe?

2014-05-02 Thread Paul Eggleton
On Friday 02 May 2014 10:23:10 Otavio Salvador wrote: On Fri, May 2, 2014 at 10:11 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: On 02/05/2014 14:07, Otavio Salvador wrote: On Fri, May 2, 2014 at 10:01 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: On 02/05/2014

Re: [yocto] Undefining a variable in a recipe?

2014-05-02 Thread Alex J Lennon
On 02/05/2014 14:23, Otavio Salvador wrote: On Fri, May 2, 2014 at 10:11 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: On 02/05/2014 14:07, Otavio Salvador wrote: On Fri, May 2, 2014 at 10:01 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: On 02/05/2014 13:56, Otavio

Re: [yocto] Undefining a variable in a recipe?

2014-05-02 Thread Alex J Lennon
On 02/05/2014 14:25, Otavio Salvador wrote: On Fri, May 2, 2014 at 10:23 AM, Otavio Salvador ota...@ossystems.com.br wrote: On Fri, May 2, 2014 at 10:11 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: Or indeed, would be not be reasonable to modify the uboot-config.bbclass such that

Re: [yocto] [OE-core] DNS when using Static IP

2014-05-02 Thread Tarek El-Sherbiny
I have created resolv.conf manually using vi but every time I do a reboot the file comes back empty. and the dns function is not working. What is the best solution to this? On Fri, May 2, 2014 at 3:15 PM, Mike Looijmans mike.looijm...@topic.nlwrote: When using DHCP, busybox's udhcpc script

[yocto] Target CPU architectures that Yocto Project Support

2014-05-02 Thread Nikos Liapis
Hello, I would like to know if I could use Yocto Project to build Linux for Sparc v8 CPU architecture. I am trying to build linux with some tools for the Leon3 (opencore) CPU and I am facing errors during compilation. So I am trying to find an alternative solution to get Linux with some basic

Re: [yocto] Target CPU architectures that Yocto Project Support

2014-05-02 Thread Khem Raj
Nikos On Fri, May 2, 2014 at 8:06 AM, Nikos Liapis nick_lia...@yahoo.gr wrote: I would like to know if I could use Yocto Project to build Linux for Sparc v8 CPU architecture. I am trying to build linux with some tools for the Leon3 (opencore) CPU and I am facing errors during compilation. So I

Re: [yocto] [OE-core] DNS when using Static IP

2014-05-02 Thread Mike Looijmans
When using DHCP, busybox's udhcpc script will write the DNS entries that the server returned into the resolv.conf file. In this case, I think you'll have to provide resolv.conf in some other way, there's nothing in ifup/ifdown that will modify resolv.conf based on keywords in the interfaces

Re: [yocto] Undefining a variable in a recipe?

2014-05-02 Thread Otavio Salvador
On Fri, May 2, 2014 at 11:08 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: On 02/05/2014 14:25, Otavio Salvador wrote: On Fri, May 2, 2014 at 10:23 AM, Otavio Salvador So thanks again for the advice. I think we've cracked it :) Could you try the attached patch over Poky? -- Otavio

Re: [yocto] is anyone giving a yocto talk at linuxcon in chicago in august?

2014-05-02 Thread Rudolf Streif
i think that's what i'm going to submit. tomorrow's the submission deadline so i have to get something in quick. i figure i'll submit something like Building an Embedded Linux System Using YoctoProject, using the BeagleBone Black as the platform example. I have done a POC generating

Re: [yocto] Undefining a variable in a recipe?

2014-05-02 Thread Alex J Lennon
On 02/05/2014 16:24, Otavio Salvador wrote: On Fri, May 2, 2014 at 11:08 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: On 02/05/2014 14:25, Otavio Salvador wrote: On Fri, May 2, 2014 at 10:23 AM, Otavio Salvador So thanks again for the advice. I think we've cracked it :) Could you

[yocto] [meta-raspberrypi][PATCH] Remove uses of PRINC

2014-05-02 Thread Paul Barker
PRINC is now obsolete and the PR Service should be used instead to keep PR values incrementing on change. A patch has also been submitted to openembedded-core to bump the appropriate PR values so that PR doesn't move backwards. This patch should only be applied after that patch, and only to

Re: [yocto] is anyone giving a yocto talk at linuxcon in chicago in august?

2014-05-02 Thread Robert P. J. Day
On Fri, 2 May 2014, Rudolf Streif wrote:   i think that's what i'm going to submit. tomorrow's the submission deadline so i have to get something in quick. i figure i'll submit something like Building an Embedded Linux System

Re: [yocto] Undefining a variable in a recipe?

2014-05-02 Thread Otavio Salvador
On Fri, May 2, 2014 at 12:46 PM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: On 02/05/2014 16:24, Otavio Salvador wrote: On Fri, May 2, 2014 at 11:08 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: On 02/05/2014 14:25, Otavio Salvador wrote: On Fri, May 2, 2014 at 10:23 AM,

Re: [yocto] Undefining a variable in a recipe?

2014-05-02 Thread Alex J Lennon
On 02/05/2014 17:55, Otavio Salvador wrote: On Fri, May 2, 2014 at 12:46 PM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: On 02/05/2014 16:24, Otavio Salvador wrote: On Fri, May 2, 2014 at 11:08 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: On 02/05/2014 14:25, Otavio

[yocto] [poky] Error patching gcc-4.8.2

2014-05-02 Thread Elvis Dowson
-gnueabi MACHINE = zc702-zynq7 DISTRO= poky DISTRO_VERSION= 1.6+snapshot-20140502 TUNE_FEATURES = arm armv7a vfp neon zynq TARGET_FPU= vfp-neon meta meta-yocto meta-yocto-bsp= master:f7bbe9ce7679714c3dc464d0c382ef9ee2d7ce77 meta-xilinx

Re: [yocto] [PATCH 1/1] dylan: fix C++ standard library headers on OS X

2014-05-02 Thread Richard Purdie
On Thu, 2014-05-01 at 23:02 +, Woodyatt, James wrote: commit 562fa987cea60d61c256195adce7e83bf1c1a8c9 Author: james woodyatt james.woody...@intel.com Date: Thu May 1 14:44:39 2014 -0700 Fix C++ standard library header directory configuration. Remove the 4.2.1 directory

Re: [yocto] [PATCH 0/2] meta-darwin on dylan branch

2014-05-02 Thread Richard Purdie
On Thu, 2014-05-01 at 19:03 +, Woodyatt, James wrote: I’ve discovered some errors in the meta-darwin layer on the dylan branch that currently prevent the meta-toolchain target from building the components included in the OS X variant of the Arduino for Intel Galileo IDE. Follow-ups to

[linux-yocto] [PATCH 01/28] LSI AXM55xx: Validate SRIO link ready status during driver initialization.

2014-05-02 Thread Charlie Paul
From: Michael Bringmann michael.bringm...@lsi.com Check whether the SRIO link ready status is valid for each driver instance. Fix an issue with scanning/listing the set of network devices found when multiple SRIO controller master ports are enabled. Signed-off-by: Michael Bringmann

[linux-yocto] [PATCH 00/28] LSI AXXIA updates to 3.4 standard/axxia/base

2014-05-02 Thread Charlie Paul
Second set of patches ready for insertion after the previous 28 patches get upadated. Anders Berg (4): i2c-axxia: Adjust tLOW,tHIGH to match fast-mode requirements i2c-axxia: Avoid timeout when interrupt delayed i2c-axxia: Fixed i2c device minor numbers i2c: axxia: Add support for

[linux-yocto] [PATCH 03/28] LSI AXM55xx rapidio? Fixed offset of RAB_OBDSE_XX registers

2014-05-02 Thread Charlie Paul
From: ningligong ning...@lsi.com The register base for the RAB was wrong changed from 0x10 to 0xC Added the IB_VIRT stats SLEEPING and TRAN_PENDING Signed-off-by: ningligong ning...@lsi.com --- drivers/rapidio/devices/lsi/axxia-rio-ds.h | 10 +++--- 1 file changed, 7 insertions(+), 3

[linux-yocto] [PATCH 04/28] LSI AXM55xx: Fixed inbound data streaming ISR handling

2014-05-02 Thread Charlie Paul
From: ningligong ning...@lsi.com 1. Fixed inbound data stream interrupt service routine to properly handle packets received by all virtual VSID. 2. Moved checking for vsid_in_use of an inbound DSE, the vsid_in_use is only valid when other two bits are set. Signed-off-by: ningligong

[linux-yocto] [PATCH 02/28] LSI AXM55xx: Some code optimizations for AXXIA rapidio mport driver.

2014-05-02 Thread Charlie Paul
From: Michael Bringmann michael.bringm...@lsi.com Correct 'slot' argument to outb msg callback, and remove unnecessary memory allocations. Signed-off-by: Michael Bringmann michael.bringm...@lsi.com --- drivers/rapidio/devices/lsi/axxia-rio-irq.c | 47 +--

[linux-yocto] [PATCH 06/28] LSI AXM55xx: Improve concurrency protection in AXXIA rapidio calls.

2014-05-02 Thread Charlie Paul
From: Michael Bringmann michael.bringm...@lsi.com Added a state variable to the interrupt status so the interrupt for rapidio. This status helps to identify a clearer state when the interrupt is processed. Signed-off-by: Michael Bringmann michael.bringm...@lsi.com ---

[linux-yocto] [PATCH 05/28] LSI AXM55xx: Fixes for mailbox open bounds checks.

2014-05-02 Thread Charlie Paul
From: Michael Bringmann michael.bringm...@lsi.com Signed-off-by: Michael Bringmann michael.bringm...@lsi.com --- drivers/rapidio/devices/lsi/axxia-rio-irq.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/rapidio/devices/lsi/axxia-rio-irq.c

[linux-yocto] [PATCH 08/28] axxia: Device tree and Target Name/Machine Type Update

2014-05-02 Thread Charlie Paul
From: John Jacques john.jacq...@lsi.com In some cases, the differences between simulation, emulation, and hardware are important. This patch updates the device trees to indicate the correct name and the arch/arm/mach-axxia code to use it. Signed-off-by: John Jacques john.jacq...@lsi.com ---

[linux-yocto] [PATCH 07/28] LSI AXM55xx: Fix concurrency issue for variable.

2014-05-02 Thread Charlie Paul
From: Michael Bringmann michael.bringm...@lsi.com Used 'atomic' counter to track available inbound messages between interrupt and foreground code. Also, enable both SRIO modules by default with check for SRIO link ready status to validated the accesses. Signed-off-by: Michael Bringmann

[linux-yocto] [PATCH 09/28] i2c-axxia: Adjust tLOW, tHIGH to match fast-mode requirements

2014-05-02 Thread Charlie Paul
From: Anders Berg anders.b...@lsi.com Adjusted the controller setup to meet the timing requirements for I2C fast-mode on the SCL signal (tLOW and tHIGH). For fast-mode, a 33/66 duty cycle of the SCL is used to match the minimum timing requirements of 1.3/0.6 for tLOW/tHIGH. Signed-off-by: Anders

[linux-yocto] [PATCH 10/28] LSI AXM55xx: Various performance fixes for rapidio endpoint code.

2014-05-02 Thread Charlie Paul
From: Michael Bringmann michael.bringm...@lsi.com Increased the inbox mail buffer size by 8 times. Removed __devinit from the initialization routines Signed-off-by: Michael Bringmann michael.bringm...@lsi.com --- drivers/rapidio/devices/lsi/axxia-rio-irq.c | 24 +---

[linux-yocto] [PATCH 12/28] LSI AXM55xx: Various bug fixes for rapidio endpoint controller.

2014-05-02 Thread Charlie Paul
From: Michael Bringmann michael.bringm...@lsi.com Fix lockup issue processing inbound message descriptor chains. Revise processing code for inbound/outbound message descriptor chains to reduce overhead / improve performance. Signed-off-by: Michael Bringmann michael.bringm...@lsi.com ---

[linux-yocto] [PATCH 14/28] LSI AXM55xx: Disable linkdown reset configuration.

2014-05-02 Thread Charlie Paul
From: Michael Bringmann michael.bringm...@lsi.com Signed-off-by: Michael Bringmann michael.bringm...@lsi.com --- arch/powerpc/boot/dts/acp25xx.dts |2 ++ arch/powerpc/boot/dts/acp35xx.dts |2 ++ 2 files changed, 4 insertions(+) diff --git a/arch/powerpc/boot/dts/acp25xx.dts

[linux-yocto] [PATCH 13/28] LSI AXM55xx: Configuration updates and bug fixes for rapidio.

2014-05-02 Thread Charlie Paul
From: Michael Bringmann michael.bringm...@lsi.com Update the powerpc FDT settings for the latest AXXIA RIO code. Update the ARM/PowerPC LSI configuration to build AXXIA RIO by default. Add support to reset the AXXIA RIO controller when a Link Reset Request symbol is received. Signed-off-by:

[linux-yocto] [PATCH 15/28] LSI AXM55xx: Move datastream APIs and symbols to public header file.

2014-05-02 Thread Charlie Paul
From: Michael Bringmann michael.bringm...@lsi.com Signed-off-by: Michael Bringmann michael.bringm...@lsi.com --- drivers/rapidio/devices/lsi/axxia-rio-ds.c | 539 ++- drivers/rapidio/devices/lsi/axxia-rio-ds.h | 330 +---

[linux-yocto] [PATCH 16/28] i2c-axxia: Avoid timeout when interrupt delayed

2014-05-02 Thread Charlie Paul
From: Anders Berg anders.b...@lsi.com Changed the order in which the interrupt conditions are checked in the interrupt handler. Need to check for transfer-complete before timeout-error, otherwise a delayed interrupt may report a false timeout error (since the timeout may expire after the transfer

[linux-yocto] [PATCH 19/28] LSI AXM55xx: Axxia GIC driver improvements (3rd gen)

2014-05-02 Thread Charlie Paul
From: David Mercado david.merc...@windriver.com Introduce the use of slow bus locking to allow use of Linux RPC mechanism, remove unnecessary memory barriers, etc. Signed-off-by: David Mercado david.merc...@windriver.com --- arch/arm/mach-axxia/axxia-gic.c | 1109

[yocto] [AB] PublishLayerTarballs git archives the wrong directory

2014-05-02 Thread Jate S
I am running off of the master branch. I hope this log message is readable. The key is to know that I have a meta-oe repo in the build directory and that the last line shows it's running in build instead of build/meta-oe. git archive --format=tar HEAD

Re: [linux-yocto] [PATCH 10/28] LSI AXM55xx: Various performance fixes for rapidio endpoint code.

2014-05-02 Thread Bruce Ashfield
On 14-05-02 03:16 PM, Charlie Paul wrote: From: Michael Bringmann michael.bringm...@lsi.com Increased the inbox mail buffer size by 8 times. Is there a reason why it was increased ? Were events being lost under load ? .. that's what we want to see in the commit message. Removed __devinit

Re: [yocto] [poky] Error patching gcc-4.8.2

2014-05-02 Thread Khem Raj
Elvis On Fri, May 2, 2014 at 12:06 PM, Elvis Dowson elvis.dow...@gmail.com wrote: Have you seen this happen earlier at your end? I am subsumed with gcc 4.9 work however haven't seen this happening so far. may be you should clean the build tree and retry --

Re: [yocto] [poky] Error patching gcc-4.8.2

2014-05-02 Thread Elvis Dowson
Hi Khem, On May 3, 2014, at 7:24, Khem Raj raj.k...@gmail.com wrote: I am subsumed with gcc 4.9 work however haven't seen this happening so far. may be you should clean the build tree and retry This was with a clean build. There are a bunch of changes to the gcc recipes done by Richard

[linux-yocto] [PATCH 00/28] Resubmit LSI AXXIA updates to 3.4 standard/axxia/base

2014-05-02 Thread Charlie Paul
Sorry Bruce, those two patches appeared in my tree after a rebase. I will put the --cc-supress in my submittals Anders Berg (7): axxia: Fixed earlyprintk axxia: Define arch_is_coherent() ARM: 7465/1: Handle 4GB memory sizes in device tree and mem=size@start option ARM: LPAE: use

[linux-yocto] [PATCH 04/28] arm: rapidio updates

2014-05-02 Thread Charlie Paul
From: Paul Butler paul.but...@windriver.com - Added the RapidIO management options - Added the rio device to the axm55xx - Created the rio architecture support for arm - Added a file to support the RAPIDIO Bus registration Signed-off-by: Paul Butler paul.but...@windriver.com ---

[linux-yocto] [PATCH 06/28] include: rapidio updates

2014-05-02 Thread Charlie Paul
From: Paul Butler paul.but...@windriver.com This patch adds the register definitions, support for PW messages, destination IDs, direct IO and driver support. Signed-off-by: Paul Butler paul.but...@windriver.com --- include/asm-generic/vmlinux.lds.h | 10 ++ include/linux/rio.h |

[linux-yocto] [PATCH 05/28] powerpc: rapidio updates

2014-05-02 Thread Charlie Paul
From: Paul Butler paul.but...@windriver.com Add the rapidio device to the powerpc tree Add the rapidio support for the powerpc 44x lsi board Signed-off-by: Paul Butler paul.but...@windriver.com --- arch/powerpc/boot/dts/lsi_acp342x.dts | 317 +

[linux-yocto] [PATCH 08/28] axxia: Fixed earlyprintk

2014-05-02 Thread Charlie Paul
From: Anders Berg anders.b...@lsi.com Add static mapping of the UART registers for CONFIG_DEBUG_LL. Also depends on commit 2f409a to fix a bug with LPAE and static mappings. Signed-off-by: Anders Berg anders.b...@lsi.com --- arch/arm/Kconfig.debug |9 +

[linux-yocto] [PATCH 09/28] axxia: Define arch_is_coherent()

2014-05-02 Thread Charlie Paul
From: Anders Berg anders.b...@lsi.com By defining arch_is_coherent() == 1, we can avoid unnecessary cache maintenance operations and the dma_alloc_coherent() will return normal memory. Signed-off-by: Anders Berg anders.b...@lsi.com --- arch/arm/Kconfig |1 +

[linux-yocto] [PATCH 12/28] ARM: LPAE: use phys_addr_t in alloc_init_pud()

2014-05-02 Thread Charlie Paul
From: Anders Berg anders.b...@lsi.com commit 20d6956d8cd2452cec0889ff040f18afc03c2e6b upstream This patch fixes the alloc_init_pud() function to use phys_addr_t instead of unsigned long when passing in the phys argument. This is an extension to commit 97092e0 (ARM: pgtable: use

[linux-yocto] [PATCH 17/28] arch/arm/mach-axxia: Clear MTC Errors During Initialization

2014-05-02 Thread Charlie Paul
From: John Jacques john.jacq...@lsi.com The MTC status registers are not cleared by a reset. So, clear them during driver initialization. Signed-off-by: John Jacques john.jacq...@lsi.com --- drivers/misc/lsi-mtc.c |9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git

[linux-yocto] [PATCH 19/28] arm/mach-axxia: Updated PCIe driver to set PCIe

2014-05-02 Thread Charlie Paul
From: Paul Butler paul.but...@windriver.com BASE_ADDR1 register Updated PCIe driver to set PCIe BASE_ADDR1 register to 0x0 without which PCIe inbound access wasn't working and we were seeing several suprious PEI interrupts including BAR mismatch interrupt. Signed-off-by: SangeethaRao

[linux-yocto] [PATCH 10/28] LSI AXM55xx: Enable multi-cluster wfe/sev

2014-05-02 Thread Charlie Paul
From: David Mercado david.merc...@windriver.com By default, the system does not enable the use of ARM wfe/sev instructions across clusters, which breaks things like arch_spin_lock. This patch enables this feature. LSI AXM55xx: Disable use of wfe/sev in arch_spin_lock By default, the system does

[linux-yocto] [PATCH 13/28] ARM: 7499/1: mm: Fix vmalloc overlap check for !HIGHMEM

2014-05-02 Thread Charlie Paul
From: Anders Berg anders.b...@lsi.com commit 36418c516b31bff4ff949c7c618430a1a514debe upstream With !HIGHMEM, sanity_check_meminfo checks for banks that completely or partially overlap the vmalloc region. The test for partial overlap checks __va(bank-start + bank-size) vmalloc_min. This

[linux-yocto] [PATCH 16/28] arch/powerpc/sysdev: Fixed PCIe enumeration issue on AXM3500 emulation

2014-05-02 Thread Charlie Paul
From: SangeethaRao sangeetha@lsi.com Signed-off-by: SangeethaRao sangeetha@lsi.com --- arch/powerpc/sysdev/lsi_pci.c | 19 ++- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/arch/powerpc/sysdev/lsi_pci.c b/arch/powerpc/sysdev/lsi_pci.c index

[linux-yocto] [PATCH 20/28] LSI AXM55XX: Add PMU support

2014-05-02 Thread Charlie Paul
From: David Mercado david.merc...@windriver.com This patch adds PMU support to the Axxia AXM55xx platform. Note that on this platform, all PMU IRQ lines are OR'ed together into a single IRQ, and therefore, this implementation uses a rotating IRQ affinity scheme to deal with it. Signed-off-by:

[linux-yocto] [PATCH 11/28] ARM: 7465/1: Handle 4GB memory sizes in device tree and mem=size@start option

2014-05-02 Thread Charlie Paul
From: Anders Berg anders.b...@lsi.com commit a5d5f7daa744b34477c4a12728bde0a1694a1707 upstream The memory regions which are passed to arm_add_memory() from device tree blobs via early_init_dt_add_memory_arch() can have sizes which are larger than will fit in a 32 bit integer, so switch to using

[linux-yocto] [PATCH 22/28] LSI: Fix Device Tree compatible fields

2014-05-02 Thread Charlie Paul
From: John Jacques john.jacq...@lsi.com The latest boot loader updates the frequency of the clocks in the device tree; it expects there to be a place to put them. Fix the device trees for ACP and AXM platforms such that the compatible field uses the form manufacturer,model. Signed-off-by: John

[linux-yocto] [PATCH 18/28] drivers/usb: USB driver/dts on PPC was broken.

2014-05-02 Thread Charlie Paul
From: SangeethaRao sangeetha@lsi.com Fixed the DTS to have correct entries and updated USB driver to exclude 55xx relevant code from PPC build drivers/usb: added a new ehci halt function New halt function halts the EHCI controller. This is to be called during startup since spinlocks are not

[linux-yocto] [PATCH 23/28] powerpc/mpic: Disable preemption when calling mpic_processor_id()

2014-05-02 Thread Charlie Paul
From: John Jacques john.jacq...@lsi.com commit 32dda05f4ec2b854b594bd91590c46c5197d77e1 upstream Otherwise, we get a debug traceback due to the use of smp_processor_id() (or get_paca()) inside hard_smp_processor_id(). mpic_host_map() is just looking for a default CPU, so it doesn't

[linux-yocto] [PATCH 25/28] drivers/i2c-axxia: Support I2C_M_RECV_LEN

2014-05-02 Thread Charlie Paul
From: Anders Berg anders.b...@lsi.com Add support for the I2C_M_RECV_LEN flag to enable SMBus block data transfers. scripts/setlocalversion strips out the tag if there is a match since the Linux version is in Makefile. Without the tag information, there is no way to get back to the specific tag

[linux-yocto] [PATCH 28/28] axxia: Remove Wrapper Functions

2014-05-02 Thread Charlie Paul
From: John Jacques john.jacq...@lsi.com These functions were temporary. They were added to allow development to continue on an external module that was not, at the time, released under the GPL. Signed-off-by: John Jacques john.jacq...@lsi.com Signed-off-by: Paul Butler paul.but...@windriver.com

[linux-yocto] [PATCH 27/28] LSI AXM55XX/rapidio: Stability and bug fix improvements , Correct boundary, Expand valid condition.

2014-05-02 Thread Charlie Paul
From: Michael Bringmann michael.bringm...@lsi.com Add additional spinlocks/mutexes to each controller state to increase concurrency and performance. Fix some bound checks for full outbound DME descriptor chains, correct a lockup/delay issue with errors in the outbound DME chains, and remove a

[linux-yocto] [PATCH 20/28] LSI sysdev/pci: Removing the power of 2 size restriction

2014-05-02 Thread Charlie Paul
From: SangeethaRao sangeetha@lsi.com This patch removes the power of 2 size restriction for PCIe inbound mapping in LSI PCIe driver Signed-off-by: SangeethaRao sangeetha@lsi.com --- arch/powerpc/sysdev/lsi_pci.c | 16 1 file changed, 8 insertions(+), 8 deletions(-)

[linux-yocto] [PATCH 22/28] arch/powerpc: Updated the UART Driver to Support 3500

2014-05-02 Thread Charlie Paul
From: John Jacques john.jacq...@lsi.com Added code to support the UART on the 3500 board Signed-off-by: John Jacques john.jacq...@lsi.com --- drivers/tty/serial/lsi_acp_serial.c | 94 +++ 1 file changed, 51 insertions(+), 43 deletions(-) diff --git

[linux-yocto] [PATCH 18/28] kernel/irq/manage.c: Fix irq_set_affinity to allow use with buslocks

2014-05-02 Thread Charlie Paul
From: David Mercado david.merc...@windriver.com Fix irq_set_affinity() to allow usage of buslocks with slow bus IRQ controllers, such as the LSI Axxia GIC. Signed-off-by: David Mercado david.merc...@windriver.com --- kernel/irq/manage.c |6 +++--- 1 file changed, 3 insertions(+), 3

[linux-yocto] [PATCH 21/28] axxia: Fix a Size Warning in the SRIO Section of the Device Trees

2014-05-02 Thread Charlie Paul
From: John Jacques john.jacq...@lsi.com Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/powerpc/boot/dts/acp25xx.dts |2 +- arch/powerpc/boot/dts/acp342x.dts |2 +- arch/powerpc/boot/dts/acp344x.dts |2 +- arch/powerpc/boot/dts/acp35xx.dts |2 +- 4 files changed, 4

[linux-yocto] [PATCH 25/28] arch/powerpc: Don't Try to Use NAND on Axxia 3500

2014-05-02 Thread Charlie Paul
From: John Jacques john.jacq...@lsi.com If NAND is enabled and the board is 3500 then gracefully exit with the error message NAND not compatible with 3500 Signed-off-by: John Jacques john.jacq...@lsi.com --- drivers/mtd/nand/lsi_acp_nand.c |9 - 1 file changed, 8 insertions(+), 1

[linux-yocto] [PATCH 27/28] LSI AXM55xx i2c: Adding support for AXM3500 I2C driver

2014-05-02 Thread Charlie Paul
From: SangeethaRao sangeetha@lsi.com This patch adds i2c support for the 3500 board Signed-off-by: SangeethaRao sangeetha@lsi.com --- drivers/i2c/busses/i2c-axxia.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/drivers/i2c/busses/i2c-axxia.c

[linux-yocto] [PATCH 23/28] i2c-axxia: Fixed i2c device minor numbers

2014-05-02 Thread Charlie Paul
From: Anders Berg anders.b...@lsi.com Added missing 'bus' property to the I2C device tree nodes (simulation dts files). This is needed to get the I2C adapters numbered starting with 0. Signed-off-by: Anders Berg anders.b...@lsi.com --- arch/arm/boot/dts/axm55xxsim.dts | 24

[linux-yocto] [PATCH 26/28] LSI AXM55xx: Fix PMU handler issue

2014-05-02 Thread Charlie Paul
From: David Mercado david.merc...@windriver.com The AXM55xx has the PMU IRQ lines from each core in a cluster OR'ed together. As a workaround for this, a PMU handler extension was created in the BSP to dynamically call irq_set_affinity() to rotate the PMU IRQ assignment as needed, in order to

Re: [linux-yocto] [PATCH 04/28] LSI AXM55xx: Fixed inbound data streaming ISR handling

2014-05-02 Thread Bruce Ashfield
On 14-05-02 03:16 PM, Charlie Paul wrote: From: ningligong ning...@lsi.com 1. Fixed inbound data stream interrupt service routine to properly handle packets received by all virtual VSID. I don't think that we necessarily need it fixed for this commit, but as a learning exercise, this

Re: [linux-yocto] [PATCH 05/28] LSI AXM55xx: Fixes for mailbox open bounds checks.

2014-05-02 Thread Bruce Ashfield
The same comments apply here. We should always describe the symptom of what we are fixing. What was broken before this change ? Bruce On 14-05-02 03:16 PM, Charlie Paul wrote: From: Michael Bringmann michael.bringm...@lsi.com Signed-off-by: Michael Bringmann michael.bringm...@lsi.com ---

Re: [linux-yocto] [PATCH 07/28] LSI AXM55xx: Fix concurrency issue for variable.

2014-05-02 Thread Bruce Ashfield
On 14-05-02 03:16 PM, Charlie Paul wrote: From: Michael Bringmann michael.bringm...@lsi.com Used 'atomic' counter to track available inbound messages between interrupt and foreground code. Also, enable both SRIO modules by default with check for SRIO link ready status to validated the accesses.

Re: [linux-yocto] [PATCH 24/28] LSI AXM55xx: DDR retention fixes

2014-05-02 Thread Bruce Ashfield
On 14-05-02 03:17 PM, Charlie Paul wrote: From: Gary McGee gary.mc...@lsi.com Added the functions to support the DDR shutdown Fixed the quiesce TODO and added the vp engine calls Added the calls to the DDR shutdown Another list of changes .. this says three commits to me. Bruce

Re: [linux-yocto] [PULL REQUEST] Kernel: 3.4 Branch: standard/axxia/base

2014-05-02 Thread Bruce Ashfield
On 14-05-02 04:16 PM, Paul, Charlie wrote: The following changes since commit e1374b95f2b2474b37f250b61a12eb7d4c8002c8: Merge branch 'standard/base' into standard/axxia/base (2014-04-29 13:10:33 -0400) are available in the git repository at: g...@github.com:butlerpaul/lsikernel sab-next

[linux-yocto] [PULL REQUEST] Kernel: 3.4 Branch: standard/axxia/base

2014-05-02 Thread Paul, Charlie
The following changes since commit e1374b95f2b2474b37f250b61a12eb7d4c8002c8: Merge branch 'standard/base' into standard/axxia/base (2014-04-29 13:10:33 -0400) are available in the git repository at: g...@github.com:butlerpaul/lsikernel sab-next for you to fetch changes up to

Re: [linux-yocto] [PATCH 1/1] mei.cfg: enable Intel chipsets

2014-05-02 Thread Kamble, Nitin A
On 4/25/2014 8:51 AM, Hart, Darren wrote: On 4/24/14, 18:42, Kamble, Nitin A nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com Enable Intel Chipsets in the AMT/MEI driver. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com Acked-by: Darren Hart