From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29638 invoked by alias); 3 Apr 2006 02:18:55 -0000 Received: (qmail 29628 invoked by uid 22791); 3 Apr 2006 02:18:55 -0000 X-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from gum.itee.uq.edu.au (HELO gum.itee.uq.edu.au) (130.102.66.1) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 03 Apr 2006 02:18:54 +0000 Received: from filter1.itee.uq.edu.au (filter1.itee.uq.edu.au [130.102.66.19]) by gum.itee.uq.edu.au (8.13.1/8.13.1) with ESMTP id k332IppI028916 for ; Mon, 3 Apr 2006 12:18:51 +1000 Received: from [192.168.1.14] (ss1-67.itee.uq.edu.au [130.102.67.251]) by filter1.itee.uq.edu.au (8.13.1/8.13.1) with ESMTP id k332Io2l013083 for ; Mon, 3 Apr 2006 12:18:50 +1000 Message-ID: <443085EC.2070701@itee.uq.edu.au> Date: Mon, 03 Apr 2006 02:18:00 -0000 From: Benny Chen Organization: ITEE User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: ecos-devel@ecos.sourceware.org Subject: XIP program on Intel P30 FLASH Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2006-04/txt/msg00000.txt.bz2 Hi Everyone, I am trying to get the P30 flash support on our edb9301 based board that runs RedBoot, at the moment the Start routine in vectors.S has completed the hal_platform_setup routines (but doesn't mean it did the right thing) but it stopped when trying to branch to the hal_hardware_init code. Stopped as in it did not execute that code. It seems to me that as the P30 flash requires program that is XIP be separate into data and code programing regions (which is not the case for the J3 flash), maybe that is my problem. How can I go about doing this? Any help is much appriciated. Regards, Benny