Re: [yocto] Question about remote debugging via gdbserver

2014-04-18 Thread Federico Vitali
Goodmorning Rudolf, thank you again for your time. I have not explained my goal very well, so I try to explain with a specific example. I'm working with gstreamer for a project I'm following for my company. Let's take the gstreamer hello world application, here is the source code:

Re: [yocto] [OE-core] [PATCH] u-boot: fix beaglebone boot issue with large kernel images

2014-04-18 Thread Stanacar, StefanX
On Thu, 2014-04-17 at 15:05 -0400, Denys Dmytriyenko wrote: From: Denys Dmytriyenko de...@ti.com Fix beaglebone boot issue with large kernel images overwriting Device Tree. See very detailed comments inside the patch. The original patch is being reviewed upstream and is targeting

[yocto] [meta-raspberrypi][PATCH] xserver-xf86-config: remove changes of THISDIR and FILESPATH

2014-04-18 Thread Michaël Burtin
THISDIR and FILESPATH are not supposed to be changed from within recipes. This was causing troubles with other bbappend. Change-Id: I7c3c788ddb61b0b790a9fe06f86e4bd93a822c8c Signed-off-by: Michaël Burtin mbur...@connected-labs.com ---

Re: [yocto] BBB doesn't boot

2014-04-18 Thread William Mills
On 04/17/2014 08:13 PM, Denys Dmytriyenko wrote: On Thu, Apr 17, 2014 at 04:25:51PM -0700, Khem Raj wrote: On Thu, Apr 17, 2014 at 2:31 PM, William Mills wmi...@ti.com wrote: On 04/17/2014 03:10 PM, Denys Dmytriyenko wrote: On Tue, Apr 15, 2014 at 05:07:10PM -0600, Gary Thomas wrote: On

Re: [yocto] Thank you

2014-04-18 Thread Jeff Osier-Mixon
Thanks back for your participation in the community! On Thu, Apr 17, 2014 at 7:38 PM, Patrick Doyle wpds...@gmail.com wrote: I just want to publicly say Thank you to all of the Yocto developers and community members, both in the general sense of Thank you for your contributions to the Open

[yocto] [PATCH][daisy] distro_alias.inc: update/sort alias information.

2014-04-18 Thread Elizabeth Flanagan
From: Beth Flanagan elizabeth.flana...@intel.com Added new package data and resorted per http://article.gmane.org/gmane.linux.embedded.poky/9253 Signed-off-by: Beth Flanagan elizabeth.flana...@intel.com --- meta-yocto/conf/distro/include/distro_alias.inc | 25 +++-- 1 file

[linux-yocto] [PATCH 07/30] drivers: rapidio updates

2014-04-18 Thread Charlie Paul
From: Paul Butler paul.but...@windriver.com Signed-off-by: Paul Butler paul.but...@windriver.com --- drivers/misc/lsi-ncr.c | 334 +--- drivers/net/rionet.c | 132 --- 2 files changed, 282 insertions(+), 184 deletions(-) diff --git

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

2014-04-18 Thread Charlie Paul
From: Paul Butler paul.but...@windriver.com Signed-off-by: Paul Butler paul.but...@windriver.com --- arch/arm/Kconfig | 18 + arch/arm/boot/dts/axm55xx.dts| 16 arch/arm/include/asm/axxia-rio.h | 82 ++

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

2014-04-18 Thread Charlie Paul
From: Paul Butler paul.but...@windriver.com Signed-off-by: Paul Butler paul.but...@windriver.com --- arch/powerpc/boot/dts/lsi_acp342x.dts | 317 + arch/powerpc/boot/dts/lsi_acp344x.dts | 355 + arch/powerpc/include/asm/axxia-rio.h |

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

2014-04-18 Thread Charlie Paul
This is a resubmit of patches to the lsi/standard/axxia/base Some of the updates include splitting a patch and referencing the main line. Others included adding more information. All updated as per Bruce-A comments Anders Berg (7): axxia: Fixed earlyprintk axxia: Define arch_is_coherent()

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

2014-04-18 Thread Charlie Paul
From: Paul Butler paul.but...@windriver.com Signed-off-by: Paul Butler paul.but...@windriver.com --- include/asm-generic/vmlinux.lds.h | 10 ++ include/linux/rio.h | 231 ++--- include/linux/rio_dio.h | 67 +++

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

2014-04-18 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 18/30] drivers/usb: USB driver/dts on PPC was broken.

2014-04-18 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 12/30] ARM: LPAE: use phys_addr_t in alloc_init_pud()

2014-04-18 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 14/30] arm: mmu: Fixed checkpatch issues with mmu

2014-04-18 Thread Charlie Paul
From: Anders Berg anders.b...@lsi.com This patch fixes the checkpatch issues with mmu. This patch is separate to keep the continuity of the previous patches that used copies of upstream patches to update. Signed-off-by: Anders Berg anders.b...@lsi.com --- arch/arm/mm/mmu.c | 76

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

2014-04-18 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 22/30] LSI: Fix Device Tree compatible fields

2014-04-18 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 27/30] LSI AXM55XX/rapidio: Stability and bug fix improvements , Correct boundary, Expand valid condition.

2014-04-18 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