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

4.104.114.84.95
Last change on this file since 844609f9 was 844609f9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/05 at 06:57:39

2005-01-07 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
  • Property mode set to 100644
File size: 8.6 KB
Line 
12005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
4
52005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Remove build-variant support.
8
92004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
10
11        * configure.ac: Require automake > 1.9.
12
132004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
14
15        PR 610/bsps
16        * Makefile.am: Add include/tm27.h, Cosmetics.
17        * include/tm27.h: Final cosmetics.
18
192004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
20
21        * include/bsp.h: Split out tmtest27 support.
22        * include/tm27.h: New.
23
242004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
25
26        PR 613/bsps
27        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
28
292004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        PR 614/bsps
32        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
33
342004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
37
382004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
39
40        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
41        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
42
432004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
44
45        * clock/clockdrv.c, console/console.c, startup/bspstart.c,
46        timer/timer.c, timer/timerisr.c: Convert to using c99 fixed size
47        types.
48
492004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Reflect changes to bsp.am.
52        Preinstall dist_project_lib*.
53
542004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Reflect changes to bsp.am.
57
582004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
61
622004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Cosmetics.
65
662004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
69        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
70        wrapup/Makefile.am. Use automake compilation rules.
71        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
72        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
73        * configure.ac: Reflect changes above.
74
752004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
78        Add RTEMS_PROG_CCAS.
79
802004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Add PREINSTALL_DIRS.
83
842004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
87        Add PRE/TMPINSTALL_FILES to CLEANFILES.
88        * start/Makefile.am: Ditto.
89        * startup/Makefile.am: Ditto.
90
912004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * wrapup/Makefile.am: Eliminate $(LIB).
94        Use noinst_DATA to trigger building libbsp.a.
95
962003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
99        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
100
1012003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
104        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
105
1062003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
109
1102003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * wrapup/Makefile.am: Cosmetics.
113
1142003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * start/Makefile.am: Misc cleanups and fixes.
117        * startup/Makefile.am: Misc cleanups and fixes.
118        * wrapup/Makefile.am: Misc cleanups and fixes.
119
1202003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * startup/Makefile.am: Remove S_FILES. Cosmetics.
123
1242003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Add preinstallation dirstamp support.
127        * clock/Makefile.am: Cosmetics.
128        * console/Makefile.am: Cosmetics.
129        * startup/Makefile.am: Cosmetics.
130        * timer/Makefile.am: Cosmetics.
131        * wrapup/Makefile.am: Cosmetics.
132
1332003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * clock/Makefile.am: Remove all-local: $(ARCH).
136        * console/Makefile.am: Remove all-local: $(ARCH).
137        * start/Makefile.am: Remove all-local: $(ARCH).
138        * startup/Makefile.am: Remove all-local: $(ARCH).
139        * timer/Makefile.am: Remove all-local: $(ARCH).
140        * wrapup/Makefile.am: Remove all-local: $(ARCH).
141
1422003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Merge-in include/Makefile.am.
145        Reflect changes to bsp.am.
146        * include/Makefile.am: Remove.
147        * configure.ac: Reflect changes above.
148
1492003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * bsp_specs: Remove *lib:.
152
1532003-09-04      Joel Sherrill <joel@OARcorp.com>
154
155        * clock/clockdrv.c, console/console.c, console/console.h,
156        include/bsp.h, start/start.S, startup/bspclean.c, startup/bspstart.c,
157        startup/linkcmds, startup/setvec.c, timer/timer.c, timer/timerisr.c:
158        URL for license changed.
159
1602003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Reflect having moved aclocal/.
163
1642003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Reflect having moved automake/.
167        * clock/Makefile.am: Reflect having moved automake/.
168        * console/Makefile.am: Reflect having moved automake/.
169        * include/Makefile.am: Reflect having moved automake/.
170        * start/Makefile.am: Reflect having moved automake/.
171        * startup/Makefile.am: Reflect having moved automake/.
172        * timer/Makefile.am: Reflect having moved automake/.
173        * wrapup/Makefile.am: Reflect having moved automake/.
174
1752003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
178
1792003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        PR 445/bsps
182        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
183        Remove cpp, old_cpp (now unused).
184
1852003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Remove AC_CONFIG_AUX_DIR.
188
1892003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
192
1932003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac: AC_PREREQ(2.57).
196
1972003-01-20      Joel Sherrill <joel@OARcorp.com>
198
199        * startup/linkcmds*: Add FreeBSD sysctl() sections.
200
2012002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
204        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
205        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
206        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
207        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
208
2092002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * start/Makefile.am: Use install-data-local to install startfile.
212
2132002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
216
2172002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * .cvsignore: Reformat.
220        Add autom4te*cache.
221        Remove autom4te.cache.
222
2232002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * .cvsignore: Add autom4te.cache.
226
2272002-09-14      Ivan Guzvinec <ivang@opencores.org>
228
229        * include/bsp.h, startup/Makefile.am, startup/bspclean.c:
230        Cleanup so the BSP works.
231
2322002-08-21      Joel Sherrill <joel@OARcorp.com>
233
234        * bsp_specs: Added support for -nostdlibs.
235
2362002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
239        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
240        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
241        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
242        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
243        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
244
2452002-08-07      Ivan Guzvinec <ivang@opencores.org>
246
247        * configure.ac: Bender BSP renamed to OpenRisc Reference Platform
248        for ORP.
249
2502002-08-07      Ivan Guzvinec <ivang@opencores.org>
251
252        * include/bsp.h, start/start.S, startup/linkcmds: Patches which
253        were required to make the BSP run.
254
2552002-08-06      Joel Sherrill <joel@OARcorp.com>
256
257        * configure.ac: GO back to name bender for the or32/or1200 BSP.
258
2592002-08-06      Joel Sherrill <joel@OARcorp.com>
260
261        * bsp_specs, configure.ac, startup/bspstart.c: Update and fix
262        minor things so this BSP compiles and almost completely links.
263        * startup/Makefile.am: New file.
264
2652002-08-06      Joel Sherrill <joel@OARcorp.com>
266
267        * include/.cvsignore: Updated to account for more files.
268
2692002-08-06      Chris Ziomkowski <chris@asics.ws>
270
271        * .cvsignore, Makefile.am, README, bsp_specs, configure.ac, times,
272        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
273        console/.cvsignore, console/Makefile.am, console/console.c,
274        console/console.h, include/.cvsignore, include/Makefile.am,
275        include/bsp.h, start/.cvsignore, start/Makefile.am, start/start.S,
276        startup/.cvsignore, startup/bspclean.c, startup/bspstart.c,
277        startup/linkcmds, startup/main.c, startup/setvec.c, timer/.cvsignore,
278        timer/Makefile.am, timer/timer.c, timer/timerisr.c,
279        wrapup/.cvsignore, wrapup/Makefile.am, ChangeLog: New files added
280        as part of merge from OpenCores repository.
Note: See TracBrowser for help on using the repository browser.