[yocto] FOSDEM 2014 Embedded dev room CFP

2013-11-07 Thread Paul Eggleton
Hi all, I didn't notice if it was already announced here, but the CFP for the FOSDEM Embedded dev room in 2014 is open: https://lists.fosdem.org/pipermail/fosdem/2013-October/001870.html It would be great to have some folks give OpenEmbedded/Yocto Project-related presentation(s) this year -

Re: [yocto] should yocto filename references start with a leading slash?

2013-11-07 Thread Paul Eggleton
On Wednesday 06 November 2013 14:12:17 Robert P. J. Day wrote: currently reading ref manual, section 6, and i'm seeing filename references of the form /meta-yocto/conf, /scripts/oe-setup-builddir, and so on. is it really appropriate for those filenames to begin with a leading slash? it

Re: [yocto] Changing Config for linux-raspberrypi

2013-11-07 Thread Paul Eggleton
On Wednesday 06 November 2013 22:06:18 John Whitmore wrote: On Wed, Nov 06, 2013 at 04:47:21PM -0500, Robert P. J. Day wrote: On Wed, 6 Nov 2013, John Whitmore wrote: Was struggling with the documentation on making chages to the config file used by the raspberrypi linux kernel. I'd got my

Re: [yocto] gcc-cross-canadian-arm: found library in wrong location

2013-11-07 Thread Paul Eggleton
Hi Hans, On Thursday 07 November 2013 10:56:17 Hans Beckérus wrote: On Wed, Nov 6, 2013 at 12:32 PM, Hans Beckérus hans.becke...@gmail.com wrote: Hi, I am getting the below error when populating the sdk for our Yocto 1.5 based image. WARNING: QA Issue: gcc-cross-canadian-arm: found

Re: [yocto] gcc-cross-canadian-arm: found library in wrong location

2013-11-07 Thread Hans Beckérus
On Thu, Nov 7, 2013 at 12:00 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: Hi Hans, On Thursday 07 November 2013 10:56:17 Hans Beckérus wrote: On Wed, Nov 6, 2013 at 12:32 PM, Hans Beckérus hans.becke...@gmail.com wrote: Hi, I am getting the below error when populating the sdk for

Re: [yocto] Bitbake Commander Content Assist on bbappend files

2013-11-07 Thread Jate Sujjavanich
I got a ping back from someone else who has the same problem. I am including Jessica Zhang, who is maintaining the yocto eclipse plugin. Here is more information about the versions that I am using: Eclipse Kepler Bitbake Commander Plugin 1.4.0.201310120527 Jate S. From:

[yocto] What to do with a new image

2013-11-07 Thread Brian Duffy
Hi, Sorry for the simple question here, just getting started with this. I have been reading up on documentation a little and figuring out how to create the image I am interested in for my NUC. Question ... Once I create the image, how do I install it on the hard drive of my NUC? I see that the

Re: [yocto] Bitbake Commander Content Assist on bbappend files

2013-11-07 Thread Zhang, Jessica
Could one of you please file a bug in bugzilla to track the issue? Thanks, Jessica From: Jate Sujjavanich [mailto:jate.sujjavan...@myfuelmaster.com] Sent: Thursday, November 07, 2013 7:30 AM To: 'yocto@yoctoproject.org'; Zhang, Jessica Subject: RE: Bitbake Commander Content Assist on

Re: [yocto] FW: curious about ref manual, sec 6.1.11, oe-init-build-env-memres

2013-11-07 Thread Rifenbark, Scott M
I updated the section. See if that is better. Thanks Scott -Original Message- From: Robert P. J. Day [mailto:rpj...@crashcourse.ca] Sent: Wednesday, November 06, 2013 12:41 PM To: Saul Wold Cc: Rifenbark, Scott M; Yocto discussion list Subject: Re: [yocto] FW: curious about ref

[yocto] Writing image to disk ...

2013-11-07 Thread Brian Duffy
Oh, is this how I do it? Take the usb image that is automatically generated and do this ... dd if=generated_image.hddimg of=/dev/sdb -- Duff ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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

2013-11-07 Thread Darren Hart
On Thu, 2013-11-07 at 11:54 -0500, Bruce Ashfield wrote: On 13-11-07 11:28 AM, Darren Hart wrote: But, other than a bunch of hashes and control characters, very little is written to do_patch around the the code that changes branches. I've removed that for the verbose logging in the latest

