Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757345Ab1F1L1G (ORCPT ); Tue, 28 Jun 2011 07:27:06 -0400 Received: from mail-vx0-f174.google.com ([209.85.220.174]:45146 "EHLO mail-vx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755976Ab1F1L0X (ORCPT ); Tue, 28 Jun 2011 07:26:23 -0400 MIME-Version: 1.0 X-Originating-IP: [93.172.33.137] In-Reply-To: References: <1308640714-17961-1-git-send-email-ohad@wizery.com> <4E04F0B0.4030408@codeaurora.org> From: Ohad Ben-Cohen Date: Tue, 28 Jun 2011 14:26:01 +0300 Message-ID: Subject: Re: [RFC 0/8] Introducing a generic AMP/IPC framework To: "Grosen, Mark" Cc: Stephen Boyd , davinci-linux-open-source , Arnd Bergmann , Brian Swetland , Rusty Russell , "linux-kernel@vger.kernel.org" , Grant Likely , "linux-arm-msm@vger.kernel.org" , "akpm@linux-foundation.org" , "linux-omap@vger.kernel.org" , "linux-arm-kernel@lists.infradead.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: 919 Lines: 17 On Tue, Jun 28, 2011 at 12:22 AM, Grosen, Mark wrote: > 2. We added a special section (resource table) that is interpreted as part > of the loading process. The tool that generates our simple format just > recognizes a named section (".resource_table"), so perhaps that could be > done with the PIL ELF loader. I hope that DT will completely replace that "resource table" section eventually. We still need to try it out (as soon as DT materializes on ARM/pandaboard) and see how it all fits together, but in general it looks like DT could provide all the necessary static resource configuration, and then we just need to expose it to the remote processor. -- 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/