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

4.104.114.84.95
Last change on this file since a19a7302 was a19a7302, checked in by Joel Sherrill <joel.sherrill@…>, on 10/29/01 at 14:28:24

2001-10-29 Joel Sherrill <joel@…>

  • include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
  • Property mode set to 100644
File size: 5.0 KB
Line 
12001-10-29      Joel Sherrill <joel@OARcorp.com>
2
3        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
4
52001-10-12      Joel Sherrill <joel@OARcorp.com>
6
7        * clock/p_clock.c, include/bsp.h, include/coverhd.h,
8        startup/bspstart.c, startup/bspstart.c.nocache, startup/setvec.c,
9        startup/start.S: Fixed typo.
10
112001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
14        * configure.in: Remove.
15        * configure.ac: New file, generated from configure.in by autoupdate.
16
172001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
20        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
21        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
22
232001-08-31  Eric Valette <valette@crf.canon.fr>
24
25        * network/network.c: Fix to account for return value when
26        installing interrupts handler.
27
282001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.in: Add bspopts.h.
31        * include/.cvsignore: Add bspopts.h*, stamp-h*.
32        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
33        * include/bsp.h: Include bspopts.h.
34
352000-06-08      Eric Valette <valette@crf.canon.fr>
36
37        * console/console.c, include/commproc.h, startup/start.S:
38        The printk/printf did not work when loaded by EPPCBUG. They did
39        work when loaded with the BDM debugger.  I suspected EPPBUG
40        made some nasty things like patching Communication processor
41        microcode...  Anyway, the attached patch:
42          1) Enables to have printk nearly immediately after boot,
43          2) Make printf work automagically (I do not know why except I make a
44        different initialization for printk that should be overwritten by
45        console init later ?)
46
47        I let the default to be using EPPCBUG embedded firmware to boot and
48        using this printk early enabler code (LOADED_BY_EPPCBUG and
49        EARLY_CONSOLE) are on.
50
512001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
52
53        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
54
552001-04-20      Eric Valette <valette@crf.canon.fr>
56
57        * include/bsp.h: Added include of <bsp/vectors.h>
58        * vectors/vectors.h: Corrected typos.
59
602001-04-11      Eric Valette <valette@crf.canon.fr>
61
62        * network/network.c: Fix unnecessary double assignment.
63
642001-03-30      Eric Valette <valette@crf.canon.fr>
65
66        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
67        include/8xx_immap.h, include/commproc.h, include/mbx.h,
68        irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h,
69        irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore,
70        vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h,
71        vectors/vectors_init.c: New files.
72        * Makefile.am, configure.in, console/console.c,
73        include/Makefile.am, network/network.c, startup/Makefile.am,
74        startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds,
75        startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am:
76        The modifications to this BSP reflect the conversion of the
77        mpc8xx CPU to the "new exception processing model."
78
792000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
82
832000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
86
872000-11-01      Joel Sherrill <joel@OARcorp.com>
88
89        * startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h,
90        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
91        now must be referenced as <rtems/XXX.h>.   Header file order
92        was cleaned up while doing this.
93        Also removed obsolete references to STACK_CHECKER_ON.
94
952000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
98        Switch to GNU canonicalization.
99
1002000-10-20      Joel Sherrill <joel@OARcorp.com>
101
102        * console/console.c: Add mbx8xx_console_get_configuration() which
103        returns either nvram configuration or a static equivalent.
104
1052000-10-18      Joel Sherrill <joel@OARcorp.com>
106
107        * console/console.c: Added BSP dependent routine
108        mbx8xx_console_use_maximum_buffer_size() required by mbx8xx
109        console-generic code.  This avoids libcpu use of bsp.h.
110
1112000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * console/Makefile.am, network/Makefile.am, startup/Makefile.am,
114        wrapup/Makefile.am: Include compile.am
115
1162000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICAL_TOOLS
119
1202000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
121
122        * README:
123        * console/console.c:
124        * include/bsp.h:
125        * network/network.c:
126        * startup/bspstart.c:
127        Add support for configuration parameters in NVRAM
128
1292000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
130
131        * console/console.c: Fix polled input.
132
1332000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
134
135        * README: Updated.
136        * console/console.c: Addition of support for shared printk and
137        no termios.
138        * include/bsp.h: Addition of second parameter to
139        rtems_enet_driver_attach. Removed prototypes for printk and
140        BSP_output_string.
141        * network/network.c(rtems_enet_driver_attach): Addition of second
142        parameter to function.
143
1442000-08-10      Joel Sherrill <joel@OARcorp.com>
145
146        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.