Re: [yocto] Deploying Yocto built images on x86

2013-11-07 Thread Darren Hart
On Mon, 2013-11-04 at 13:58 -0500, Markus Svilans wrote: Dear list, What do people do for deploying Yocto built images to actual x86 hardware? That is a very open ended question :-) There is x86 hardware ranging from booting from SPI, to SD Cards, all the way up to desktops and servers...

Re: [yocto] [PATCH] Documentation: Partial proofing of ref manual, ch 6

2013-11-07 Thread Rifenbark, Scott M
I looked these over and applied them all. Pseudodone no longer applies and I took care of that separately. Thanks, Scott -Original Message- From: Robert P. J. Day [mailto:rpj...@crashcourse.ca] Sent: Wednesday, November 06, 2013 11:42 AM To: Yocto discussion list Cc: Rifenbark, Scott

Re: [yocto] Fail to build core-image-minimal when MACHINE=genericx86-64

2013-11-07 Thread Darren Hart
On Sun, 2013-11-03 at 19:43 -0500, Markus Svilans wrote: Hi Khem, Per your suggestion, I installed gcc-multilib and was able to build syslinux and core-image-minimal. Wonderful! Thank you for having a look at this problem and finding the fix. May I suggest that the Ubuntu/Debian

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

2013-11-07 Thread Darren Hart
On Thu, 2013-11-07 at 13:45 -0500, Bruce Ashfield wrote: On 13-11-07 01:13 PM, Darren Hart wrote: We've actually discussed the impotency of the recipe-space KBRANCH before, and it's still a problem we need to address. This may just be a documentation issue in the end, but I think we could

Re: [yocto] Deploying Yocto built images on x86

2013-11-07 Thread Markus Svilans
Hi Darren, Thanks for this, it is very informative and useful. You've been me a good number of solid leads to follow. Where are you storing the image? SPI, SD, USB, SATA? Assuming SATA as you are speaking in highly general x86 terms, which typically means PC rather than deeply embedded. You

Re: [yocto] should yocto filename references start with a leading slash?

2013-11-07 Thread Rifenbark, Scott M
I searched through the YP doc set and removed as many leading slash characters that were being used in pathnames as possible. There are a few ~ characters in some of the very specific examples that I left. But for the most part, directory name usage is consistent now. Scott -Original

Re: [yocto] [meta-measured][PATCH 1/7] trousers: Add libgcc as Runtime dependency

2013-11-07 Thread Philip Tricca
Saul, Awesome patch set. This is the only one I can't figure out. Does tcsd really need libgcc? 'ldd' doesn't say anything about dependencies. I'm sure it's just that I'm not looking in the right place. Mind pointing it out for me? Thanks, - Philip On 11/01/2013 06:02 PM, Saul Wold wrote:

Re: [yocto] Changing Config for linux-raspberrypi

2013-11-07 Thread John Whitmore
On Wed, Nov 06, 2013 at 09:44:50PM -0500, Bruce Ashfield wrote: On 11/6/2013, 4:40 PM, John Whitmore wrote: Was struggling with the documentation on making chages to the config file used by the raspberrypi linux kernel. I'd got my own layer with a two line append file:

[yocto] determining ubi build parameters

2013-11-07 Thread Maxwell Bottiger
I have a UBI JFFS file system I just built and flashed onto my at91sam9x5ek board. I think everything built correctly, but I get the following error when booting the device: Scanning device for bad blocks Bad eraseblock 1101 at 0x089a Bad eraseblock 1309 at 0x0a3a 2 cmdlinepart

[yocto] how do you use core-image-minimal-initramfs in grub?

2013-11-07 Thread Bill Martin
I need to have an initramfs to run special commands prior to the rootfs being installed. My application must decrypt the rootfs. So I cannot use tpm-luks to open the rootfs LUKS device. I found the core-image-minimal-initramfs's rootfs shows my IMAGE_INSTALL_append packages I specified in

Re: [yocto] Changing Config for linux-raspberrypi

