source: rtems/c/src/lib/libbsp/arm/ChangeLog @ 44b4cf4

4.104.114.84.95
Last change on this file since 44b4cf4 was 3b9564a, checked in by Jay Monkman <jtm@…>, on 03/11/05 at 08:23:28

2005-03-11 Jay Monkman <jtm@…>

  • acinclude.m4: Removed vegaplus BSP.
  • vegaplus/.cvsignore, vegaplus/ChangeLog, vegaplus/Makefile.am, vegaplus/bsp_specs, vegaplus/configure.ac, vegaplus/clock/clockdrv.c, vegaplus/include/.cvsignore, vegaplus/include/bsp.h, vegaplus/include/registers.h, vegaplus/include/tm27.h, vegaplus/irq/bsp_irq_asm.S, vegaplus/irq/bsp_irq_init.c, vegaplus/irq/irq.c, vegaplus/irq/irq.h, vegaplus/start/start.S, vegaplus/startup/bspstart.c, vegaplus/startup/exit.c, vegaplus/startup/linkcmds: Removed.
  • Property mode set to 100644
File size: 5.0 KB
Line 
12005-03-11      Jay Monkman <jtm@lopingdog.com>
2
3        * acinclude.m4: Removed vegaplus BSP.
4        * vegaplus/.cvsignore, vegaplus/ChangeLog, vegaplus/Makefile.am,
5        vegaplus/bsp_specs, vegaplus/configure.ac, vegaplus/clock/clockdrv.c,
6        vegaplus/include/.cvsignore, vegaplus/include/bsp.h,
7        vegaplus/include/registers.h, vegaplus/include/tm27.h,
8        vegaplus/irq/bsp_irq_asm.S, vegaplus/irq/bsp_irq_init.c,
9        vegaplus/irq/irq.c, vegaplus/irq/irq.h, vegaplus/start/start.S,
10        vegaplus/startup/bspstart.c, vegaplus/startup/exit.c,
11        vegaplus/startup/linkcmds: Removed.
12
132005-03-11      Philippe Simons <loki_666@fastmail.fm>
14
15        * acinclude.m4: Added gp32 BSP.
16        * gp32/.cvsignore, gp32/Makefile.am, gp32/README, gp32/bsp_specs,
17        gp32/configure.ac, gp32/console/.cvsignore, gp32/console/conio.c,
18        gp32/console/console.c, gp32/console/defaultfont.c,
19        gp32/include/.cvsignore, gp32/include/bsp.h, gp32/include/conio.h,
20        gp32/include/tm27.h, gp32/start/.cvsignore, gp32/start/start.S,
21        gp32/startup/.cvsignore, gp32/startup/bspstart.c,
22        gp32/startup/exit.c, gp32/startup/linkcmds, gp32/startup/memmap.c: New files.
23
242005-03-03      Ralf Corsepius <ralf.corsepius@rtems.org>
25
26        * acinclude.m4: Remove arm_bare_bsp.
27
28        PR bsps/771
29        * configure.ac: Remove reference to arm_bare_bsp in
30        AC_CONFIG_SRCDIR. Use ../arm instead.
31
322005-02-25      Joel Sherrill <joel@OARcorp.com>
33
34        * arm_bare_bsp/.cvsignore, arm_bare_bsp/ChangeLog,
35        arm_bare_bsp/Makefile.am, arm_bare_bsp/bsp_specs,
36        arm_bare_bsp/configure.ac, arm_bare_bsp/clock/clockdrv.c,
37        arm_bare_bsp/include/.cvsignore, arm_bare_bsp/include/bsp.h,
38        arm_bare_bsp/include/registers.h, arm_bare_bsp/include/tm27.h,
39        arm_bare_bsp/irq/bsp_irq_asm.S, arm_bare_bsp/irq/bsp_irq_init.c,
40        arm_bare_bsp/irq/irq.c, arm_bare_bsp/irq/irq.h,
41        arm_bare_bsp/start/start.S, arm_bare_bsp/startup/bspstart.c,
42        arm_bare_bsp/startup/exit.c, arm_bare_bsp/startup/linkcmds: Removed.
43
442004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
45
46        * configure.ac: Require automake > 1.9.
47
482004-07-15      Jay Monkman
49
50        * acinclude.m4: Added csb336 and csb337 BSPs
51
522004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * acinclude.m4: Regenerate.
55
562004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
59
602004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
63        $(RTEMS_BSP_FAMILY).
64
652003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
68
692003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Remove shared/comm/Makefile, shared/irq/Makefile.
72
732003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * acinclude.m4: Reflect changes to bootstrap.
76        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
77
782003-09-15      Jay Monkman <jtm@smoothsmoothie.com>
79
80        PR 480/bsps
81        * shared/irq/irq_asm.S: Remove duplicate code.
82
832003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Reflect having moved aclocal/.
86
872003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Reflect having moved automake/.
90
912003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
94
952003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Remove AC_CONFIG_AUX_DIR.
98
992003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
102
1032003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: AC_PREREQ(2.57).
106
1072002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
110
1112002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
112
113        * acinclude.m4: Added edb7312.
114
1152002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * .cvsignore: Reformat.
118        Add autom4te*cache.
119        Remove autom4te.cache.
120
1212002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac:
124        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
125        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
126        * Makefile.am: Remove AUTOMAKE_OPTIONS.
127
1282001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
131        * configure.in: Remove.
132        * configure.ac: New file, generated from configure.in by autoupdate.
133
1342001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * acinclude.m4: New file.
137        * configure.in: Use RTEMS_BSP_SUBDIR.
138
1392001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.in: remove shared/io/Makefile.
142
1432000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
146
1472000-11-02      Joel Sherrill <joel@OARcorp.com>
148
149        * bsp_specs: Remove -Tlinkcmds from *link rule.
150
1512000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
154
1552000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
158        Switch to GNU canonicalization.
159
1602000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
163        shared/irq/Makefile.am: Include compile.am
164
1652000-08-10      Joel Sherrill <joel@OARcorp.com>
166
167        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.