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

4.104.114.84.95
Last change on this file since 82a7f58 was 82a7f58, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/03 at 09:56:23

2003-09-29 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Merge-in include/Makefile.am. Reflect changes to bsp.am.
  • include/Makefile.am: Remove.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 4.4 KB
Line 
12003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Merge-in include/Makefile.am.
4        Reflect changes to bsp.am.
5        * include/Makefile.am: Remove.
6        * configure.ac: Reflect changes above.
7
82003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * bsp_specs: Remove *lib:.
11
122003-09-04      Joel Sherrill <joel@OARcorp.com>
13
14        * clock/clockdrv.c, console/console.c, console/console.h,
15        include/bsp.h, start/start.S, startup/bspclean.c, startup/bspstart.c,
16        startup/linkcmds, startup/setvec.c, timer/timer.c, timer/timerisr.c:
17        URL for license changed.
18
192003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Reflect having moved aclocal/.
22
232003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Reflect having moved automake/.
26        * clock/Makefile.am: Reflect having moved automake/.
27        * console/Makefile.am: Reflect having moved automake/.
28        * include/Makefile.am: Reflect having moved automake/.
29        * start/Makefile.am: Reflect having moved automake/.
30        * startup/Makefile.am: Reflect having moved automake/.
31        * timer/Makefile.am: Reflect having moved automake/.
32        * wrapup/Makefile.am: Reflect having moved automake/.
33
342003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
37
382003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        PR 445/bsps
41        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
42        Remove cpp, old_cpp (now unused).
43
442003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Remove AC_CONFIG_AUX_DIR.
47
482003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
51
522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: AC_PREREQ(2.57).
55
562003-01-20      Joel Sherrill <joel@OARcorp.com>
57
58        * startup/linkcmds*: Add FreeBSD sysctl() sections.
59
602002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
63        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
64        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
65        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
66        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
67
682002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * start/Makefile.am: Use install-data-local to install startfile.
71
722002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
75
762002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * .cvsignore: Reformat.
79        Add autom4te*cache.
80        Remove autom4te.cache.
81
822002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * .cvsignore: Add autom4te.cache.
85
862002-09-14      Ivan Guzvinec <ivang@opencores.org>
87
88        * include/bsp.h, startup/Makefile.am, startup/bspclean.c:
89        Cleanup so the BSP works.
90
912002-08-21      Joel Sherrill <joel@OARcorp.com>
92
93        * bsp_specs: Added support for -nostdlibs.
94
952002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
98        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
99        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
100        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
101        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
102        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
103
1042002-08-07      Ivan Guzvinec <ivang@opencores.org>
105
106        * configure.ac: Bender BSP renamed to OpenRisc Reference Platform
107        for ORP.
108
1092002-08-07      Ivan Guzvinec <ivang@opencores.org>
110
111        * include/bsp.h, start/start.S, startup/linkcmds: Patches which
112        were required to make the BSP run.
113
1142002-08-06      Joel Sherrill <joel@OARcorp.com>
115
116        * configure.ac: GO back to name bender for the or32/or1200 BSP.
117
1182002-08-06      Joel Sherrill <joel@OARcorp.com>
119
120        * bsp_specs, configure.ac, startup/bspstart.c: Update and fix
121        minor things so this BSP compiles and almost completely links.
122        * startup/Makefile.am: New file.
123
1242002-08-06      Joel Sherrill <joel@OARcorp.com>
125
126        * include/.cvsignore: Updated to account for more files.
127
1282002-08-06      Chris Ziomkowski <chris@asics.ws>
129
130        * .cvsignore, Makefile.am, README, bsp_specs, configure.ac, times,
131        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
132        console/.cvsignore, console/Makefile.am, console/console.c,
133        console/console.h, include/.cvsignore, include/Makefile.am,
134        include/bsp.h, start/.cvsignore, start/Makefile.am, start/start.S,
135        startup/.cvsignore, startup/bspclean.c, startup/bspstart.c,
136        startup/linkcmds, startup/main.c, startup/setvec.c, timer/.cvsignore,
137        timer/Makefile.am, timer/timer.c, timer/timerisr.c,
138        wrapup/.cvsignore, wrapup/Makefile.am, ChangeLog: New files added
139        as part of merge from OpenCores repository.
Note: See TracBrowser for help on using the repository browser.