From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 30 Aug 2007 16:05:07 -0500 From: Scott Wood To: Grant Likely Subject: Re: [PATCH] mpc5200: add cuimage support for mpc5200 boards Message-ID: <20070830210507.GA7757@ld0162-tx32.am.freescale.net> References: <20070830205550.11315.98506.stgit@trillian.cg.shawcable.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20070830205550.11315.98506.stgit@trillian.cg.shawcable.net> Cc: linuxppc-dev@ozlabs.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Aug 30, 2007 at 02:57:40PM -0600, Grant Likely wrote: > diff --git a/arch/powerpc/boot/mpc52xx-psc.c b/arch/powerpc/boot/mpc52xx-psc.c > new file mode 100644 > index 0000000..46eecf0 > --- /dev/null > +++ b/arch/powerpc/boot/mpc52xx-psc.c > @@ -0,0 +1,89 @@ > +/* > + * CPM serial console support. > + * > + * Copyright 2007 Freescale Semiconductor, Inc. > + * Author: Scott Wood > + * > + * It is assumed that the firmware (or the platform file) has already set > + * up the port. Might want to update that comment block... :-) -Scott