source: rtems/c/src/lib/libbsp/arm/lpc24xx/ChangeLog @ 9647f7fe

4.104.115
Last change on this file since 9647f7fe was 9647f7fe, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 02/27/09 at 11:26:44
  • README: Added NCS.
  • Makefile.am, configure.ac, preinstall.am: Added BSP variants.
  • console/console-config.c, clock/clock-config.c, ssp/ssp.c: Fixed register settings. Cleanup.
  • include/bsp.h: Added network defines and functions.
  • include/lpc24xx.h: Added AHB and EMC defines. Fixed Ethernet status sizes.
  • include/system-clocks.h, misc/system-clocks.c: Added micro seconds delay function that uses Timer 1. Changed PLL setup.
  • network/network.c, startup/bspreset.c, startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram: New files.
  • startup/bspstart.c: Added EMC initialization. Changes for ROM boot.
  • Property mode set to 100644
File size: 4.4 KB
Line 
12009-02-27      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * README: Added NCS.
4        * Makefile.am, configure.ac, preinstall.am: Added BSP variants.
5        * console/console-config.c, clock/clock-config.c, ssp/ssp.c: Fixed
6        register settings.  Cleanup.
7        * include/bsp.h: Added network defines and functions.
8        * include/lpc24xx.h: Added AHB and EMC defines.  Fixed Ethernet status
9        sizes.
10        * include/system-clocks.h, misc/system-clocks.c: Added micro seconds
11        delay function that uses Timer 1.  Changed PLL setup.
12        * network/network.c, startup/bspreset.c, startup/linkcmds.lpc2478,
13        startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram: New
14        files.
15        * startup/bspstart.c: Added EMC initialization.  Changes for ROM boot.
16
172009-02-17      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Fix breakage introduced in 2009-02-13 changes.
20
212009-02-13      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * Makefile.am, preinstall.am: Use stub tm27.h.
24
252008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * configure.ac: Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_RTC).
28        Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_MAIN).
29        * include/bsp.h: #include <bspopts.h>.
30        * misc/system-clocks.c: Receive LPC24XX_OSCILLATOR_RTC,
31        LPC24XX_OSCILLATOR_MAIN through bspopts.h.
32
332008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * bsp_specs: Move -e start from *link to *startfile to avoid warning
36        for undefined entry symbol when linking relocatables with binutils
37        2.19.
38
392008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * Makefile.am, preinstall.am: Add timer driver stub.
42
432008-09-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
44
45        * ssp/ssp.c, misc/dma.c, include/dma.h, include/ssp.h: New files.
46
47        * Makefile.am, preinstall.am, README: Update.
48
49        * include/irq.h: Fixed typos.
50
51        * include/lpc24xx.h: New defines and types.  Converted to UNIX line
52        endings.
53
54        * misc/system-clocks.c, startup/bspstart.c: Update for utility.h
55        changes.
56
572008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * clock/clock-config.c: include "../../../shared/clockdrv_shell.h".
60        * Makefile.am: Reflect changes above.
61
622008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
65        of building libbspstart.a, using automake-rules.
66
672008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * Makefile.am: Eliminate *_SOURCES.
70
712008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
74        components.
75
762008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
79
802008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * preinstall.am: Regenerated.
83
842008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * Makefile.am: Eliminates libcpudir.
87
882008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
89
90        * Makefile.am: Remove NETWORKING (Sources are missing).
91
922008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * Makefile.am: Add DISTCLEANFILES = include/bspopts.h.
95
962008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * Makefile.am: Add bsp_specs.
99
1002008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        PR 1322/bsps
103        * include/bspopts.h.in: Remove.
104
1052008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
108        work area allocation mandatory. Rename
109        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
110
1112008-09-23      Joel Sherrill <joel.sherrill@OARcorp.com>
112
113        * README: Add URL.
114
1152008-09-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
116
117        * Makefile.am, preinstall.am, include/lpc24xx.h, misc/system-clocks.c:
118        Move utility.h
119
1202008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
121
122        * Makefile.am, startup/bspstart.c: Use standardized bsp_cleanup() which
123        can optionally print a message, poll for user to press key, and call
124        bsp_reset(). Using this eliminates the various bsp_cleanup()
125        implementations which had their own implementation and variety of
126        string constants.
127
1282008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
129
130        * .cvsignore, include/bspopts.h.in: New files.
131
1322008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
133
134        * bsp_specs, clock/clock-config.c, configure.ac,
135        console/console-config.c, include/bsp.h, include/irq-config.h,
136        include/irq.h, include/lpc24xx.h, include/system-clocks.h, irq/irq.c,
137        Makefile.am, misc/system-clocks.c, preinstall.am, README,
138        rtc/rtc-config.c, startup/bspstart.c, startup/linkcmds: New files.
Note: See TracBrowser for help on using the repository browser.