source: rtems/c/src/lib/libbsp/bare/ChangeLog @ 445f8cc

4.104.114.84.95
Last change on this file since 445f8cc was db3fa14, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/03/05 at 04:33:07

2005-01-02 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Remove build-variant support.
  • Property mode set to 100644
File size: 4.3 KB
Line 
12005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove build-variant support.
4
52004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * include/bsp.h: Remove tm27 stuff.
8        * include/tm27.h: New.
9        * Makefile.am: Add tm27.h
10
112004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * configure.ac: Require automake > 1.9.
14
152004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
16
17        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
18        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
19
202004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Reflect changes to bsp.am.
23        Preinstall dist_project_lib*.
24
252004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Reflect changes to bsp.am.
28
292004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Add PREINSTALL_DIRS.
32
332003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
36
372003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Misc cleanups and fixes.
40
412003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Remove RTEMS_CANONICAL_HOST.
44
452003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
48
492003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Merge-in include/Makefile.am.
52        Reflect changes to bsp.am.
53        * include/Makefile.am: Remove.
54        * configure.ac: Reflect changes above.
55
562003-09-04      Joel Sherrill <joel@OARcorp.com>
57
58        * include/bsp.h: URL for license changed.
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        * include/Makefile.am: Reflect having moved automake/.
68
692003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
72
732003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        PR 445/bsps
76        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
77
782003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Remove AC_CONFIG_AUX_DIR.
81
822003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
85
862003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: AC_PREREQ(2.57).
89
902002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
93
942002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * .cvsignore: Reformat.
97        Add autom4te*cache.
98        Remove autom4te.cache.
99
1002002-08-21      Joel Sherrill <joel@OARcorp.com>
101
102        * bsp_specs: Added support for -nostdlibs.
103
1042002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac:
107        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
108        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
109        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * Makefile.am: Remove AUTOMAKE_OPTIONS.
111
1122001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
115        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
116
1172001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
120        * configure.in: Remove.
121        * configure.ac: New file, generated from configure.in by autoupdate.
122
1232001-09-27      Joel Sherrill <joel@OARcorp.com>
124
125        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
126
1272001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * include/Makefile.am: Use 'CLEANFILES ='.
130        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
131        * include/Makefile.am: fix path to shared/include/coverhd.h.
132
1332001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * include/bsp.h: Include bspopts.h.
136
1372001-05-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.in: Add bspopts.h.
140        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
141        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
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      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
150
1512000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
154        Switch to GNU canonicalization.
155
1562000-08-10      Joel Sherrill <joel@OARcorp.com>
157
158        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.