From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10443 invoked by alias); 23 Jun 2012 05:58:56 -0000 Received: (qmail 10395 invoked by uid 22791); 23 Jun 2012 05:58:55 -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; Sat, 23 Jun 2012 05:58:41 +0000 Received: from localhost (hagrid.ecoscentric.com [127.0.0.1]) by mail.ecoscentric.com (Postfix) with ESMTP id 6B0272F78004 for ; Sat, 23 Jun 2012 06:58:40 +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 krQ23-7I3AZV; Sat, 23 Jun 2012 06:58:39 +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: jifl@ecoscentric.com X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: low X-Bugzilla-Assigned-To: jifl@ecoscentric.com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: 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, 23 Jun 2012 05:58:00 -0000 Message-Id: <20120623055835.414102F78007@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/msg01042.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 --- Comment #13 from Jonathan Larmour 2012-06-23 06:58:21 BST --- (In reply to comment #12) > I want to preserve also integral functionality of the part builder > CYGHWR_HAL_CORTEXM_KINETIS, including FPU option. > CYGHWR_HAL_CORTEXM_KINETIS_FPU selects FPU as Kinetis option and > CYGHWR_HAL_CORTEXM_FPU enables/disables FPU function so they aren't identical. Okay, I see what you're getting at - so the part can match what the user has, even if they're not actually using the FPU. That's fine. > But it's true that they look alike so below is CYGHWR_HAL_CORTEXM_KINETIS_FPU > reshaped to resemble the other entries of the part builder > (CYGHWR_HAL_CORTEXM_KINETIS_FLEXNVM can be reshaped likewise). > > cdl_option CYGHWR_HAL_CORTEXM_KINETIS_FPU { > display "Floating Point Unit part name option" > flavor data > no_define > legal_values { "D" "F" } > default_value { "D" } > requires { CYGHWR_HAL_CORTEXM_FPU implies > CYGHWR_HAL_CORTEXM_KINETIS_FPU == "F" } You also need to have the converse: requires { !CYGHWR_HAL_CORTEXM_FPU implies CYGHWR_HAL_CORTEXM_KINETIS_FPU == "D" } But other than that, that's fine by me. > description "Select/indicate whether the part has Floating Point > Unit. \"F\" - stands for > parts with FPU, while \"D\" for ones without." Just say "Select". Thanks! Jifl -- 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.