source: rtems/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog @ 77d9ccc

4.115
Last change on this file since 77d9ccc was 77d9ccc, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/18/11 at 07:29:48

2011-06-18 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Remove references to non-existing files.
  • Property mode set to 100644
File size: 8.0 KB
Line 
12011-06-18      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove references to non-existing files.
4
52011-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
6
7        * configure.ac, startup/bspstart.c: Use standard cache BSP options.
8
92011-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * timer/timer.c: Include <rtems/btimer.h>.
12        Fix benchmark_timer_read() definition.
13
142011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * configure.ac: Require autoconf-2.68, automake-1.11.1.
17
182010-08-03      Joel Sherrill <joel.sherrilL@OARcorp.com>
19
20        * console/console.c: Add BSP_poll_char.
21
222010-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * configure.ac: Remove AC_CHECK_SIZEOF([void *]).
25
262010-06-29      Joel Sherrill <Joel.Sherrill@OARcorp.com>
27
28        * configure.ac: Added AC_CHECK_SIZEOF macro.
29
302010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
31
32        * include/irq-config.h: Removed file.
33        * Makefile.am, preinstall.am: Reflect change above.
34        * include/irq.h: Moved defines from 'include/irq-config.h'.
35
362010-01-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
37
38        * configure.ac, console/console.c, include/bsp.h, irq/irq.c,
39        spi/spi.c: various fixes
40
412009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
42
43        * console/console.c: adapted to new prototype for *_write
44        function
45
462009-11-06      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * configure.ac: Add RTEMS_BSP_LINKCMDS.
49        * Makefile.am: Rework linkcmds handling.
50        * make/custom/tqm8xx.inc: Remove RTEMS_LINKCMDS, LDFLAGS.
51
522009-11-03      Thomas Doerfler  <Thomas.Doerfler@embedded-brains.de>
53
54        * startup/bspstart.c, console/console.c: various fixes
55
562009-10-28      Thomas Doerfler  <Thomas.Doerfler@embedded-brains.de>
57
58        * startup/bspstart.c: correct clock tick init
59
602009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * console/console.c: Include <rtems/error.h>.
63        * spi/spi.c: Remove m8xx_spi_softc_ptr (Unused).
64
652009-10-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
66
67        * Makefile.am, preinstall.am: Update for exception support changes.
68        * irq/irq.c: Changed exception header file includes.
69        * startup/bspstart.c: Changed exception header file includes.  Update
70        for ppc_exc_initialize() changes.
71
722009-10-21  Thomas Doerfler  <Thomas.Doerfler@imd-systems.de>
73
74        * ChangeLog, Makefile.am, console/console.c, include/bsp.h,
75        irq/irq.c, preinstall.am, startup/bspstart.c, startup/start.S:
76        various maintenance changes
77        * spi/spi.c, spi/spi.h: added missing driver
78
792009-10-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
80
81        * clock/p_clock.c: Update for interrupt handler type change.
82
832009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * make/custom/tqm8xx.inc: Remove RTEMS_BSP_FAMILY.
86
872009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * configure.ac: Don't add -ansi -fasm to CFLAGS.
90
912009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * make/custom/tqm8xx.inc: New (Renamed from tqm8xx.cfg).
94        * make/custom/tqm8xx.cfg: Removed.
95        * make/custom/pghplus.cfg, make/custom/tqm8xx_stk8xx.cfg:
96        Include make/custom/tqm8xx.inc.
97
982009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
99
100        * make/custom/pghplus.cfg: New (relocated from /make/custom).
101
1022009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
103
104        * make/custom/tqm8xx.cfg: New (relocated from /make/custom).
105        * make/custom/tqm8xx_stk8xx.cfg: New (relocated from /make/custom).
106
1072009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
108
109        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
110
111 2009-09-09     Joel Sherrill <joel.sherrill@oarcorp.com>
112
113        PR 1435/bsps
114        * Makefile.am: Use shared implementation of bsp_idle_thread().
115        * startup/bspidle.c: Removed.
116
1172009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * Makefile.am, startup/bspstart.c: Rename BSP specific idle thread to
120        bsp_idle_thread and split into its own file.
121        * startup/bspidle.c: New file.
122
1232009-08-07      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * console/console.c: Disable call to rtems_interrupt_catch until it is
126        fixed.
127
1282009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
129
130        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
131        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
132        have the same options.
133
1342009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
135
136        * startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
137        bsp_get_work_area() since the work area is larger than a single
138        allocatable object.
139
1402009-04-28      Chris Johns <chrisj@rtems.org>
141
142        * startup/start.S: Update for boot_card command line change.
143
1442009-03-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
145
146        * include/bsp.h: Added missing include.
147
1482009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
149
150        * startup/bspstart.c: Change prototype of IDLE thread to consistently
151        return void * and take a uintptr_t argument.
152
1532009-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * bsp_specs: Remove stray % from '*startfile:' having crept in
156        previous change.
157
1582008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
159
160        * bsp_specs: Cosmetics.
161
1622008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
163
164        * bsp_specs: Move -e start from *link to *startfile to avoid warning
165        for undefined entry symbol when linking relocatables with binutils
166        2.19.
167
1682008-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
169
170        * bsp_specs: Remove -e start from %link.
171        Remove start_g.o.
172
1732008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
174
175        * Makefile.am, preinstall.am: Use shared tm27.h stub.
176        * include/tm27.h: Removed.
177
1782008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
179
180        * startup/bspgetworkarea.c: Change size_t to ssize_t on
181        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
182        which would limit the work area to 64K.
183
1842008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
185
186        * timer/timer.c: Eliminate uses of old benchmark timer names.
187
1882008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
189
190        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
191        of building libbspstart.a, using automake-rules.
192
1932008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
194
195        * Makefile.am: Eliminate *_SOURCES.
196
1972008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
198
199        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
200        components.
201
2022008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
203
204        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
205
2062008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
207
208        * preinstall.am: Regenerated.
209
2102008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
211
212        * Makefile.am: Eliminates libcpudir.
213
2142008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
215
216        * Makefile.am: Cosmetics.
217
2182008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
219
220        * configure.ac: Make letting boot_card() handle work area allocation
221        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
222        BSP_BOOTCARD_OPTIONS.
223
2242008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
225
226        * include/bsp.h: Remove prototypes of routines in bootcard.h.
227
2282008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
229
230        * include/bsp.h: Remove unnecessary boilerplate comments.
231
2322008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
233
234        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
235        is NOT used anywhere.
236
2372008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
238
239        * Makefile.am, startup/bspstart.c: Split out bsp_get_work_area() into
240        its own file and use BSP Framework to perform more initialization.
241        * startup/bspgetworkarea.c: New file.
242
2432008-09-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
244
245        * console/console.c: added printk support
246        * network/network_fec.c: added port init, added phy support
247        * irq/irq_init.c, irq/irq_asm.S, irq/irq.h: remove obsolete files
248        * startup/cpuinit.c, startup/bspstart.c: initialize mmu
249        * include/coverhd.h: update values
250
2512008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
252
253        * .cvsignore, include/.cvsignore: New files.
254
2552008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
256
257        * network/network_scc.c, network/network_fec.c: fixed some data
258        type issues
259        * clock/p_clock.c: added misssing clock driver
260        * startup/bspstart.c, timer/timer.c:
261        added misssing timer variables
262       
263        * ChangeLog: added changelog
264       
2652008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
266
267        * New BSP -- tqm8xx boards
Note: See TracBrowser for help on using the repository browser.