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

4.104.114.84.95
Last change on this file since 5ceaa08 was 5ceaa08, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 05:42:03

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

  • clock/Makefile.am: Remove all-local: $(ARCH).
  • console/Makefile.am: Remove all-local: $(ARCH).
  • start/Makefile.am: Remove all-local: $(ARCH).
  • startup/Makefile.am: Remove all-local: $(ARCH).
  • timer/Makefile.am: Remove all-local: $(ARCH).
  • wrapup/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 4.8 KB
Line 
12003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Remove all-local: $(ARCH).
4        * console/Makefile.am: Remove all-local: $(ARCH).
5        * start/Makefile.am: Remove all-local: $(ARCH).
6        * startup/Makefile.am: Remove all-local: $(ARCH).
7        * timer/Makefile.am: Remove all-local: $(ARCH).
8        * wrapup/Makefile.am: Remove all-local: $(ARCH).
9
102003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Merge-in include/Makefile.am.
13        Reflect changes to bsp.am.
14        * include/Makefile.am: Remove.
15        * configure.ac: Reflect changes above.
16
172003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * bsp_specs: Remove *lib:.
20
212003-09-04      Joel Sherrill <joel@OARcorp.com>
22
23        * clock/clockdrv.c, console/console.c, console/console.h,
24        include/bsp.h, start/start.S, startup/bspclean.c, startup/bspstart.c,
25        startup/linkcmds, startup/setvec.c, timer/timer.c, timer/timerisr.c:
26        URL for license changed.
27
282003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Reflect having moved aclocal/.
31
322003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Reflect having moved automake/.
35        * clock/Makefile.am: Reflect having moved automake/.
36        * console/Makefile.am: Reflect having moved automake/.
37        * include/Makefile.am: Reflect having moved automake/.
38        * start/Makefile.am: Reflect having moved automake/.
39        * startup/Makefile.am: Reflect having moved automake/.
40        * timer/Makefile.am: Reflect having moved automake/.
41        * wrapup/Makefile.am: Reflect having moved automake/.
42
432003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
46
472003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        PR 445/bsps
50        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
51        Remove cpp, old_cpp (now unused).
52
532003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac: Remove AC_CONFIG_AUX_DIR.
56
572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
60
612003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: AC_PREREQ(2.57).
64
652003-01-20      Joel Sherrill <joel@OARcorp.com>
66
67        * startup/linkcmds*: Add FreeBSD sysctl() sections.
68
692002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
72        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
73        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
74        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
75        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
76
772002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * start/Makefile.am: Use install-data-local to install startfile.
80
812002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
84
852002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * .cvsignore: Reformat.
88        Add autom4te*cache.
89        Remove autom4te.cache.
90
912002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * .cvsignore: Add autom4te.cache.
94
952002-09-14      Ivan Guzvinec <ivang@opencores.org>
96
97        * include/bsp.h, startup/Makefile.am, startup/bspclean.c:
98        Cleanup so the BSP works.
99
1002002-08-21      Joel Sherrill <joel@OARcorp.com>
101
102        * bsp_specs: Added support for -nostdlibs.
103
1042002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
107        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
108        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
109        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
110        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
111        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
112
1132002-08-07      Ivan Guzvinec <ivang@opencores.org>
114
115        * configure.ac: Bender BSP renamed to OpenRisc Reference Platform
116        for ORP.
117
1182002-08-07      Ivan Guzvinec <ivang@opencores.org>
119
120        * include/bsp.h, start/start.S, startup/linkcmds: Patches which
121        were required to make the BSP run.
122
1232002-08-06      Joel Sherrill <joel@OARcorp.com>
124
125        * configure.ac: GO back to name bender for the or32/or1200 BSP.
126
1272002-08-06      Joel Sherrill <joel@OARcorp.com>
128
129        * bsp_specs, configure.ac, startup/bspstart.c: Update and fix
130        minor things so this BSP compiles and almost completely links.
131        * startup/Makefile.am: New file.
132
1332002-08-06      Joel Sherrill <joel@OARcorp.com>
134
135        * include/.cvsignore: Updated to account for more files.
136
1372002-08-06      Chris Ziomkowski <chris@asics.ws>
138
139        * .cvsignore, Makefile.am, README, bsp_specs, configure.ac, times,
140        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
141        console/.cvsignore, console/Makefile.am, console/console.c,
142        console/console.h, include/.cvsignore, include/Makefile.am,
143        include/bsp.h, start/.cvsignore, start/Makefile.am, start/start.S,
144        startup/.cvsignore, startup/bspclean.c, startup/bspstart.c,
145        startup/linkcmds, startup/main.c, startup/setvec.c, timer/.cvsignore,
146        timer/Makefile.am, timer/timer.c, timer/timerisr.c,
147        wrapup/.cvsignore, wrapup/Makefile.am, ChangeLog: New files added
148        as part of merge from OpenCores repository.
Note: See TracBrowser for help on using the repository browser.