source: rtems/c/src/lib/libbsp/arm/edb7312/ChangeLog @ f05b2ac

4.104.114.84.95
Last change on this file since f05b2ac was fb7a141, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:10:42

2004-04-01 Ralf Corsepius <ralf_corsepius@…>

  • include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
  • include/bsp.h: Include <rtems/console.h> instead of <console.h>.
  • include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
  • Property mode set to 100644
File size: 7.4 KB
Line 
12004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
4        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
5        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
6
72004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
8
9        * console/uart.c, include/ep7312.h, startup/bspstart.c,
10        timer/timer.c: Convert to using c99 fixed size types.
11
122004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * Makefile.am: Reflect changes to bsp.am.
15        Preinstall dist_project_lib*.
16
172004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Reflect changes to bsp.am.
20
212004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
24
252004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Pickup files from ../../arm/shared instead of
28        ../shared. Reformat.
29
302004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * include/bsp.h: Remove config.
33        * irq/irq.c: Remove stray blanks.
34        * start/start.S: Add missing */ in comments.
35
362004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
39        network/Makefile.am, irq/Makefile.am, start/Makefile.am,
40        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
41        compilation rules.
42        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
43        irq/Makefile.am, start/Makefile.am, startup/Makefile.am,
44        timer/Makefile.am, wrapup/Makefile.am: Remove.
45        * configure.ac: Reflect changes above.
46
472004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Add PREINSTALL_DIRS.
50        * irq/Makefile.am: Ditto.
51
522004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
55        Add PRE/TMPINSTALL_FILES to CLEANFILES.
56        * irq/Makefile.am: Ditto.
57        * start/Makefile.am: Ditto.
58        * startup/Makefile.am: Ditto.
59
602004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * wrapup/Makefile.am: Eliminate $(LIB).
63        Use noinst_DATA to trigger building libbsp.a.
64
652003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        PR 541/bsps
68        * startup/linkcmds: Remove SEARCH_DIR.
69
702003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
73        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
74
752003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
78        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
79        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
80
812003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
84
852003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * network/Makefile.am: Misc cleanups and fixes.
88        * start/Makefile.am: Misc cleanups and fixes.
89        * startup/Makefile.am: Misc cleanups and fixes.
90        * wrapup/Makefile.am: Misc cleanups and fixes.
91
922003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Add preinstallation dirstamp support.
95        * irq/Makefile.am: Add preinstallation dirstamp support.
96        * network/Makefile.am: Cosmetics.
97        * wrapup/Makefile.am: Cosmetics.
98
992003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * clock/Makefile.am: Remove all-local: $(ARCH).
102        * console/Makefile.am: Remove all-local: $(ARCH).
103        * irq/Makefile.am: Remove all-local: $(ARCH).
104        * network/Makefile.am: Remove all-local: $(ARCH).
105        * start/Makefile.am: Remove all-local: $(ARCH).
106        * startup/Makefile.am: Remove all-local: $(ARCH).
107        * timer/Makefile.am: Remove all-local: $(ARCH).
108        * wrapup/Makefile.am: Remove all-local: $(ARCH).
109
1102003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Merge-in include/Makefile.am.
113        Reflect changes to bsp.am.
114        * include/Makefile.am: Remove.
115        * configure.ac: Reflect changes above.
116
1172003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * bsp_specs: Remove *lib:.
120
1212003-09-04      Joel Sherrill <joel@OARcorp.com>
122
123        * clock/clockdrv.c, console/uart.c, include/bsp.h, include/ep7312.h,
124        irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h,
125        start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds,
126        timer/timer.c: URL for license changed.
127
1282003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Reflect having moved aclocal/.
131
1322003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Reflect having moved automake/.
135        * clock/Makefile.am: Reflect having moved automake/.
136        * console/Makefile.am: Reflect having moved automake/.
137        * include/Makefile.am: Reflect having moved automake/.
138        * irq/Makefile.am: Reflect having moved automake/.
139        * network/Makefile.am: Reflect having moved automake/.
140        * start/Makefile.am: Reflect having moved automake/.
141        * startup/Makefile.am: Reflect having moved automake/.
142        * timer/Makefile.am: Reflect having moved automake/.
143        * wrapup/Makefile.am: Reflect having moved automake/.
144
1452003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
148
1492003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        PR 445/bsps
152        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
153        Remove cpp, old_cpp (now unused).
154
1552003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        PR 444/bsps
158        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
159
1602003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Remove AC_CONFIG_AUX_DIR.
163
1642003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
167
1682003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: AC_PREREQ(2.57).
171
1722003-01-20      Joel Sherrill <joel@OARcorp.com>
173
174        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
175
1762002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
179        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
180        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
181        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
182        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
183        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
184        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
185
1862002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * start/Makefile.am: Use install-data-local to install startfile.
189
1902002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
193
1942002-12-02      Joel Sherrill <joel@OARcorp.com>
195
196        * configure.ac, network/Makefile.am: Don't build if networking disabled.
197        * startup/linkcmds: Add sections to remove warnings.
198
1992002-11-17      Joel Sherrill <joel@OARcorp.com>
200
201        * network/network.c: Fix inconsistency in prototyping.
202
2032002-11-13      Joel Sherrill <joel@OARcorp.com>
204
205        * network/network.c: Removed warning per Jay's suggestion.
206
2072002-11-13      Joel Sherrill <joel@OARcorp.com>
208
209        * include/.cvsignore: Corrected.
210        * network/.cvsignore: New file.
211
2122002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
213
214        * New BSP.
215        * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac, README,
216        times, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
217        console/.cvsignore, console/Makefile.am, console/uart.c,
218        include/.cvsignore, include/Makefile.am, include/bsp.h,
219        include/ep7312.h, irq/.cvsignore, irq/Makefile.am, irq/bsp_irq_asm.S,
220        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, network/Makefile.am,
221        network/network.c, start/.cvsignore, start/Makefile.am,
222        start/start.S, startup/.cvsignore, startup/Makefile.am,
223        startup/bspstart.c, startup/exit.c, startup/linkcmds,
224        timer/.cvsignore, timer/Makefile.am, timer/timer.c,
225        wrapup/.cvsignore, wrapup/Makefile.am: New file.
226
Note: See TracBrowser for help on using the repository browser.