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

4.115
Last change on this file since cd90b9c9 was cd90b9c9, checked in by Joel Sherrill <joel.sherrill@…>, on 06/29/10 at 18:53:19

2010-06-29 Joel Sherrill <joel.sherrill@…>

  • configure.ac: Remove AC_CHECK_SIZEOF([void *]).
  • Property mode set to 100644
File size: 7.4 KB
Line 
12010-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * configure.ac: Remove AC_CHECK_SIZEOF([void *]).
4
52010-06-29      Joel Sherrill <Joel.Sherrill@OARcorp.com>
6
7        * configure.ac: Added AC_CHECK_SIZEOF macro.
8
92010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
10
11        * include/irq-config.h: Removed file.
12        * Makefile.am, preinstall.am: Reflect change above.
13        * include/irq.h: Moved defines from 'include/irq-config.h'.
14
152010-01-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
16
17        * configure.ac, console/console.c, include/bsp.h, irq/irq.c,
18        spi/spi.c: various fixes
19
202009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
21
22        * console/console.c: adapted to new prototype for *_write
23        function
24
252009-11-06      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * configure.ac: Add RTEMS_BSP_LINKCMDS.
28        * Makefile.am: Rework linkcmds handling.
29        * make/custom/tqm8xx.inc: Remove RTEMS_LINKCMDS, LDFLAGS.
30
312009-11-03      Thomas Doerfler  <Thomas.Doerfler@embedded-brains.de>
32
33        * startup/bspstart.c, console/console.c: various fixes
34
352009-10-28      Thomas Doerfler  <Thomas.Doerfler@embedded-brains.de>
36
37        * startup/bspstart.c: correct clock tick init
38
392009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * console/console.c: Include <rtems/error.h>.
42        * spi/spi.c: Remove m8xx_spi_softc_ptr (Unused).
43
442009-10-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
45
46        * Makefile.am, preinstall.am: Update for exception support changes.
47        * irq/irq.c: Changed exception header file includes.
48        * startup/bspstart.c: Changed exception header file includes.  Update
49        for ppc_exc_initialize() changes.
50
512009-10-21  Thomas Doerfler  <Thomas.Doerfler@imd-systems.de>
52
53        * ChangeLog, Makefile.am, console/console.c, include/bsp.h,
54        irq/irq.c, preinstall.am, startup/bspstart.c, startup/start.S:
55        various maintenance changes
56        * spi/spi.c, spi/spi.h: added missing driver
57
582009-10-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
59
60        * clock/p_clock.c: Update for interrupt handler type change.
61
622009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * make/custom/tqm8xx.inc: Remove RTEMS_BSP_FAMILY.
65
662009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * configure.ac: Don't add -ansi -fasm to CFLAGS.
69
702009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * make/custom/tqm8xx.inc: New (Renamed from tqm8xx.cfg).
73        * make/custom/tqm8xx.cfg: Removed.
74        * make/custom/pghplus.cfg, make/custom/tqm8xx_stk8xx.cfg:
75        Include make/custom/tqm8xx.inc.
76
772009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * make/custom/pghplus.cfg: New (relocated from /make/custom).
80
812009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * make/custom/tqm8xx.cfg: New (relocated from /make/custom).
84        * make/custom/tqm8xx_stk8xx.cfg: New (relocated from /make/custom).
85
862009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
89
90 2009-09-09     Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        PR 1435/bsps
93        * Makefile.am: Use shared implementation of bsp_idle_thread().
94        * startup/bspidle.c: Removed.
95
962009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * Makefile.am, startup/bspstart.c: Rename BSP specific idle thread to
99        bsp_idle_thread and split into its own file.
100        * startup/bspidle.c: New file.
101
1022009-08-07      Joel Sherrill <joel.sherrill@oarcorp.com>
103
104        * console/console.c: Disable call to rtems_interrupt_catch until it is
105        fixed.
106
1072009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
108
109        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
110        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
111        have the same options.
112
1132009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
116        bsp_get_work_area() since the work area is larger than a single
117        allocatable object.
118
1192009-04-28      Chris Johns <chrisj@rtems.org>
120
121        * startup/start.S: Update for boot_card command line change.
122
1232009-03-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
124
125        * include/bsp.h: Added missing include.
126
1272009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * startup/bspstart.c: Change prototype of IDLE thread to consistently
130        return void * and take a uintptr_t argument.
131
1322009-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
133
134        * bsp_specs: Remove stray % from '*startfile:' having crept in
135        previous change.
136
1372008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * bsp_specs: Cosmetics.
140
1412008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
142
143        * bsp_specs: Move -e start from *link to *startfile to avoid warning
144        for undefined entry symbol when linking relocatables with binutils
145        2.19.
146
1472008-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * bsp_specs: Remove -e start from %link.
150        Remove start_g.o.
151
1522008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
153
154        * Makefile.am, preinstall.am: Use shared tm27.h stub.
155        * include/tm27.h: Removed.
156
1572008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
158
159        * startup/bspgetworkarea.c: Change size_t to ssize_t on
160        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
161        which would limit the work area to 64K.
162
1632008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
164
165        * timer/timer.c: Eliminate uses of old benchmark timer names.
166
1672008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
168
169        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
170        of building libbspstart.a, using automake-rules.
171
1722008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
173
174        * Makefile.am: Eliminate *_SOURCES.
175
1762008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
177
178        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
179        components.
180
1812008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
182
183        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
184
1852008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
186
187        * preinstall.am: Regenerated.
188
1892008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
190
191        * Makefile.am: Eliminates libcpudir.
192
1932008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
194
195        * Makefile.am: Cosmetics.
196
1972008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
198
199        * configure.ac: Make letting boot_card() handle work area allocation
200        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
201        BSP_BOOTCARD_OPTIONS.
202
2032008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
204
205        * include/bsp.h: Remove prototypes of routines in bootcard.h.
206
2072008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
208
209        * include/bsp.h: Remove unnecessary boilerplate comments.
210
2112008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
212
213        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
214        is NOT used anywhere.
215
2162008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
217
218        * Makefile.am, startup/bspstart.c: Split out bsp_get_work_area() into
219        its own file and use BSP Framework to perform more initialization.
220        * startup/bspgetworkarea.c: New file.
221
2222008-09-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
223
224        * console/console.c: added printk support
225        * network/network_fec.c: added port init, added phy support
226        * irq/irq_init.c, irq/irq_asm.S, irq/irq.h: remove obsolete files
227        * startup/cpuinit.c, startup/bspstart.c: initialize mmu
228        * include/coverhd.h: update values
229
2302008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
231
232        * .cvsignore, include/.cvsignore: New files.
233
2342008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
235
236        * network/network_scc.c, network/network_fec.c: fixed some data
237        type issues
238        * clock/p_clock.c: added misssing clock driver
239        * startup/bspstart.c, timer/timer.c:
240        added misssing timer variables
241       
242        * ChangeLog: added changelog
243       
2442008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
245
246        * New BSP -- tqm8xx boards
Note: See TracBrowser for help on using the repository browser.