From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Barada Date: Tue, 08 Jan 2008 16:18:43 -0500 Subject: [U-Boot-Users] [PATCH] mpc83xx: UEC: add support for Broadcom BCM5481 Gigabit PHY In-Reply-To: <20080108142906.d9f29ede.kim.phillips@freescale.com> References: <20071225170126.GB21275@localhost.localdomain> <20080108105018.4d91dd7f.kim.phillips@freescale.com> <20080108184109.GA12103@localhost.localdomain> <20080108142906.d9f29ede.kim.phillips@freescale.com> Message-ID: <1199827124.8303.6.camel@blackhole> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 2008-01-08 at 14:29 -0600, Kim Phillips wrote: > On Tue, 8 Jan 2008 21:41:09 +0300 > Anton Vorontsov wrote: > > > On Tue, Jan 08, 2008 at 10:50:18AM -0600, Kim Phillips wrote: > > > On Tue, 25 Dec 2007 20:01:26 +0300 > > > Anton Vorontsov wrote: > > > > > > > This patch adds basic support for Broadcom BCM5481 PHY, > > > > with the quirk needed for at least MPC8360E-RDK. > > > > > > ? the MPC8360E-RDK doesn't exist in the mainline tree. > > > > Patch for the board support was sent at the same time. Though, > > I'll resend it with few improvements. > > ok, yes, I'm a bit behind in my emails still :(. > > I took a brief look at it; while modding, can you please: > > a. reorder your Makefile entry in alpha order (per WD), and add > MAINTAINERS and MAKEALL entries. > > b. move the non-board specific nand code out of the board directory and > merge with drivers/mtd/nand (this should go through Stefan Roese). > > c. turn off CONFIG_OF_HAS_BD_T and CONFIG_OF_HAS_UBOOT_ENV (unless you > have a really good reason to keep them on). > > d. remove references to OF_CPU, OF_SOC, OF_QE, OF_TBCLK, OF_STDOUT_PATH > and use the new libfdt glue code. > > thanks in advance. > > > > > Quirk comes from MPC8360E-RDK BSP source, I think author is > > > > Peter Barada , but I'm not sure. > > > > > > solicit his signoff then? > > > > Not an absolute necessity. > > > ok, we'll see if Peter replies anyway. Thanks for paying attention to > this matter. I the code to the Freescale BSP u-boot-1.1.3 code that added support for the 8360EPB board. Where is the patch you put together so I can look it over? > > Kim -- Peter Barada