From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21116 invoked by alias); 27 Oct 2012 07:56:41 -0000 Received: (qmail 21109 invoked by uid 22791); 27 Oct 2012 07:56:40 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW 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; Sat, 27 Oct 2012 07:56:35 +0000 Received: from localhost (hagrid.ecoscentric.com [127.0.0.1]) by mail.ecoscentric.com (Postfix) with ESMTP id 94AD12FB082B for ; Sat, 27 Oct 2012 08:56:34 +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 jfATgEGLMY4M; Sat, 27 Oct 2012 08:56:33 +0100 (BST) From: bugzilla-daemon@bugs.ecos.sourceware.org To: ecos-bugs@ecos.sourceware.org Subject: [Bug 1001606] Enable the cache on Kinetis in RAM startup mode X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: eCos X-Bugzilla-Component: HAL X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: bernd.edlinger@hotmail.de X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: low 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: Sat, 27 Oct 2012 07:56:00 -0000 Message-Id: <20121027075633.21ED02FB082C@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/msg01309.txt.bz2 Please do not reply to this email. Use the web interface provided at: http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001606 Bernd Edlinger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bernd.edlinger@hotmail.de --- Comment #30 from Bernd Edlinger 2012-10-27 08:56:30 BST --- Hi Ilija, just one or two things: In macro CYGHWR_HAL_KINETIS_CACHE_WAIT if the priorities do not need to be swapped, the delay loop seems to be missing. and generally the macro parameters should be used in brackets: example: #define CYGHWR_HAL_KINETIS_AXBS_CRS_PCTL(_x_) ((_x_ << CYGHWR_HAL_KINETIS_AXBS_CRS_PCTL_S)... here _x_ could be an expression and the macro should be written this way: #define CYGHWR_HAL_KINETIS_AXBS_CRS_PCTL(_x_) (((_x_) << CYGHWR_HAL_KINETIS_AXBS_CRS_PCTL_S)... same for CYGHWR_HAL_KINETIS_AXBS_PRS_MASTER_S, CYGHWR_HAL_KINETIS_AXBS_PRS_MASTER_PRIO, CYGHWR_HAL_KINETIS_AXBS_CRS_ARB, CYGHWR_HAL_KINETIS_CACHE_WAIT: parameter lmem_p used wwithout brackets. Regards, Bernd Edlinger. -- 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.