source: rtems/c/src/lib/libbsp/arm/ChangeLog @ 07896ad5

4.115
Last change on this file since 07896ad5 was 4c622e5, checked in by Sebastian Huber <sebastian.huber@…>, on 11/08/11 at 10:18:19

2011-11-08 Sebastian Huber <sebastian.huber@…>

  • shared/startup/bsp-start-copy-sections.c, shared/startup/bsp-start-memcpy.S: New files.
  • shared/include/start.h: Declare bsp_start_copy_sections().
  • shared/start/start.S, shared/include/linker-symbols.h: Moved content. Support for ARMv7-M.
  • Property mode set to 100644
File size: 19.5 KB
Line 
12011-11-08      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * shared/startup/bsp-start-copy-sections.c,
4        shared/startup/bsp-start-memcpy.S: New files.
5        * shared/include/start.h: Declare bsp_start_copy_sections().
6        * shared/start/start.S, shared/include/linker-symbols.h: Moved
7        content.  Support for ARMv7-M.
8
92011-09-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
10
11        * acinclude.m4: Added lm3s69xx BSP.
12
132011-05-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
14
15        * shared/lpc/include/lpc-emc.h, shared/lpc/include/lpc-lcd.h: New
16        files.
17        * shared/lpc/include/lpc-dma.h: API changes.
18        * shared/lpc/clock/lpc-clock-config.c: Fixed nano seconds extension.
19        * shared/lpc/network/lpc-ethernet.c: Format.  Multicast hash filter
20        support.
21
222011-03-29      Sebastian Huber <sebastian.huber@embedded-brains.de>
23
24        * shared/start/start.S: Default exception handler will result in
25        bsp_reset().
26        * shared/startup/linkcmds.base: Move unsupported sections into
27        read-only section.  Changed barrier sections.
28        * shared/lpc/network/lpc-ethernet.c: Support multicast.
29
302011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * shared/abort/abort.c, shared/abort/simple_abort.c:
33        Use "__asm__" instead of "asm" for improved c99-compliance.
34
352011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * configure.ac: Require autoconf-2.68, automake-1.11.1.
38
392011-01-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
40
41        * gba/clock/clockdrv.c, gba/console/conio.c, gba/console/console.c,
42        gba/console/defaultfont.h, gba/include/arm_mode_bits.h,
43        gba/include/asm_macros.h, gba/include/bsp.h, gba/include/conio.h,
44        gba/include/gba.h, gba/include/gba_registers.h, gba/irq/irq.c,
45        gba/irq/irq.h, gba/startup/bspstart.c, gba/timer/timer.c,
46        gp32/include/bsp.h, gp32/startup/bspreset.c, gp32/startup/bspstart.c,
47        nds/tools/runtest, shared/comm/uart.c, shared/comm/uart.h,
48        smdk2410/include/bsp.h: Fix typo where license said
49        found in found in.
50
512011-01-26      Sebastian Huber <sebastian.huber@embedded-brains.de>
52
53        * shared/startup/linkcmds.base: Removed workaround since LD 2.21 is
54        fixed now.
55
562010-12-16      Sebastian Huber <sebastian.huber@embedded-brains.de>
57
58        * shared/lpc/include/lpc-i2s.h: Documentation.  Fixed defines.
59        * shared/lpc/include/lpc-timer.h: Documentation.
60        * shared/lpc/network/lpc-ethernet.c: Added support for 10MBit/s links.
61
622010-12-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
63
64        * shared/startup/linkcmds.base: Split up fast region.
65
662010-12-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
67
68        * preinstall.am, shared/lpc/include/lpc-i2s.h,
69        shared/startup/linkcmds.armv4, shared/startup/linkcmds.armv7: New
70        files.
71        * Makefile.am: Added header and linker command files intended to be
72        used by every ARM BSP.
73        * shared/startup/linkcmds.base: Support for EABI and ARM ELF standard.
74        * shared/include/linker-symbols.h: Update due to linker command file
75        changes.
76        * shared/start/start.S, shared/include/start.h: Renamed entry symbol
77        from start to _start to avoid namespace conflicts.  Update due to
78        linker command file changes.
79
802010-11-23      Gedare Bloom <giddyup44@yahoo.com>
81
82        PR 1719/cpukit
83        * shared/start/start.S: Avoid "bx" instruction to support ARMv4 and
84        below.
85
862010-06-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
87
88        * shared/startup/linkcmds.base: Define bsp_vector_table_size
89        unconditionally.  Use bsp_vector_table_in_start_section.
90
912010-06-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
92
93        * shared/start/start.S, shared/startup/linkcmds.base,
94        shared/include/linker-symbols.h: Added and use bsp_vector_table_begin,
95        bsp_vector_table_size and bsp_vector_table_end.
96
972010-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
98
99        * shared/include/start.h: Define start section attributes.
100
1012010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
102
103        * shared/irq_init.c: Removed file.
104        * Makefile.am: Reflect change above.
105
1062010-04-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
107
108        * shared/irq/irq_init.c, shared/lpc/clock/lpc-clock-config.c,
109        shared/lpc/network/lpc-ethernet.c, shared/start/start.S: make
110        irq data types consistent
111
1122010-04-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
113
114        * shared/lpc/include/lpc-dma.h: New file.
115        * shared/lpc/clock/lpc-clock-config.c, shared/lpc/include/lpc-timer.h,
116        shared/lpc/network/lpc-ethernet.c: Documentation.
117        * shared/start/start.S: Do not require ARM mode for start hooks.
118
1192010-01-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
120
121        * shared/lpc/network/lpc-ethernet.c: New file.
122        * shared/abort/abort.c, shared/abort/simple_abort.c: Use new mode
123        switch macros.
124        * shared/start/start.S: Fixed mode switching function calls.  Use
125        standard PSR defines.
126        * shared/startup/linkcmds.base, shared/include/linker-symbols.h: Added
127        .vbarrier and .robarrier output sections. Added defines for output
128        section end alignment.  Renamed undefined mode stack defines.
129
1302009-12-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
131
132        * shared/include/linker-symbols.h: C++ compatibility.
133        * shared/lpc/include/lpc-timer.h, shared/lpc/clock/lpc-clock-config.c:
134        New files.
135
1362009-12-07      Ralf Corsépius <ralf.corsepiu@rtems.org>
137
138        * shared/comm/console.c: Remove (Unused).
139        * Makefile.am: Remove shared/comm/console.c.
140
1412009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
142
143        * acinclude.m4: Add BSP for GDB ARM simulator so we can easily
144        experiment with and debug different ARM architectural variations.
145
1462009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
147
148        * shared/comm/console.c: Reflect termios_baud_to_number having been
149        renamed to rtems_termios_baud_to_number.
150
1512009-09-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
152
153        * shared/include/linker-symbols.h, shared/startup/linkcmds.base:
154        Removed symbols and renamed sections.
155        * shared/include/start.h, shared/start/start.S: Added
156        bsp_start_memcpy(). Documentation. Changes for external ROM start.
157
1582009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
159
160        * shared/irq/irq_asm.S, shared/startup/linkcmds.rom: Removed files.
161        * Makefile.am: Removed references to deleted file
162        'shared/irq/irq_asm.S'.
163        * shared/irq/irq_init.c: Do not install fast interrupt handler.
164        Changed interrupt handler.
165        * shared/abort/simple_abort.c: Fixed inline assembler statement.
166        * shared/include/linker-symbols.h: Renamed sections.  New symbols.
167        * shared/start/start.S: Added THUMB support.  Update for linker symbol
168        changes.
169
1702009-06-04      Xi Yang <hiyangxi@gmail.com>
171
172        * acinclude.m4: New Gumstix BSP.
173
1742009-04-28      Chris Johns <chrisj@rtems.org>
175
176        * shared/start/start.S: Update for boot_card command line change.
177
1782009-03-12      Joel Sherrill <joel.sherrill@OARcorp.com>
179
180        PR 1385/cpukit
181        * shared/irq/irq_asm.S: When the type rtems_boolean was switched to the
182        C99 bool, the size changed from 4 bytes to 1 byte. The interrupt
183        dispatching code accesses two boolean variables for scheduling
184        purposes and the assembly implementations of this code did not get
185        updated.
186
1872009-03-02      Ray Xu <rayx.cn@gmail.com>
188
189        * shared/irq/irq_asm.S: Newer compilers handle alignment better.
190
1912009-02-27      Sebastian Huber <sebastian.huber@embedded-brains.de>
192
193        * shared/startup/linkcmds.rom: New file
194        * shared/include/start.h: Added declaration of start().
195        * shared/start/start.S: Fixed vector table for ROM boot.
196
1972008-09-23      Joel Sherrill <joel.sherrill@OARcorp.com>
198
199        * acinclude.m4: New BSP -- lpc24xx.
200
2012008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
202
203        * acinclude.m4, shared/comm/console.c: Use standardized bsp_cleanup()
204        which can optionally print a message, poll for user to press key, and
205        call bsp_reset(). Using this eliminates the various bsp_cleanup()
206        implementations which had their own implementation and variety of
207        string constants.
208
2092008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
210
211        * lpc24xx: New BSP.
212
213        * shared/startup/linkcmds.base, shared/include/linker-symbols.h,
214        shared/include/start.h, shared/start/start.S: New files.
215
2162008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
217
218        * shared/bspgetworkarea.c: Removed.
219
2202008-09-12      Joel Sherrill <joel.sherrill@oarcorp.com>
221
222        * shared/bspgetworkarea.c: New file.
223
2242008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
225
226        * shared/irq/irq_init.c: Add missing prototypes.
227
2282008-08-04      Ray Xu <rayx.cn@gmail.com>
229
230        * shared/irq/irq_asm.S: Correct minor mistakes in adding Thumb code
231        which prevented ARM from working.
232
2332008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
234
235        * shared/comm/console.c: Eliminate copies of switches to convert
236        termios Bxxx constants to xxx as an integer. Use the shared
237        termios_baud_to_number() routine to do the same conversion.
238
2392008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
240
241        * csb336/startup/bspstart.c, csb337/startup/bspstart.c,
242        edb7312/startup/bspstart.c, gba/startup/bspstart.c,
243        gp32/startup/bspstart.c, rtl22xx/startup/bspstart.c: Add capability
244        for bootcard.c BSP Initialization Framework to ask the BSP where it
245        has memory for the RTEMS Workspace and C Program Heap. These
246        collectively are referred to as work area. If the BSP supports this,
247        then it does not have to include code to split the available memory
248        between the two areas. This reduces the amount of code in the BSP
249        specific bspstart.c file. Additionally, the shared framework can
250        initialize the C Library, call rtems_debug_enable(), and dirty the
251        work area memory. Until most/all BSPs support this new capability, if
252        the BSP supports this, it should call
253        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac. When
254        the transition is complete, this autoconf macro can be removed.
255
2562008-05-06      Ray Xu <rayx.cn@gmail.com>
257
258        * acinclude.m4: Add smdk2410. Update gp32 to use shared code.
259
2602008-04-16      Matthieu Bucchianeri <mbucchia@gmail.com>
261
262        * acinclude.m4: Adding Nintendo DS BSP.
263
2642008-02-15      Joel Sherrill <joel.sherrill@OARcorp.com>
265
266        * shared/comm/console.c: Do not have BSP specific __assert.
267
2682007-11-03      Ray Xu <rayx.cn@gmail.com>
269
270        * shared/abort/simple_abort.c: Add veneer for ARM<->Thumb
271        shared/irq/irq_asm.S: Add veneer for ARM<->Thumb
272
2732007-11-06      Till Straumann <strauman@slac.stanford.edu>
274
275        * gba/irq/irq.c: test for non-NULL-ness before calling
276        'on'/'off' methods so that users don't have to provide
277        no-ops if they don't want this feature.
278
2792007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
280
281        PR 1257/bsps
282        * shared/abort/abort.c, shared/abort/simple_abort.c,
283        shared/irq/irq_init.c: Code outside of cpukit should use the public
284        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
285        the public API and directly accessing _CPU_ISR_Disable and
286        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
287        directive which could lead to problems. This patch also changes the
288        type of the variable passed into these routines and addresses minor
289        style issues.
290
2912007-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
292
293        * shared/abort/abort.c, shared/abort/simple_abort.c: Remove incorrect
294        and unneccessary prototype of printk.
295
2962007-06-13      Ray Xu <rayx@gmail.com>
297
298        * shared/abort/simple_abort.c: Shrink the memory requirements. Joel
299        reformatted for style.
300
3012007-06-13      Joel Sherrill <joel.sherrill@OARcorp.com>
302
303        * acinclude.m4: Remove armulator.
304
3052007-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
306
307        * armulator/.cvsignore, armulator/ChangeLog, armulator/Makefile.am,
308        armulator/bsp_specs, armulator/configure.ac, armulator/preinstall.am,
309        armulator/clock/clockdrv.c, armulator/console/console-io.c,
310        armulator/console/mon-syscalls.S, armulator/include/.cvsignore,
311        armulator/include/bsp.h, armulator/include/tm27.h,
312        armulator/start/start.S, armulator/startup/bspstart.c,
313        armulator/startup/libcfunc.c, armulator/startup/linkcmds,
314        armulator/startup/swi.h, armulator/startup/syscalls.c,
315        armulator/startup/trap.S: Removed.
316
3172007-05-15      Ray Xu <rayx.cn@gmail.com>
318
319        * shared/abort/abort.c, shared/abort/simple_abort.c: New files.
320
3212007-05-15      Ray Xu <rayx.cn@gmail.com>
322
323        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
324        not in score/cpu.
325
3262007-04-25      Ralf Corsépius <ralf.corsepius@rtems.org>
327
328        * acinclude.m4: Regenerate.
329
3302006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
331
332        * shared/irq/irq_init.c: Remove unused var.
333
3342006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
335
336        * configure.ac: New BUG-REPORT address.
337
3382006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
339
340        * configure.ac: Require autoconf-2.60. Require automake-1.10.
341
3422006-06-02      Jay Monkman <jtm@lopingdog.com>
343
344        * shared/irq/irq_init.c: Changed interrupt handling
345        to use shared rtems_irq_connect_data struct.
346
3472005-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
348
349        * Makefile.am: Merge-in shared/Makefile.am.
350        * ChangeLog: Merge-in shared/ChangeLog.
351        * configure.ac: Remove shared/Makefile.am.
352
3532005-07-06      Markku Puro <markku.puro@kopteri.net>
354
355        * acinclude.m4: Added GBA BSP.
356
3572005-03-11      Philippe Simons <loki_666@fastmail.fm>
358
359        * acinclude.m4: Added gp32 BSP.
360        * gp32/.cvsignore, gp32/Makefile.am, gp32/README, gp32/bsp_specs,
361        gp32/configure.ac, gp32/console/.cvsignore, gp32/console/conio.c,
362        gp32/console/console.c, gp32/console/defaultfont.c,
363        gp32/include/.cvsignore, gp32/include/bsp.h, gp32/include/conio.h,
364        gp32/include/tm27.h, gp32/start/.cvsignore, gp32/start/start.S,
365        gp32/startup/.cvsignore, gp32/startup/bspstart.c,
366        gp32/startup/exit.c, gp32/startup/linkcmds, gp32/startup/memmap.c:
367        New files.
368
3692005-03-11      Jay Monkman <jtm@lopingdog.com>
370
371        * vegaplus/.cvsignore, vegaplus/ChangeLog, vegaplus/Makefile.am,
372        vegaplus/bsp_specs, vegaplus/configure.ac,
373        vegaplus/clock/clockdrv.c, vegaplus/include/.cvsignore,
374        vegaplus/include/bsp.h, vegaplus/include/registers.h,
375        vegaplus/include/tm27.h, vegaplus/irq/bsp_irq_asm.S,
376        vegaplus/irq/bsp_irq_init.c, vegaplus/irq/irq.c, vegaplus/irq/irq.h,
377        vegaplus/start/start.S, vegaplus/startup/bspstart.c,
378        vegaplus/startup/exit.c, vegaplus/startup/linkcmds: Removed.
379        * acinclude.m4: Removed vegaplus BSP.
380
3812005-03-03      Ralf Corsepius <ralf.corsepius@rtems.org>
382
383        PR bsps/771
384        * acinclude.m4: Remove arm_bare_bsp.
385        * configure.ac: Remove reference to arm_bare_bsp in
386        AC_CONFIG_SRCDIR. Use ../arm instead.
387
3882005-02-25      Joel Sherrill <joel@OARcorp.com>
389
390        * arm_bare_bsp/.cvsignore, arm_bare_bsp/ChangeLog,
391        arm_bare_bsp/Makefile.am, arm_bare_bsp/bsp_specs,
392        arm_bare_bsp/configure.ac, arm_bare_bsp/clock/clockdrv.c,
393        arm_bare_bsp/include/.cvsignore, arm_bare_bsp/include/bsp.h,
394        arm_bare_bsp/include/registers.h, arm_bare_bsp/include/tm27.h,
395        arm_bare_bsp/irq/bsp_irq_asm.S, arm_bare_bsp/irq/bsp_irq_init.c,
396        arm_bare_bsp/irq/irq.c, arm_bare_bsp/irq/irq.h,
397        arm_bare_bsp/start/start.S, arm_bare_bsp/startup/bspstart.c,
398        arm_bare_bsp/startup/exit.c, arm_bare_bsp/startup/linkcmds: Removed.
399
4002004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
401
402        * configure.ac: Require automake > 1.9.
403
4042004-07-15      Jay Monkman
405
406        * acinclude.m4: Added csb336 and csb337 BSPs
407
4082004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
409
410        * shared/irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
411
4122004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
415        * acinclude.m4: Regenerate.
416
4172004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * shared/Makefile.am: Add PREINSTALL_DIRS.
420
4212004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
424        PRE/TMPINSTALL_FILES to CLEANFILES.
425
4262004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
429        $(RTEMS_BSP_FAMILY).
430
4312003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * shared/Makefile.am: Use mkdir_p. Remove dirs from
434        PRE/TMPINSTALL_FILES.
435        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
436
4372003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * configure.ac: Remove shared/comm/Makefile, shared/irq/Makefile.
440        * shared/Makefile.am: Merge-in comm/Makefile.am, irq/Makefile.am
441        * shared/Makefile.am: Add preinstallation dirstamp support.
442        * shared/comm/Makefile.am, shared/irq/Makefile.am: Remove.
443
4442003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * acinclude.m4: Reflect changes to bootstrap.
447        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
448
4492003-09-15      Jay Monkman <jtm@smoothsmoothie.com>
450
451        PR 480/bsps
452        * shared/irq/irq_asm.S: Remove duplicate code.
453
4542003-09-04      Joel Sherrill <joel@OARcorp.com>
455
456        * shared/comm/console.c, shared/comm/uart.c, shared/comm/uart.h,
457        shared/irq/irq_asm.S, shared/irq/irq_init.c: URL for license
458        changed.
459
4602003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * Makefile.am: Reflect having moved aclocal/.
463
4642003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
467        shared/irq/Makefile.am: Reflect having moved automake/.
468
4692003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * configure.ac: Use rtems-bugs@rtems.com as bug report email
472        address.
473
4742003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * configure.ac: Remove AC_CONFIG_AUX_DIR.
477
4782003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
481        * configure.ac: AC_PREREQ(2.57).
482
4832002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
486
4872002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
488
489        * shared/irq/irq_asm.S, shared/irq/irq_init.c: Fixes a bug with
490        handling the situation where we are processing an IRQ, and we
491        receive an FIQ.
492        * acinclude.m4: Added edb7312.
493
4942002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
497
4982002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
499
500        * shared/irq/irq_asm.S: Add FIQ support.
501
5022002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
503
504        * shared/irq/irq_asm.S: ARM port works well enough to run all
505        sptests, tmtests, and ttcp.  In addition to general cleanup, there
506        has been considerable optimization to interrupt disable/enable,
507        endian swapping, and context switching.
508
5092002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
510
511        * shared/irq/irq_asm.S: Significant rework in attempt to make
512        interrupts work.  They appear to be very close to correct but not
513        100%.
514
5152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * Makefile.am, shared/comm/Makefile.am, shared/Makefile.am,
518        shared/irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
519        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
520        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
521
5222002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * shared/comm/console.c, shared/irq/irq_init.c: Include
525        rtems/bspIo.h instead of bspIo.h.
526
5272001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
530        * configure.ac: New file, generated from configure.in by autoupdate.
531        * configure.in: Remove.
532
5332001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * acinclude.m4: New file.
536        * configure.in: Use RTEMS_BSP_SUBDIR.
537
5382001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * shared/comm/Makefile.am: Use 'PREINSTALL_FILES ='.
541
5422001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * configure.in: remove shared/io/Makefile.
545        * shared/comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
546
5472000-12-06      Joel Sherrill <joel@OARcorp.com>
548
549        * shared/comm/console.c: Added casts to eliminate warnings.
550        * shared/comm/console.c (console_reserve_resources): Removed.
551
5522000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
555
5562000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
559        $(RTEMS_TOPdir)/aclocal.
560
5612000-11-02      Joel Sherrill <joel@OARcorp.com>
562
563        * bsp_specs: Remove -Tlinkcmds from *link rule.
564
5652000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
568        GNU canonicalization.
569
5702000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
573        shared/irq/Makefile.am: Include compile.am
574
5752000-08-10      Joel Sherrill <joel@OARcorp.com>
576
577        * ChangeLog, shared/ChangeLog: New file.
578
Note: See TracBrowser for help on using the repository browser.