2013-11-07 Thread Bruce Ashfield
On 11/7/2013, 8:04 PM, John Whitmore wrote: On Wed, Nov 06, 2013 at 09:44:50PM -0500, Bruce Ashfield wrote: On 11/6/2013, 4:40 PM, John Whitmore wrote: Was struggling with the documentation on making chages to the config file used by the raspberrypi linux kernel. I'd got my own layer with a

Re: [yocto] enable Shark support in JAVA

2013-11-07 Thread sonia verma
Hi Andrew I am not able find LLVM compiler for PowerPc.Due to this I'm not able to integrate JAVA in compiler mode on PowerPc board. Can you suggest any alternative for that. On Sun, Nov 3, 2013 at 11:29 PM, Andrew Haley a...@redhat.com wrote: On 10/31/2013 03:10 PM, sonia verma wrote:

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

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

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

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

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

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

[linux-yocto] [PATCH 00/94] updates to 3.4 standard/axxia/base

2013-11-07 Thread Paul Butler
The following changes since commit 9e65874ad3fa6efd7db2e18e91e7246954b60cc5: Merge branch 'standard/base' into standard/axxia/base (2013-08-28 16:49:51 -0400) are available in the git repository at: https://github.com/butlerpaul/lsikernel.git standard/axxia/base and

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

2013-11-07 Thread Paul Butler
From: David Mercado david.merc...@windriver.com The default kernel config was enabling CPU Hotplug, which is a feature not currently supported by the ACP34xx. For this reason, issuing a reboot or poweroff command was resulting in a Error taking CPU1 down: -38 error. This patch disables

[linux-yocto] [PATCH 05/94] powerpc/configs: remove elpaso defconfig

2013-11-07 Thread Paul Butler
Signed-off-by: Paul Butler paul.but...@windriver.com --- arch/powerpc/configs/elpaso_defconfig | 2138 - 1 file changed, 2138 deletions(-) delete mode 100755 arch/powerpc/configs/elpaso_defconfig diff --git a/arch/powerpc/configs/elpaso_defconfig

[linux-yocto] [PATCH 03/94] LSI axm55xx: Add CPU Hotplug support

2013-11-07 Thread Paul Butler
From: David Mercado david.merc...@windriver.com Adds ability to dynamically enable or diesable a CPU on a running system. Signed-off-by: David Mercado david.merc...@windriver.com --- arch/arm/mach-axxia/axxia-gic.c | 73 ++--- arch/arm/mach-axxia/hotplug.c

[linux-yocto] [PATCH 01/94] drivers/usb: LSI AXM5500 USB driver support

2013-11-07 Thread Paul Butler
From: Niraj Desai nirajvde...@gmail.com Added USB driver support for LSI AXM5500 device. The USB s/w workarounds apply only to older PPC 34xx devices hence added Kconfig option CONFIG_LSI_USB_SW_WORKAROUND to select s/w workaround for ACP34xx devices. Renamed CONFIG_LSI_PCI option to

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

2013-11-07 Thread Paul Butler
Signed-off-by: Paul Butler paul.but...@windriver.com --- arch/arm/Makefile | 4 ++ arch/arm/kernel/head.S | 8 +++ arch/arm/mach-axxia/Kconfig| 3 + arch/arm/mach-axxia/include/mach/debug-macro.S | 34 -

[linux-yocto] [PATCH 30/94] powerpc/configs: adding default LSI RT config

2013-11-07 Thread Paul Butler
Signed-off-by: Paul Butler paul.but...@windriver.com --- arch/powerpc/configs/lsi_rt_defconfig | 2136 + 1 file changed, 2136 insertions(+) create mode 100644 arch/powerpc/configs/lsi_rt_defconfig diff --git a/arch/powerpc/configs/lsi_rt_defconfig

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

2013-11-07 Thread Paul Butler
From: David Mercado david.merc...@windriver.com This patch adds the LSI ACP wrapper routines back into the kernel. These were previously removed as part of the acp34xx Ethernet driver updates, but are needed for the LSI RTE application. The wrappers are restored at

[linux-yocto] [PATCH 04/94] arch/powerpc: Fix PMU interrupts

2013-11-07 Thread Paul Butler
From: David Mercado david.merc...@windriver.com The PMU interrupts were previously initialized at too early in the board init process, so IRQ affinity wasn't working. Moved PMU IRQ setup/teardown to PMU enable/disable routines instead. With this change, PMU interrupts correctly work across all

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

