Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751316Ab2BPL3A (ORCPT ); Thu, 16 Feb 2012 06:29:00 -0500 Received: from mail-iy0-f174.google.com ([209.85.210.174]:39296 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750887Ab2BPL27 (ORCPT ); Thu, 16 Feb 2012 06:28:59 -0500 MIME-Version: 1.0 X-Originating-IP: [108.60.121.130] In-Reply-To: <4F3CC899.4070302@monstr.eu> References: <4F1EE861.4030405@monstr.eu> <4F1FF870.3000105@monstr.eu> <4F200F64.9060203@monstr.eu> <4F212E9E.9060807@monstr.eu> <4F391C1D.9020402@monstr.eu> <4F3BA962.9040109@monstr.eu> <4F3BC30A.4030301@monstr.eu> <4F3CC899.4070302@monstr.eu> From: Ohad Ben-Cohen Date: Thu, 16 Feb 2012 12:28:38 +0100 Message-ID: Subject: Re: remoteproc: Load coprocessor code to the specific main memory location To: monstr@monstr.eu Cc: LKML , John Williams , linux-arm , "Grosen, Mark" , Arnd Bergmann , Grant Likely , devicetree-discuss@lists.ozlabs.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1037 Lines: 24 On Thu, Feb 16, 2012 at 10:12 AM, Michal Simek wrote: > I should be more specific. Can you point me to remoteproc code which publish > remote service based on them Linux rpmsg driver will be probed? It is rtos > part of code. > In your ELCE presentation is called rpmsg-client-sample service. Sorry for the late response (I'm in ELC). Yes, use the client sample (which is part of the submitted patch set) and not the omx/server samples (which are public, but were never submitted nor cleaned up). The channels are created dynamically: the rpmsg bus designates address 53 for a name service, which listens to channel creation/removal announcements coming from the remote processor. Take a look in virtio_rpmsg_bus.c and you'll immediately see it. Hope this helps, Ohad. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/