From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nommos.sslcatacombnetworking.com (nommos.sslcatacombnetworking.com [67.18.224.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 807F167CDF for ; Wed, 4 Oct 2006 14:26:58 +1000 (EST) In-Reply-To: <20061003231751.00484d8a.kim.phillips@freescale.com> References: <20061003231751.00484d8a.kim.phillips@freescale.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: From: Kumar Gala Subject: Re: [PATCH 4/7] Add MPC8360EMDS board support (try 2) Date: Tue, 3 Oct 2006 23:27:42 -0500 To: Kim Phillips Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Oct 3, 2006, at 11:17 PM, Kim Phillips wrote: > From: Li Yang > > The patch adds MPC8360EMDS board support (get_bcsr removed). > > Signed-off-by: Li Yang > Signed-off-by: Yin Olivia > Signed-off-by: Kim Phillips > --- > arch/powerpc/configs/mpc8360emds_defconfig | 1018 +++++++++++++++++ > +++++++++++ > arch/powerpc/platforms/83xx/mpc8360e_pb.c | 220 ++++++ > arch/powerpc/platforms/83xx/mpc8360e_pb.h | 23 + > 3 files changed, 1261 insertions(+), 0 deletions(-) What's the point of the mpc8360e_pb.h if there's nothing in it? Also, any reason the files are _pb and config is emds? - k