From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22885 invoked by alias); 6 May 2013 05:14:30 -0000 Mailing-List: contact ecos-patches-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-patches-owner@ecos.sourceware.org Received: (qmail 22763 invoked by uid 89); 6 May 2013 05:14:22 -0000 X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 06 May 2013 05:14:21 +0000 Received: from localhost (hagrid.ecoscentric.com [127.0.0.1]) by mail.ecoscentric.com (Postfix) with ESMTP id 5FDE74680009 for ; Mon, 6 May 2013 06:14:19 +0100 (BST) Received: from mail.ecoscentric.com ([127.0.0.1]) by localhost (hagrid.ecoscentric.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id a5Uuk2BKtca9; Mon, 6 May 2013 06:14:14 +0100 (BST) From: bugzilla-daemon@bugs.ecos.sourceware.org To: ecos-patches@ecos.sourceware.org Subject: [Bug 1001839] New: Fix for wrong setup of flash memory parts for different Olimex LPC-2294 boards Date: Mon, 06 May 2013 05:14:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: eCos X-Bugzilla-Component: Patches and contributions X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: uwe_kindler@web.de X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: low X-Bugzilla-Assigned-To: unassigned@bugs.ecos.sourceware.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://bugs.ecos.sourceware.org/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-05/txt/msg00017.txt.bz2 Please do not reply to this email, use the link below. http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001839 Bug ID: 1001839 Summary: Fix for wrong setup of flash memory parts for different Olimex LPC-2294 boards Product: eCos Version: CVS Target: Other (please specify) Architecture/Host HostOS: Win XP/7 OS: Status: UNCONFIRMED Severity: major Priority: low Component: Patches and contributions Assignee: unassigned@bugs.ecos.sourceware.org Reporter: uwe_kindler@web.de CC: ecos-patches@ecos.sourceware.org Created attachment 2228 --> http://bugs.ecos.sourceware.org/attachment.cgi?id=2228&action=edit Patch for Olimex LPC-2294 boards that fixes flash configuration In the current flash driver for Olimex LPC-2294 boards, the wrong flash memory type was selected for certain boards (i.e. for Olimex LPC-E2294-1MB). The Olimex boards can have two flash configurations: TE28F160C3BD70 C3 INTEL FLASH or TE28F320C3BD70 C3 INTEL FLASH Only two boards (LPC-L2294-8MB and LPC-H2294) have the 4MB Intel 28F320C3 parts. This was wrong in the old implementation (I stumbeld across this issue wehn building Redboot for LPC-E2294-1MB). The attached patch fixes this issue and adds a table in the documentation, that shows the configurations more clearly. -- You are receiving this mail because: You are on the CC list for the bug.