source: rtems/c/src/lib/libbsp/mips/p4000/ChangeLog @ 5b4fc84

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

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

  • console/Makefile.am: Remove all-local: $(ARCH).
  • liblnk/Makefile.am: Remove all-local: $(ARCH).
  • start/Makefile.am: Remove all-local: $(ARCH).
  • startup/Makefile.am: Remove all-local: $(ARCH).
  • wrapup/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 7.0 KB
Line 
12003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * console/Makefile.am: Remove all-local: $(ARCH).
4        * liblnk/Makefile.am: Remove all-local: $(ARCH).
5        * start/Makefile.am: Remove all-local: $(ARCH).
6        * startup/Makefile.am: Remove all-local: $(ARCH).
7        * wrapup/Makefile.am: Remove all-local: $(ARCH).
8
92003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Merge-in include/Makefile.am.
12        Reflect changes to bsp.am.
13        * include/Makefile.am: Remove.
14        * configure.ac: Reflect changes above.
15        * start/start.S: Comment out string after #endif.
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        * console/console.c, include/bsp.h, include/coverhd.h,
24        startup/bspclean.c, startup/bspstart.c, startup/setvec.c: URL for
25        license changed.
26
272003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Reflect having moved aclocal/.
30
312003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Reflect having moved automake/.
34        * console/Makefile.am: Reflect having moved automake/.
35        * include/Makefile.am: Reflect having moved automake/.
36        * liblnk/Makefile.am: Reflect having moved automake/.
37        * start/Makefile.am: Reflect having moved automake/.
38        * startup/Makefile.am: Reflect having moved automake/.
39        * wrapup/Makefile.am: Reflect having moved automake/.
40
412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
44
452003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        PR 445/bsps
48        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
49        Remove cpp, old_cpp (now unused).
50
512003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Remove AC_CONFIG_AUX_DIR.
54
552003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
58
592003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: AC_PREREQ(2.57).
62
632003-01-20      Joel Sherrill <joel@OARcorp.com>
64
65        * startup/linkcmds*: Add FreeBSD sysctl() sections.
66
672003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
70        * liblnk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
71        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
72        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
73
742002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * start/Makefile.am: Use install-data-local to install startfile.
77
782002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
81
822002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * .cvsignore: Reformat.
85        Add autom4te*cache.
86        Remove autom4te.cache.
87
882002-08-21      Joel Sherrill <joel@OARcorp.com>
89
90        * bsp_specs: Added support for -nostdlibs.
91
922002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
95        * liblnk/Makefile.am: Use .$(OBJEXT) instead of .o.
96        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
97        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
98        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
99
1002002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * start/Makefile.am: Eliminate PGM.
103        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
104
1052002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * startup/Makefile.am: Add bsplib_DATA = linkcmds ghlinkcmds.
108
1092002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
112        Remove $(OBJS) from all-local.
113
1142002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
117
1182002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac:
121        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
122        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
123        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * liblnk/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
130
1312002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
134
1352001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
138
1392001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
142        * configure.in: Remove.
143        * configure.ac: New file, generated from configure.in by autoupdate.
144
1452001-09-28      Joel Sherrill <joel@OARcorp.com>
146
147        * start/start.S: Invoke boot_card() not main().
148
1492001-09-27      Joel Sherrill <joel@OARcorp.com>
150
151        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
152
1532001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
156
1572001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.in: Add bspopts.h.
160        * include/bsp.h: Include bspopts.h.
161        * include/.cvsignore: Add bspopts.h*, stamp-h*.
162        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
163
1642001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
165
166        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
167
1682001-03-14      Joel Sherrill <joel@OARcorp.com>
169
170        * console/console.c: Added printk() support.
171
1722001-01-08      Joel Sherrill <joel@OARcorp.com>
173
174        * start/start.S: init_exc_vecs is now called mips_install_isr_entries.
175        * wrapup/Makefile.am: Corrected to reflect new libcpu structure.
176
1772000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
180
1812000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
184
1852000-11-01      Joel Sherrill <joel@OARcorp.com>
186
187        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
188        and libcsupport.h moved from libc to lib/include/rtems and
189        now must be referenced as <rtems/XXX.h>.   Header file order
190        was cleaned up while doing this.
191
1922000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
195        Switch to GNU canonicalization.
196
1972000-10-24      Alan Cudmore <alanc@linuxstart.com> and
198        Joel Sherrill <joel@OARcorp.com>
199
200        * This is a major reworking of the mips64orion port to use
201        gcc predefines as much as possible and a big push to multilib
202        the mips port.  The mips64orion port was copied/renamed to mips
203        to be more like other GNU tools.  Alan did most of the technical
204        work of determining how to map old macro names used by the mips64orion
205        port to standard compiler macro definitions.  Joel did the merge
206        with CVS magic to keep individual file history and did the BSP
207        modifications. Details follow:
208        * console/led.S: Switch from using <idtmon.h> to <asm.h>.
209        * console/start.S: Switch from using <idtmon.h> to <asm.h>. Added
210        define of PMON stacksize.
211        * console/idtmem.S: Switch from using <idtmon.h> to <asm.h>.  Also
212        reworked conditionals to use gcc predefines.
213        * console/idttlb.S: Ditto.
214
2152000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * console/Makefile.am, liblnk/Makefile.am, start/Makefile.am,
218        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
219
2202000-08-10      Joel Sherrill <joel@OARcorp.com>
221
222        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.