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

4.104.114.84.95
Last change on this file since 6f2208f was 92b0eba, checked in by Joel Sherrill <joel.sherrill@…>, on 06/22/07 at 14:08:24

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

  • network/network.c: Remove cs8900_get_mac_addr which conflicted with one in libchip AND contained a hard-coded MAC address.
  • Property mode set to 100644
File size: 10.5 KB
RevLine 
[92b0eba]12007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * network/network.c: Remove cs8900_get_mac_addr which conflicted with
4        one in libchip AND contained a hard-coded MAC address.
5
[15aecdc]62007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
9        since it was used to configure a no longer used feature. Device names
10        are now part of the filesystem not in a table.
11
[a5ef8c53]122007-05-15      Ray Xu <rayx@gmail.com>
13
14        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
15        not in score/cpu.
16
[80c6ce9]172007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * bsp_specs: Remove qrtems_debug.
20
[3f0cfc56]212007-03-11      Joel Sherrill <joel@OARcorp.com>
22
23        * startup/bspstart.c: Remove assignments of
24        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
25        value in boot_card.c
26
[fcb0cd46]272006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * configure.ac: New BUG-REPORT address.
30
[aa4369c]312006-11-15      Joel Sherrill <joel@OARcorp.com>
32
33        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
34        file and simplified initialization.
35
[e1d578d8]362006-11-01      Joel Sherrill <joel@OARcorp.com>
37
38        * bsp_specs: Fix typo.
39
[b174ee8]402006-10-30      Joel Sherrill <joel@OARcorp.com>
41
42        * bsp_specs: Add crti, crtbegin, crtend, and crtn.
43
[57357d9]442006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * Makefile.am: Remove superfluous -DASM.
47
[754610f]482006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * configure.ac: Require autoconf-2.60. Require automake-1.10.
51
[1ca844f9]522006-06-02      Jay Monkman
53
54        * irq/bsp_irq_init.c: Changed interrupt handling
55        to use shared rtems_irq_connect_data struct.
56
[dec6a8da]572006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
58
59        * Makefile.am: Add preinstall.am.
60
[6b346ca]612005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
62
63        * Makefile.am: Install/preinstall headers from ../../arm/shared.
64
[34c4852]652005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
66
67        * include/bsp.h: New header guard.
68
[309775c]692005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
70
71        * irq/irq.h: Modified names and types to match rtems/irq.h.
72        Note: rtems/irq.h should be included after the addition of a
73        parameter to ISRs.
74
[327e0fcd]752005-04-26      Joel Sherrill <joel@OARcorp.com>
76
77        * network/network.c: Eliminate warnings.
78
[9cf372e5]792005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
80
81        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
82
[6d2c4aa4]832005-01-04      Joel Sherrill <joel@OARcorp.com>
84
85        * clock/clockdrv.c: Remove warnings.
86
[4cbf22a]872005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
88
89        * Makefile.am: Remove build-variant support.
90
[45b4785]912004-11-05      Joel Sherrill <joel@OARcorp.com>
92
93        * startup/linkcmds: Add .gnu.linkonce.b section and account for memory
94        area being named sdram NOT RAM.
95
[6b346ca]962004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
[97891e5e]97
98        * configure.ac: Require automake > 1.9.
99
[2ee764d6]1002004-07-30      Jay Monkman <jtm@lopingdog.com>
101
102        * network/network.c: Changes to network driver to get it to compile
103        again.
104
[6b346ca]1052004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
[3defec6]106
107        PR 610/bsps
108        * Makefile.am: Add include/tm27.h, Cosmetics.
109        * include/tm27.h: Final cosmetics.
110
[6b346ca]1112004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
[7f3d5557]112
113        * include/bsp.h: Split out tmtest27 support.
114        * include/tm27.h: New.
115
[6b346ca]1162004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
[fb7a141]117
118        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
119        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
120        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
121
[6b346ca]1222004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
[2a7f710f]123
124        * console/uart.c, include/ep7312.h, startup/bspstart.c,
125        timer/timer.c: Convert to using c99 fixed size types.
126
[2a7f9a28]1272004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Reflect changes to bsp.am.
130        Preinstall dist_project_lib*.
131
[6ac101b]1322004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Reflect changes to bsp.am.
135
[c24d7c84]1362004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
139
[ac904b6]1402004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Pickup files from ../../arm/shared instead of
143        ../shared. Reformat.
144
[643d00b]1452004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * include/bsp.h: Remove config.
148        * irq/irq.c: Remove stray blanks.
149        * start/start.S: Add missing */ in comments.
150
[9e541e3]1512004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
154        network/Makefile.am, irq/Makefile.am, start/Makefile.am,
155        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
156        compilation rules.
157        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
158        irq/Makefile.am, start/Makefile.am, startup/Makefile.am,
159        timer/Makefile.am, wrapup/Makefile.am: Remove.
160        * configure.ac: Reflect changes above.
161
[3ccd7bdd]1622004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Add PREINSTALL_DIRS.
165        * irq/Makefile.am: Ditto.
166
[ae498452]1672004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
170        Add PRE/TMPINSTALL_FILES to CLEANFILES.
171        * irq/Makefile.am: Ditto.
172        * start/Makefile.am: Ditto.
173        * startup/Makefile.am: Ditto.
174
[6411947]1752004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * wrapup/Makefile.am: Eliminate $(LIB).
178        Use noinst_DATA to trigger building libbsp.a.
179
[ce0f13ef]1802003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
[e532bc24]182        PR 541/bsps
[ce0f13ef]183        * startup/linkcmds: Remove SEARCH_DIR.
184
[b35414a]1852003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
188        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
189
[95f1cc5]1902003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
193        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
194        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
195
[810720b6]1962003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
199
[1da3d0b5]2002003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * network/Makefile.am: Misc cleanups and fixes.
203        * start/Makefile.am: Misc cleanups and fixes.
204        * startup/Makefile.am: Misc cleanups and fixes.
205        * wrapup/Makefile.am: Misc cleanups and fixes.
206
[9a6f471]2072003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Add preinstallation dirstamp support.
210        * irq/Makefile.am: Add preinstallation dirstamp support.
211        * network/Makefile.am: Cosmetics.
212        * wrapup/Makefile.am: Cosmetics.
213
[5b62726f]2142003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * clock/Makefile.am: Remove all-local: $(ARCH).
217        * console/Makefile.am: Remove all-local: $(ARCH).
218        * irq/Makefile.am: Remove all-local: $(ARCH).
219        * network/Makefile.am: Remove all-local: $(ARCH).
220        * start/Makefile.am: Remove all-local: $(ARCH).
221        * startup/Makefile.am: Remove all-local: $(ARCH).
222        * timer/Makefile.am: Remove all-local: $(ARCH).
223        * wrapup/Makefile.am: Remove all-local: $(ARCH).
224
[d348010c]2252003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: Merge-in include/Makefile.am.
228        Reflect changes to bsp.am.
229        * include/Makefile.am: Remove.
230        * configure.ac: Reflect changes above.
231
[b089146]2322003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * bsp_specs: Remove *lib:.
235
[f2f11abe]2362003-09-04      Joel Sherrill <joel@OARcorp.com>
237
238        * clock/clockdrv.c, console/uart.c, include/bsp.h, include/ep7312.h,
239        irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h,
240        start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds,
241        timer/timer.c: URL for license changed.
242
[fe8bc62f]2432003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * Makefile.am: Reflect having moved aclocal/.
246
[d8abd37]2472003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
[c483a4e]249        * Makefile.am: Reflect having moved automake/.
250        * clock/Makefile.am: Reflect having moved automake/.
251        * console/Makefile.am: Reflect having moved automake/.
252        * include/Makefile.am: Reflect having moved automake/.
253        * irq/Makefile.am: Reflect having moved automake/.
254        * network/Makefile.am: Reflect having moved automake/.
255        * start/Makefile.am: Reflect having moved automake/.
256        * startup/Makefile.am: Reflect having moved automake/.
257        * timer/Makefile.am: Reflect having moved automake/.
258        * wrapup/Makefile.am: Reflect having moved automake/.
[d8abd37]259
[7dcc3fe]2602003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
263
[d266acd2]2642003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
[75fcb394]266        PR 445/bsps
[d266acd2]267        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
268        Remove cpp, old_cpp (now unused).
269
[318d861]2702003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
[75fcb394]272        PR 444/bsps
[318d861]273        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
274
[afaa498d]2752003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.ac: Remove AC_CONFIG_AUX_DIR.
278
[ccd81b60]2792003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
282
[9b5c258]2832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.ac: AC_PREREQ(2.57).
286
[7b0c547a]2872003-01-20      Joel Sherrill <joel@OARcorp.com>
288
289        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
290
[f1c62bb]2912002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
294        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
295        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
296        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
297        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
298        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
299        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
300
[59a01a6e]3012002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * start/Makefile.am: Use install-data-local to install startfile.
304
[ad5c7fe]3052002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
308
[36ea4c2a]3092002-12-02      Joel Sherrill <joel@OARcorp.com>
310
311        * configure.ac, network/Makefile.am: Don't build if networking disabled.
312        * startup/linkcmds: Add sections to remove warnings.
313
[69efcbc1]3142002-11-17      Joel Sherrill <joel@OARcorp.com>
315
316        * network/network.c: Fix inconsistency in prototyping.
317
[aff9de8]3182002-11-13      Joel Sherrill <joel@OARcorp.com>
319
320        * network/network.c: Removed warning per Jay's suggestion.
321
[2027063]3222002-11-13      Joel Sherrill <joel@OARcorp.com>
323
324        * include/.cvsignore: Corrected.
325        * network/.cvsignore: New file.
326
[3d6669cc]3272002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
328
329        * New BSP.
330        * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac, README,
331        times, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
332        console/.cvsignore, console/Makefile.am, console/uart.c,
333        include/.cvsignore, include/Makefile.am, include/bsp.h,
334        include/ep7312.h, irq/.cvsignore, irq/Makefile.am, irq/bsp_irq_asm.S,
335        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, network/Makefile.am,
336        network/network.c, start/.cvsignore, start/Makefile.am,
337        start/start.S, startup/.cvsignore, startup/Makefile.am,
338        startup/bspstart.c, startup/exit.c, startup/linkcmds,
339        timer/.cvsignore, timer/Makefile.am, timer/timer.c,
340        wrapup/.cvsignore, wrapup/Makefile.am: New file.
341
Note: See TracBrowser for help on using the repository browser.