public inbox for ecos-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug 1001114] New: New port: NXP LPC17XX Variant, Olimex LPC-1766-STK platform
@ 2011-01-15 18:05 bugzilla-daemon
  2011-01-15 18:09 ` [Bug 1001114] " bugzilla-daemon
                   ` (58 more replies)
  0 siblings, 59 replies; 114+ messages in thread
From: bugzilla-daemon @ 2011-01-15 18:05 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=1001114

           Summary: New port: NXP LPC17XX Variant, Olimex LPC-1766-STK
                    platform
           Product: eCos
           Version: CVS
          Platform: Other (please specify)
        OS/Version: Cortex-M
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: low
         Component: HAL
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: ilijak@siva.com.mk
                CC: ecos-bugs@ecos.sourceware.org
             Class: Advice Request


Created an attachment (id=1077)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1077)
LPC17xx HAL. Extract in packages/hal.

This is an eCos port to NXP LPC17xx Cortex-M controller family. Following
packages are submitted:
    Variant: LPC17XX
    Platform Olimex LPC-1766-STK.

Specific issues:

1. Cortex-M architecture
Due to LPC17XX specific SRAM location, a change of Vector Table location is
necessary which requires change in Cortex-M architecture hal_io.h header. Also,
due to different understanding of clock sources (int vs ext) between different
chip vendors, some changes in SysTick clock source selection macros are
necessary. All architectural patches are submitted in a separate bug referenced
below.

2. Device drivers
LPC17xx peripherals are compatible with LPC24xx so we can reuse drivers with
minor adjustments such as device base addresses. LPC24xx UART, Ethernet and
Wallclock drivers have been prepared in order to work on both old (LPC24xx) and
new (LPC17XX) platforms. Since the changes also affect LPC24xx (although
changes retain backward compatibility with LPC24XX) the driver patches are
submitted in a separate bug referenced below.

3. lwIP and LPC17xx AHB memory block(s)

lwIP makes use of statically allocated memory for buffers and heap (objects
defined as global static variables). LPC17XX, on the other hand, contains one
or two AHB memory blocks (16 KiB each) intended for "peripheral use". In order
to utilize this memory for lwIP usage:
    - a new memory section ahb_bss is defined
(include/pkgconf/mlt_cortexm_lpc17xx_inc.ldi);
    - CDL component "LPC17xx specific memory option" is submitted to lwIP
memory options by LPC-1766-STK CDL;
    - lwIP is patched to use special section if one is defined. lwIP patches
are submitted in a separate bug referenced below.

-- 
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] 114+ messages in thread
* [Bug 1001114] New: New port: NXP LPC17XX Variant, Olimex LPC-1766-STK platform
@ 2011-01-15 18:05 bugzilla-daemon
  2011-01-15 18:09 ` [Bug 1001114] " bugzilla-daemon
                   ` (53 more replies)
  0 siblings, 54 replies; 114+ messages in thread
From: bugzilla-daemon @ 2011-01-15 18:05 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=1001114

           Summary: New port: NXP LPC17XX Variant, Olimex LPC-1766-STK
                    platform
           Product: eCos
           Version: CVS
          Platform: Other (please specify)
        OS/Version: Cortex-M
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: low
         Component: HAL
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: ilijak@siva.com.mk
                CC: ecos-bugs@ecos.sourceware.org
             Class: Advice Request


Created an attachment (id=1077)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1077)
LPC17xx HAL. Extract in packages/hal.

This is an eCos port to NXP LPC17xx Cortex-M controller family. Following
packages are submitted:
    Variant: LPC17XX
    Platform Olimex LPC-1766-STK.

Specific issues:

1. Cortex-M architecture
Due to LPC17XX specific SRAM location, a change of Vector Table location is
necessary which requires change in Cortex-M architecture hal_io.h header. Also,
due to different understanding of clock sources (int vs ext) between different
chip vendors, some changes in SysTick clock source selection macros are
necessary. All architectural patches are submitted in a separate bug referenced
below.

