From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19905 invoked by alias); 26 Jul 2005 15:06:10 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 19876 invoked by uid 22791); 26 Jul 2005 15:06:04 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 26 Jul 2005 15:06:04 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j6QF63IA012007 for ; Tue, 26 Jul 2005 11:06:03 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j6QF5wV22844; Tue, 26 Jul 2005 11:05:58 -0400 Received: from 172.16.50.10 (vpn50-10.rdu.redhat.com [172.16.50.10]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id j6QF5taA009267; Tue, 26 Jul 2005 11:05:57 -0400 From: Mark Salter To: don.osburn@iscointl.com Cc: ecos-discuss@sources.redhat.com In-Reply-To: <000801c591f0$19e6c5a0$9c8534cc@iscointl.com> References: <000801c591f0$19e6c5a0$9c8534cc@iscointl.com> Content-Type: text/plain Date: Tue, 26 Jul 2005 15:06:00 -0000 Message-Id: <1122390354.5359.5.camel@gienah.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [ECOS] Re: Where is hal_platform_extras ? X-SW-Source: 2005-07/txt/msg00279.txt.bz2 On Tue, 2005-07-26 at 09:41 -0500, Don Osburn wrote: > Mark, > > Thanks for the response. > > I think our problem has to do with our memory config. I am attempting to > rebuild redboot to customize it but am not finding everything in the docs. > I have found the SDRAM #defines in > /packages/hal/arm/xscale/isdp425/current/include/ixdp425.h. However, the > Intel app note "Intel IXP4XX Product Line of Network Processors: Customizing > RedBoot*", section 5.4.2 says "Also note that the values must match the page > table in file ixdp425/current/include/hal_platform_extras." I can not find > hal_platform_extras anywhere in the source tree. > > Can you tell me where this is? > The Intel doc is out of date. The page table setup is now done in hal_platform_setup.h and uses the SDRAM defines so that you only have to change ixdp425.h. --Mark -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss