public inbox for ecos-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug 1001838] New: Freescale EDMA CDL dependency calculation
@ 2013-05-03 17:35 bugzilla-daemon
  2013-05-04  6:48 ` [Bug 1001838] " bugzilla-daemon
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: bugzilla-daemon @ 2013-05-03 17:35 UTC (permalink / raw)
  To: ecos-bugs

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

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

            Bug ID: 1001838
           Summary: Freescale EDMA CDL dependency calculation
           Product: eCos
           Version: unknown
            Target: freescale_twr_k60n512 (Freescale Kinetis TWR-K60N512)
  Architecture/Host Cortex-M
                OS:
            Status: UNCONFIRMED
          Severity: normal
          Priority: low
         Component: HAL
          Assignee: unassigned@bugs.ecos.sourceware.org
          Reporter: mjones@linear.com
                CC: ecos-bugs@ecos.sourceware.org

When I disable CYGSEM_HAL_ENABLE_DCACHE_ON_STARTUP, I get a conflict saying
startup mode must be WRITETHRU, which it is , but is also disabled (conflict
comes from CYGPKG_HAL_FREESCALE_EDMA). I believe the correct behavior is for
CYGPKG_HAL_FREESCALE_EDMA to ignore cache mode when cache is turned off.

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


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

* [Bug 1001838] Freescale EDMA CDL dependency calculation
  2013-05-03 17:35 [Bug 1001838] New: Freescale EDMA CDL dependency calculation bugzilla-daemon
@ 2013-05-04  6:48 ` bugzilla-daemon
  2013-05-04 13:05 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2013-05-04  6:48 UTC (permalink / raw)
  To: ecos-bugs

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

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

--- Comment #1 from Ilija Kocho <ilijak@siva.com.mk> ---
Created attachment 2226
  --> http://bugs.ecos.sourceware.org/attachment.cgi?id=2226&action=edit
Remove WRITETHRU requirement from eDMA

(In reply to comment #0)
Thank you Mike. This requirement shouldn't be here so I am removing with this
patch.

Ilija

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


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

* [Bug 1001838] Freescale EDMA CDL dependency calculation
  2013-05-03 17:35 [Bug 1001838] New: Freescale EDMA CDL dependency calculation bugzilla-daemon
  2013-05-04  6:48 ` [Bug 1001838] " bugzilla-daemon
@ 2013-05-04 13:05 ` bugzilla-daemon
  2013-05-04 14:17 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2013-05-04 13:05 UTC (permalink / raw)
  To: ecos-bugs

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

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

--- Comment #2 from Mike Jones <mjones@linear.com> ---
Ilija,

This patch will not apply like other patches with patch -p1 < filename

Mike

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


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

* [Bug 1001838] Freescale EDMA CDL dependency calculation
  2013-05-03 17:35 [Bug 1001838] New: Freescale EDMA CDL dependency calculation bugzilla-daemon
  2013-05-04  6:48 ` [Bug 1001838] " bugzilla-daemon
  2013-05-04 13:05 ` bugzilla-daemon
@ 2013-05-04 14:17 ` bugzilla-daemon
  2013-05-18 19:37 ` bugzilla-daemon
  2013-06-02 17:11 ` bugzilla-daemon
  4 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2013-05-04 14:17 UTC (permalink / raw)
  To: ecos-bugs

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

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

Ilija Kocho <ilijak@siva.com.mk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ilijak@siva.com.mk

--- Comment #3 from Ilija Kocho <ilijak@siva.com.mk> ---
(In reply to comment #2)
> Ilija,
> 
> This patch will not apply like other patches with patch -p1 < filename
> 
> Mike

Try

$ cd <ecos_repo>/packages/hal/misc/freescale/edma/current
$ patch -p0 -i patchfile


You can safely try different -p values with option --dry-run.

Ilija

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


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

* [Bug 1001838] Freescale EDMA CDL dependency calculation
  2013-05-03 17:35 [Bug 1001838] New: Freescale EDMA CDL dependency calculation bugzilla-daemon
                   ` (2 preceding siblings ...)
  2013-05-04 14:17 ` bugzilla-daemon
@ 2013-05-18 19:37 ` bugzilla-daemon
  2013-06-02 17:11 ` bugzilla-daemon
  4 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2013-05-18 19:37 UTC (permalink / raw)
  To: ecos-bugs

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

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

Ilija Kocho <ilijak@siva.com.mk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |1001815

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


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

* [Bug 1001838] Freescale EDMA CDL dependency calculation
  2013-05-03 17:35 [Bug 1001838] New: Freescale EDMA CDL dependency calculation bugzilla-daemon
                   ` (3 preceding siblings ...)
  2013-05-18 19:37 ` bugzilla-daemon
@ 2013-06-02 17:11 ` bugzilla-daemon
  4 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2013-06-02 17:11 UTC (permalink / raw)
  To: ecos-bugs

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

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

Ilija Kocho <ilijak@siva.com.mk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |CURRENTRELEASE

--- Comment #4 from Ilija Kocho <ilijak@siva.com.mk> ---
Checked in.

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


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

* [Bug 1001838] New: Freescale EDMA CDL dependency calculation
@ 2013-05-03 17:35 bugzilla-daemon
  0 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2013-05-03 17:35 UTC (permalink / raw)
  To: unassigned

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

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

            Bug ID: 1001838
           Summary: Freescale EDMA CDL dependency calculation
           Product: eCos
           Version: unknown
            Target: freescale_twr_k60n512 (Freescale Kinetis TWR-K60N512)
  Architecture/Host Cortex-M
                OS:
            Status: UNCONFIRMED
          Severity: normal
          Priority: low
         Component: HAL
          Assignee: unassigned@bugs.ecos.sourceware.org
          Reporter: mjones@linear.com
                CC: ecos-bugs@ecos.sourceware.org

When I disable CYGSEM_HAL_ENABLE_DCACHE_ON_STARTUP, I get a conflict saying
startup mode must be WRITETHRU, which it is , but is also disabled (conflict
comes from CYGPKG_HAL_FREESCALE_EDMA). I believe the correct behavior is for
CYGPKG_HAL_FREESCALE_EDMA to ignore cache mode when cache is turned off.

-- 
You are receiving this mail because:
You are the assignee for the bug.


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

end of thread, other threads:[~2013-06-02 17:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-03 17:35 [Bug 1001838] New: Freescale EDMA CDL dependency calculation bugzilla-daemon
2013-05-04  6:48 ` [Bug 1001838] " bugzilla-daemon
2013-05-04 13:05 ` bugzilla-daemon
2013-05-04 14:17 ` bugzilla-daemon
2013-05-18 19:37 ` bugzilla-daemon
2013-06-02 17:11 ` bugzilla-daemon
2013-05-03 17:35 [Bug 1001838] New: " 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).