2013-11-07 Thread Paul Butler
From: John Jacques john.jacq...@lsi.com Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/configs/lsi_defconfig| 4 ++-- arch/arm/configs/lsisim_defconfig | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/configs/lsi_defconfig

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

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

[linux-yocto] [PATCH 22/94] drivers/net: AXM5516 emulation bringup - Makefile

2013-11-07 Thread Paul Butler
Signed-off-by: Paul Butler paul.but...@windriver.com --- drivers/net/ethernet/lsi/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ethernet/lsi/Makefile b/drivers/net/ethernet/lsi/Makefile index 2754e5b..a48a239 100644 --- a/drivers/net/ethernet/lsi/Makefile +++

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

2013-11-07 Thread Paul Butler
From: David Mercado david.merc...@windriver.com This patch fixes setting of IRQ type to all clusters. Previously was only working for first cluster. Signed-off-by: David Mercado david.merc...@windriver.com --- arch/arm/mach-axxia/axxia-gic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

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

2013-11-07 Thread Paul Butler
Signed-off-by: Paul Butler paul.but...@windriver.com --- arch/arm/boot/compressed/head.S | 63 ++ arch/arm/boot/dts/axm55xx.dts | 235 +++--- arch/arm/boot/emuboot/Makefile| 10 +- arch/arm/boot/emuboot/emuboot.S | 27 -

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

2013-11-07 Thread Paul Butler
From: John Jacques john.jacq...@lsi.com Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/mach-axxia/clock.c | 64 + drivers/tty/serial/amba-pl011.c | 4 +-- 2 files changed, 66 insertions(+), 2 deletions(-) diff --git

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

2013-11-07 Thread Paul Butler
From: John Jacques john.jacq...@lsi.com This needs to be done earlier. Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/mach-axxia/axxia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-axxia/axxia.c b/arch/arm/mach-axxia/axxia.c index

[linux-yocto] [PATCH 39/94] drivers/tty: Handle the baud rate correctly, and use the PLLs provided by U-Boot to set up the clocks.

2013-11-07 Thread Paul Butler
From: John Jacques john.jacq...@lsi.com Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/boot/dts/axm55xx.dts | 17 +++ arch/arm/mach-axxia/clock.c | 68 + drivers/tty/serial/amba-pl011.c | 39 +++ 3 files

[linux-yocto] [PATCH 24/94] drivers/i2c: Collapse AI2C driver implementation - removing ai2c_*

2013-11-07 Thread Paul Butler
Signed-off-by: Paul Butler paul.but...@windriver.com --- drivers/i2c/busses/ai2c/ai2c_plat.c | 758 --- drivers/i2c/busses/ai2c/ai2c_plat.h | 336 drivers/i2c/busses/ai2c/ai2c_sal.c | 109 - drivers/i2c/busses/ai2c/ai2c_sal.h | 393

[linux-yocto] [PATCH 21/94] drivers/net: AXM5516 emulation bringup - lsi_acp_net.c

2013-11-07 Thread Paul Butler
The driver takes phy address as a parameter but ignores it, and instead takes the first available phy in the address range. This patch allows one to select a specific phy on boards that have multiple phys. Support for the new BCM 5221 phy - acp_net Signed-off-by: Paul Butler

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

2013-11-07 Thread Paul Butler
Signed-off-by: Paul Butler paul.but...@windriver.com --- arch/powerpc/configs/lsi_defconfig | 2143 1 file changed, 2143 insertions(+) create mode 100644 arch/powerpc/configs/lsi_defconfig diff --git a/arch/powerpc/configs/lsi_defconfig

[linux-yocto] [PATCH 15/94] powerpc/dts: Device tree files for the LSI boards.

2013-11-07 Thread Paul Butler
From: John Jacques john.jacq...@lsi.com Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/powerpc/boot/dts/acp25xx.dts | 309 ++ arch/powerpc/boot/dts/acp342x.dts | 309 ++ arch/powerpc/boot/dts/acp344x.dts | 309

[linux-yocto] [PATCH 54/94] drivers/net/ethernet: combined arm and powerpc FEMAC ethernet driver

