public inbox for ecos-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug 1001662] New: CYGNUM_HAL_EXCEPTION_MIN for cortexm arch seems incorrect
@ 2012-08-27 15:52 bugzilla-daemon
  0 siblings, 0 replies; 2+ messages in thread
From: bugzilla-daemon @ 2012-08-27 15:52 UTC (permalink / raw)
  To: ecos-bugs

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001662

           Summary: CYGNUM_HAL_EXCEPTION_MIN for cortexm arch seems
                    incorrect
           Product: eCos
           Version: CVS
          Platform: stm3240g_eval (ST STM3240G-EVAL board)
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: normal
          Priority: low
         Component: Kernel
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: richard.morris@lifetech.com
                CC: ecos-bugs@ecos.sourceware.org
             Class: Advice Request


This is my first ecos bug submittal.  Please provide guidance if this is not
correctly done.

When Ecos is configured for POSIX support (and maybe otherwise), the
CYGNUM_HAL_EXCEPTION_MIN is set to CYGNUM_HAL_EXCEPTION_DATA_UNALIGNED_ACCESS. 
When the kernel initializes and builds the exception table, the assertion that
checks the exceptions being built against CYGNUM_HAL_EXCEPTION_MIN fails.

It appears that the correct value should be
CYGNUM_HAL_EXCEPTION_DATA_TLBMISS_ACCESS.

Current cvs trunk of: ecos/packages/hal/cortexm/arch/current/include/hal_intr.h

#define CYGNUM_HAL_EXCEPTION_MIN     CYGNUM_HAL_EXCEPTION_DATA_UNALIGNED_ACCESS

Correct value:

#define CYGNUM_HAL_EXCEPTION_MIN     CYGNUM_HAL_EXCEPTION_DATA_TLBMISS_ACCESS

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


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

* [Bug 1001662] New: CYGNUM_HAL_EXCEPTION_MIN for cortexm arch seems incorrect
@ 2012-08-27 15:52 bugzilla-daemon
  0 siblings, 0 replies; 2+ messages in thread
From: bugzilla-daemon @ 2012-08-27 15:52 UTC (permalink / raw)
  To: unassigned

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001662

           Summary: CYGNUM_HAL_EXCEPTION_MIN for cortexm arch seems
                    incorrect
           Product: eCos
           Version: CVS
          Platform: stm3240g_eval (ST STM3240G-EVAL board)
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: normal
          Priority: low
         Component: Kernel
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: richard.morris@lifetech.com
                CC: ecos-bugs@ecos.sourceware.org
             Class: Advice Request


This is my first ecos bug submittal.  Please provide guidance if this is not
correctly done.

When Ecos is configured for POSIX support (and maybe otherwise), the
CYGNUM_HAL_EXCEPTION_MIN is set to CYGNUM_HAL_EXCEPTION_DATA_UNALIGNED_ACCESS. 
When the kernel initializes and builds the exception table, the assertion that
checks the exceptions being built against CYGNUM_HAL_EXCEPTION_MIN fails.

It appears that the correct value should be
CYGNUM_HAL_EXCEPTION_DATA_TLBMISS_ACCESS.

Current cvs trunk of: ecos/packages/hal/cortexm/arch/current/include/hal_intr.h

#define CYGNUM_HAL_EXCEPTION_MIN     CYGNUM_HAL_EXCEPTION_DATA_UNALIGNED_ACCESS

Correct value:

#define CYGNUM_HAL_EXCEPTION_MIN     CYGNUM_HAL_EXCEPTION_DATA_TLBMISS_ACCESS

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


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

end of thread, other threads:[~2012-08-27 15:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-27 15:52 [Bug 1001662] New: CYGNUM_HAL_EXCEPTION_MIN for cortexm arch seems incorrect bugzilla-daemon
2012-08-27 15:52 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).