From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <46D734AA.1050206@genesi-usa.com> Date: Thu, 30 Aug 2007 22:20:42 +0100 From: Matt Sealey MIME-Version: 1.0 To: Grant Likely Subject: Re: [PATCH] mpc5200: add cuimage support for mpc5200 boards References: <20070830205550.11315.98506.stgit@trillian.cg.shawcable.net> <20070830210507.GA7757@ld0162-tx32.am.freescale.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Cc: linuxppc-dev@ozlabs.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , +/* + * Old U-boot compatibility for 8200 + * And this one? -- Matt Sealey Genesi, Manager, Developer Relations Grant Likely wrote: > On 8/30/07, Scott Wood wrote: >> 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... :-) > > HAHAHAHAHAHAHA! Yeah, I'll fix that. :-) > > g. >