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

4.104.115
Last change on this file since 64a9775 was 64a9775, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/15/09 at 05:11:45

2009-10-15 Ralf Corsépius <ralf.corsepius@…>

  • make/custom/tqm8xx.cfg: New (relocated from /make/custom).
  • make/custom/tqm8xx_stk8xx.cfg: New (relocated from /make/custom).
  • Property mode set to 100644
File size: 4.9 KB
Line 
12009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * make/custom/tqm8xx.cfg: New (relocated from /make/custom).
4        * make/custom/tqm8xx_stk8xx.cfg: New (relocated from /make/custom).
5
62009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
9
10 2009-09-09     Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        PR 1435/bsps
13        * Makefile.am: Use shared implementation of bsp_idle_thread().
14        * startup/bspidle.c: Removed.
15
162009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * Makefile.am, startup/bspstart.c: Rename BSP specific idle thread to
19        bsp_idle_thread and split into its own file.
20        * startup/bspidle.c: New file.
21
222009-08-07      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * console/console.c: Disable call to rtems_interrupt_catch until it is
25        fixed.
26
272009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
30        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
31        have the same options.
32
332009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
36        bsp_get_work_area() since the work area is larger than a single
37        allocatable object.
38
392009-04-28      Chris Johns <chrisj@rtems.org>
40
41        * startup/start.S: Update for boot_card command line change.
42
432009-03-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
44
45        * include/bsp.h: Added missing include.
46
472009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * startup/bspstart.c: Change prototype of IDLE thread to consistently
50        return void * and take a uintptr_t argument.
51
522009-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * bsp_specs: Remove stray % from '*startfile:' having crept in
55        previous change.
56
572008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * bsp_specs: Cosmetics.
60
612008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * bsp_specs: Move -e start from *link to *startfile to avoid warning
64        for undefined entry symbol when linking relocatables with binutils
65        2.19.
66
672008-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * bsp_specs: Remove -e start from %link.
70        Remove start_g.o.
71
722008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * Makefile.am, preinstall.am: Use shared tm27.h stub.
75        * include/tm27.h: Removed.
76
772008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * startup/bspgetworkarea.c: Change size_t to ssize_t on
80        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
81        which would limit the work area to 64K.
82
832008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * timer/timer.c: Eliminate uses of old benchmark timer names.
86
872008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
90        of building libbspstart.a, using automake-rules.
91
922008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * Makefile.am: Eliminate *_SOURCES.
95
962008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
99        components.
100
1012008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
104
1052008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * preinstall.am: Regenerated.
108
1092008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * Makefile.am: Eliminates libcpudir.
112
1132008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * Makefile.am: Cosmetics.
116
1172008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * configure.ac: Make letting boot_card() handle work area allocation
120        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
121        BSP_BOOTCARD_OPTIONS.
122
1232008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * include/bsp.h: Remove prototypes of routines in bootcard.h.
126
1272008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * include/bsp.h: Remove unnecessary boilerplate comments.
130
1312008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
132
133        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
134        is NOT used anywhere.
135
1362008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
137
138        * Makefile.am, startup/bspstart.c: Split out bsp_get_work_area() into
139        its own file and use BSP Framework to perform more initialization.
140        * startup/bspgetworkarea.c: New file.
141
1422008-09-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
143
144        * console/console.c: added printk support
145        * network/network_fec.c: added port init, added phy support
146        * irq/irq_init.c, irq/irq_asm.S, irq/irq.h: remove obsolete files
147        * startup/cpuinit.c, startup/bspstart.c: initialize mmu
148        * include/coverhd.h: update values
149
1502008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
151
152        * .cvsignore, include/.cvsignore: New files.
153
1542008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
155
156        * network/network_scc.c, network/network_fec.c: fixed some data
157        type issues
158        * clock/p_clock.c: added misssing clock driver
159        * startup/bspstart.c, timer/timer.c:
160        added misssing timer variables
161       
162        * ChangeLog: added changelog
163       
1642008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
165
166        * New BSP -- tqm8xx boards
Note: See TracBrowser for help on using the repository browser.