From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11293 invoked by alias); 11 Mar 2013 13:39:37 -0000 Received: (qmail 11192 invoked by uid 22791); 11 Mar 2013 13:39:35 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SARE_OBFU_PART_OFF 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; Mon, 11 Mar 2013 13:39:25 +0000 Received: by mail.ecoscentric.com (Postfix, from userid 48) id F0FBA4680003; Mon, 11 Mar 2013 13:39:23 +0000 (GMT) From: bugzilla-daemon@bugs.ecos.sourceware.org To: unassigned@bugs.ecos.sourceware.org Subject: [Bug 1001796] New: AT91/ARM9 architecure extension Date: Mon, 11 Mar 2013 13:39:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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: UNCONFIRMED X-Bugzilla-Priority: low X-Bugzilla-Assigned-To: unassigned@bugs.ecos.sourceware.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://bugs.ecos.sourceware.org/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: 2013/txt/msg00126.txt.bz2 Please do not reply to this email, use the link below. http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001796 Bug ID: 1001796 Summary: AT91/ARM9 architecure extension Product: eCos Version: CVS Target: All Architecture/Host Other OS: Status: UNCONFIRMED Severity: enhancement Priority: low Component: HAL Assignee: unassigned@bugs.ecos.sourceware.org Reporter: bernd.edlinger@hotmail.de CC: ecos-bugs@ecos.sourceware.org This is a spin-off of the enhancement bug# 1001649. It contains all the extensions to the AT91 architecture that are necessary to integrate the new ARM9 processor family members of the growing Atmel AT91 processor family. One main objective of this patch is to ensure the existing ports do not break because of these extensions. This is done by changing as little as possible to the existing headers, like var_io.h, while opening a way, how to integrate new processor without touching these central header files all the time. There are however a few bug-fixes included that may be of interest to other ports as well: - THUMB Mode was broken (did not compile) It does compile now, and is tested on AT91SAM9G45 platform. - Fixed FIQ Enable Mode: FIQ CPSR Flag was task specific. - Fixed Spurious Interrupts Crash. - Fixed ARM_ICE_THREAD_SUPPORT. Must keep that at 0ffset 0x50. - AT91SAM7s: Diag Port=UART2 did not compile. - Fixed recv from debug port with serial line speed > 38400 baud. - Enhanced accuracy in hal_delay_us() with PIT timer. - Fixed overflow in hal_delay_us() with TC timer. - Fixed crash in hal_if.c when no Debug port is configured. (by Number of communication channels on board = 0, Debug serial port = -1) - Fixed compile error in arm_stub.c in some configurations. -- You are receiving this mail because: You are the assignee for the bug.