2013-11-07 Thread Paul Butler
From: David Mercado david.merc...@windriver.com Finalized changes and integration test with both elpaso and amarillo boards. Signed-off-by: David Mercado david.merc...@windriver.com --- arch/powerpc/sysdev/Makefile | 2 +- arch/powerpc/sysdev/lsi_acp_wrappers.c | 274

[linux-yocto] [PATCH 63/94] arm-powerpc-drivers: Add the necessary wrappers to all architectures.

2013-11-07 Thread Paul Butler
From: John Jacques john.jacq...@lsi.com Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/include/asm/lsi/acp_ncr.h | 4 +- arch/arm/mach-axxia/Makefile| 1 - arch/arm/mach-axxia/wrappers.c | 80 - arch/powerpc/include/asm/lsi/acp_ncr.h |

[linux-yocto] [PATCH 64/94] arm/mach-axxia: PCIe support.

2013-11-07 Thread Paul Butler
From: John Jacques john.jacq...@lsi.com Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/boot/dts/axm55xx.dts | 64 +++ arch/arm/mach-axxia/axxia.c | 2 +- 2 files changed, 65 insertions(+), 1 deletion(-) diff --git

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

2013-11-07 Thread Paul Butler
From: John Jacques john.jacq...@lsi.com Signed-off-by: John Jacques john.jacq...@lsi.com --- drivers/net/ethernet/lsi/lsi_acp_mdio.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/net/ethernet/lsi/lsi_acp_mdio.c b/drivers/net/ethernet/lsi/lsi_acp_mdio.c index

[linux-yocto] [PATCH 57/94] arm/mach-axxia: filled in stub axxia_restart function

2013-11-07 Thread Paul Butler
From: David Mercado david.merc...@windriver.com Added reboot capability. Signed-off-by: David Mercado david.merc...@windriver.com --- arch/arm/mach-axxia/axxia.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-axxia/axxia.c

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

2013-11-07 Thread Paul Butler
From: John Jacques john.jacq...@lsi.com This assumes that the AXM55xx_533 parameter file is used. Signed-off-by: John Jacques john.jacq...@lsi.com --- drivers/tty/serial/amba-pl011.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/tty/serial/amba-pl011.c

[linux-yocto] [PATCH 59/94] drivers/net: adding ifdef for Amarillo, without the auto-negotiate ecn.

2013-11-07 Thread Paul Butler
Signed-off-by: Paul Butler paul.but...@windriver.com --- drivers/net/ethernet/lsi/lsi_acp_net.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/lsi/lsi_acp_net.c b/drivers/net/ethernet/lsi/lsi_acp_net.c index 1753efd..5244040 100644 ---

[linux-yocto] [PATCH 50/94] arm/include: A clean up of the femac ncr code.

2013-11-07 Thread Paul Butler
Signed-off-by: Paul Butler paul.but...@windriver.com --- arch/arm/include/asm/lsi/acp_ncr.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/include/asm/lsi/acp_ncr.h b/arch/arm/include/asm/lsi/acp_ncr.h index a7399e7..1a08f07 100644 --- a/arch/arm/include/asm/lsi/acp_ncr.h +++

[linux-yocto] [PATCH 66/94] drivers/i2c: Use 'bus' property from device tree.

2013-11-07 Thread Paul Butler
From: Anders Berg anders.b...@lsi.com The i2c-axxia driver uses the 'bus' property on the device node when assigning the I2C adapters bus number. If the property is omitted, the buses will be assigned consecutive numbers starting with 0. Signed-off-by: Anders Berg anders.b...@lsi.com ---

[linux-yocto] [PATCH 73/94] arch: LSI Axxia systems use a config ring to access parts of the hardware.

2013-11-07 Thread Paul Butler
From: John Jacques john.jacq...@lsi.com For various reasons, the config ring access code has been moved, deleted, etc. This patch adds ncr access back to ARM and PowerPC platforms. It also removes invalid accesses to previous methods to access hardware using the ncr buss. Change the file

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

2013-11-07 Thread Paul Butler
Signed-off-by: Paul Butler paul.but...@windriver.com --- drivers/net/ethernet/lsi/lsi_acp_mdio.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/net/ethernet/lsi/lsi_acp_mdio.c b/drivers/net/ethernet/lsi/lsi_acp_mdio.c index 90fc135..04c224c 100644 ---

