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

4.104.115
Last change on this file since 39a9f8e was 39a9f8e, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 12/17/09 at 08:42:17

adapted to new prototype for *_write function

  • Property mode set to 100644
File size: 6.9 KB
Line 
12009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
2
3        * console/console.c: adapted to new prototype for *_write
4        function
5
62009-11-06      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * configure.ac: Add RTEMS_BSP_LINKCMDS.
9        * Makefile.am: Rework linkcmds handling.
10        * make/custom/tqm8xx.inc: Remove RTEMS_LINKCMDS, LDFLAGS.
11
122009-11-03      Thomas Doerfler  <Thomas.Doerfler@embedded-brains.de>
13
14        * startup/bspstart.c, console/console.c: various fixes
15
162009-10-28      Thomas Doerfler  <Thomas.Doerfler@embedded-brains.de>
17
18        * startup/bspstart.c: correct clock tick init
19
202009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * console/console.c: Include <rtems/error.h>.
23        * spi/spi.c: Remove m8xx_spi_softc_ptr (Unused).
24
252009-10-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
26
27        * Makefile.am, preinstall.am: Update for exception support changes.
28        * irq/irq.c: Changed exception header file includes.
29        * startup/bspstart.c: Changed exception header file includes.  Update
30        for ppc_exc_initialize() changes.
31
322009-10-21  Thomas Doerfler  <Thomas.Doerfler@imd-systems.de>
33
34        * ChangeLog, Makefile.am, console/console.c, include/bsp.h,
35        irq/irq.c, preinstall.am, startup/bspstart.c, startup/start.S:
36        various maintenance changes
37        * spi/spi.c, spi/spi.h: added missing driver
38
392009-10-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
40
41        * clock/p_clock.c: Update for interrupt handler type change.
42
432009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * make/custom/tqm8xx.inc: Remove RTEMS_BSP_FAMILY.
46
472009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * configure.ac: Don't add -ansi -fasm to CFLAGS.
50
512009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * make/custom/tqm8xx.inc: New (Renamed from tqm8xx.cfg).
54        * make/custom/tqm8xx.cfg: Removed.
55        * make/custom/pghplus.cfg, make/custom/tqm8xx_stk8xx.cfg:
56        Include make/custom/tqm8xx.inc.
57
582009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * make/custom/pghplus.cfg: New (relocated from /make/custom).
61
622009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * make/custom/tqm8xx.cfg: New (relocated from /make/custom).
65        * make/custom/tqm8xx_stk8xx.cfg: New (relocated from /make/custom).
66
672009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
70
71 2009-09-09     Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        PR 1435/bsps
74        * Makefile.am: Use shared implementation of bsp_idle_thread().
75        * startup/bspidle.c: Removed.
76
772009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * Makefile.am, startup/bspstart.c: Rename BSP specific idle thread to
80        bsp_idle_thread and split into its own file.
81        * startup/bspidle.c: New file.
82
832009-08-07      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * console/console.c: Disable call to rtems_interrupt_catch until it is
86        fixed.
87
882009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
91        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
92        have the same options.
93
942009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
97        bsp_get_work_area() since the work area is larger than a single
98        allocatable object.
99
1002009-04-28      Chris Johns <chrisj@rtems.org>
101
102        * startup/start.S: Update for boot_card command line change.
103
1042009-03-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
105
106        * include/bsp.h: Added missing include.
107
1082009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * startup/bspstart.c: Change prototype of IDLE thread to consistently
111        return void * and take a uintptr_t argument.
112
1132009-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * bsp_specs: Remove stray % from '*startfile:' having crept in
116        previous change.
117
1182008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
119
120        * bsp_specs: Cosmetics.
121
1222008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
123
124        * bsp_specs: Move -e start from *link to *startfile to avoid warning
125        for undefined entry symbol when linking relocatables with binutils
126        2.19.
127
1282008-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
129
130        * bsp_specs: Remove -e start from %link.
131        Remove start_g.o.
132
1332008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * Makefile.am, preinstall.am: Use shared tm27.h stub.
136        * include/tm27.h: Removed.
137
1382008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
139
140        * startup/bspgetworkarea.c: Change size_t to ssize_t on
141        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
142        which would limit the work area to 64K.
143
1442008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
145
146        * timer/timer.c: Eliminate uses of old benchmark timer names.
147
1482008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
149
150        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
151        of building libbspstart.a, using automake-rules.
152
1532008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * Makefile.am: Eliminate *_SOURCES.
156
1572008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
160        components.
161
1622008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
163
164        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
165
1662008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
167
168        * preinstall.am: Regenerated.
169
1702008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
171
172        * Makefile.am: Eliminates libcpudir.
173
1742008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
175
176        * Makefile.am: Cosmetics.
177
1782008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
179
180        * configure.ac: Make letting boot_card() handle work area allocation
181        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
182        BSP_BOOTCARD_OPTIONS.
183
1842008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
185
186        * include/bsp.h: Remove prototypes of routines in bootcard.h.
187
1882008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
189
190        * include/bsp.h: Remove unnecessary boilerplate comments.
191
1922008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
193
194        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
195        is NOT used anywhere.
196
1972008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
198
199        * Makefile.am, startup/bspstart.c: Split out bsp_get_work_area() into
200        its own file and use BSP Framework to perform more initialization.
201        * startup/bspgetworkarea.c: New file.
202
2032008-09-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
204
205        * console/console.c: added printk support
206        * network/network_fec.c: added port init, added phy support
207        * irq/irq_init.c, irq/irq_asm.S, irq/irq.h: remove obsolete files
208        * startup/cpuinit.c, startup/bspstart.c: initialize mmu
209        * include/coverhd.h: update values
210
2112008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
212
213        * .cvsignore, include/.cvsignore: New files.
214
2152008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
216
217        * network/network_scc.c, network/network_fec.c: fixed some data
218        type issues
219        * clock/p_clock.c: added misssing clock driver
220        * startup/bspstart.c, timer/timer.c:
221        added misssing timer variables
222       
223        * ChangeLog: added changelog
224       
2252008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
226
227        * New BSP -- tqm8xx boards
Note: See TracBrowser for help on using the repository browser.