source: rtems/c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog @ c725258

Last change on this file since c725258 was b547e84, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:44:56

2003-09-04 Joel Sherrill <joel@…>

  • clock/ckinit.c, console/console.c, include/bsp.h, shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c, startup/linkcmds, startup/main.c, startup/setvec.c, timer/timer.c, timer/timerisr.c: URL for license changed.
  • Property mode set to 100644
File size: 4.7 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * clock/ckinit.c, console/console.c, include/bsp.h, shmsupp/addrconv.c,
4        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c,
5        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
6        startup/main.c, startup/setvec.c, timer/timer.c, timer/timerisr.c:
7        URL for license changed.
8
92003-08-22      Joel Sherrill <joel@OARcorp.com>
10
11        PR 445/bsps
12        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
13        trunk.
14
152003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
18
192003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Remove AC_CONFIG_AUX_DIR.
22
232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
26
272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: AC_PREREQ(2.57).
30
312003-01-20      Joel Sherrill <joel@OARcorp.com>
32
33        * startup/linkcmds*: Add FreeBSD sysctl() sections.
34
352003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
38        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
39        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
40        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
41        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
42
432002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
46
472002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * .cvsignore: Reformat.
50        Add autom4te*cache.
51        Remove autom4te.cache.
52
532002-08-21      Joel Sherrill <joel@OARcorp.com>
54
55        * bsp_specs: Added support for -nostdlibs.
56
572002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
60        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
61        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
62        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
63        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
64        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
65
662002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
69
702002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
73        Remove $(OBJS) from all-local.
74
752002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
78
792002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac:
82        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
83        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
84        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
91        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
92
932001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
96
972001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
100        * configure.in: Remove.
101        * configure.ac: New file, generated from configure.in by autoupdate.
102
1032001-09-27      Joel Sherrill <joel@OARcorp.com>
104
105        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
106        * shmsupp/lock.c: Renamed delay() to rtems_bsp_delay().
107
1082001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * include/Makefile.am: Use 'CLEANFILES ='.
111        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
112
1132001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.in: Add bspopts.h.
116        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
117        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
118        * include/bsp.h: Include bspopts.h.
119
1202001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
121
122        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
123
1242000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
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-11-01      Joel Sherrill <joel@OARcorp.com>
133
134        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
135        and libcsupport.h moved from libc to lib/include/rtems and
136        now must be referenced as <rtems/XXX.h>.   Header file order
137        was cleaned up while doing this.
138
1392000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
142        Switch to GNU canonicalization.
143
1442000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
147        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
148        compile.am
149
1502000-08-10      Joel Sherrill <joel@OARcorp.com>
151
152        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.