[linux-yocto] [PATCH 55/94] arm/dts: Added device tree nodes for I2C controllers.

2013-11-07 Thread Paul Butler
From: Anders Berg anders.b...@lsi.com Signed-off-by: Anders Berg anders.b...@lsi.com --- arch/arm/boot/dts/axm55xx.dts | 41 + 1 file changed, 41 insertions(+) diff --git a/arch/arm/boot/dts/axm55xx.dts b/arch/arm/boot/dts/axm55xx.dts index

[linux-yocto] [PATCH 56/94] drivers/net/ethernet: Use ntohl() instead of #defines and swab32().

2013-11-07 Thread Paul Butler
From: John Jacques john.jacq...@lsi.com Get the auto-negotiate mode working on ARM. Signed-off-by: John Jacques john.jacq...@lsi.com --- drivers/net/ethernet/lsi/lsi_acp_net.c | 36 +++--- 1 file changed, 16 insertions(+), 20 deletions(-) diff --git

[linux-yocto] [PATCH 43/94] arm/mach-axxia: Clean up the sequence of starting other cores.

2013-11-07 Thread Paul Butler
From: John Jacques john.jacq...@lsi.com Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/mach-axxia/platsmp.c | 58 ++- 1 file changed, 41 insertions(+), 17 deletions(-) diff --git a/arch/arm/mach-axxia/platsmp.c

[linux-yocto] [PATCH 46/94] arm/configs: USB config changes

2013-11-07 Thread Paul Butler
From: SangeethaRao sangeetha@lsi.com Signed-off-by: SangeethaRao sangeetha@lsi.com --- arch/arm/configs/lsi_defconfig | 24 +++- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/arch/arm/configs/lsi_defconfig b/arch/arm/configs/lsi_defconfig index

[linux-yocto] [PATCH 51/94] arm/include: A clean up of the femac mdio code.

2013-11-07 Thread Paul Butler
Signed-off-by: Paul Butler paul.but...@windriver.com --- drivers/net/ethernet/lsi/lsi_acp_mdio.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/drivers/net/ethernet/lsi/lsi_acp_mdio.c b/drivers/net/ethernet/lsi/lsi_acp_mdio.c index 18aaba1..489ae9c 100644 ---

[linux-yocto] [PATCH 61/94] drivers/spi: Don't check for the, no longer used, enabled property.

2013-11-07 Thread Paul Butler
From: John Jacques john.jacq...@lsi.com Signed-off-by: John Jacques john.jacq...@lsi.com --- drivers/spi/spi-pl022.c | 38 +++--- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/drivers/spi/spi-pl022.c b/drivers/spi/spi-pl022.c index

[linux-yocto] [PATCH 65/94] drivers/i2c: Corrected WAIT_TIMER timeout calculation.

2013-11-07 Thread Paul Butler
From: Anders Berg anders.b...@lsi.com Select prescaler divider so that the timeout value doesn't overflow the 15 bits reseved for it. Signed-off-by: Anders Berg anders.b...@lsi.com --- drivers/i2c/busses/ai2c/ai2c_mod.c | 6 +++--- drivers/i2c/busses/i2c-axxia.c | 41

[linux-yocto] [PATCH 35/94] arm/boot/dts: The device tree for Amarillo.

2013-11-07 Thread Paul Butler
From: John Jacques john.jacq...@lsi.com Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/boot/dts/axm55xx.dts | 65 +-- 1 file changed, 63 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/axm55xx.dts

[linux-yocto] [PATCH 67/94] arm/mach-axxia: Updated PCIe driver since it had incorrect PEI log info

2013-11-07 Thread Paul Butler
From: SangeethaRao sangeetha@lsi.com and also updated DTS with correct PCIe address for PEI0/PEI1 Signed-off-by: SangeethaRao sangeetha@lsi.com --- arch/arm/boot/dts/axm55xx.dts | 4 ++-- arch/arm/mach-axxia/pci.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git

[linux-yocto] [PATCH 44/94] arm/mach-axxia: Updated such that GFP_DMA mask is correctly set to 32 bits for AXM55xx

