source: rtems/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog @ 8378eae

4.104.114.84.95
Last change on this file since 8378eae was 8378eae, checked in by Joel Sherrill <joel.sherrill@…>, on 08/02/02 at 00:15:35

2002-08-01 Joel Sherrill <joel@…>

  • include/coverhd.h: Per PR261 removed include of <rtems/score/targopts.h> because the file is no longer being generated and really wasn't being used anyway.
  • Property mode set to 100644
File size: 8.6 KB
Line 
12002-08-01      Joel Sherrill <joel@OARcorp.com>
2
3        * include/coverhd.h: Per PR261 removed include of
4        <rtems/score/targopts.h> because the file is no longer being
5        generated and really wasn't being used anyway.
6
72002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
10
112002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
14        Remove $(OBJS) from all-local.
15
162002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
19
202001-05-09      Joel Sherrill <joel@OARcorp.com>
21
22        * startup/linkcmds: In support of gcc 3.1, added one of more
23        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
24        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
25        and direction of segments to memory regions may also have been
26        addressed.  This was a sweep across all BSPs.
27 
282002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
31        Fix loopCounter.
32        * irq/irq_asm.S:  Reflect changes to <rtems/score/cpu.h>.
33        * vectors/vectors.S: Ditto.
34        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
35
362002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
39
402002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
43          Remove RTEMS_ENABLE_LIBCDIR.
44
452001-04-08      Joel Sherrill <joel@OARcorp.com>
46
47        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
48 
492002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac:
52        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
53        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
54        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
55        * Makefile.am: Remove AUTOMAKE_OPTIONS.
56        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
57        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
58        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
59        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
60        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
61        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
62        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
63
642001-01-16      Eric Valette <valette@crt.canon.fr>
65
66        * vector/vector.S, irq/irq_asm.S: Make sure vectors work properly
67        in RAM and Flash based code.  The code executed for the Flash
68        version runs in both cases (code in Flash/code in RAM) but as it
69        is less efficient than the one optimized for RAM, it put it inside
70        ifdef.  A compilation error is generated if code is linked in Flash
71        with the correct ifdef set...
72
732001-01-16      Eric Valette <valette@crt.canon.fr>
74
75        * irq/irq.c: Correct minor bug in mbx8xx interrupt handling.
76        Quoting Eric, "In theory it should be applied in each mpc8xx
77        related BSP but as I cannot test it plase maintainer/users
78        submit patch accordingly."
79
802002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
83
842001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
87
882001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
91
922001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
95        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
96
972001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Add @exceptions@ to SUBDIRS.
100        * configure.ac: Add RTEMS_BSPOPTS_*(), merge-in settings
101        from make/custom/mbx*.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
102        * include/Makefile.am: Convert PREINSTALL_FILES to
103        TMPINSTALL_FILES, include force-preinstall.am.
104        * vectors/Makefile.am: remove bogus VPATH.
105        * wrapup/Makefile.am: Apply @exceptions@.
106
1072001-10-29      Joel Sherrill <joel@OARcorp.com>
108
109        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
110
1112001-10-12      Joel Sherrill <joel@OARcorp.com>
112
113        * clock/p_clock.c, include/bsp.h, include/coverhd.h,
114        startup/bspstart.c, startup/bspstart.c.nocache, startup/setvec.c,
115        startup/start.S: Fixed typo.
116
1172001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
120        * configure.in: Remove.
121        * configure.ac: New file, generated from configure.in by autoupdate.
122
1232001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
126        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
127        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
128
1292001-08-31  Eric Valette <valette@crf.canon.fr>
130
131        * network/network.c: Fix to account for return value when
132        installing interrupts handler.
133
1342001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.in: Add bspopts.h.
137        * include/.cvsignore: Add bspopts.h*, stamp-h*.
138        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
139        * include/bsp.h: Include bspopts.h.
140
1412000-06-08      Eric Valette <valette@crf.canon.fr>
142
143        * console/console.c, include/commproc.h, startup/start.S:
144        The printk/printf did not work when loaded by EPPCBUG. They did
145        work when loaded with the BDM debugger.  I suspected EPPBUG
146        made some nasty things like patching Communication processor
147        microcode...  Anyway, the attached patch:
148          1) Enables to have printk nearly immediately after boot,
149          2) Make printf work automagically (I do not know why except I make a
150        different initialization for printk that should be overwritten by
151        console init later ?)
152
153        I let the default to be using EPPCBUG embedded firmware to boot and
154        using this printk early enabler code (LOADED_BY_EPPCBUG and
155        EARLY_CONSOLE) are on.
156
1572001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
158
159        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
160
1612001-04-20      Eric Valette <valette@crf.canon.fr>
162
163        * include/bsp.h: Added include of <bsp/vectors.h>
164        * vectors/vectors.h: Corrected typos.
165
1662001-04-11      Eric Valette <valette@crf.canon.fr>
167
168        * network/network.c: Fix unnecessary double assignment.
169
1702001-03-30      Eric Valette <valette@crf.canon.fr>
171
172        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
173        include/8xx_immap.h, include/commproc.h, include/mbx.h,
174        irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h,
175        irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore,
176        vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h,
177        vectors/vectors_init.c: New files.
178        * Makefile.am, configure.in, console/console.c,
179        include/Makefile.am, network/network.c, startup/Makefile.am,
180        startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds,
181        startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am:
182        The modifications to this BSP reflect the conversion of the
183        mpc8xx CPU to the "new exception processing model."
184
1852000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
188
1892000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
192
1932000-11-01      Joel Sherrill <joel@OARcorp.com>
194
195        * startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h,
196        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
197        now must be referenced as <rtems/XXX.h>.   Header file order
198        was cleaned up while doing this.
199        Also removed obsolete references to STACK_CHECKER_ON.
200
2012000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
204        Switch to GNU canonicalization.
205
2062000-10-20      Joel Sherrill <joel@OARcorp.com>
207
208        * console/console.c: Add mbx8xx_console_get_configuration() which
209        returns either nvram configuration or a static equivalent.
210
2112000-10-18      Joel Sherrill <joel@OARcorp.com>
212
213        * console/console.c: Added BSP dependent routine
214        mbx8xx_console_use_maximum_buffer_size() required by mbx8xx
215        console-generic code.  This avoids libcpu use of bsp.h.
216
2172000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * console/Makefile.am, network/Makefile.am, startup/Makefile.am,
220        wrapup/Makefile.am: Include compile.am
221
2222000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICAL_TOOLS
225
2262000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
227
228        * README:
229        * console/console.c:
230        * include/bsp.h:
231        * network/network.c:
232        * startup/bspstart.c:
233        Add support for configuration parameters in NVRAM
234
2352000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
236
237        * console/console.c: Fix polled input.
238
2392000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
240
241        * README: Updated.
242        * console/console.c: Addition of support for shared printk and
243        no termios.
244        * include/bsp.h: Addition of second parameter to
245        rtems_enet_driver_attach. Removed prototypes for printk and
246        BSP_output_string.
247        * network/network.c(rtems_enet_driver_attach): Addition of second
248        parameter to function.
249
2502000-08-10      Joel Sherrill <joel@OARcorp.com>
251
252        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.