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

4.104.114.84.95
Last change on this file since 85f50b19 was dcf0c5b8, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:52:18

2003-09-04 Joel Sherrill <joel@…>

  • clock/clockdrv.c, console/console.c, console/console.h, include/bsp.h, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/linkcmds, startup/setvec.c, timer/timer.c, timer/timerisr.c: URL for license changed.
  • Property mode set to 100644
File size: 4.2 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * clock/clockdrv.c, console/console.c, console/console.h,
4        include/bsp.h, start/start.S, startup/bspclean.c, startup/bspstart.c,
5        startup/linkcmds, startup/setvec.c, timer/timer.c, timer/timerisr.c:
6        URL for license changed.
7
82003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * Makefile.am: Reflect having moved aclocal/.
11
122003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * Makefile.am: Reflect having moved automake/.
15        * clock/Makefile.am: Reflect having moved automake/.
16        * console/Makefile.am: Reflect having moved automake/.
17        * include/Makefile.am: Reflect having moved automake/.
18        * start/Makefile.am: Reflect having moved automake/.
19        * startup/Makefile.am: Reflect having moved automake/.
20        * timer/Makefile.am: Reflect having moved automake/.
21        * wrapup/Makefile.am: Reflect having moved automake/.
22
232003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
26
272003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        PR 445/bsps
30        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
31        Remove cpp, old_cpp (now unused).
32
332003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Remove AC_CONFIG_AUX_DIR.
36
372003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
40
412003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: AC_PREREQ(2.57).
44
452003-01-20      Joel Sherrill <joel@OARcorp.com>
46
47        * startup/linkcmds*: Add FreeBSD sysctl() sections.
48
492002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
52        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
53        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
54        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
55        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
56
572002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * start/Makefile.am: Use install-data-local to install startfile.
60
612002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
64
652002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * .cvsignore: Reformat.
68        Add autom4te*cache.
69        Remove autom4te.cache.
70
712002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * .cvsignore: Add autom4te.cache.
74
752002-09-14      Ivan Guzvinec <ivang@opencores.org>
76
77        * include/bsp.h, startup/Makefile.am, startup/bspclean.c:
78        Cleanup so the BSP works.
79
802002-08-21      Joel Sherrill <joel@OARcorp.com>
81
82        * bsp_specs: Added support for -nostdlibs.
83
842002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
87        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
88        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
89        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
90        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
91        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
92
932002-08-07      Ivan Guzvinec <ivang@opencores.org>
94
95        * configure.ac: Bender BSP renamed to OpenRisc Reference Platform
96        for ORP.
97
982002-08-07      Ivan Guzvinec <ivang@opencores.org>
99
100        * include/bsp.h, start/start.S, startup/linkcmds: Patches which
101        were required to make the BSP run.
102
1032002-08-06      Joel Sherrill <joel@OARcorp.com>
104
105        * configure.ac: GO back to name bender for the or32/or1200 BSP.
106
1072002-08-06      Joel Sherrill <joel@OARcorp.com>
108
109        * bsp_specs, configure.ac, startup/bspstart.c: Update and fix
110        minor things so this BSP compiles and almost completely links.
111        * startup/Makefile.am: New file.
112
1132002-08-06      Joel Sherrill <joel@OARcorp.com>
114
115        * include/.cvsignore: Updated to account for more files.
116
1172002-08-06      Chris Ziomkowski <chris@asics.ws>
118
119        * .cvsignore, Makefile.am, README, bsp_specs, configure.ac, times,
120        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
121        console/.cvsignore, console/Makefile.am, console/console.c,
122        console/console.h, include/.cvsignore, include/Makefile.am,
123        include/bsp.h, start/.cvsignore, start/Makefile.am, start/start.S,
124        startup/.cvsignore, startup/bspclean.c, startup/bspstart.c,
125        startup/linkcmds, startup/main.c, startup/setvec.c, timer/.cvsignore,
126        timer/Makefile.am, timer/timer.c, timer/timerisr.c,
127        wrapup/.cvsignore, wrapup/Makefile.am, ChangeLog: New files added
128        as part of merge from OpenCores repository.
Note: See TracBrowser for help on using the repository browser.