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

4.104.114.84.95
Last change on this file since b35414a was b35414a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/13/03 at 05:09:48

2003-12-13 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
  • startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
  • Property mode set to 100644
File size: 5.9 KB
Line 
12003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
4        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
5
62003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
9        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
10
112003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
14
152003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * wrapup/Makefile.am: Cosmetics.
18
192003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * start/Makefile.am: Misc cleanups and fixes.
22        * startup/Makefile.am: Misc cleanups and fixes.
23        * wrapup/Makefile.am: Misc cleanups and fixes.
24
252003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * startup/Makefile.am: Remove S_FILES. Cosmetics.
28
292003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Add preinstallation dirstamp support.
32        * clock/Makefile.am: Cosmetics.
33        * console/Makefile.am: Cosmetics.
34        * startup/Makefile.am: Cosmetics.
35        * timer/Makefile.am: Cosmetics.
36        * wrapup/Makefile.am: Cosmetics.
37
382003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * clock/Makefile.am: Remove all-local: $(ARCH).
41        * console/Makefile.am: Remove all-local: $(ARCH).
42        * start/Makefile.am: Remove all-local: $(ARCH).
43        * startup/Makefile.am: Remove all-local: $(ARCH).
44        * timer/Makefile.am: Remove all-local: $(ARCH).
45        * wrapup/Makefile.am: Remove all-local: $(ARCH).
46
472003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Merge-in include/Makefile.am.
50        Reflect changes to bsp.am.
51        * include/Makefile.am: Remove.
52        * configure.ac: Reflect changes above.
53
542003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * bsp_specs: Remove *lib:.
57
582003-09-04      Joel Sherrill <joel@OARcorp.com>
59
60        * clock/clockdrv.c, console/console.c, console/console.h,
61        include/bsp.h, start/start.S, startup/bspclean.c, startup/bspstart.c,
62        startup/linkcmds, startup/setvec.c, timer/timer.c, timer/timerisr.c:
63        URL for license changed.
64
652003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Reflect having moved aclocal/.
68
692003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Reflect having moved automake/.
72        * clock/Makefile.am: Reflect having moved automake/.
73        * console/Makefile.am: Reflect having moved automake/.
74        * include/Makefile.am: Reflect having moved automake/.
75        * start/Makefile.am: Reflect having moved automake/.
76        * startup/Makefile.am: Reflect having moved automake/.
77        * timer/Makefile.am: Reflect having moved automake/.
78        * wrapup/Makefile.am: Reflect having moved automake/.
79
802003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
83
842003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        PR 445/bsps
87        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
88        Remove cpp, old_cpp (now unused).
89
902003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Remove AC_CONFIG_AUX_DIR.
93
942003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
97
982003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: AC_PREREQ(2.57).
101
1022003-01-20      Joel Sherrill <joel@OARcorp.com>
103
104        * startup/linkcmds*: Add FreeBSD sysctl() sections.
105
1062002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
109        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
110        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
111        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
112        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
113
1142002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * start/Makefile.am: Use install-data-local to install startfile.
117
1182002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
121
1222002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * .cvsignore: Reformat.
125        Add autom4te*cache.
126        Remove autom4te.cache.
127
1282002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * .cvsignore: Add autom4te.cache.
131
1322002-09-14      Ivan Guzvinec <ivang@opencores.org>
133
134        * include/bsp.h, startup/Makefile.am, startup/bspclean.c:
135        Cleanup so the BSP works.
136
1372002-08-21      Joel Sherrill <joel@OARcorp.com>
138
139        * bsp_specs: Added support for -nostdlibs.
140
1412002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
144        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
145        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
146        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
147        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
148        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
149
1502002-08-07      Ivan Guzvinec <ivang@opencores.org>
151
152        * configure.ac: Bender BSP renamed to OpenRisc Reference Platform
153        for ORP.
154
1552002-08-07      Ivan Guzvinec <ivang@opencores.org>
156
157        * include/bsp.h, start/start.S, startup/linkcmds: Patches which
158        were required to make the BSP run.
159
1602002-08-06      Joel Sherrill <joel@OARcorp.com>
161
162        * configure.ac: GO back to name bender for the or32/or1200 BSP.
163
1642002-08-06      Joel Sherrill <joel@OARcorp.com>
165
166        * bsp_specs, configure.ac, startup/bspstart.c: Update and fix
167        minor things so this BSP compiles and almost completely links.
168        * startup/Makefile.am: New file.
169
1702002-08-06      Joel Sherrill <joel@OARcorp.com>
171
172        * include/.cvsignore: Updated to account for more files.
173
1742002-08-06      Chris Ziomkowski <chris@asics.ws>
175
176        * .cvsignore, Makefile.am, README, bsp_specs, configure.ac, times,
177        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
178        console/.cvsignore, console/Makefile.am, console/console.c,
179        console/console.h, include/.cvsignore, include/Makefile.am,
180        include/bsp.h, start/.cvsignore, start/Makefile.am, start/start.S,
181        startup/.cvsignore, startup/bspclean.c, startup/bspstart.c,
182        startup/linkcmds, startup/main.c, startup/setvec.c, timer/.cvsignore,
183        timer/Makefile.am, timer/timer.c, timer/timerisr.c,
184        wrapup/.cvsignore, wrapup/Makefile.am, ChangeLog: New files added
185        as part of merge from OpenCores repository.
Note: See TracBrowser for help on using the repository browser.