2013-11-07 Thread Paul Butler
From: SangeethaRao sangeetha@lsi.com instead of current 64 bits. Also increased the coherent dma pool size to 1M instead of existing 256Kb which was leading to error message about DMA coherent pool being too small with USB support Signed-off-by: SangeethaRao sangeetha@lsi.com ---

[linux-yocto] [PATCH 47/94] arm/boot/dts: Added phy-link, and changed the default phy address to 0x1e.

2013-11-07 Thread Paul Butler
From: John Jacques john.jacq...@lsi.com Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/boot/dts/axm55xx.dts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/axm55xx.dts b/arch/arm/boot/dts/axm55xx.dts index d3cbf1c..925e3b2 100644 ---

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

2013-11-07 Thread Paul Butler
From: SangeethaRao sangeetha@lsi.com Signed-off-by: SangeethaRao sangeetha@lsi.com --- arch/arm/mach-axxia/pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-axxia/pci.c b/arch/arm/mach-axxia/pci.c index b0ddab6..2600892 100644 ---

[linux-yocto] [PATCH 70/94] drivers/net/ethernet: Remove the Amarillo networking work-around by default.

2013-11-07 Thread Paul Butler
From: John Jacques john.jacq...@lsi.com Signed-off-by: John Jacques john.jacq...@lsi.com --- drivers/net/ethernet/lsi/lsi_acp_net.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/net/ethernet/lsi/lsi_acp_net.c b/drivers/net/ethernet/lsi/lsi_acp_net.c index

[linux-yocto] [PATCH 82/94] drivers/misc: Add a parameter to the smmon module, log.

2013-11-07 Thread Paul Butler
From: John Jacques john.jacq...@lsi.com By default it is on (1). To turn off logging, add lsi-smmon.log=0 to bootargs or cat 0 /sys/module/lsi_smmon/parameters/log. Signed-off-by: John Jacques john.jacq...@lsi.com --- drivers/misc/lsi-smmon.c | 48

[linux-yocto] [PATCH 78/94] drivers/usb: USB driver changes to improve performance on AXM55xx.

2013-11-07 Thread Paul Butler
From: SangeethaRao sangeetha@lsi.com Also, updated check for DTS compatible field to match the DTS Signed-off-by: SangeethaRao sangeetha@lsi.com --- drivers/usb/host/ehci-ci13612.c | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git

[linux-yocto] [PATCH 74/94] arm/mach-axxia: support for Axxia DDR retention

2013-11-07 Thread Paul Butler
From: Gary McGee gary.mc...@lsi.com Signed-off-by: Gary McGee gary.mc...@lsi.com --- arch/arm/mach-axxia/Makefile| 1 + arch/arm/mach-axxia/axxia.c | 4 + arch/arm/mach-axxia/ddr_retention.c | 288 3 files changed, 293 insertions(+)

[linux-yocto] [PATCH 80/94] usb: Cleanup USB host controller driver ehci-ci13612

2013-11-07 Thread Paul Butler
From: Anders Berg anders.b...@lsi.com Fixed a number of issues; * Don't use CONFIG_LSI_USB_SW_WORKAROUND for stuff other than name suggests. * Remove unnecessary ifdefs in probe function. * Remove hard coded IRQ number. * Check for correct return value from platform_get_irq() Signed-off-by:

[linux-yocto] [PATCH 79/94] usb: Enable dma transfers in ehci-ci13612

2013-11-07 Thread Paul Butler
From: Anders Berg anders.b...@lsi.com Remove the HCD_LOCAL_MEM flag and setup device dma_mask before calling usb_create_hcd to avoid the use of dma bounce buffers. Signed-off-by: Anders Berg anders.b...@lsi.com --- drivers/usb/host/ehci-ci13612.c | 12 1 file changed, 8

[linux-yocto] [PATCH 71/94] drivers/net/ethernet: Fix clause 45 MDIO access.

2013-11-07 Thread Paul Butler
From: Jay Jayatheerthan jay.jayatheert...@lsi.com Signed-off-by: Jay Jayatheerthan jay.jayatheert...@lsi.com --- drivers/net/ethernet/lsi/lsi_acp_mdio.c | 190 1 file changed, 94 insertions(+), 96 deletions(-) mode change 100644 = 100755

[linux-yocto] [PATCH 75/94] drivers/misc: System memory monitoring for AXM55xx.

