From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Grandegger Date: Tue, 25 Nov 2008 20:51:32 +0100 Subject: [U-Boot] PHY lib In-Reply-To: <20081125191914.EDAEC834B020@gemini.denx.de> References: <492BD92B.3070403@monstr.eu> <492C4475.70306@gmail.com> <20081125191914.EDAEC834B020@gemini.denx.de> Message-ID: <492C5744.5010205@grandegger.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > Dear Ben, > > In message <492C4475.70306@gmail.com> you wrote: >> I'd like to have the PHY library included in the 02.2009 release. One > > v2009.02, that is :-) > >> If we pulled all board info from a device tree, as people were talking >> about a few months ago, this would be easy and scalable. I don't know >> the status of that idea, and am very interested in what you and others >> think. > > I would really appreciate a move into this direction. > > BTW - Wolfgang: do you still plan to rebase & post your "Configure > U-Boot with a Device Tree" patches? They must have grown out of sync > terribly? Well, not really. The patch providing access to the FDT is quite simple, making use of it is another subject and requires a FDT aware device interface, in the first place. Search for "[U-Boot-Users] using a flat device tree to drive u-boot config" to find the last discussion on this topic. Wolfgang.