source: rtems/c/src/lib/libbsp/arm/ChangeLog @ c4d9f313

4.115
Last change on this file since c4d9f313 was c4d9f313, checked in by Sebastian Huber <sebastian.huber@…>, on 03/28/11 at 12:27:29

2011-03-29 Sebastian Huber <sebastian.huber@…>

  • shared/lpc/network/lpc-ethernet.c: Support multicast.
  • Property mode set to 100644
File size: 18.8 KB
Line 
12011-03-29      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * shared/start/start.S: Default exception handler will result in
4        bsp_reset().
5        * shared/startup/linkcmds.base: Move unsupported sections into
6        read-only section.  Changed barrier sections.
7        * shared/lpc/network/lpc-ethernet.c: Support multicast.
8
92011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * shared/abort/abort.c, shared/abort/simple_abort.c:
12        Use "__asm__" instead of "asm" for improved c99-compliance.
13
142011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * configure.ac: Require autoconf-2.68, automake-1.11.1.
17
182011-01-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
19
20        * gba/clock/clockdrv.c, gba/console/conio.c, gba/console/console.c,
21        gba/console/defaultfont.h, gba/include/arm_mode_bits.h,
22        gba/include/asm_macros.h, gba/include/bsp.h, gba/include/conio.h,
23        gba/include/gba.h, gba/include/gba_registers.h, gba/irq/irq.c,
24        gba/irq/irq.h, gba/startup/bspstart.c, gba/timer/timer.c,
25        gp32/include/bsp.h, gp32/startup/bspreset.c, gp32/startup/bspstart.c,
26        nds/tools/runtest, shared/comm/uart.c, shared/comm/uart.h,
27        smdk2410/include/bsp.h: Fix typo where license said
28        found in found in.
29
302011-01-26      Sebastian Huber <sebastian.huber@embedded-brains.de>
31
32        * shared/startup/linkcmds.base: Removed workaround since LD 2.21 is
33        fixed now.
34
352010-12-16      Sebastian Huber <sebastian.huber@embedded-brains.de>
36
37        * shared/lpc/include/lpc-i2s.h: Documentation.  Fixed defines.
38        * shared/lpc/include/lpc-timer.h: Documentation.
39        * shared/lpc/network/lpc-ethernet.c: Added support for 10MBit/s links.
40
412010-12-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
42
43        * shared/startup/linkcmds.base: Split up fast region.
44
452010-12-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
46
47        * preinstall.am, shared/lpc/include/lpc-i2s.h,
48        shared/startup/linkcmds.armv4, shared/startup/linkcmds.armv7: New
49        files.
50        * Makefile.am: Added header and linker command files intended to be
51        used by every ARM BSP.
52        * shared/startup/linkcmds.base: Support for EABI and ARM ELF standard.
53        * shared/include/linker-symbols.h: Update due to linker command file
54        changes.
55        * shared/start/start.S, shared/include/start.h: Renamed entry symbol
56        from start to _start to avoid namespace conflicts.  Update due to
57        linker command file changes.
58
592010-11-23      Gedare Bloom <giddyup44@yahoo.com>
60
61        PR 1719/cpukit
62        * shared/start/start.S: Avoid "bx" instruction to support ARMv4 and
63        below.
64
652010-06-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
66
67        * shared/startup/linkcmds.base: Define bsp_vector_table_size
68        unconditionally.  Use bsp_vector_table_in_start_section.
69
702010-06-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
71
72        * shared/start/start.S, shared/startup/linkcmds.base,
73        shared/include/linker-symbols.h: Added and use bsp_vector_table_begin,
74        bsp_vector_table_size and bsp_vector_table_end.
75
762010-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
77
78        * shared/include/start.h: Define start section attributes.
79
802010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
81
82        * shared/irq_init.c: Removed file.
83        * Makefile.am: Reflect change above.
84
852010-04-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
86
87        * shared/irq/irq_init.c, shared/lpc/clock/lpc-clock-config.c,
88        shared/lpc/network/lpc-ethernet.c, shared/start/start.S: make
89        irq data types consistent
90
912010-04-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
92
93        * shared/lpc/include/lpc-dma.h: New file.
94        * shared/lpc/clock/lpc-clock-config.c, shared/lpc/include/lpc-timer.h,
95        shared/lpc/network/lpc-ethernet.c: Documentation.
96        * shared/start/start.S: Do not require ARM mode for start hooks.
97
982010-01-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
99
100        * shared/lpc/network/lpc-ethernet.c: New file.
101        * shared/abort/abort.c, shared/abort/simple_abort.c: Use new mode
102        switch macros.
103        * shared/start/start.S: Fixed mode switching function calls.  Use
104        standard PSR defines.
105        * shared/startup/linkcmds.base, shared/include/linker-symbols.h: Added
106        .vbarrier and .robarrier output sections. Added defines for output
107        section end alignment.  Renamed undefined mode stack defines.
108
1092009-12-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
110
111        * shared/include/linker-symbols.h: C++ compatibility.
112        * shared/lpc/include/lpc-timer.h, shared/lpc/clock/lpc-clock-config.c:
113        New files.
114
1152009-12-07      Ralf Corsépius <ralf.corsepiu@rtems.org>
116
117        * shared/comm/console.c: Remove (Unused).
118        * Makefile.am: Remove shared/comm/console.c.
119
1202009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
121
122        * acinclude.m4: Add BSP for GDB ARM simulator so we can easily
123        experiment with and debug different ARM architectural variations.
124
1252009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
126
127        * shared/comm/console.c: Reflect termios_baud_to_number having been
128        renamed to rtems_termios_baud_to_number.
129
1302009-09-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
131
132        * shared/include/linker-symbols.h, shared/startup/linkcmds.base:
133        Removed symbols and renamed sections.
134        * shared/include/start.h, shared/start/start.S: Added
135        bsp_start_memcpy(). Documentation. Changes for external ROM start.
136
1372009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
138
139        * shared/irq/irq_asm.S, shared/startup/linkcmds.rom: Removed files.
140        * Makefile.am: Removed references to deleted file
141        'shared/irq/irq_asm.S'.
142        * shared/irq/irq_init.c: Do not install fast interrupt handler.
143        Changed interrupt handler.
144        * shared/abort/simple_abort.c: Fixed inline assembler statement.
145        * shared/include/linker-symbols.h: Renamed sections.  New symbols.
146        * shared/start/start.S: Added THUMB support.  Update for linker symbol
147        changes.
148
1492009-06-04      Xi Yang <hiyangxi@gmail.com>
150
151        * acinclude.m4: New Gumstix BSP.
152
1532009-04-28      Chris Johns <chrisj@rtems.org>
154
155        * shared/start/start.S: Update for boot_card command line change.
156
1572009-03-12      Joel Sherrill <joel.sherrill@OARcorp.com>
158
159        PR 1385/cpukit
160        * shared/irq/irq_asm.S: When the type rtems_boolean was switched to the
161        C99 bool, the size changed from 4 bytes to 1 byte. The interrupt
162        dispatching code accesses two boolean variables for scheduling
163        purposes and the assembly implementations of this code did not get
164        updated.
165
1662009-03-02      Ray Xu <rayx.cn@gmail.com>
167
168        * shared/irq/irq_asm.S: Newer compilers handle alignment better.
169
1702009-02-27      Sebastian Huber <sebastian.huber@embedded-brains.de>
171
172        * shared/startup/linkcmds.rom: New file
173        * shared/include/start.h: Added declaration of start().
174        * shared/start/start.S: Fixed vector table for ROM boot.
175
1762008-09-23      Joel Sherrill <joel.sherrill@OARcorp.com>
177
178        * acinclude.m4: New BSP -- lpc24xx.
179
1802008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
181
182        * acinclude.m4, shared/comm/console.c: Use standardized bsp_cleanup()
183        which can optionally print a message, poll for user to press key, and
184        call bsp_reset(). Using this eliminates the various bsp_cleanup()
185        implementations which had their own implementation and variety of
186        string constants.
187
1882008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
189
190        * lpc24xx: New BSP.
191
192        * shared/startup/linkcmds.base, shared/include/linker-symbols.h,
193        shared/include/start.h, shared/start/start.S: New files.
194
1952008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
196
197        * shared/bspgetworkarea.c: Removed.
198
1992008-09-12      Joel Sherrill <joel.sherrill@oarcorp.com>
200
201        * shared/bspgetworkarea.c: New file.
202
2032008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
204
205        * shared/irq/irq_init.c: Add missing prototypes.
206
2072008-08-04      Ray Xu <rayx.cn@gmail.com>
208
209        * shared/irq/irq_asm.S: Correct minor mistakes in adding Thumb code
210        which prevented ARM from working.
211
2122008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
213
214        * shared/comm/console.c: Eliminate copies of switches to convert
215        termios Bxxx constants to xxx as an integer. Use the shared
216        termios_baud_to_number() routine to do the same conversion.
217
2182008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
219
220        * csb336/startup/bspstart.c, csb337/startup/bspstart.c,
221        edb7312/startup/bspstart.c, gba/startup/bspstart.c,
222        gp32/startup/bspstart.c, rtl22xx/startup/bspstart.c: Add capability
223        for bootcard.c BSP Initialization Framework to ask the BSP where it
224        has memory for the RTEMS Workspace and C Program Heap. These
225        collectively are referred to as work area. If the BSP supports this,
226        then it does not have to include code to split the available memory
227        between the two areas. This reduces the amount of code in the BSP
228        specific bspstart.c file. Additionally, the shared framework can
229        initialize the C Library, call rtems_debug_enable(), and dirty the
230        work area memory. Until most/all BSPs support this new capability, if
231        the BSP supports this, it should call
232        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac. When
233        the transition is complete, this autoconf macro can be removed.
234
2352008-05-06      Ray Xu <rayx.cn@gmail.com>
236
237        * acinclude.m4: Add smdk2410. Update gp32 to use shared code.
238
2392008-04-16      Matthieu Bucchianeri <mbucchia@gmail.com>
240
241        * acinclude.m4: Adding Nintendo DS BSP.
242
2432008-02-15      Joel Sherrill <joel.sherrill@OARcorp.com>
244
245        * shared/comm/console.c: Do not have BSP specific __assert.
246
2472007-11-03      Ray Xu <rayx.cn@gmail.com>
248
249        * shared/abort/simple_abort.c: Add veneer for ARM<->Thumb
250        shared/irq/irq_asm.S: Add veneer for ARM<->Thumb
251
2522007-11-06      Till Straumann <strauman@slac.stanford.edu>
253
254        * gba/irq/irq.c: test for non-NULL-ness before calling
255        'on'/'off' methods so that users don't have to provide
256        no-ops if they don't want this feature.
257
2582007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
259
260        PR 1257/bsps
261        * shared/abort/abort.c, shared/abort/simple_abort.c,
262        shared/irq/irq_init.c: Code outside of cpukit should use the public
263        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
264        the public API and directly accessing _CPU_ISR_Disable and
265        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
266        directive which could lead to problems. This patch also changes the
267        type of the variable passed into these routines and addresses minor
268        style issues.
269
2702007-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
271
272        * shared/abort/abort.c, shared/abort/simple_abort.c: Remove incorrect
273        and unneccessary prototype of printk.
274
2752007-06-13      Ray Xu <rayx@gmail.com>
276
277        * shared/abort/simple_abort.c: Shrink the memory requirements. Joel
278        reformatted for style.
279
2802007-06-13      Joel Sherrill <joel.sherrill@OARcorp.com>
281
282        * acinclude.m4: Remove armulator.
283
2842007-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
285
286        * armulator/.cvsignore, armulator/ChangeLog, armulator/Makefile.am,
287        armulator/bsp_specs, armulator/configure.ac, armulator/preinstall.am,
288        armulator/clock/clockdrv.c, armulator/console/console-io.c,
289        armulator/console/mon-syscalls.S, armulator/include/.cvsignore,
290        armulator/include/bsp.h, armulator/include/tm27.h,
291        armulator/start/start.S, armulator/startup/bspstart.c,
292        armulator/startup/libcfunc.c, armulator/startup/linkcmds,
293        armulator/startup/swi.h, armulator/startup/syscalls.c,
294        armulator/startup/trap.S: Removed.
295
2962007-05-15      Ray Xu <rayx.cn@gmail.com>
297
298        * shared/abort/abort.c, shared/abort/simple_abort.c: New files.
299
3002007-05-15      Ray Xu <rayx.cn@gmail.com>
301
302        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
303        not in score/cpu.
304
3052007-04-25      Ralf Corsépius <ralf.corsepius@rtems.org>
306
307        * acinclude.m4: Regenerate.
308
3092006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
310
311        * shared/irq/irq_init.c: Remove unused var.
312
3132006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
314
315        * configure.ac: New BUG-REPORT address.
316
3172006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
318
319        * configure.ac: Require autoconf-2.60. Require automake-1.10.
320
3212006-06-02      Jay Monkman <jtm@lopingdog.com>
322
323        * shared/irq/irq_init.c: Changed interrupt handling
324        to use shared rtems_irq_connect_data struct.
325
3262005-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
327
328        * Makefile.am: Merge-in shared/Makefile.am.
329        * ChangeLog: Merge-in shared/ChangeLog.
330        * configure.ac: Remove shared/Makefile.am.
331
3322005-07-06      Markku Puro <markku.puro@kopteri.net>
333
334        * acinclude.m4: Added GBA BSP.
335
3362005-03-11      Philippe Simons <loki_666@fastmail.fm>
337
338        * acinclude.m4: Added gp32 BSP.
339        * gp32/.cvsignore, gp32/Makefile.am, gp32/README, gp32/bsp_specs,
340        gp32/configure.ac, gp32/console/.cvsignore, gp32/console/conio.c,
341        gp32/console/console.c, gp32/console/defaultfont.c,
342        gp32/include/.cvsignore, gp32/include/bsp.h, gp32/include/conio.h,
343        gp32/include/tm27.h, gp32/start/.cvsignore, gp32/start/start.S,
344        gp32/startup/.cvsignore, gp32/startup/bspstart.c,
345        gp32/startup/exit.c, gp32/startup/linkcmds, gp32/startup/memmap.c:
346        New files.
347
3482005-03-11      Jay Monkman <jtm@lopingdog.com>
349
350        * vegaplus/.cvsignore, vegaplus/ChangeLog, vegaplus/Makefile.am,
351        vegaplus/bsp_specs, vegaplus/configure.ac,
352        vegaplus/clock/clockdrv.c, vegaplus/include/.cvsignore,
353        vegaplus/include/bsp.h, vegaplus/include/registers.h,
354        vegaplus/include/tm27.h, vegaplus/irq/bsp_irq_asm.S,
355        vegaplus/irq/bsp_irq_init.c, vegaplus/irq/irq.c, vegaplus/irq/irq.h,
356        vegaplus/start/start.S, vegaplus/startup/bspstart.c,
357        vegaplus/startup/exit.c, vegaplus/startup/linkcmds: Removed.
358        * acinclude.m4: Removed vegaplus BSP.
359
3602005-03-03      Ralf Corsepius <ralf.corsepius@rtems.org>
361
362        PR bsps/771
363        * acinclude.m4: Remove arm_bare_bsp.
364        * configure.ac: Remove reference to arm_bare_bsp in
365        AC_CONFIG_SRCDIR. Use ../arm instead.
366
3672005-02-25      Joel Sherrill <joel@OARcorp.com>
368
369        * arm_bare_bsp/.cvsignore, arm_bare_bsp/ChangeLog,
370        arm_bare_bsp/Makefile.am, arm_bare_bsp/bsp_specs,
371        arm_bare_bsp/configure.ac, arm_bare_bsp/clock/clockdrv.c,
372        arm_bare_bsp/include/.cvsignore, arm_bare_bsp/include/bsp.h,
373        arm_bare_bsp/include/registers.h, arm_bare_bsp/include/tm27.h,
374        arm_bare_bsp/irq/bsp_irq_asm.S, arm_bare_bsp/irq/bsp_irq_init.c,
375        arm_bare_bsp/irq/irq.c, arm_bare_bsp/irq/irq.h,
376        arm_bare_bsp/start/start.S, arm_bare_bsp/startup/bspstart.c,
377        arm_bare_bsp/startup/exit.c, arm_bare_bsp/startup/linkcmds: Removed.
378
3792004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
380
381        * configure.ac: Require automake > 1.9.
382
3832004-07-15      Jay Monkman
384
385        * acinclude.m4: Added csb336 and csb337 BSPs
386
3872004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
388
389        * shared/irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
390
3912004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
394        * acinclude.m4: Regenerate.
395
3962004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * shared/Makefile.am: Add PREINSTALL_DIRS.
399
4002004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
403        PRE/TMPINSTALL_FILES to CLEANFILES.
404
4052004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
408        $(RTEMS_BSP_FAMILY).
409
4102003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * shared/Makefile.am: Use mkdir_p. Remove dirs from
413        PRE/TMPINSTALL_FILES.
414        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
415
4162003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * configure.ac: Remove shared/comm/Makefile, shared/irq/Makefile.
419        * shared/Makefile.am: Merge-in comm/Makefile.am, irq/Makefile.am
420        * shared/Makefile.am: Add preinstallation dirstamp support.
421        * shared/comm/Makefile.am, shared/irq/Makefile.am: Remove.
422
4232003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * acinclude.m4: Reflect changes to bootstrap.
426        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
427
4282003-09-15      Jay Monkman <jtm@smoothsmoothie.com>
429
430        PR 480/bsps
431        * shared/irq/irq_asm.S: Remove duplicate code.
432
4332003-09-04      Joel Sherrill <joel@OARcorp.com>
434
435        * shared/comm/console.c, shared/comm/uart.c, shared/comm/uart.h,
436        shared/irq/irq_asm.S, shared/irq/irq_init.c: URL for license
437        changed.
438
4392003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * Makefile.am: Reflect having moved aclocal/.
442
4432003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
446        shared/irq/Makefile.am: Reflect having moved automake/.
447
4482003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * configure.ac: Use rtems-bugs@rtems.com as bug report email
451        address.
452
4532003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * configure.ac: Remove AC_CONFIG_AUX_DIR.
456
4572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
460        * configure.ac: AC_PREREQ(2.57).
461
4622002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
465
4662002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
467
468        * shared/irq/irq_asm.S, shared/irq/irq_init.c: Fixes a bug with
469        handling the situation where we are processing an IRQ, and we
470        receive an FIQ.
471        * acinclude.m4: Added edb7312.
472
4732002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
476
4772002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
478
479        * shared/irq/irq_asm.S: Add FIQ support.
480
4812002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
482
483        * shared/irq/irq_asm.S: ARM port works well enough to run all
484        sptests, tmtests, and ttcp.  In addition to general cleanup, there
485        has been considerable optimization to interrupt disable/enable,
486        endian swapping, and context switching.
487
4882002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
489
490        * shared/irq/irq_asm.S: Significant rework in attempt to make
491        interrupts work.  They appear to be very close to correct but not
492        100%.
493
4942002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * Makefile.am, shared/comm/Makefile.am, shared/Makefile.am,
497        shared/irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
498        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
499        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
500
5012002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * shared/comm/console.c, shared/irq/irq_init.c: Include
504        rtems/bspIo.h instead of bspIo.h.
505
5062001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
509        * configure.ac: New file, generated from configure.in by autoupdate.
510        * configure.in: Remove.
511
5122001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * acinclude.m4: New file.
515        * configure.in: Use RTEMS_BSP_SUBDIR.
516
5172001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * shared/comm/Makefile.am: Use 'PREINSTALL_FILES ='.
520
5212001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * configure.in: remove shared/io/Makefile.
524        * shared/comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
525
5262000-12-06      Joel Sherrill <joel@OARcorp.com>
527
528        * shared/comm/console.c: Added casts to eliminate warnings.
529        * shared/comm/console.c (console_reserve_resources): Removed.
530
5312000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
534
5352000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
538        $(RTEMS_TOPdir)/aclocal.
539
5402000-11-02      Joel Sherrill <joel@OARcorp.com>
541
542        * bsp_specs: Remove -Tlinkcmds from *link rule.
543
5442000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
547        GNU canonicalization.
548
5492000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
552        shared/irq/Makefile.am: Include compile.am
553
5542000-08-10      Joel Sherrill <joel@OARcorp.com>
555
556        * ChangeLog, shared/ChangeLog: New file.
557
Note: See TracBrowser for help on using the repository browser.