2013-11-07 Thread Paul Butler
From: John Jacques john.jacq...@lsi.com Handles interrupts from the system memory controller. Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/configs/lsi_defconfig | 1 + drivers/misc/Kconfig | 6 + drivers/misc/Makefile | 1 + drivers/misc/lsi-ncr.c

[linux-yocto] [PATCH 77/94] configs: Updated to build with the new LSI drivers in drivers/misc.

2013-11-07 Thread Paul Butler
From: John Jacques john.jacq...@lsi.com Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/configs/lsisim_defconfig | 6 +- arch/powerpc/configs/lsi_defconfig | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/arch/arm/configs/lsisim_defconfig

[linux-yocto] [PATCH 72/94] drivers: Fix Device Tree compatible fields

2013-11-07 Thread Paul Butler
From: David Mercado david.merc...@windriver.com Fix the device trees for ACP and AXM platforms such that the compatible field uses the form manufacturer,model. Signed-off-by: David Mercado david.merc...@windriver.com --- drivers/net/ethernet/lsi/lsi_acp_mdio.c | 99

[linux-yocto] [PATCH 84/94] arm/configs: Enable system memory monitoring by default.

2013-11-07 Thread Paul Butler
From: John Jacques john.jacq...@lsi.com Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/configs/lsi_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/lsi_defconfig b/arch/arm/configs/lsi_defconfig index 8262474..91ee2b8 100644 ---

[linux-yocto] [PATCH 87/94] arm/mach-axxia: Add dummy versions of the mdio access functions

2013-11-07 Thread Paul Butler
From: John Jacques john.jacq...@lsi.com required by the RTE in simulation. Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/mach-axxia/wrappers.c | 44 ++ 1 file changed, 44 insertions(+) diff --git a/arch/arm/mach-axxia/wrappers.c

[linux-yocto] [PATCH 89/94] drivers/net: FEMAC hprot register wasn't being set to uncached mode

2013-11-07 Thread Paul Butler
From: SangeethaRao sangeetha@lsi.com FEMAC hprot register wasn't being set to uncached mode in Linux and hence there was a dependency on U-boot FEMAC initialization for network support in Linux to work. Signed-off-by: SangeethaRao sangeetha@lsi.com ---

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

2013-11-07 Thread Paul Butler
From: John Jacques john.jacq...@lsi.com The default configuration had to be refreshed. Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/configs/lsisim_rt_defconfig | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/arch/arm/configs/lsisim_rt_defconfig

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

2013-11-07 Thread Paul Butler
From: John Jacques john.jacq...@lsi.com Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/mach-axxia/axxia.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-axxia/axxia.c b/arch/arm/mach-axxia/axxia.c index 4d3b476..df63dbd 100644 ---

[linux-yocto] [PATCH 93/94] usb: ehci-ci13612: Halt controller before reset

2013-11-07 Thread Paul Butler
From: Anders Berg anders.b...@lsi.com Make sure the controller is halted before reset and initialization. Use the echi_halt that properly wait for the hardware to enter halted state. Signed-off-by: Anders Berg anders.b...@lsi.com --- drivers/usb/host/ehci-ci13612.c | 27

[linux-yocto] [PATCH 92/94] powerpc/dts: adds support for acp35xx emulation

2013-11-07 Thread Paul Butler
From: John Jacques john.jacq...@lsi.com Updated to work on 3500 emulation now that 3500 emulation is available. Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/powerpc/boot/dts/acp35xx.dts | 489 +++--- 1 file changed, 293 insertions(+), 196

[linux-yocto] [PATCH 94/94] arm/mach-axxia: The offset was not being passed to __arm_ioremap_pfn!

2013-11-07 Thread Paul Butler
From: John Jacques john.jacq...@lsi.com Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/mach-axxia/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-axxia/io.c b/arch/arm/mach-axxia/io.c index 2fff1b7..bf473f9 100644 ---

[linux-yocto] [PATCH 49/94] drivers/dma: Corrected IRQ line mixup.

2013-11-07 Thread Paul Butler
From: Anders Berg anders.b...@lsi.com Driver was picking up the wrong interrupt line for the error status interrupt. A mixup between the BUSY (not used) and ERROR interrupts. This commit also makes the error interupt service routine clear the error before returning. Signed-off-by: Anders Berg