From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw02.freescale.net (az33egw02.freescale.net [192.88.158.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw02.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id CB87EDDED8 for ; Fri, 20 Feb 2009 04:24:46 +1100 (EST) Subject: Re: Regarding irq_of_parse_and_map From: Jon Loeliger To: Vijay Nikam In-Reply-To: References: <20090216180857.GA18069@ld0162-tx32.am.freescale.net> <499AF08B.6010702@freescale.com> <20090218165724.GA26391@ld0162-tx32.am.freescale.net> Content-Type: text/plain Date: Thu, 19 Feb 2009 11:24:36 -0600 Message-Id: <1235064276.29088.2.camel@ld0161-tx32> Mime-Version: 1.0 Cc: Scott Wood , "linuxppc-dev@ozlabs.org" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2009-02-19 at 17:21 +0530, Vijay Nikam wrote: > Also is it possible to compile device tree on Linux host and genreate > dtb for powerpc ? ? ? If yes, then how ? ? ? please let me know ... > thanks ... Uh, get a copy of the DTC using: $ git clone git://git.jdl.com/software/dtc.git $ cd dtc $ make HTH, jdl