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

4.104.114.84.95
Last change on this file since aedbd45 was 46c1096, checked in by Joel Sherrill <joel.sherrill@…>, on 01/16/02 at 22:33:34

2001-01-16 Eric Valette <valette@…>

  • vector/vector.S, irq/irq_asm.S: Make sure vectors work properly in RAM and Flash based code. The code executed for the Flash version runs in both cases (code in Flash/code in RAM) but as it is less efficient than the one optimized for RAM, it put it inside ifdef. A compilation error is generated if code is linked in Flash with the correct ifdef set...
  • Property mode set to 100644
File size: 6.5 KB
Line 
12001-01-16      Eric Valette <valette@crt.canon.fr>
2
3        * vector/vector.S, irq/irq_asm.S: Make sure vectors work properly
4        in RAM and Flash based code.  The code executed for the Flash
5        version runs in both cases (code in Flash/code in RAM) but as it
6        is less efficient than the one optimized for RAM, it put it inside
7        ifdef.  A compilation error is generated if code is linked in Flash
8        with the correct ifdef set...
9
102001-01-16      Eric Valette <valette@crt.canon.fr>
11
12        * irq/irq.c: Correct minor bug in mbx8xx interrupt handling.
13        Quoting Eric, "In theory it should be applied in each mpc8xx
14        related BSP but as I cannot test it plase maintainer/users
15        submit patch accordingly."
16
172002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
20
212001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
24
252001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
28
292001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
32        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
33
342001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Add @exceptions@ to SUBDIRS.
37        * configure.ac: Add RTEMS_BSPOPTS_*(), merge-in settings
38        from make/custom/mbx*.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
39        * include/Makefile.am: Convert PREINSTALL_FILES to
40        TMPINSTALL_FILES, include force-preinstall.am.
41        * vectors/Makefile.am: remove bogus VPATH.
42        * wrapup/Makefile.am: Apply @exceptions@.
43
442001-10-29      Joel Sherrill <joel@OARcorp.com>
45
46        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
47
482001-10-12      Joel Sherrill <joel@OARcorp.com>
49
50        * clock/p_clock.c, include/bsp.h, include/coverhd.h,
51        startup/bspstart.c, startup/bspstart.c.nocache, startup/setvec.c,
52        startup/start.S: Fixed typo.
53
542001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
57        * configure.in: Remove.
58        * configure.ac: New file, generated from configure.in by autoupdate.
59
602001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
63        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
64        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
65
662001-08-31  Eric Valette <valette@crf.canon.fr>
67
68        * network/network.c: Fix to account for return value when
69        installing interrupts handler.
70
712001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.in: Add bspopts.h.
74        * include/.cvsignore: Add bspopts.h*, stamp-h*.
75        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
76        * include/bsp.h: Include bspopts.h.
77
782000-06-08      Eric Valette <valette@crf.canon.fr>
79
80        * console/console.c, include/commproc.h, startup/start.S:
81        The printk/printf did not work when loaded by EPPCBUG. They did
82        work when loaded with the BDM debugger.  I suspected EPPBUG
83        made some nasty things like patching Communication processor
84        microcode...  Anyway, the attached patch:
85          1) Enables to have printk nearly immediately after boot,
86          2) Make printf work automagically (I do not know why except I make a
87        different initialization for printk that should be overwritten by
88        console init later ?)
89
90        I let the default to be using EPPCBUG embedded firmware to boot and
91        using this printk early enabler code (LOADED_BY_EPPCBUG and
92        EARLY_CONSOLE) are on.
93
942001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
95
96        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
97
982001-04-20      Eric Valette <valette@crf.canon.fr>
99
100        * include/bsp.h: Added include of <bsp/vectors.h>
101        * vectors/vectors.h: Corrected typos.
102
1032001-04-11      Eric Valette <valette@crf.canon.fr>
104
105        * network/network.c: Fix unnecessary double assignment.
106
1072001-03-30      Eric Valette <valette@crf.canon.fr>
108
109        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
110        include/8xx_immap.h, include/commproc.h, include/mbx.h,
111        irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h,
112        irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore,
113        vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h,
114        vectors/vectors_init.c: New files.
115        * Makefile.am, configure.in, console/console.c,
116        include/Makefile.am, network/network.c, startup/Makefile.am,
117        startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds,
118        startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am:
119        The modifications to this BSP reflect the conversion of the
120        mpc8xx CPU to the "new exception processing model."
121
1222000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
125
1262000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
129
1302000-11-01      Joel Sherrill <joel@OARcorp.com>
131
132        * startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h,
133        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
134        now must be referenced as <rtems/XXX.h>.   Header file order
135        was cleaned up while doing this.
136        Also removed obsolete references to STACK_CHECKER_ON.
137
1382000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
141        Switch to GNU canonicalization.
142
1432000-10-20      Joel Sherrill <joel@OARcorp.com>
144
145        * console/console.c: Add mbx8xx_console_get_configuration() which
146        returns either nvram configuration or a static equivalent.
147
1482000-10-18      Joel Sherrill <joel@OARcorp.com>
149
150        * console/console.c: Added BSP dependent routine
151        mbx8xx_console_use_maximum_buffer_size() required by mbx8xx
152        console-generic code.  This avoids libcpu use of bsp.h.
153
1542000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * console/Makefile.am, network/Makefile.am, startup/Makefile.am,
157        wrapup/Makefile.am: Include compile.am
158
1592000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICAL_TOOLS
162
1632000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
164
165        * README:
166        * console/console.c:
167        * include/bsp.h:
168        * network/network.c:
169        * startup/bspstart.c:
170        Add support for configuration parameters in NVRAM
171
1722000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
173
174        * console/console.c: Fix polled input.
175
1762000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
177
178        * README: Updated.
179        * console/console.c: Addition of support for shared printk and
180        no termios.
181        * include/bsp.h: Addition of second parameter to
182        rtems_enet_driver_attach. Removed prototypes for printk and
183        BSP_output_string.
184        * network/network.c(rtems_enet_driver_attach): Addition of second
185        parameter to function.
186
1872000-08-10      Joel Sherrill <joel@OARcorp.com>
188
189        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.