1 | 2002-11-01 Joel Sherrill <joel@OARcorp.com> |
---|
2 | |
---|
3 | * startup/bspstart.c: Removed warnings. |
---|
4 | |
---|
5 | 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
6 | |
---|
7 | * .cvsignore: Reformat. |
---|
8 | Add autom4te*cache. |
---|
9 | Remove autom4te.cache. |
---|
10 | |
---|
11 | 2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
12 | |
---|
13 | * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES. |
---|
14 | |
---|
15 | 2002-08-21 Joel Sherrill <joel@OARcorp.com> |
---|
16 | |
---|
17 | * bsp_specs: Added support for -nostdlibs. |
---|
18 | |
---|
19 | 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
20 | |
---|
21 | * clock/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
22 | * console/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
23 | * network/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
24 | * start/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
25 | * startup/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
26 | * timer/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
27 | * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
28 | |
---|
29 | 2002-07-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
30 | |
---|
31 | * start/Makefile.am: Eliminate PGM. |
---|
32 | Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o. |
---|
33 | |
---|
34 | 2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
35 | |
---|
36 | * startup/Makefile.am: Add bsplib_DATA = linkcmds. |
---|
37 | |
---|
38 | 2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
39 | |
---|
40 | * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES. |
---|
41 | Remove $(OBJS) from all-local. |
---|
42 | |
---|
43 | 2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
44 | |
---|
45 | * wrapup/Makefile.am: Remove preinstallation of libbsp.a, |
---|
46 | |
---|
47 | 2001-05-17 Joel Sherrill <joel@OARcorp.com> |
---|
48 | |
---|
49 | * startup/linkcmds: Per PR224, added wild card math to .rodata. |
---|
50 | |
---|
51 | 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
52 | |
---|
53 | * include/bsp.h: include <libcpu/cpu.h>. |
---|
54 | * console/console.c: Remove unused variable console_open_count. |
---|
55 | |
---|
56 | 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
57 | |
---|
58 | * configure.ac: |
---|
59 | AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). |
---|
60 | AM_INIT_AUTOMAKE([no-define foreign 1.6]). |
---|
61 | * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
62 | * Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
63 | * console/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
64 | * include/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
65 | * network/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
66 | * start/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
67 | * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
68 | * timer/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
69 | * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
70 | |
---|
71 | 2002-03-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
72 | |
---|
73 | * configure.ac: Remove stray ';', PR 139. |
---|
74 | |
---|
75 | 2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
76 | |
---|
77 | * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h. |
---|
78 | |
---|
79 | 2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
80 | |
---|
81 | * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu, |
---|
82 | replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g. |
---|
83 | |
---|
84 | 2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
85 | |
---|
86 | * configure.ac: Introduce RTEMS_BSP_CONFIGURE. |
---|
87 | |
---|
88 | 2001-11-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
89 | |
---|
90 | * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START), |
---|
91 | RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG), |
---|
92 | remove RTEMS_OUTPUT_BUILD_SUBDIRS. |
---|
93 | |
---|
94 | 2001-10-12 Joel Sherrill <joel@OARcorp.com> |
---|
95 | |
---|
96 | * startup/linkcmds: Fixed typo. |
---|
97 | |
---|
98 | 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
99 | |
---|
100 | * .cvsignore: Add autom4te.cache for autoconf > 2.52. |
---|
101 | * configure.in: Remove. |
---|
102 | * configure.ac: New file, generated from configure.in by autoupdate. |
---|
103 | |
---|
104 | 2001-09-27 Joel Sherrill <joel@OARcorp.com> |
---|
105 | |
---|
106 | * include/bsp.h: Renamed delay() to rtems_bsp_delay(). |
---|
107 | |
---|
108 | 2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
109 | |
---|
110 | * include/Makefile.am: Use 'PREINSTALL_FILES ='. |
---|
111 | |
---|
112 | 2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
113 | |
---|
114 | * configure.in: Add bspopts.h. |
---|
115 | * include/.cvsignore: Add bspopts.h*, stamp-h*. |
---|
116 | * include/Makefile.am: Use *_HEADERS instead of *H_FILES. |
---|
117 | * include/bsp.h: Include bspopts.h. |
---|
118 | |
---|
119 | 2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
120 | |
---|
121 | * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]). |
---|
122 | |
---|
123 | 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
124 | |
---|
125 | * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. |
---|
126 | |
---|
127 | 2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
128 | |
---|
129 | * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal. |
---|
130 | |
---|
131 | 2000-11-01 Joel Sherrill <joel@OARcorp.com> |
---|
132 | |
---|
133 | * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, |
---|
134 | and libcsupport.h moved from libc to lib/include/rtems and |
---|
135 | now must be referenced as <rtems/XXX.h>. Header file order |
---|
136 | was cleaned up while doing this. |
---|
137 | |
---|
138 | 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
139 | |
---|
140 | * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. |
---|
141 | Switch to GNU canonicalization. |
---|
142 | |
---|
143 | 2000-10-19 Joel Sherrill <joel@OARcorp.com> |
---|
144 | |
---|
145 | * console/console.c: Invoke BSP_uart_init() with all arguments |
---|
146 | now that it takes more parameters. |
---|
147 | |
---|
148 | 2000-10-17 Joel Sherrill <joel@OARcorp.com> |
---|
149 | |
---|
150 | * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386 |
---|
151 | to libbsp/i386/shared/irq. |
---|
152 | |
---|
153 | 2000-09-29 Charles-Antoine Gauthier <charles.gauthier@nrc.ca> |
---|
154 | |
---|
155 | * startup/linkcmds: Added lines so DWARF debug information |
---|
156 | would be available. Otherwise gdb complains that the offsets |
---|
157 | for the debug info are incorrect and doesn't load the files. |
---|
158 | |
---|
159 | 2000-09-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
160 | |
---|
161 | * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional. |
---|
162 | * startup/Makefile.am: Cleanup comments. |
---|
163 | |
---|
164 | 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
165 | |
---|
166 | * clock/Makefile.am, console/Makefile.am, network/Makefile.am, |
---|
167 | start/Makefile.am, startup/Makefile.am, timer/Makefile.am, |
---|
168 | wrapup/Makefile.am: Include compile.am |
---|
169 | |
---|
170 | 2000-08-10 Joel Sherrill <joel@OARcorp.com> |
---|
171 | |
---|
172 | * ChangeLog: New file. |
---|