From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lvps87-230-0-242.dedicated.hosteurope.de (lvps87-230-0-242.dedicated.hosteurope.de [87.230.0.242]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "plesk", Issuer "plesk" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 1A7D3DDF77 for ; Tue, 3 Mar 2009 20:49:46 +1100 (EST) MIME-Version: 1.0 Date: Tue, 03 Mar 2009 10:49:35 +0100 From: Michael Guntsche To: Grant Likely Subject: Re: PHY not found after migration of gianfar driver to an =?UTF-8?Q?of=5Fplatform=5Fdriver?= In-Reply-To: <9d38520266f15d80352d1554e63c1ce6@localhost> References: <3B1D47A2-329E-491E-B3AC-E76C1CE1762D@it-loops.com> <9d38520266f15d80352d1554e63c1ce6@localhost> Message-ID: Content-Type: text/plain; charset="UTF-8" Cc: linuxppc-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 03 Mar 2009 08:35:02 +0100, Michael Guntsche wrote: > As for adding additional information to the tree, can I also use libfdt > functions in platform/83xx/rbppc.c or is it better to do this via a > dedicated platform_init that simpleboot then uses? Sorry, please forget this quesiton. Of course simpleboot only reads the embedded tree so if I change the tree there it is the same as changing the initial DTS file. I will try to boot with a standard vmlinux image and then add the values in rbppc.c. Michael