source: rtems/c/src/lib/libbsp/arm/gba/ChangeLog @ 81d86a0

4.104.115
Last change on this file since 81d86a0 was 81d86a0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/08 at 05:35:13

2008-09-30 Ralf Corsépius <ralf.corsepius@…>

  • clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
  • Makefile.am: Reflect changes above.
  • Property mode set to 100644
File size: 8.0 KB
Line 
12008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
4        * Makefile.am: Reflect changes above.
5
62008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * console/defaultfont.c: Remove (Renamed into console/defaultfont.h).
9        * console/defaultfont.h: New (Renamed from console/defaultfont.c).
10        * Makefile.am, console/conio.c: Reflect renamer.
11
122008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
15        of building libbspstart.a, using automake-rules.
16
172008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Eliminate *_SOURCES.
20
212008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
24        components.
25
262008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
29
302008-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Remove empty HAS_NETWORKING conditional.
33
342008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * configure.ac: Make letting boot_card() handle work area allocation
37        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
38        BSP_BOOTCARD_OPTIONS.
39
402008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * startup/bspreset.c: New file.
43
442008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * Makefile.am, configure.ac, console/console.c: Use standardized
47        bsp_cleanup() which can optionally print a message, poll for user to
48        press key, and call bsp_reset(). Using this eliminates the various
49        bsp_cleanup() implementations which had their own implementation and
50        variety of string constants.
51        * startup/bspclean.c: Removed.
52
532008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * startup/bspstart.c: Remove unnecessary includes of
56        rtems/libcsupport.h and rtems/libio.h.
57
582008-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * Makefile.am, configure.ac, startup/bspstart.c: Now support
61        bsp_get_work_area() and used shared implementation of it and
62        bsp_pretasking_hook. Ticker runs.
63        * startup/bspgetworkarea.c: New file.
64
652008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * startup/bspstart.c: Review of all bsp_cleanup() implementations. In
68        this phase, all prototypes were removed from bsp.h and empty
69        implementations were removed and made to use the shared stub.
70
712008-09-06      Ralf Corsepius <ralf.corsepius@rtems.org>
72
73        * irq/irq.c: Minor "bool" fixes.
74
752008-09-05      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        * startup/cpu.c, timer/timer.c: Convert to "bool".
78
792008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
80
81        * timer/timer.c: Eliminate empty function from every benchmark timer
82        driver. Fix spelling.
83
842008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * timer/timer.c: Rename timer driver methods to follow RTEMS
87        programming conventions.
88
892008-08-27      Ralf Corsépius <ralf.corsepius@rtems.org>
90
91        * timer/timer.c: Eliminate rtems_boolean.
92
932008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
96        routine.
97        * startup/bspclean.c: New file.
98        * startup/exit.c: Removed.
99
1002008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * clock/clockdrv.c: Add missing prototypes.
103
1042008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
105
106        * Makefile.am: Rework to avoid .rel files.
107
1082008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
109
110        * startup/bspstart.c: Refactored and renamed initialization routines to
111        rtems_initialize_data_structures, rtems_initialize_before_drivers,
112        rtems_initialize_device_drivers, and
113        rtems_initialize_start_multitasking. This opened the sequence up so
114        that bootcard() could provide a more robust and flexible framework
115        which is easier to explain and understand. This also lays the
116        groundwork for sharing the division of available memory between the
117        RTEMS workspace and heap and the C library initialization across all
118        BSPs.
119
1202008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
121
122        * startup/linkcmds: Add wildcard to gcc_except_table section so
123        programs compiled with gcc 4.3.x can link.
124
1252008-02-15      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * console/console.c: Do not have BSP specific __assert.
128
1292007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c: Eliminate copies
132        of the Configuration Table. Use the RTEMS provided accessor macros to
133        obtain configuration fields.
134
1352007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
136
137        * startup/bspstart.c, startup/cpu.c: Move interrupt_stack_size field
138        from CPU Table to Configuration Table. Eliminate CPU Table from all
139        ports. Delete references to CPU Table in all forms.
140
1412007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
142
143        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
144        Table fields to the Configuration Table. This included
145        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
146        do_zero_of_workspace, extra_mpci_receive_server_stack,
147        stack_allocate_hook, and stack_free_hook. As a side-effect of this
148        effort some multiprocessing code was made conditional and some style
149        clean up occurred.
150
1512007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
152
153        PR 1257/bsps
154        * irq/irq.c, irq/irq_init.c: Code outside of cpukit should use the public
155        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
156        the public API and directly accessing _CPU_ISR_Disable and
157        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
158        directive which could lead to problems. This patch also changes the
159        type of the variable passed into these routines and addresses minor
160        style issues.
161
1622007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
163
164        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
1652007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
166
167        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
168        since it was used to configure a no longer used feature. Device names
169        are now part of the filesystem not in a table.
170
1712007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
172
173        * bsp_specs: Remove qrtems_debug.
174
1752007-03-11      Joel Sherrill <joel@OARcorp.com>
176
177        * startup/bspstart.c: Remove assignments of
178        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
179        value in boot_card.c
180
1812006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
182
183        * configure.ac: New BUG-REPORT address.
184
1852006-11-15      Joel Sherrill <joel@OARcorp.com>
186
187        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
188        file and simplified initialization.
189
1902006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
191
192        * Makefile.am: Remove superfluous -DASM.
193
1942006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
195
196        * configure.ac: Require autoconf-2.60. Require automake-1.10.
197
1982006-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
199
200        * console/defaultfont.c: Convert to utf-8.
201
2022006-09-11      Joel Sherrill <joel@OARcorp.com>
203
204        * include/arm_mode_bits.h: Convert C++ style comments to C style.
205
2062006-09-11      Chris Johns <chrisj@rtems.org>
207
208        * README, configure.ac: Remove extra CRLF.
209       
2102006-06-02      Jay Monkman <jtm@lopingdog.com>
211
212        * irq/bsp_irq_init.c: Changed interrupt handling
213        to use shared rtems_irq_connect_data struct.
214
2152006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
216
217        * Makefile.am: Add preinstall.am.
218
2192005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
220
221        * bsp_specs: remove %lib.
222
2232005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
224
225        * bsp_specs: Remove %cpp.
226
2272005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
228
229        * irq/irq.c, startup/bspstart.c: Remove obsolete types (*unsigned32).
230
2312005-07-06      Markku Puro <markku.puro@kopteri.net>
232
233        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
234        clock/clockdrv.c, console/conio.c, console/console.c,
235        console/defaultfont.c, include/arm_mode_bits.h, include/asm_macros.h,
236        include/bsp.h, include/bspopts.h.in, include/conio.h, include/gba.h,
237        include/gba_registers.h, include/tm27.h, irq/bsp_irq_asm.S,
238        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, irq/irq_asm.S,
239        irq/irq_init.c, start/logo.S, start/start.S, startup/bspstart.c,
240        startup/cpu.c, startup/cpu_asm.S, startup/exit.c, startup/linkcmds,
241        timer/timer.c: New files.
242
Note: See TracBrowser for help on using the repository browser.