public inbox for ecos-patches@sourceware.org
 help / color / mirror / Atom feed
* [Bug 1001839] New: Fix for wrong setup of flash memory parts for different Olimex LPC-2294 boards
@ 2013-05-06  5:14 bugzilla-daemon
  2013-05-06 20:08 ` [Bug 1001839] " bugzilla-daemon
  0 siblings, 1 reply; 2+ messages in thread
From: bugzilla-daemon @ 2013-05-06  5:14 UTC (permalink / raw)
  To: ecos-patches

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug 1001839] Fix for wrong setup of flash memory parts for different Olimex LPC-2294 boards
  2013-05-06  5:14 [Bug 1001839] New: Fix for wrong setup of flash memory parts for different Olimex LPC-2294 boards bugzilla-daemon
@ 2013-05-06 20:08 ` bugzilla-daemon
  0 siblings, 0 replies; 2+ messages in thread
From: bugzilla-daemon @ 2013-05-06 20:08 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email, use the link below.

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001839

Sergei Gavrikov <sergei.gavrikov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sergei.gavrikov@gmail.com

--- Comment #1 from Sergei Gavrikov <sergei.gavrikov@gmail.com> ---
(In reply to comment #0)
> Created attachment 2228 [details]
> 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).

Uwe, this driver does describe *the first H/W revision* of Olimex LPC-E2294
board. That development board (green silk. PCB) had TE28F320C3BD70 FLASH and
CL8900A LAN controller (I got a mail with that PCB in 2005 :-)

> 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.

Your workaround makes that old olpce2294 target be "new" one (Olimex
LPC-E2294-1MB Rev. B). Unfortunately, H/W Revision "B" has and different LAN
controller (DM9000E) not only FLASH parts. So, FLASH I/O and networking won't
be work on old LPC-E2294 board (olpce2294 BSP in eCos AnonCVS). By other hand,
Olimex does not sell that old H/W anymore, perhaps, we have to add some CYGHWR*
definition in-side olpce2294 hal for Revision "B" boards, e.g.
CYGHWR_BOARD_OLPCE2294RB and check this definition in the flash/eth drivers.

By a chance, in 2009 I had re-worked HAL for some Olimex LPC-X2294 boards and
made olpcx22xx package: https://bitbucket.org/tickling/olpcx22xx Unfortunately,
that package is not consistent with existing CVS code (thought it can replace
it) at least, there is a basic support and for Olimex LPC-E2294 Rev. B board
there.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-06 20:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-06  5:14 [Bug 1001839] New: Fix for wrong setup of flash memory parts for different Olimex LPC-2294 boards bugzilla-daemon
2013-05-06 20:08 ` [Bug 1001839] " bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).