source: rtems/c/src/lib/libbsp/or32/orp/ChangeLog @ cb33a86f

4.104.114.84.95
Last change on this file since cb33a86f was cb33a86f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/02/04 at 11:20:52
  • start/start.S: Include <rtems/asm.h> instead of <asm.h>.
  • Property mode set to 100644
File size: 7.8 KB
Line 
12004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
4
52004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
8        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
9
102004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        * clock/clockdrv.c, console/console.c, startup/bspstart.c,
13        timer/timer.c, timer/timerisr.c: Convert to using c99 fixed size
14        types.
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-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
28
292004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Cosmetics.
32
332004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
36        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
37        wrapup/Makefile.am. Use automake compilation rules.
38        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
39        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
40        * configure.ac: Reflect changes above.
41
422004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
45        Add RTEMS_PROG_CCAS.
46
472004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Add PREINSTALL_DIRS.
50
512004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
54        Add PRE/TMPINSTALL_FILES to CLEANFILES.
55        * start/Makefile.am: Ditto.
56        * startup/Makefile.am: Ditto.
57
582004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * wrapup/Makefile.am: Eliminate $(LIB).
61        Use noinst_DATA to trigger building libbsp.a.
62
632003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
66        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
67
682003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
71        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
72
732003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
76
772003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * wrapup/Makefile.am: Cosmetics.
80
812003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * start/Makefile.am: Misc cleanups and fixes.
84        * startup/Makefile.am: Misc cleanups and fixes.
85        * wrapup/Makefile.am: Misc cleanups and fixes.
86
872003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * startup/Makefile.am: Remove S_FILES. Cosmetics.
90
912003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Add preinstallation dirstamp support.
94        * clock/Makefile.am: Cosmetics.
95        * console/Makefile.am: Cosmetics.
96        * startup/Makefile.am: Cosmetics.
97        * timer/Makefile.am: Cosmetics.
98        * wrapup/Makefile.am: Cosmetics.
99
1002003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * clock/Makefile.am: Remove all-local: $(ARCH).
103        * console/Makefile.am: Remove all-local: $(ARCH).
104        * start/Makefile.am: Remove all-local: $(ARCH).
105        * startup/Makefile.am: Remove all-local: $(ARCH).
106        * timer/Makefile.am: Remove all-local: $(ARCH).
107        * wrapup/Makefile.am: Remove all-local: $(ARCH).
108
1092003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Merge-in include/Makefile.am.
112        Reflect changes to bsp.am.
113        * include/Makefile.am: Remove.
114        * configure.ac: Reflect changes above.
115
1162003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * bsp_specs: Remove *lib:.
119
1202003-09-04      Joel Sherrill <joel@OARcorp.com>
121
122        * clock/clockdrv.c, console/console.c, console/console.h,
123        include/bsp.h, start/start.S, startup/bspclean.c, startup/bspstart.c,
124        startup/linkcmds, startup/setvec.c, timer/timer.c, timer/timerisr.c:
125        URL for license changed.
126
1272003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Reflect having moved aclocal/.
130
1312003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Reflect having moved automake/.
134        * clock/Makefile.am: Reflect having moved automake/.
135        * console/Makefile.am: Reflect having moved automake/.
136        * include/Makefile.am: Reflect having moved automake/.
137        * start/Makefile.am: Reflect having moved automake/.
138        * startup/Makefile.am: Reflect having moved automake/.
139        * timer/Makefile.am: Reflect having moved automake/.
140        * wrapup/Makefile.am: Reflect having moved automake/.
141
1422003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
145
1462003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        PR 445/bsps
149        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
150        Remove cpp, old_cpp (now unused).
151
1522003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: Remove AC_CONFIG_AUX_DIR.
155
1562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
159
1602003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: AC_PREREQ(2.57).
163
1642003-01-20      Joel Sherrill <joel@OARcorp.com>
165
166        * startup/linkcmds*: Add FreeBSD sysctl() sections.
167
1682002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
171        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
172        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
173        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
174        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
175
1762002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * start/Makefile.am: Use install-data-local to install startfile.
179
1802002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
183
1842002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * .cvsignore: Reformat.
187        Add autom4te*cache.
188        Remove autom4te.cache.
189
1902002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * .cvsignore: Add autom4te.cache.
193
1942002-09-14      Ivan Guzvinec <ivang@opencores.org>
195
196        * include/bsp.h, startup/Makefile.am, startup/bspclean.c:
197        Cleanup so the BSP works.
198
1992002-08-21      Joel Sherrill <joel@OARcorp.com>
200
201        * bsp_specs: Added support for -nostdlibs.
202
2032002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
206        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
207        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
208        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
209        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
210        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
211
2122002-08-07      Ivan Guzvinec <ivang@opencores.org>
213
214        * configure.ac: Bender BSP renamed to OpenRisc Reference Platform
215        for ORP.
216
2172002-08-07      Ivan Guzvinec <ivang@opencores.org>
218
219        * include/bsp.h, start/start.S, startup/linkcmds: Patches which
220        were required to make the BSP run.
221
2222002-08-06      Joel Sherrill <joel@OARcorp.com>
223
224        * configure.ac: GO back to name bender for the or32/or1200 BSP.
225
2262002-08-06      Joel Sherrill <joel@OARcorp.com>
227
228        * bsp_specs, configure.ac, startup/bspstart.c: Update and fix
229        minor things so this BSP compiles and almost completely links.
230        * startup/Makefile.am: New file.
231
2322002-08-06      Joel Sherrill <joel@OARcorp.com>
233
234        * include/.cvsignore: Updated to account for more files.
235
2362002-08-06      Chris Ziomkowski <chris@asics.ws>
237
238        * .cvsignore, Makefile.am, README, bsp_specs, configure.ac, times,
239        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
240        console/.cvsignore, console/Makefile.am, console/console.c,
241        console/console.h, include/.cvsignore, include/Makefile.am,
242        include/bsp.h, start/.cvsignore, start/Makefile.am, start/start.S,
243        startup/.cvsignore, startup/bspclean.c, startup/bspstart.c,
244        startup/linkcmds, startup/main.c, startup/setvec.c, timer/.cvsignore,
245        timer/Makefile.am, timer/timer.c, timer/timerisr.c,
246        wrapup/.cvsignore, wrapup/Makefile.am, ChangeLog: New files added
247        as part of merge from OpenCores repository.
Note: See TracBrowser for help on using the repository browser.