From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from av.mvista.com (gateway-1237.mvista.com [12.44.186.158]) by ozlabs.org (Postfix) with ESMTP id 5BFF967A67 for ; Fri, 18 Mar 2005 04:44:38 +1100 (EST) Message-ID: <4239C1FD.7060308@mvista.com> Date: Thu, 17 Mar 2005 10:44:29 -0700 From: "Mark A. Greer" MIME-Version: 1.0 To: Brian Waite References: <200503170953.02626.waite@skycomputers.com> In-Reply-To: <200503170953.02626.waite@skycomputers.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: Andrew Morton , linuxppc-embedded@ozlabs.org Subject: Re: [PATCH] ppc32: 0/2 add support for Sky Computers HDPU Compute blade List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Brian Waite wrote: >+#define HDPU_INTERNAL_SRAM_BASE 0xfbfc0000 >+#define HDPU_INTERNAL_SRAM_SIZE 0x00040000 > > I haven't gone through in detail yet but one thing I did notice was that you don't have the proper SRAM alignment or size. The SRAM on the 64[34]60 is 2MB so it must be aligned on a boundary that's a multiple of 2MB. Mark