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

4.104.114.84.95
Last change on this file since 0fe59ec was 0fe59ec, checked in by Joel Sherrill <joel.sherrill@…>, on 06/22/07 at 19:15:54

2007-06-22 Joel Sherrill <joel.sherrill@…>

  • clock/clockdrv.c: Fix spacing.
  • Property mode set to 100644
File size: 10.6 KB
Line 
12007-06-22      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * clock/clockdrv.c: Fix spacing.
4
52007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * network/network.c: Remove cs8900_get_mac_addr which conflicted with
8        one in libchip AND contained a hard-coded MAC address.
9
102007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
13        since it was used to configure a no longer used feature. Device names
14        are now part of the filesystem not in a table.
15
162007-05-15      Ray Xu <rayx@gmail.com>
17
18        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
19        not in score/cpu.
20
212007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * bsp_specs: Remove qrtems_debug.
24
252007-03-11      Joel Sherrill <joel@OARcorp.com>
26
27        * startup/bspstart.c: Remove assignments of
28        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
29        value in boot_card.c
30
312006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * configure.ac: New BUG-REPORT address.
34
352006-11-15      Joel Sherrill <joel@OARcorp.com>
36
37        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
38        file and simplified initialization.
39
402006-11-01      Joel Sherrill <joel@OARcorp.com>
41
42        * bsp_specs: Fix typo.
43
442006-10-30      Joel Sherrill <joel@OARcorp.com>
45
46        * bsp_specs: Add crti, crtbegin, crtend, and crtn.
47
482006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * Makefile.am: Remove superfluous -DASM.
51
522006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * configure.ac: Require autoconf-2.60. Require automake-1.10.
55
562006-06-02      Jay Monkman
57
58        * irq/bsp_irq_init.c: Changed interrupt handling
59        to use shared rtems_irq_connect_data struct.
60
612006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
62
63        * Makefile.am: Add preinstall.am.
64
652005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
66
67        * Makefile.am: Install/preinstall headers from ../../arm/shared.
68
692005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
70
71        * include/bsp.h: New header guard.
72
732005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
74
75        * irq/irq.h: Modified names and types to match rtems/irq.h.
76        Note: rtems/irq.h should be included after the addition of a
77        parameter to ISRs.
78
792005-04-26      Joel Sherrill <joel@OARcorp.com>
80
81        * network/network.c: Eliminate warnings.
82
832005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
84
85        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
86
872005-01-04      Joel Sherrill <joel@OARcorp.com>
88
89        * clock/clockdrv.c: Remove warnings.
90
912005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
92
93        * Makefile.am: Remove build-variant support.
94
952004-11-05      Joel Sherrill <joel@OARcorp.com>
96
97        * startup/linkcmds: Add .gnu.linkonce.b section and account for memory
98        area being named sdram NOT RAM.
99
1002004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        * configure.ac: Require automake > 1.9.
103
1042004-07-30      Jay Monkman <jtm@lopingdog.com>
105
106        * network/network.c: Changes to network driver to get it to compile
107        again.
108
1092004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
110
111        PR 610/bsps
112        * Makefile.am: Add include/tm27.h, Cosmetics.
113        * include/tm27.h: Final cosmetics.
114
1152004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
116
117        * include/bsp.h: Split out tmtest27 support.
118        * include/tm27.h: New.
119
1202004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
121
122        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
123        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
124        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
125
1262004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
127
128        * console/uart.c, include/ep7312.h, startup/bspstart.c,
129        timer/timer.c: Convert to using c99 fixed size types.
130
1312004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Reflect changes to bsp.am.
134        Preinstall dist_project_lib*.
135
1362004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Reflect changes to bsp.am.
139
1402004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
143
1442004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Pickup files from ../../arm/shared instead of
147        ../shared. Reformat.
148
1492004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * include/bsp.h: Remove config.
152        * irq/irq.c: Remove stray blanks.
153        * start/start.S: Add missing */ in comments.
154
1552004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
158        network/Makefile.am, irq/Makefile.am, start/Makefile.am,
159        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
160        compilation rules.
161        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
162        irq/Makefile.am, start/Makefile.am, startup/Makefile.am,
163        timer/Makefile.am, wrapup/Makefile.am: Remove.
164        * configure.ac: Reflect changes above.
165
1662004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Add PREINSTALL_DIRS.
169        * irq/Makefile.am: Ditto.
170
1712004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
174        Add PRE/TMPINSTALL_FILES to CLEANFILES.
175        * irq/Makefile.am: Ditto.
176        * start/Makefile.am: Ditto.
177        * startup/Makefile.am: Ditto.
178
1792004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * wrapup/Makefile.am: Eliminate $(LIB).
182        Use noinst_DATA to trigger building libbsp.a.
183
1842003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        PR 541/bsps
187        * startup/linkcmds: Remove SEARCH_DIR.
188
1892003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
192        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
193
1942003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
197        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
198        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
199
2002003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
203
2042003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * network/Makefile.am: Misc cleanups and fixes.
207        * start/Makefile.am: Misc cleanups and fixes.
208        * startup/Makefile.am: Misc cleanups and fixes.
209        * wrapup/Makefile.am: Misc cleanups and fixes.
210
2112003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Add preinstallation dirstamp support.
214        * irq/Makefile.am: Add preinstallation dirstamp support.
215        * network/Makefile.am: Cosmetics.
216        * wrapup/Makefile.am: Cosmetics.
217
2182003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * clock/Makefile.am: Remove all-local: $(ARCH).
221        * console/Makefile.am: Remove all-local: $(ARCH).
222        * irq/Makefile.am: Remove all-local: $(ARCH).
223        * network/Makefile.am: Remove all-local: $(ARCH).
224        * start/Makefile.am: Remove all-local: $(ARCH).
225        * startup/Makefile.am: Remove all-local: $(ARCH).
226        * timer/Makefile.am: Remove all-local: $(ARCH).
227        * wrapup/Makefile.am: Remove all-local: $(ARCH).
228
2292003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am: Merge-in include/Makefile.am.
232        Reflect changes to bsp.am.
233        * include/Makefile.am: Remove.
234        * configure.ac: Reflect changes above.
235
2362003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * bsp_specs: Remove *lib:.
239
2402003-09-04      Joel Sherrill <joel@OARcorp.com>
241
242        * clock/clockdrv.c, console/uart.c, include/bsp.h, include/ep7312.h,
243        irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h,
244        start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds,
245        timer/timer.c: URL for license changed.
246
2472003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * Makefile.am: Reflect having moved aclocal/.
250
2512003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Reflect having moved automake/.
254        * clock/Makefile.am: Reflect having moved automake/.
255        * console/Makefile.am: Reflect having moved automake/.
256        * include/Makefile.am: Reflect having moved automake/.
257        * irq/Makefile.am: Reflect having moved automake/.
258        * network/Makefile.am: Reflect having moved automake/.
259        * start/Makefile.am: Reflect having moved automake/.
260        * startup/Makefile.am: Reflect having moved automake/.
261        * timer/Makefile.am: Reflect having moved automake/.
262        * wrapup/Makefile.am: Reflect having moved automake/.
263
2642003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
267
2682003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        PR 445/bsps
271        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
272        Remove cpp, old_cpp (now unused).
273
2742003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        PR 444/bsps
277        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
278
2792003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * configure.ac: Remove AC_CONFIG_AUX_DIR.
282
2832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
286
2872003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * configure.ac: AC_PREREQ(2.57).
290
2912003-01-20      Joel Sherrill <joel@OARcorp.com>
292
293        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
294
2952002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
298        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
299        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
300        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
301        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
302        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
303        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
304
3052002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * start/Makefile.am: Use install-data-local to install startfile.
308
3092002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
312
3132002-12-02      Joel Sherrill <joel@OARcorp.com>
314
315        * configure.ac, network/Makefile.am: Don't build if networking disabled.
316        * startup/linkcmds: Add sections to remove warnings.
317
3182002-11-17      Joel Sherrill <joel@OARcorp.com>
319
320        * network/network.c: Fix inconsistency in prototyping.
321
3222002-11-13      Joel Sherrill <joel@OARcorp.com>
323
324        * network/network.c: Removed warning per Jay's suggestion.
325
3262002-11-13      Joel Sherrill <joel@OARcorp.com>
327
328        * include/.cvsignore: Corrected.
329        * network/.cvsignore: New file.
330
3312002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
332
333        * New BSP.
334        * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac, README,
335        times, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
336        console/.cvsignore, console/Makefile.am, console/uart.c,
337        include/.cvsignore, include/Makefile.am, include/bsp.h,
338        include/ep7312.h, irq/.cvsignore, irq/Makefile.am, irq/bsp_irq_asm.S,
339        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, network/Makefile.am,
340        network/network.c, start/.cvsignore, start/Makefile.am,
341        start/start.S, startup/.cvsignore, startup/Makefile.am,
342        startup/bspstart.c, startup/exit.c, startup/linkcmds,
343        timer/.cvsignore, timer/Makefile.am, timer/timer.c,
344        wrapup/.cvsignore, wrapup/Makefile.am: New file.
345
Note: See TracBrowser for help on using the repository browser.