2. Device drivers
LPC17xx peripherals are compatible with LPC24xx so we can reuse drivers with
minor adjustments such as device base addresses. LPC24xx UART, Ethernet and
Wallclock drivers have been prepared in order to work on both old (LPC24xx) and
new (LPC17XX) platforms. Since the changes also affect LPC24xx (although
changes retain backward compatibility with LPC24XX) the driver patches are
submitted in a separate bug referenced below.

3. lwIP and LPC17xx AHB memory block(s)

lwIP makes use of statically allocated memory for buffers and heap (objects
defined as global static variables). LPC17XX, on the other hand, contains one
or two AHB memory blocks (16 KiB each) intended for "peripheral use". In order
to utilize this memory for lwIP usage:
    - a new memory section ahb_bss is defined
(include/pkgconf/mlt_cortexm_lpc17xx_inc.ldi);
    - CDL component "LPC17xx specific memory option" is submitted to lwIP
memory options by LPC-1766-STK CDL;
    - lwIP is patched to use special section if one is defined. lwIP patches
are submitted in a separate bug referenced below.

-- 
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] 114+ messages in thread

end of thread, other threads:[~2011-05-13  7:05 UTC | newest]

Thread overview: 114+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-15 18:05 [Bug 1001114] New: New port: NXP LPC17XX Variant, Olimex LPC-1766-STK platform bugzilla-daemon
2011-01-15 18:09 ` [Bug 1001114] " bugzilla-daemon
2011-01-15 20:46 ` bugzilla-daemon
2011-01-15 20:56 ` bugzilla-daemon
2011-01-16  8:52 ` bugzilla-daemon
2011-01-16 17:20 ` bugzilla-daemon
2011-01-17  9:47 ` bugzilla-daemon
2011-01-17 12:59 ` bugzilla-daemon
2011-01-18  0:56 ` bugzilla-daemon
2011-01-18  1:48 ` bugzilla-daemon
2011-01-18  1:58 ` bugzilla-daemon
2011-01-18  2:00 ` bugzilla-daemon
2011-01-18 10:06 ` bugzilla-daemon
2011-01-18 10:45 ` bugzilla-daemon
2011-01-18 11:04 ` bugzilla-daemon
2011-01-18 11:48 ` bugzilla-daemon
2011-01-19 19:02 ` bugzilla-daemon
2011-01-22 21:32 ` bugzilla-daemon
2011-01-25 14:48 ` bugzilla-daemon
2011-01-26 20:15 ` bugzilla-daemon
2011-01-31 21:57 ` bugzilla-daemon
2011-02-01  9:54 ` bugzilla-daemon
2011-02-01 10:48 ` bugzilla-daemon
2011-02-01 11:52 ` bugzilla-daemon
2011-02-03 17:01 ` bugzilla-daemon
2011-02-03 17:02 ` bugzilla-daemon
2011-02-03 17:08 ` bugzilla-daemon
2011-02-08 21:09 ` bugzilla-daemon
2011-02-17 14:19 ` bugzilla-daemon
2011-02-21 18:11 ` bugzilla-daemon
2011-02-27 16:21 ` bugzilla-daemon
2011-02-27 16:56 ` bugzilla-daemon
2011-02-28 12:46 ` bugzilla-daemon
2011-02-28 13:40 ` bugzilla-daemon
2011-02-28 20:47 ` bugzilla-daemon
2011-03-05 12:34 ` bugzilla-daemon
2011-03-06 18:29 ` bugzilla-daemon
2011-03-06 20:54 ` bugzilla-daemon
2011-03-07 12:20 ` bugzilla-daemon
2011-03-07 12:23 ` bugzilla-daemon
2011-03-07 12:43 ` bugzilla-daemon
2011-03-07 19:04 ` bugzilla-daemon
2011-03-07 19:14 ` bugzilla-daemon
2011-03-10 22:06 ` bugzilla-daemon
2011-03-10 22:41 ` bugzilla-daemon
2011-03-11  7:58 ` bugzilla-daemon
2011-03-11  9:40 ` bugzilla-daemon
2011-03-11 11:19 ` bugzilla-daemon
2011-03-13 14:24 ` bugzilla-daemon
2011-03-13 15:34 ` bugzilla-daemon
2011-03-13 16:45 ` bugzilla-daemon
2011-03-14 11:02 ` bugzilla-daemon
2011-03-14 11:33 ` bugzilla-daemon
2011-03-14 12:15 ` bugzilla-daemon
2011-04-15  6:44 ` bugzilla-daemon
2011-05-12 10:56 ` bugzilla-daemon
2011-05-12 12:53 ` bugzilla-daemon
2011-05-12 13:01 ` bugzilla-daemon
2011-05-12 13:15 ` bugzilla-daemon
2011-05-13  7:05 ` bugzilla-daemon
  -- strict thread matches above, loose matches on Subject: below --
2011-01-15 18:05 [Bug 1001114] New: " bugzilla-daemon
2011-01-15 18:09 ` [Bug 1001114] " bugzilla-daemon
2011-01-15 20:46 ` bugzilla-daemon
2011-01-15 20:56 ` bugzilla-daemon
2011-01-16  8:52 ` bugzilla-daemon
2011-01-16 17:20 ` bugzilla-daemon
2011-01-17  9:47 ` bugzilla-daemon
2011-01-17 12:59 ` bugzilla-daemon
2011-01-18  0:56 ` bugzilla-daemon
2011-01-18  1:43 ` bugzilla-daemon
2011-01-18  1:48 ` bugzilla-daemon
2011-01-18  2:00 ` bugzilla-daemon
2011-01-18 10:06 ` bugzilla-daemon
2011-01-18 10:45 ` bugzilla-daemon
2011-01-18 11:04 ` bugzilla-daemon
2011-01-18 11:48 ` bugzilla-daemon
2011-01-19 19:21 ` bugzilla-daemon
2011-01-22 21:22 ` bugzilla-daemon
2011-01-25 14:48 ` bugzilla-daemon
2011-01-26 20:14 ` bugzilla-daemon
2011-01-31 22:11 ` bugzilla-daemon
2011-02-01  9:54 ` bugzilla-daemon
2011-02-01 10:48 ` bugzilla-daemon
2011-02-01 11:52 ` bugzilla-daemon
2011-02-03 17:01 ` bugzilla-daemon
2011-02-03 17:02 ` bugzilla-daemon
2011-02-03 17:09 ` bugzilla-daemon
2011-02-08 21:09 ` bugzilla-daemon
2011-02-17 14:19 ` bugzilla-daemon
2011-02-21 18:11 ` bugzilla-daemon
2011-02-27 16:21 ` bugzilla-daemon
2011-02-27 16:56 ` bugzilla-daemon
2011-02-28 12:46 ` bugzilla-daemon
2011-02-28 13:40 ` bugzilla-daemon
2011-02-28 20:47 ` bugzilla-daemon
2011-03-05 12:34 ` bugzilla-daemon
2011-03-06 18:29 ` bugzilla-daemon
2011-03-06 20:54 ` bugzilla-daemon
2011-03-07 12:20 ` bugzilla-daemon
2011-03-07 12:23 ` bugzilla-daemon
2011-03-07 12:43 ` bugzilla-daemon
2011-03-07 19:04 ` bugzilla-daemon
2011-03-07 19:14 ` bugzilla-daemon
2011-03-10 22:06 ` bugzilla-daemon
2011-03-10 22:41 ` bugzilla-daemon
2011-03-11  7:58 ` bugzilla-daemon
2011-03-11  9:40 ` bugzilla-daemon
2011-03-11 11:19 ` bugzilla-daemon
2011-03-13 14:35 ` bugzilla-daemon
2011-03-13 15:34 ` bugzilla-daemon
2011-03-13 16:45 ` bugzilla-daemon
2011-03-14 11:02 ` bugzilla-daemon
2011-03-14 11:33 ` bugzilla-daemon
2011-03-14 12:15 ` bugzilla-daemon
2011-04-15  6:44 ` 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).