source: rtems/c/src/lib/libbsp/i386/ts_386ex/ChangeLog @ 4ca150f

4.104.114.84.95
Last change on this file since 4ca150f was 4ca150f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/21/02 at 02:25:20

2002-07-20 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
  • Property mode set to 100644
File size: 4.5 KB
Line 
12002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Eliminate PGM.
4        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
5
62002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
9
102002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
13        Remove $(OBJS) from all-local.
14
152002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
18
192001-05-17      Joel Sherrill <joel@OARcorp.com>
20
21        * startup/linkcmds: Per PR224, added wild card math to .rodata.
22
232002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * include/bsp.h: include <libcpu/cpu.h>.
26        * console/console.c: Remove unused variable console_open_count.
27
282002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac:
31        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
32        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
33        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
34        * Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
36        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
37        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
38        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
39        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
40        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
41        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
42
432002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: Remove stray ';', PR 139.
46
472002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
50
512001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
54        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
55
562001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
59
602001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
63        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
64        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
65
662001-10-12      Joel Sherrill <joel@OARcorp.com>
67
68        * startup/linkcmds: Fixed typo.
69
702001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
73        * configure.in: Remove.
74        * configure.ac: New file, generated from configure.in by autoupdate.
75
762001-09-27      Joel Sherrill <joel@OARcorp.com>
77
78        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
79
802001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
83
842001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.in: Add bspopts.h.
87        * include/.cvsignore: Add bspopts.h*, stamp-h*.
88        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
89        * include/bsp.h: Include bspopts.h.
90
912001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
92
93        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
94
952000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
98
992000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
102
1032000-11-01      Joel Sherrill <joel@OARcorp.com>
104
105        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
106        and libcsupport.h moved from libc to lib/include/rtems and
107        now must be referenced as <rtems/XXX.h>.   Header file order
108        was cleaned up while doing this.
109
1102000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
113        Switch to GNU canonicalization.
114
1152000-10-19      Joel Sherrill <joel@OARcorp.com>
116
117        * console/console.c: Invoke BSP_uart_init() with all arguments
118        now that it takes more parameters.
119
1202000-10-17      Joel Sherrill <joel@OARcorp.com>
121
122        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
123        to libbsp/i386/shared/irq.
124
1252000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
126
127        * startup/linkcmds: Added lines so DWARF debug information
128        would be available.  Otherwise gdb complains that the offsets
129        for the debug info are incorrect and doesn't load the files.
130
1312000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
134        * startup/Makefile.am: Cleanup comments.
135
1362000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
139        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
140        wrapup/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.