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

4.104.114.84.95
Last change on this file since 9e1ae79 was 9e1ae79, checked in by Joel Sherrill <joel.sherrill@…>, on 12/03/01 at 01:07:18

2001-11-30 Ralf Corsepius <corsepiu@…>

  • configure.ac: Introduce RTEMS_BSP_CONFIGURE.
  • Property mode set to 100644
File size: 5.6 KB
Line 
12001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
4
52001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
8        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
9
102001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Add @exceptions@ to SUBDIRS.
13        * configure.ac: Add RTEMS_BSPOPTS_*(), merge-in settings
14        from make/custom/mbx*.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
15        * include/Makefile.am: Convert PREINSTALL_FILES to
16        TMPINSTALL_FILES, include force-preinstall.am.
17        * vectors/Makefile.am: remove bogus VPATH.
18        * wrapup/Makefile.am: Apply @exceptions@.
19
202001-10-29      Joel Sherrill <joel@OARcorp.com>
21
22        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
23
242001-10-12      Joel Sherrill <joel@OARcorp.com>
25
26        * clock/p_clock.c, include/bsp.h, include/coverhd.h,
27        startup/bspstart.c, startup/bspstart.c.nocache, startup/setvec.c,
28        startup/start.S: Fixed typo.
29
302001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
33        * configure.in: Remove.
34        * configure.ac: New file, generated from configure.in by autoupdate.
35
362001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
39        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
40        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
41
422001-08-31  Eric Valette <valette@crf.canon.fr>
43
44        * network/network.c: Fix to account for return value when
45        installing interrupts handler.
46
472001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.in: Add bspopts.h.
50        * include/.cvsignore: Add bspopts.h*, stamp-h*.
51        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
52        * include/bsp.h: Include bspopts.h.
53
542000-06-08      Eric Valette <valette@crf.canon.fr>
55
56        * console/console.c, include/commproc.h, startup/start.S:
57        The printk/printf did not work when loaded by EPPCBUG. They did
58        work when loaded with the BDM debugger.  I suspected EPPBUG
59        made some nasty things like patching Communication processor
60        microcode...  Anyway, the attached patch:
61          1) Enables to have printk nearly immediately after boot,
62          2) Make printf work automagically (I do not know why except I make a
63        different initialization for printk that should be overwritten by
64        console init later ?)
65
66        I let the default to be using EPPCBUG embedded firmware to boot and
67        using this printk early enabler code (LOADED_BY_EPPCBUG and
68        EARLY_CONSOLE) are on.
69
702001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
71
72        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
73
742001-04-20      Eric Valette <valette@crf.canon.fr>
75
76        * include/bsp.h: Added include of <bsp/vectors.h>
77        * vectors/vectors.h: Corrected typos.
78
792001-04-11      Eric Valette <valette@crf.canon.fr>
80
81        * network/network.c: Fix unnecessary double assignment.
82
832001-03-30      Eric Valette <valette@crf.canon.fr>
84
85        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
86        include/8xx_immap.h, include/commproc.h, include/mbx.h,
87        irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h,
88        irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore,
89        vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h,
90        vectors/vectors_init.c: New files.
91        * Makefile.am, configure.in, console/console.c,
92        include/Makefile.am, network/network.c, startup/Makefile.am,
93        startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds,
94        startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am:
95        The modifications to this BSP reflect the conversion of the
96        mpc8xx CPU to the "new exception processing model."
97
982000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
101
1022000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
105
1062000-11-01      Joel Sherrill <joel@OARcorp.com>
107
108        * startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h,
109        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
110        now must be referenced as <rtems/XXX.h>.   Header file order
111        was cleaned up while doing this.
112        Also removed obsolete references to STACK_CHECKER_ON.
113
1142000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
117        Switch to GNU canonicalization.
118
1192000-10-20      Joel Sherrill <joel@OARcorp.com>
120
121        * console/console.c: Add mbx8xx_console_get_configuration() which
122        returns either nvram configuration or a static equivalent.
123
1242000-10-18      Joel Sherrill <joel@OARcorp.com>
125
126        * console/console.c: Added BSP dependent routine
127        mbx8xx_console_use_maximum_buffer_size() required by mbx8xx
128        console-generic code.  This avoids libcpu use of bsp.h.
129
1302000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * console/Makefile.am, network/Makefile.am, startup/Makefile.am,
133        wrapup/Makefile.am: Include compile.am
134
1352000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICAL_TOOLS
138
1392000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
140
141        * README:
142        * console/console.c:
143        * include/bsp.h:
144        * network/network.c:
145        * startup/bspstart.c:
146        Add support for configuration parameters in NVRAM
147
1482000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
149
150        * console/console.c: Fix polled input.
151
1522000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
153
154        * README: Updated.
155        * console/console.c: Addition of support for shared printk and
156        no termios.
157        * include/bsp.h: Addition of second parameter to
158        rtems_enet_driver_attach. Removed prototypes for printk and
159        BSP_output_string.
160        * network/network.c(rtems_enet_driver_attach): Addition of second
161        parameter to function.
162
1632000-08-10      Joel Sherrill <joel@OARcorp.com>
164
165        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.