source: rtems/c/src/lib/libbsp/arm/ChangeLog @ 2ee9d3d

4.115
Last change on this file since 2ee9d3d was 2ee9d3d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/11 at 11:49:52

2011-02-11 Ralf Corsépius <ralf.corsepius@…>

  • shared/abort/abort.c, shared/abort/simple_abort.c: Use "asm" instead of "asm" for improved c99-compliance.
  • Property mode set to 100644
File size: 18.5 KB
Line 
12011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * shared/abort/abort.c, shared/abort/simple_abort.c:
4        Use "__asm__" instead of "asm" for improved c99-compliance.
5
62011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * configure.ac: Require autoconf-2.68, automake-1.11.1.
9
102011-01-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
11
12        * gba/clock/clockdrv.c, gba/console/conio.c, gba/console/console.c,
13        gba/console/defaultfont.h, gba/include/arm_mode_bits.h,
14        gba/include/asm_macros.h, gba/include/bsp.h, gba/include/conio.h,
15        gba/include/gba.h, gba/include/gba_registers.h, gba/irq/irq.c,
16        gba/irq/irq.h, gba/startup/bspstart.c, gba/timer/timer.c,
17        gp32/include/bsp.h, gp32/startup/bspreset.c, gp32/startup/bspstart.c,
18        nds/tools/runtest, shared/comm/uart.c, shared/comm/uart.h,
19        smdk2410/include/bsp.h: Fix typo where license said
20        found in found in.
21
222011-01-26      Sebastian Huber <sebastian.huber@embedded-brains.de>
23
24        * shared/startup/linkcmds.base: Removed workaround since LD 2.21 is
25        fixed now.
26
272010-12-16      Sebastian Huber <sebastian.huber@embedded-brains.de>
28
29        * shared/lpc/include/lpc-i2s.h: Documentation.  Fixed defines.
30        * shared/lpc/include/lpc-timer.h: Documentation.
31        * shared/lpc/network/lpc-ethernet.c: Added support for 10MBit/s links.
32
332010-12-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
34
35        * shared/startup/linkcmds.base: Split up fast region.
36
372010-12-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
38
39        * preinstall.am, shared/lpc/include/lpc-i2s.h,
40        shared/startup/linkcmds.armv4, shared/startup/linkcmds.armv7: New
41        files.
42        * Makefile.am: Added header and linker command files intended to be
43        used by every ARM BSP.
44        * shared/startup/linkcmds.base: Support for EABI and ARM ELF standard.
45        * shared/include/linker-symbols.h: Update due to linker command file
46        changes.
47        * shared/start/start.S, shared/include/start.h: Renamed entry symbol
48        from start to _start to avoid namespace conflicts.  Update due to
49        linker command file changes.
50
512010-11-23      Gedare Bloom <giddyup44@yahoo.com>
52
53        PR 1719/cpukit
54        * shared/start/start.S: Avoid "bx" instruction to support ARMv4 and
55        below.
56
572010-06-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
58
59        * shared/startup/linkcmds.base: Define bsp_vector_table_size
60        unconditionally.  Use bsp_vector_table_in_start_section.
61
622010-06-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
63
64        * shared/start/start.S, shared/startup/linkcmds.base,
65        shared/include/linker-symbols.h: Added and use bsp_vector_table_begin,
66        bsp_vector_table_size and bsp_vector_table_end.
67
682010-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
69
70        * shared/include/start.h: Define start section attributes.
71
722010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
73
74        * shared/irq_init.c: Removed file.
75        * Makefile.am: Reflect change above.
76
772010-04-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
78
79        * shared/irq/irq_init.c, shared/lpc/clock/lpc-clock-config.c,
80        shared/lpc/network/lpc-ethernet.c, shared/start/start.S: make
81        irq data types consistent
82
832010-04-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
84
85        * shared/lpc/include/lpc-dma.h: New file.
86        * shared/lpc/clock/lpc-clock-config.c, shared/lpc/include/lpc-timer.h,
87        shared/lpc/network/lpc-ethernet.c: Documentation.
88        * shared/start/start.S: Do not require ARM mode for start hooks.
89
902010-01-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
91
92        * shared/lpc/network/lpc-ethernet.c: New file.
93        * shared/abort/abort.c, shared/abort/simple_abort.c: Use new mode
94        switch macros.
95        * shared/start/start.S: Fixed mode switching function calls.  Use
96        standard PSR defines.
97        * shared/startup/linkcmds.base, shared/include/linker-symbols.h: Added
98        .vbarrier and .robarrier output sections. Added defines for output
99        section end alignment.  Renamed undefined mode stack defines.
100
1012009-12-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
102
103        * shared/include/linker-symbols.h: C++ compatibility.
104        * shared/lpc/include/lpc-timer.h, shared/lpc/clock/lpc-clock-config.c:
105        New files.
106
1072009-12-07      Ralf Corsépius <ralf.corsepiu@rtems.org>
108
109        * shared/comm/console.c: Remove (Unused).
110        * Makefile.am: Remove shared/comm/console.c.
111
1122009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
113
114        * acinclude.m4: Add BSP for GDB ARM simulator so we can easily
115        experiment with and debug different ARM architectural variations.
116
1172009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
118
119        * shared/comm/console.c: Reflect termios_baud_to_number having been
120        renamed to rtems_termios_baud_to_number.
121
1222009-09-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
123
124        * shared/include/linker-symbols.h, shared/startup/linkcmds.base:
125        Removed symbols and renamed sections.
126        * shared/include/start.h, shared/start/start.S: Added
127        bsp_start_memcpy(). Documentation. Changes for external ROM start.
128
1292009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
130
131        * shared/irq/irq_asm.S, shared/startup/linkcmds.rom: Removed files.
132        * Makefile.am: Removed references to deleted file
133        'shared/irq/irq_asm.S'.
134        * shared/irq/irq_init.c: Do not install fast interrupt handler.
135        Changed interrupt handler.
136        * shared/abort/simple_abort.c: Fixed inline assembler statement.
137        * shared/include/linker-symbols.h: Renamed sections.  New symbols.
138        * shared/start/start.S: Added THUMB support.  Update for linker symbol
139        changes.
140
1412009-06-04      Xi Yang <hiyangxi@gmail.com>
142
143        * acinclude.m4: New Gumstix BSP.
144
1452009-04-28      Chris Johns <chrisj@rtems.org>
146
147        * shared/start/start.S: Update for boot_card command line change.
148
1492009-03-12      Joel Sherrill <joel.sherrill@OARcorp.com>
150
151        PR 1385/cpukit
152        * shared/irq/irq_asm.S: When the type rtems_boolean was switched to the
153        C99 bool, the size changed from 4 bytes to 1 byte. The interrupt
154        dispatching code accesses two boolean variables for scheduling
155        purposes and the assembly implementations of this code did not get
156        updated.
157
1582009-03-02      Ray Xu <rayx.cn@gmail.com>
159
160        * shared/irq/irq_asm.S: Newer compilers handle alignment better.
161
1622009-02-27      Sebastian Huber <sebastian.huber@embedded-brains.de>
163
164        * shared/startup/linkcmds.rom: New file
165        * shared/include/start.h: Added declaration of start().
166        * shared/start/start.S: Fixed vector table for ROM boot.
167
1682008-09-23      Joel Sherrill <joel.sherrill@OARcorp.com>
169
170        * acinclude.m4: New BSP -- lpc24xx.
171
1722008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
173
174        * acinclude.m4, shared/comm/console.c: Use standardized bsp_cleanup()
175        which can optionally print a message, poll for user to press key, and
176        call bsp_reset(). Using this eliminates the various bsp_cleanup()
177        implementations which had their own implementation and variety of
178        string constants.
179
1802008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
181
182        * lpc24xx: New BSP.
183
184        * shared/startup/linkcmds.base, shared/include/linker-symbols.h,
185        shared/include/start.h, shared/start/start.S: New files.
186
1872008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
188
189        * shared/bspgetworkarea.c: Removed.
190
1912008-09-12      Joel Sherrill <joel.sherrill@oarcorp.com>
192
193        * shared/bspgetworkarea.c: New file.
194
1952008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
196
197        * shared/irq/irq_init.c: Add missing prototypes.
198
1992008-08-04      Ray Xu <rayx.cn@gmail.com>
200
201        * shared/irq/irq_asm.S: Correct minor mistakes in adding Thumb code
202        which prevented ARM from working.
203
2042008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
205
206        * shared/comm/console.c: Eliminate copies of switches to convert
207        termios Bxxx constants to xxx as an integer. Use the shared
208        termios_baud_to_number() routine to do the same conversion.
209
2102008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
211
212        * csb336/startup/bspstart.c, csb337/startup/bspstart.c,
213        edb7312/startup/bspstart.c, gba/startup/bspstart.c,
214        gp32/startup/bspstart.c, rtl22xx/startup/bspstart.c: Add capability
215        for bootcard.c BSP Initialization Framework to ask the BSP where it
216        has memory for the RTEMS Workspace and C Program Heap. These
217        collectively are referred to as work area. If the BSP supports this,
218        then it does not have to include code to split the available memory
219        between the two areas. This reduces the amount of code in the BSP
220        specific bspstart.c file. Additionally, the shared framework can
221        initialize the C Library, call rtems_debug_enable(), and dirty the
222        work area memory. Until most/all BSPs support this new capability, if
223        the BSP supports this, it should call
224        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac. When
225        the transition is complete, this autoconf macro can be removed.
226
2272008-05-06      Ray Xu <rayx.cn@gmail.com>
228
229        * acinclude.m4: Add smdk2410. Update gp32 to use shared code.
230
2312008-04-16      Matthieu Bucchianeri <mbucchia@gmail.com>
232
233        * acinclude.m4: Adding Nintendo DS BSP.
234
2352008-02-15      Joel Sherrill <joel.sherrill@OARcorp.com>
236
237        * shared/comm/console.c: Do not have BSP specific __assert.
238
2392007-11-03      Ray Xu <rayx.cn@gmail.com>
240
241        * shared/abort/simple_abort.c: Add veneer for ARM<->Thumb
242        shared/irq/irq_asm.S: Add veneer for ARM<->Thumb
243
2442007-11-06      Till Straumann <strauman@slac.stanford.edu>
245
246        * gba/irq/irq.c: test for non-NULL-ness before calling
247        'on'/'off' methods so that users don't have to provide
248        no-ops if they don't want this feature.
249
2502007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
251
252        PR 1257/bsps
253        * shared/abort/abort.c, shared/abort/simple_abort.c,
254        shared/irq/irq_init.c: Code outside of cpukit should use the public
255        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
256        the public API and directly accessing _CPU_ISR_Disable and
257        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
258        directive which could lead to problems. This patch also changes the
259        type of the variable passed into these routines and addresses minor
260        style issues.
261
2622007-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
263
264        * shared/abort/abort.c, shared/abort/simple_abort.c: Remove incorrect
265        and unneccessary prototype of printk.
266
2672007-06-13      Ray Xu <rayx@gmail.com>
268
269        * shared/abort/simple_abort.c: Shrink the memory requirements. Joel
270        reformatted for style.
271
2722007-06-13      Joel Sherrill <joel.sherrill@OARcorp.com>
273
274        * acinclude.m4: Remove armulator.
275
2762007-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
277
278        * armulator/.cvsignore, armulator/ChangeLog, armulator/Makefile.am,
279        armulator/bsp_specs, armulator/configure.ac, armulator/preinstall.am,
280        armulator/clock/clockdrv.c, armulator/console/console-io.c,
281        armulator/console/mon-syscalls.S, armulator/include/.cvsignore,
282        armulator/include/bsp.h, armulator/include/tm27.h,
283        armulator/start/start.S, armulator/startup/bspstart.c,
284        armulator/startup/libcfunc.c, armulator/startup/linkcmds,
285        armulator/startup/swi.h, armulator/startup/syscalls.c,
286        armulator/startup/trap.S: Removed.
287
2882007-05-15      Ray Xu <rayx.cn@gmail.com>
289
290        * shared/abort/abort.c, shared/abort/simple_abort.c: New files.
291
2922007-05-15      Ray Xu <rayx.cn@gmail.com>
293
294        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
295        not in score/cpu.
296
2972007-04-25      Ralf Corsépius <ralf.corsepius@rtems.org>
298
299        * acinclude.m4: Regenerate.
300
3012006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
302
303        * shared/irq/irq_init.c: Remove unused var.
304
3052006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
306
307        * configure.ac: New BUG-REPORT address.
308
3092006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
310
311        * configure.ac: Require autoconf-2.60. Require automake-1.10.
312
3132006-06-02      Jay Monkman <jtm@lopingdog.com>
314
315        * shared/irq/irq_init.c: Changed interrupt handling
316        to use shared rtems_irq_connect_data struct.
317
3182005-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
319
320        * Makefile.am: Merge-in shared/Makefile.am.
321        * ChangeLog: Merge-in shared/ChangeLog.
322        * configure.ac: Remove shared/Makefile.am.
323
3242005-07-06      Markku Puro <markku.puro@kopteri.net>
325
326        * acinclude.m4: Added GBA BSP.
327
3282005-03-11      Philippe Simons <loki_666@fastmail.fm>
329
330        * acinclude.m4: Added gp32 BSP.
331        * gp32/.cvsignore, gp32/Makefile.am, gp32/README, gp32/bsp_specs,
332        gp32/configure.ac, gp32/console/.cvsignore, gp32/console/conio.c,
333        gp32/console/console.c, gp32/console/defaultfont.c,
334        gp32/include/.cvsignore, gp32/include/bsp.h, gp32/include/conio.h,
335        gp32/include/tm27.h, gp32/start/.cvsignore, gp32/start/start.S,
336        gp32/startup/.cvsignore, gp32/startup/bspstart.c,
337        gp32/startup/exit.c, gp32/startup/linkcmds, gp32/startup/memmap.c:
338        New files.
339
3402005-03-11      Jay Monkman <jtm@lopingdog.com>
341
342        * vegaplus/.cvsignore, vegaplus/ChangeLog, vegaplus/Makefile.am,
343        vegaplus/bsp_specs, vegaplus/configure.ac,
344        vegaplus/clock/clockdrv.c, vegaplus/include/.cvsignore,
345        vegaplus/include/bsp.h, vegaplus/include/registers.h,
346        vegaplus/include/tm27.h, vegaplus/irq/bsp_irq_asm.S,
347        vegaplus/irq/bsp_irq_init.c, vegaplus/irq/irq.c, vegaplus/irq/irq.h,
348        vegaplus/start/start.S, vegaplus/startup/bspstart.c,
349        vegaplus/startup/exit.c, vegaplus/startup/linkcmds: Removed.
350        * acinclude.m4: Removed vegaplus BSP.
351
3522005-03-03      Ralf Corsepius <ralf.corsepius@rtems.org>
353
354        PR bsps/771
355        * acinclude.m4: Remove arm_bare_bsp.
356        * configure.ac: Remove reference to arm_bare_bsp in
357        AC_CONFIG_SRCDIR. Use ../arm instead.
358
3592005-02-25      Joel Sherrill <joel@OARcorp.com>
360
361        * arm_bare_bsp/.cvsignore, arm_bare_bsp/ChangeLog,
362        arm_bare_bsp/Makefile.am, arm_bare_bsp/bsp_specs,
363        arm_bare_bsp/configure.ac, arm_bare_bsp/clock/clockdrv.c,
364        arm_bare_bsp/include/.cvsignore, arm_bare_bsp/include/bsp.h,
365        arm_bare_bsp/include/registers.h, arm_bare_bsp/include/tm27.h,
366        arm_bare_bsp/irq/bsp_irq_asm.S, arm_bare_bsp/irq/bsp_irq_init.c,
367        arm_bare_bsp/irq/irq.c, arm_bare_bsp/irq/irq.h,
368        arm_bare_bsp/start/start.S, arm_bare_bsp/startup/bspstart.c,
369        arm_bare_bsp/startup/exit.c, arm_bare_bsp/startup/linkcmds: Removed.
370
3712004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
372
373        * configure.ac: Require automake > 1.9.
374
3752004-07-15      Jay Monkman
376
377        * acinclude.m4: Added csb336 and csb337 BSPs
378
3792004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
380
381        * shared/irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
382
3832004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
386        * acinclude.m4: Regenerate.
387
3882004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * shared/Makefile.am: Add PREINSTALL_DIRS.
391
3922004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
395        PRE/TMPINSTALL_FILES to CLEANFILES.
396
3972004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
400        $(RTEMS_BSP_FAMILY).
401
4022003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * shared/Makefile.am: Use mkdir_p. Remove dirs from
405        PRE/TMPINSTALL_FILES.
406        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
407
4082003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * configure.ac: Remove shared/comm/Makefile, shared/irq/Makefile.
411        * shared/Makefile.am: Merge-in comm/Makefile.am, irq/Makefile.am
412        * shared/Makefile.am: Add preinstallation dirstamp support.
413        * shared/comm/Makefile.am, shared/irq/Makefile.am: Remove.
414
4152003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * acinclude.m4: Reflect changes to bootstrap.
418        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
419
4202003-09-15      Jay Monkman <jtm@smoothsmoothie.com>
421
422        PR 480/bsps
423        * shared/irq/irq_asm.S: Remove duplicate code.
424
4252003-09-04      Joel Sherrill <joel@OARcorp.com>
426
427        * shared/comm/console.c, shared/comm/uart.c, shared/comm/uart.h,
428        shared/irq/irq_asm.S, shared/irq/irq_init.c: URL for license
429        changed.
430
4312003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * Makefile.am: Reflect having moved aclocal/.
434
4352003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
438        shared/irq/Makefile.am: Reflect having moved automake/.
439
4402003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * configure.ac: Use rtems-bugs@rtems.com as bug report email
443        address.
444
4452003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * configure.ac: Remove AC_CONFIG_AUX_DIR.
448
4492003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
452        * configure.ac: AC_PREREQ(2.57).
453
4542002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
457
4582002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
459
460        * shared/irq/irq_asm.S, shared/irq/irq_init.c: Fixes a bug with
461        handling the situation where we are processing an IRQ, and we
462        receive an FIQ.
463        * acinclude.m4: Added edb7312.
464
4652002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
468
4692002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
470
471        * shared/irq/irq_asm.S: Add FIQ support.
472
4732002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
474
475        * shared/irq/irq_asm.S: ARM port works well enough to run all
476        sptests, tmtests, and ttcp.  In addition to general cleanup, there
477        has been considerable optimization to interrupt disable/enable,
478        endian swapping, and context switching.
479
4802002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
481
482        * shared/irq/irq_asm.S: Significant rework in attempt to make
483        interrupts work.  They appear to be very close to correct but not
484        100%.
485
4862002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * Makefile.am, shared/comm/Makefile.am, shared/Makefile.am,
489        shared/irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
490        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
491        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
492
4932002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * shared/comm/console.c, shared/irq/irq_init.c: Include
496        rtems/bspIo.h instead of bspIo.h.
497
4982001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
501        * configure.ac: New file, generated from configure.in by autoupdate.
502        * configure.in: Remove.
503
5042001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * acinclude.m4: New file.
507        * configure.in: Use RTEMS_BSP_SUBDIR.
508
5092001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * shared/comm/Makefile.am: Use 'PREINSTALL_FILES ='.
512
5132001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * configure.in: remove shared/io/Makefile.
516        * shared/comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
517
5182000-12-06      Joel Sherrill <joel@OARcorp.com>
519
520        * shared/comm/console.c: Added casts to eliminate warnings.
521        * shared/comm/console.c (console_reserve_resources): Removed.
522
5232000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
526
5272000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
530        $(RTEMS_TOPdir)/aclocal.
531
5322000-11-02      Joel Sherrill <joel@OARcorp.com>
533
534        * bsp_specs: Remove -Tlinkcmds from *link rule.
535
5362000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
539        GNU canonicalization.
540
5412000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
544        shared/irq/Makefile.am: Include compile.am
545
5462000-08-10      Joel Sherrill <joel@OARcorp.com>
547
548        * ChangeLog, shared/ChangeLog: New file.
549
Note: See TracBrowser for help on using the repository browser.