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

4.104.114.84.95
Last change on this file since bb90b428 was bb90b428, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/03/05 at 10:43:19

2005-03-03 Ralf Corsepius <ralf_corsepius@…>

  • acinclude.m4: Remove arm_bare_bsp.

PR bsps/771

  • configure.ac: Remove reference to arm_bare_bsp in AC_CONFIG_SRCDIR. Use ../arm instead.
  • Property mode set to 100644
File size: 3.9 KB
Line 
12005-03-03      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * acinclude.m4: Remove arm_bare_bsp.
4
5        PR bsps/771
6        * configure.ac: Remove reference to arm_bare_bsp in
7        AC_CONFIG_SRCDIR. Use ../arm instead.
8
92005-02-25      Joel Sherrill <joel@OARcorp.com>
10
11        * arm_bare_bsp/.cvsignore, arm_bare_bsp/ChangeLog,
12        arm_bare_bsp/Makefile.am, arm_bare_bsp/bsp_specs,
13        arm_bare_bsp/configure.ac, arm_bare_bsp/clock/clockdrv.c,
14        arm_bare_bsp/include/.cvsignore, arm_bare_bsp/include/bsp.h,
15        arm_bare_bsp/include/registers.h, arm_bare_bsp/include/tm27.h,
16        arm_bare_bsp/irq/bsp_irq_asm.S, arm_bare_bsp/irq/bsp_irq_init.c,
17        arm_bare_bsp/irq/irq.c, arm_bare_bsp/irq/irq.h,
18        arm_bare_bsp/start/start.S, arm_bare_bsp/startup/bspstart.c,
19        arm_bare_bsp/startup/exit.c, arm_bare_bsp/startup/linkcmds: Removed.
20
212004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        * configure.ac: Require automake > 1.9.
24
252004-07-15      Jay Monkman
26
27        * acinclude.m4: Added csb336 and csb337 BSPs
28
292004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * acinclude.m4: Regenerate.
32
332004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
36
372004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
40        $(RTEMS_BSP_FAMILY).
41
422003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
45
462003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Remove shared/comm/Makefile, shared/irq/Makefile.
49
502003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * acinclude.m4: Reflect changes to bootstrap.
53        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
54
552003-09-15      Jay Monkman <jtm@smoothsmoothie.com>
56
57        PR 480/bsps
58        * shared/irq/irq_asm.S: Remove duplicate code.
59
602003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Reflect having moved aclocal/.
63
642003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Reflect having moved automake/.
67
682003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
71
722003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Remove AC_CONFIG_AUX_DIR.
75
762003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
79
802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: AC_PREREQ(2.57).
83
842002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
87
882002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
89
90        * acinclude.m4: Added edb7312.
91
922002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * .cvsignore: Reformat.
95        Add autom4te*cache.
96        Remove autom4te.cache.
97
982002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac:
101        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
102        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
103        * Makefile.am: Remove AUTOMAKE_OPTIONS.
104
1052001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
108        * configure.in: Remove.
109        * configure.ac: New file, generated from configure.in by autoupdate.
110
1112001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * acinclude.m4: New file.
114        * configure.in: Use RTEMS_BSP_SUBDIR.
115
1162001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.in: remove shared/io/Makefile.
119
1202000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
123
1242000-11-02      Joel Sherrill <joel@OARcorp.com>
125
126        * bsp_specs: Remove -Tlinkcmds from *link rule.
127
1282000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
131
1322000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
135        Switch to GNU canonicalization.
136
1372000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
140        shared/irq/Makefile.am: Include compile.am
141
1422000-08-10      Joel Sherrill <joel@OARcorp.com>
143
144        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.