source: rtems/c/src/lib/libbsp/bare/ChangeLog @ f876488

4.104.114.84.95
Last change on this file since f876488 was f876488, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/20/04 at 04:31:21

2004-10-20 Ralf Corsepius <ralf_corsepius@…>

  • include/bsp.h: Remove tm27 stuff.
  • Property mode set to 100644
File size: 4.2 KB
Line 
12004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * include/bsp.h: Remove tm27 stuff.
4        * include/tm27.h: New.
5        * Makefile.am: Add tm27.h
6
72004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
8
9        * configure.ac: Require automake > 1.9.
10
112004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
14        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
15
162004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Reflect changes to bsp.am.
19        Preinstall dist_project_lib*.
20
212004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Reflect changes to bsp.am.
24
252004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Add PREINSTALL_DIRS.
28
292003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
32
332003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Misc cleanups and fixes.
36
372003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Remove RTEMS_CANONICAL_HOST.
40
412003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
44
452003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Merge-in include/Makefile.am.
48        Reflect changes to bsp.am.
49        * include/Makefile.am: Remove.
50        * configure.ac: Reflect changes above.
51
522003-09-04      Joel Sherrill <joel@OARcorp.com>
53
54        * include/bsp.h: URL for license changed.
55
562003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Reflect having moved aclocal/.
59
602003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Reflect having moved automake/.
63        * include/Makefile.am: Reflect having moved automake/.
64
652003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
68
692003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        PR 445/bsps
72        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
73
742003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Remove AC_CONFIG_AUX_DIR.
77
782003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
81
822003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: AC_PREREQ(2.57).
85
862002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
89
902002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * .cvsignore: Reformat.
93        Add autom4te*cache.
94        Remove autom4te.cache.
95
962002-08-21      Joel Sherrill <joel@OARcorp.com>
97
98        * bsp_specs: Added support for -nostdlibs.
99
1002002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac:
103        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
104        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
105        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * Makefile.am: Remove AUTOMAKE_OPTIONS.
107
1082001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
111        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
112
1132001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
116        * configure.in: Remove.
117        * configure.ac: New file, generated from configure.in by autoupdate.
118
1192001-09-27      Joel Sherrill <joel@OARcorp.com>
120
121        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
122
1232001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * include/Makefile.am: Use 'CLEANFILES ='.
126        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
127        * include/Makefile.am: fix path to shared/include/coverhd.h.
128
1292001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * include/bsp.h: Include bspopts.h.
132
1332001-05-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.in: Add bspopts.h.
136        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
137        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
138
1392000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
142
1432000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
146
1472000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
150        Switch to GNU canonicalization.
151
1522000-08-10      Joel Sherrill <joel@OARcorp.com>
153
154        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.