source: rtems/c/src/lib/libbsp/arm/ChangeLog @ 15ca4e7

4.115
Last change on this file since 15ca4e7 was 15ca4e7, checked in by Joel Sherrill <joel.sherrill@…>, on 01/28/11 at 20:29:35

2011-01-28 Joel Sherrill <joel.sherrilL@…>

  • gba/clock/clockdrv.c, gba/console/conio.c, gba/console/console.c, gba/console/defaultfont.h, gba/include/arm_mode_bits.h, gba/include/asm_macros.h, gba/include/bsp.h, gba/include/conio.h, gba/include/gba.h, gba/include/gba_registers.h, gba/irq/irq.c, gba/irq/irq.h, gba/startup/bspstart.c, gba/timer/timer.c, gp32/include/bsp.h, gp32/startup/bspreset.c, gp32/startup/bspstart.c, nds/tools/runtest, shared/comm/uart.c, shared/comm/uart.h, smdk2410/include/bsp.h: Fix typo where license said found in found in.
  • Property mode set to 100644
File size: 18.2 KB
Line 
12011-01-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * gba/clock/clockdrv.c, gba/console/conio.c, gba/console/console.c,
4        gba/console/defaultfont.h, gba/include/arm_mode_bits.h,
5        gba/include/asm_macros.h, gba/include/bsp.h, gba/include/conio.h,
6        gba/include/gba.h, gba/include/gba_registers.h, gba/irq/irq.c,
7        gba/irq/irq.h, gba/startup/bspstart.c, gba/timer/timer.c,
8        gp32/include/bsp.h, gp32/startup/bspreset.c, gp32/startup/bspstart.c,
9        nds/tools/runtest, shared/comm/uart.c, shared/comm/uart.h,
10        smdk2410/include/bsp.h: Fix typo where license said
11        found in found in.
12
132011-01-26      Sebastian Huber <sebastian.huber@embedded-brains.de>
14
15        * shared/startup/linkcmds.base: Removed workaround since LD 2.21 is
16        fixed now.
17
182010-12-16      Sebastian Huber <sebastian.huber@embedded-brains.de>
19
20        * shared/lpc/include/lpc-i2s.h: Documentation.  Fixed defines.
21        * shared/lpc/include/lpc-timer.h: Documentation.
22        * shared/lpc/network/lpc-ethernet.c: Added support for 10MBit/s links.
23
242010-12-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
25
26        * shared/startup/linkcmds.base: Split up fast region.
27
282010-12-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
29
30        * preinstall.am, shared/lpc/include/lpc-i2s.h,
31        shared/startup/linkcmds.armv4, shared/startup/linkcmds.armv7: New
32        files.
33        * Makefile.am: Added header and linker command files intended to be
34        used by every ARM BSP.
35        * shared/startup/linkcmds.base: Support for EABI and ARM ELF standard.
36        * shared/include/linker-symbols.h: Update due to linker command file
37        changes.
38        * shared/start/start.S, shared/include/start.h: Renamed entry symbol
39        from start to _start to avoid namespace conflicts.  Update due to
40        linker command file changes.
41
422010-11-23      Gedare Bloom <giddyup44@yahoo.com>
43
44        PR 1719/cpukit
45        * shared/start/start.S: Avoid "bx" instruction to support ARMv4 and
46        below.
47
482010-06-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
49
50        * shared/startup/linkcmds.base: Define bsp_vector_table_size
51        unconditionally.  Use bsp_vector_table_in_start_section.
52
532010-06-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
54
55        * shared/start/start.S, shared/startup/linkcmds.base,
56        shared/include/linker-symbols.h: Added and use bsp_vector_table_begin,
57        bsp_vector_table_size and bsp_vector_table_end.
58
592010-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
60
61        * shared/include/start.h: Define start section attributes.
62
632010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
64
65        * shared/irq_init.c: Removed file.
66        * Makefile.am: Reflect change above.
67
682010-04-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
69
70        * shared/irq/irq_init.c, shared/lpc/clock/lpc-clock-config.c,
71        shared/lpc/network/lpc-ethernet.c, shared/start/start.S: make
72        irq data types consistent
73
742010-04-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
75
76        * shared/lpc/include/lpc-dma.h: New file.
77        * shared/lpc/clock/lpc-clock-config.c, shared/lpc/include/lpc-timer.h,
78        shared/lpc/network/lpc-ethernet.c: Documentation.
79        * shared/start/start.S: Do not require ARM mode for start hooks.
80
812010-01-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
82
83        * shared/lpc/network/lpc-ethernet.c: New file.
84        * shared/abort/abort.c, shared/abort/simple_abort.c: Use new mode
85        switch macros.
86        * shared/start/start.S: Fixed mode switching function calls.  Use
87        standard PSR defines.
88        * shared/startup/linkcmds.base, shared/include/linker-symbols.h: Added
89        .vbarrier and .robarrier output sections. Added defines for output
90        section end alignment.  Renamed undefined mode stack defines.
91
922009-12-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
93
94        * shared/include/linker-symbols.h: C++ compatibility.
95        * shared/lpc/include/lpc-timer.h, shared/lpc/clock/lpc-clock-config.c:
96        New files.
97
982009-12-07      Ralf Corsépius <ralf.corsepiu@rtems.org>
99
100        * shared/comm/console.c: Remove (Unused).
101        * Makefile.am: Remove shared/comm/console.c.
102
1032009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * acinclude.m4: Add BSP for GDB ARM simulator so we can easily
106        experiment with and debug different ARM architectural variations.
107
1082009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
109
110        * shared/comm/console.c: Reflect termios_baud_to_number having been
111        renamed to rtems_termios_baud_to_number.
112
1132009-09-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
114
115        * shared/include/linker-symbols.h, shared/startup/linkcmds.base:
116        Removed symbols and renamed sections.
117        * shared/include/start.h, shared/start/start.S: Added
118        bsp_start_memcpy(). Documentation. Changes for external ROM start.
119
1202009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
121
122        * shared/irq/irq_asm.S, shared/startup/linkcmds.rom: Removed files.
123        * Makefile.am: Removed references to deleted file
124        'shared/irq/irq_asm.S'.
125        * shared/irq/irq_init.c: Do not install fast interrupt handler.
126        Changed interrupt handler.
127        * shared/abort/simple_abort.c: Fixed inline assembler statement.
128        * shared/include/linker-symbols.h: Renamed sections.  New symbols.
129        * shared/start/start.S: Added THUMB support.  Update for linker symbol
130        changes.
131
1322009-06-04      Xi Yang <hiyangxi@gmail.com>
133
134        * acinclude.m4: New Gumstix BSP.
135
1362009-04-28      Chris Johns <chrisj@rtems.org>
137
138        * shared/start/start.S: Update for boot_card command line change.
139
1402009-03-12      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        PR 1385/cpukit
143        * shared/irq/irq_asm.S: When the type rtems_boolean was switched to the
144        C99 bool, the size changed from 4 bytes to 1 byte. The interrupt
145        dispatching code accesses two boolean variables for scheduling
146        purposes and the assembly implementations of this code did not get
147        updated.
148
1492009-03-02      Ray Xu <rayx.cn@gmail.com>
150
151        * shared/irq/irq_asm.S: Newer compilers handle alignment better.
152
1532009-02-27      Sebastian Huber <sebastian.huber@embedded-brains.de>
154
155        * shared/startup/linkcmds.rom: New file
156        * shared/include/start.h: Added declaration of start().
157        * shared/start/start.S: Fixed vector table for ROM boot.
158
1592008-09-23      Joel Sherrill <joel.sherrill@OARcorp.com>
160
161        * acinclude.m4: New BSP -- lpc24xx.
162
1632008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
164
165        * acinclude.m4, shared/comm/console.c: Use standardized bsp_cleanup()
166        which can optionally print a message, poll for user to press key, and
167        call bsp_reset(). Using this eliminates the various bsp_cleanup()
168        implementations which had their own implementation and variety of
169        string constants.
170
1712008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
172
173        * lpc24xx: New BSP.
174
175        * shared/startup/linkcmds.base, shared/include/linker-symbols.h,
176        shared/include/start.h, shared/start/start.S: New files.
177
1782008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
179
180        * shared/bspgetworkarea.c: Removed.
181
1822008-09-12      Joel Sherrill <joel.sherrill@oarcorp.com>
183
184        * shared/bspgetworkarea.c: New file.
185
1862008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
187
188        * shared/irq/irq_init.c: Add missing prototypes.
189
1902008-08-04      Ray Xu <rayx.cn@gmail.com>
191
192        * shared/irq/irq_asm.S: Correct minor mistakes in adding Thumb code
193        which prevented ARM from working.
194
1952008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
196
197        * shared/comm/console.c: Eliminate copies of switches to convert
198        termios Bxxx constants to xxx as an integer. Use the shared
199        termios_baud_to_number() routine to do the same conversion.
200
2012008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
202
203        * csb336/startup/bspstart.c, csb337/startup/bspstart.c,
204        edb7312/startup/bspstart.c, gba/startup/bspstart.c,
205        gp32/startup/bspstart.c, rtl22xx/startup/bspstart.c: Add capability
206        for bootcard.c BSP Initialization Framework to ask the BSP where it
207        has memory for the RTEMS Workspace and C Program Heap. These
208        collectively are referred to as work area. If the BSP supports this,
209        then it does not have to include code to split the available memory
210        between the two areas. This reduces the amount of code in the BSP
211        specific bspstart.c file. Additionally, the shared framework can
212        initialize the C Library, call rtems_debug_enable(), and dirty the
213        work area memory. Until most/all BSPs support this new capability, if
214        the BSP supports this, it should call
215        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac. When
216        the transition is complete, this autoconf macro can be removed.
217
2182008-05-06      Ray Xu <rayx.cn@gmail.com>
219
220        * acinclude.m4: Add smdk2410. Update gp32 to use shared code.
221
2222008-04-16      Matthieu Bucchianeri <mbucchia@gmail.com>
223
224        * acinclude.m4: Adding Nintendo DS BSP.
225
2262008-02-15      Joel Sherrill <joel.sherrill@OARcorp.com>
227
228        * shared/comm/console.c: Do not have BSP specific __assert.
229
2302007-11-03      Ray Xu <rayx.cn@gmail.com>
231
232        * shared/abort/simple_abort.c: Add veneer for ARM<->Thumb
233        shared/irq/irq_asm.S: Add veneer for ARM<->Thumb
234
2352007-11-06      Till Straumann <strauman@slac.stanford.edu>
236
237        * gba/irq/irq.c: test for non-NULL-ness before calling
238        'on'/'off' methods so that users don't have to provide
239        no-ops if they don't want this feature.
240
2412007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
242
243        PR 1257/bsps
244        * shared/abort/abort.c, shared/abort/simple_abort.c,
245        shared/irq/irq_init.c: Code outside of cpukit should use the public
246        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
247        the public API and directly accessing _CPU_ISR_Disable and
248        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
249        directive which could lead to problems. This patch also changes the
250        type of the variable passed into these routines and addresses minor
251        style issues.
252
2532007-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
254
255        * shared/abort/abort.c, shared/abort/simple_abort.c: Remove incorrect
256        and unneccessary prototype of printk.
257
2582007-06-13      Ray Xu <rayx@gmail.com>
259
260        * shared/abort/simple_abort.c: Shrink the memory requirements. Joel
261        reformatted for style.
262
2632007-06-13      Joel Sherrill <joel.sherrill@OARcorp.com>
264
265        * acinclude.m4: Remove armulator.
266
2672007-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
268
269        * armulator/.cvsignore, armulator/ChangeLog, armulator/Makefile.am,
270        armulator/bsp_specs, armulator/configure.ac, armulator/preinstall.am,
271        armulator/clock/clockdrv.c, armulator/console/console-io.c,
272        armulator/console/mon-syscalls.S, armulator/include/.cvsignore,
273        armulator/include/bsp.h, armulator/include/tm27.h,
274        armulator/start/start.S, armulator/startup/bspstart.c,
275        armulator/startup/libcfunc.c, armulator/startup/linkcmds,
276        armulator/startup/swi.h, armulator/startup/syscalls.c,
277        armulator/startup/trap.S: Removed.
278
2792007-05-15      Ray Xu <rayx.cn@gmail.com>
280
281        * shared/abort/abort.c, shared/abort/simple_abort.c: New files.
282
2832007-05-15      Ray Xu <rayx.cn@gmail.com>
284
285        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
286        not in score/cpu.
287
2882007-04-25      Ralf Corsépius <ralf.corsepius@rtems.org>
289
290        * acinclude.m4: Regenerate.
291
2922006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
293
294        * shared/irq/irq_init.c: Remove unused var.
295
2962006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
297
298        * configure.ac: New BUG-REPORT address.
299
3002006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
301
302        * configure.ac: Require autoconf-2.60. Require automake-1.10.
303
3042006-06-02      Jay Monkman <jtm@lopingdog.com>
305
306        * shared/irq/irq_init.c: Changed interrupt handling
307        to use shared rtems_irq_connect_data struct.
308
3092005-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
310
311        * Makefile.am: Merge-in shared/Makefile.am.
312        * ChangeLog: Merge-in shared/ChangeLog.
313        * configure.ac: Remove shared/Makefile.am.
314
3152005-07-06      Markku Puro <markku.puro@kopteri.net>
316
317        * acinclude.m4: Added GBA BSP.
318
3192005-03-11      Philippe Simons <loki_666@fastmail.fm>
320
321        * acinclude.m4: Added gp32 BSP.
322        * gp32/.cvsignore, gp32/Makefile.am, gp32/README, gp32/bsp_specs,
323        gp32/configure.ac, gp32/console/.cvsignore, gp32/console/conio.c,
324        gp32/console/console.c, gp32/console/defaultfont.c,
325        gp32/include/.cvsignore, gp32/include/bsp.h, gp32/include/conio.h,
326        gp32/include/tm27.h, gp32/start/.cvsignore, gp32/start/start.S,
327        gp32/startup/.cvsignore, gp32/startup/bspstart.c,
328        gp32/startup/exit.c, gp32/startup/linkcmds, gp32/startup/memmap.c:
329        New files.
330
3312005-03-11      Jay Monkman <jtm@lopingdog.com>
332
333        * vegaplus/.cvsignore, vegaplus/ChangeLog, vegaplus/Makefile.am,
334        vegaplus/bsp_specs, vegaplus/configure.ac,
335        vegaplus/clock/clockdrv.c, vegaplus/include/.cvsignore,
336        vegaplus/include/bsp.h, vegaplus/include/registers.h,
337        vegaplus/include/tm27.h, vegaplus/irq/bsp_irq_asm.S,
338        vegaplus/irq/bsp_irq_init.c, vegaplus/irq/irq.c, vegaplus/irq/irq.h,
339        vegaplus/start/start.S, vegaplus/startup/bspstart.c,
340        vegaplus/startup/exit.c, vegaplus/startup/linkcmds: Removed.
341        * acinclude.m4: Removed vegaplus BSP.
342
3432005-03-03      Ralf Corsepius <ralf.corsepius@rtems.org>
344
345        PR bsps/771
346        * acinclude.m4: Remove arm_bare_bsp.
347        * configure.ac: Remove reference to arm_bare_bsp in
348        AC_CONFIG_SRCDIR. Use ../arm instead.
349
3502005-02-25      Joel Sherrill <joel@OARcorp.com>
351
352        * arm_bare_bsp/.cvsignore, arm_bare_bsp/ChangeLog,
353        arm_bare_bsp/Makefile.am, arm_bare_bsp/bsp_specs,
354        arm_bare_bsp/configure.ac, arm_bare_bsp/clock/clockdrv.c,
355        arm_bare_bsp/include/.cvsignore, arm_bare_bsp/include/bsp.h,
356        arm_bare_bsp/include/registers.h, arm_bare_bsp/include/tm27.h,
357        arm_bare_bsp/irq/bsp_irq_asm.S, arm_bare_bsp/irq/bsp_irq_init.c,
358        arm_bare_bsp/irq/irq.c, arm_bare_bsp/irq/irq.h,
359        arm_bare_bsp/start/start.S, arm_bare_bsp/startup/bspstart.c,
360        arm_bare_bsp/startup/exit.c, arm_bare_bsp/startup/linkcmds: Removed.
361
3622004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
363
364        * configure.ac: Require automake > 1.9.
365
3662004-07-15      Jay Monkman
367
368        * acinclude.m4: Added csb336 and csb337 BSPs
369
3702004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
371
372        * shared/irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
373
3742004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
377        * acinclude.m4: Regenerate.
378
3792004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * shared/Makefile.am: Add PREINSTALL_DIRS.
382
3832004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
386        PRE/TMPINSTALL_FILES to CLEANFILES.
387
3882004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
391        $(RTEMS_BSP_FAMILY).
392
3932003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * shared/Makefile.am: Use mkdir_p. Remove dirs from
396        PRE/TMPINSTALL_FILES.
397        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
398
3992003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * configure.ac: Remove shared/comm/Makefile, shared/irq/Makefile.
402        * shared/Makefile.am: Merge-in comm/Makefile.am, irq/Makefile.am
403        * shared/Makefile.am: Add preinstallation dirstamp support.
404        * shared/comm/Makefile.am, shared/irq/Makefile.am: Remove.
405
4062003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * acinclude.m4: Reflect changes to bootstrap.
409        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
410
4112003-09-15      Jay Monkman <jtm@smoothsmoothie.com>
412
413        PR 480/bsps
414        * shared/irq/irq_asm.S: Remove duplicate code.
415
4162003-09-04      Joel Sherrill <joel@OARcorp.com>
417
418        * shared/comm/console.c, shared/comm/uart.c, shared/comm/uart.h,
419        shared/irq/irq_asm.S, shared/irq/irq_init.c: URL for license
420        changed.
421
4222003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * Makefile.am: Reflect having moved aclocal/.
425
4262003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
429        shared/irq/Makefile.am: Reflect having moved automake/.
430
4312003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * configure.ac: Use rtems-bugs@rtems.com as bug report email
434        address.
435
4362003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * configure.ac: Remove AC_CONFIG_AUX_DIR.
439
4402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
443        * configure.ac: AC_PREREQ(2.57).
444
4452002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
448
4492002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
450
451        * shared/irq/irq_asm.S, shared/irq/irq_init.c: Fixes a bug with
452        handling the situation where we are processing an IRQ, and we
453        receive an FIQ.
454        * acinclude.m4: Added edb7312.
455
4562002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
459
4602002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
461
462        * shared/irq/irq_asm.S: Add FIQ support.
463
4642002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
465
466        * shared/irq/irq_asm.S: ARM port works well enough to run all
467        sptests, tmtests, and ttcp.  In addition to general cleanup, there
468        has been considerable optimization to interrupt disable/enable,
469        endian swapping, and context switching.
470
4712002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
472
473        * shared/irq/irq_asm.S: Significant rework in attempt to make
474        interrupts work.  They appear to be very close to correct but not
475        100%.
476
4772002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * Makefile.am, shared/comm/Makefile.am, shared/Makefile.am,
480        shared/irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
481        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
482        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
483
4842002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * shared/comm/console.c, shared/irq/irq_init.c: Include
487        rtems/bspIo.h instead of bspIo.h.
488
4892001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
492        * configure.ac: New file, generated from configure.in by autoupdate.
493        * configure.in: Remove.
494
4952001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * acinclude.m4: New file.
498        * configure.in: Use RTEMS_BSP_SUBDIR.
499
5002001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * shared/comm/Makefile.am: Use 'PREINSTALL_FILES ='.
503
5042001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * configure.in: remove shared/io/Makefile.
507        * shared/comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
508
5092000-12-06      Joel Sherrill <joel@OARcorp.com>
510
511        * shared/comm/console.c: Added casts to eliminate warnings.
512        * shared/comm/console.c (console_reserve_resources): Removed.
513
5142000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
517
5182000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
521        $(RTEMS_TOPdir)/aclocal.
522
5232000-11-02      Joel Sherrill <joel@OARcorp.com>
524
525        * bsp_specs: Remove -Tlinkcmds from *link rule.
526
5272000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
530        GNU canonicalization.
531
5322000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
535        shared/irq/Makefile.am: Include compile.am
536
5372000-08-10      Joel Sherrill <joel@OARcorp.com>
538
539        * ChangeLog, shared/ChangeLog: New file.
540
Note: See TracBrowser for help on using the repository browser.