From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1967 invoked by alias); 5 Jun 2012 07:57:08 -0000 Received: (qmail 1955 invoked by uid 22791); 5 Jun 2012 07:57:07 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Jun 2012 07:56:54 +0000 Received: from localhost (hagrid.ecoscentric.com [127.0.0.1]) by mail.ecoscentric.com (Postfix) with ESMTP id 796E42F7800D for ; Tue, 5 Jun 2012 08:56:53 +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 KLdkUIlHmnUA; Tue, 5 Jun 2012 08:56:53 +0100 (BST) From: bugzilla-daemon@bugs.ecos.sourceware.org To: ecos-bugs@ecos.sourceware.org Subject: [Bug 1000761] eCos support for MPC5xxx MCUs X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: eCos X-Bugzilla-Component: Patches and contributions X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: ilijak@siva.com.mk X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: normal X-Bugzilla-Assigned-To: jifl@ecoscentric.com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: CC In-Reply-To: References: X-Bugzilla-URL: http://bugs.ecos.sourceware.org/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Tue, 05 Jun 2012 07:57:00 -0000 Message-Id: <20120605075650.F0F5D2F78013@mail.ecoscentric.com> Mailing-List: contact ecos-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-bugs-owner@sourceware.org X-SW-Source: 2012/txt/msg01019.txt.bz2 Please do not reply to this email. Use the web interface provided at: http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000761 Ilija Kocho changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ilijak@siva.com.mk --- Comment #37 from Ilija Kocho 2012-06-05 08:56:35 BST --- (In reply to comment #35) > Hi Jonathan, > our current port has little communality with the files I checked in way back > then, however I see I will need to fix the copyright headers and I guess I have > a major problem with the Tabs, since I always use them. > I will also create the directory hierarchy as suggested. > All of those adjustments will take a couple of days, since I am in the middle > of working on a dependent application project, so I do not want to change the > baseline during this. > > Stefan Hi Stefan In current CVS you will find platform independent _universal_ drivers for Freescale peripherals. They are decoupled from particular architecture with intention to (re)use them with all (Freescale) architectures. I find following drivers eligible for use with MPC 5xxx: CYGPKG_DEVS_ETH_FREESCALE_ENET CYGPKG_DEVS_SPI_FREESCALE_DSPI CYGPKG_DEVS_DISK_MMC_FREESCALE_DSPI CYGPKG_IO_SERIAL_FREESCALE_ESCI_HDR CYGPKG_IO_SERIAL_FREESCALE_ESCI CYGPKG_HAL_FREESCALE_EDMA - currently for 32 channels but can be extended tp 64. Also from Bugzilla following I2C driver: http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001397 Likewise your MPC5xxx CAN driver could be prepared in similar fashion. I would be happy to help you with both adapting MPC5xxx contribution for use with universal drivers and for rendering MPC drivers such as CAN into universal. Regards Ilija -- Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.