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

4.104.114.84.95
Last change on this file since 8038731 was 8038731, checked in by Joel Sherrill <joel.sherrill@…>, on 04/18/02 at 20:54:54

2002-04-18 Ralf Corsepius <corsepiu@…>

  • irq/irq.c: Reflect changes to <rtems/score/cpu.h>. Fix loopCounter.
  • irq/irq_asm.S: Reflect changes to <rtems/score/cpu.h>.
  • vectors/vectors.S: Ditto.
  • vectors/vectors_init.c: Include <rtems/bspIo.h>.
  • Property mode set to 100644
File size: 7.7 KB
Line 
12002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
4        Fix loopCounter.
5        * irq/irq_asm.S:  Reflect changes to <rtems/score/cpu.h>.
6        * vectors/vectors.S: Ditto.
7        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
8
92002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
12
132002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
16          Remove RTEMS_ENABLE_LIBCDIR.
17
182001-04-08      Joel Sherrill <joel@OARcorp.com>
19
20        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
21 
222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac:
25        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
26        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
27        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
31        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
32        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
34        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
36
372001-01-16      Eric Valette <valette@crt.canon.fr>
38
39        * vector/vector.S, irq/irq_asm.S: Make sure vectors work properly
40        in RAM and Flash based code.  The code executed for the Flash
41        version runs in both cases (code in Flash/code in RAM) but as it
42        is less efficient than the one optimized for RAM, it put it inside
43        ifdef.  A compilation error is generated if code is linked in Flash
44        with the correct ifdef set...
45
462001-01-16      Eric Valette <valette@crt.canon.fr>
47
48        * irq/irq.c: Correct minor bug in mbx8xx interrupt handling.
49        Quoting Eric, "In theory it should be applied in each mpc8xx
50        related BSP but as I cannot test it plase maintainer/users
51        submit patch accordingly."
52
532002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
56
572001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
60
612001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
64
652001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
68        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
69
702001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Add @exceptions@ to SUBDIRS.
73        * configure.ac: Add RTEMS_BSPOPTS_*(), merge-in settings
74        from make/custom/mbx*.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
75        * include/Makefile.am: Convert PREINSTALL_FILES to
76        TMPINSTALL_FILES, include force-preinstall.am.
77        * vectors/Makefile.am: remove bogus VPATH.
78        * wrapup/Makefile.am: Apply @exceptions@.
79
802001-10-29      Joel Sherrill <joel@OARcorp.com>
81
82        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
83
842001-10-12      Joel Sherrill <joel@OARcorp.com>
85
86        * clock/p_clock.c, include/bsp.h, include/coverhd.h,
87        startup/bspstart.c, startup/bspstart.c.nocache, startup/setvec.c,
88        startup/start.S: Fixed typo.
89
902001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
93        * configure.in: Remove.
94        * configure.ac: New file, generated from configure.in by autoupdate.
95
962001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
99        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
100        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
101
1022001-08-31  Eric Valette <valette@crf.canon.fr>
103
104        * network/network.c: Fix to account for return value when
105        installing interrupts handler.
106
1072001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.in: Add bspopts.h.
110        * include/.cvsignore: Add bspopts.h*, stamp-h*.
111        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
112        * include/bsp.h: Include bspopts.h.
113
1142000-06-08      Eric Valette <valette@crf.canon.fr>
115
116        * console/console.c, include/commproc.h, startup/start.S:
117        The printk/printf did not work when loaded by EPPCBUG. They did
118        work when loaded with the BDM debugger.  I suspected EPPBUG
119        made some nasty things like patching Communication processor
120        microcode...  Anyway, the attached patch:
121          1) Enables to have printk nearly immediately after boot,
122          2) Make printf work automagically (I do not know why except I make a
123        different initialization for printk that should be overwritten by
124        console init later ?)
125
126        I let the default to be using EPPCBUG embedded firmware to boot and
127        using this printk early enabler code (LOADED_BY_EPPCBUG and
128        EARLY_CONSOLE) are on.
129
1302001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
131
132        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
133
1342001-04-20      Eric Valette <valette@crf.canon.fr>
135
136        * include/bsp.h: Added include of <bsp/vectors.h>
137        * vectors/vectors.h: Corrected typos.
138
1392001-04-11      Eric Valette <valette@crf.canon.fr>
140
141        * network/network.c: Fix unnecessary double assignment.
142
1432001-03-30      Eric Valette <valette@crf.canon.fr>
144
145        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
146        include/8xx_immap.h, include/commproc.h, include/mbx.h,
147        irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h,
148        irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore,
149        vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h,
150        vectors/vectors_init.c: New files.
151        * Makefile.am, configure.in, console/console.c,
152        include/Makefile.am, network/network.c, startup/Makefile.am,
153        startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds,
154        startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am:
155        The modifications to this BSP reflect the conversion of the
156        mpc8xx CPU to the "new exception processing model."
157
1582000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
161
1622000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
165
1662000-11-01      Joel Sherrill <joel@OARcorp.com>
167
168        * startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h,
169        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
170        now must be referenced as <rtems/XXX.h>.   Header file order
171        was cleaned up while doing this.
172        Also removed obsolete references to STACK_CHECKER_ON.
173
1742000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
177        Switch to GNU canonicalization.
178
1792000-10-20      Joel Sherrill <joel@OARcorp.com>
180
181        * console/console.c: Add mbx8xx_console_get_configuration() which
182        returns either nvram configuration or a static equivalent.
183
1842000-10-18      Joel Sherrill <joel@OARcorp.com>
185
186        * console/console.c: Added BSP dependent routine
187        mbx8xx_console_use_maximum_buffer_size() required by mbx8xx
188        console-generic code.  This avoids libcpu use of bsp.h.
189
1902000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * console/Makefile.am, network/Makefile.am, startup/Makefile.am,
193        wrapup/Makefile.am: Include compile.am
194
1952000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICAL_TOOLS
198
1992000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
200
201        * README:
202        * console/console.c:
203        * include/bsp.h:
204        * network/network.c:
205        * startup/bspstart.c:
206        Add support for configuration parameters in NVRAM
207
2082000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
209
210        * console/console.c: Fix polled input.
211
2122000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
213
214        * README: Updated.
215        * console/console.c: Addition of support for shared printk and
216        no termios.
217        * include/bsp.h: Addition of second parameter to
218        rtems_enet_driver_attach. Removed prototypes for printk and
219        BSP_output_string.
220        * network/network.c(rtems_enet_driver_attach): Addition of second
221        parameter to function.
222
2232000-08-10      Joel Sherrill <joel@OARcorp.com>
224
225        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.