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

4.9
Last change on this file since c608efb was c608efb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/08/08 at 05:16:05

2008-12-08 Ralf Corsépius <ralf.corsepius@…>

  • bsp_specs: Backport from CVS-HEAD.
  • Property mode set to 100644
File size: 6.1 KB
Line 
12008-12-08      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * bsp_specs: Backport from CVS-HEAD.
4
52008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * console/defaultfont.c: Remove (Renamed into console/defaultfont.h).
8        * console/defaultfont.h: New (Renamed from console/defaultfont.c).
9        * Makefile.am, console/conio.c: Reflect renamer.
10
112008-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
12
13        * Makefile.am: Remove empty HAS_NETWORKING conditional.
14
152008-09-06      Ralf Corsepius <ralf.corsepius@rtems.org>
16
17        * irq/irq.c: Minor "bool" fixes.
18
192008-09-05      Ralf Corsepius <ralf.corsepius@rtems.org>
20
21        * startup/cpu.c, timer/timer.c: Convert to "bool".
22
232008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * timer/timer.c: Eliminate empty function from every benchmark timer
26        driver. Fix spelling.
27
282008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * timer/timer.c: Rename timer driver methods to follow RTEMS
31        programming conventions.
32
332008-08-27      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * timer/timer.c: Eliminate rtems_boolean.
36
372008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
40        routine.
41        * startup/bspclean.c: New file.
42        * startup/exit.c: Removed.
43
442008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * clock/clockdrv.c: Add missing prototypes.
47
482008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
49
50        * Makefile.am: Rework to avoid .rel files.
51
522008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
53
54        * startup/bspstart.c: Refactored and renamed initialization routines to
55        rtems_initialize_data_structures, rtems_initialize_before_drivers,
56        rtems_initialize_device_drivers, and
57        rtems_initialize_start_multitasking. This opened the sequence up so
58        that bootcard() could provide a more robust and flexible framework
59        which is easier to explain and understand. This also lays the
60        groundwork for sharing the division of available memory between the
61        RTEMS workspace and heap and the C library initialization across all
62        BSPs.
63
642008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * startup/linkcmds: Add wildcard to gcc_except_table section so
67        programs compiled with gcc 4.3.x can link.
68
692008-02-15      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * console/console.c: Do not have BSP specific __assert.
72
732007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
74
75        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c: Eliminate copies
76        of the Configuration Table. Use the RTEMS provided accessor macros to
77        obtain configuration fields.
78
792007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
80
81        * startup/bspstart.c, startup/cpu.c: Move interrupt_stack_size field
82        from CPU Table to Configuration Table. Eliminate CPU Table from all
83        ports. Delete references to CPU Table in all forms.
84
852007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
88        Table fields to the Configuration Table. This included
89        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
90        do_zero_of_workspace, extra_mpci_receive_server_stack,
91        stack_allocate_hook, and stack_free_hook. As a side-effect of this
92        effort some multiprocessing code was made conditional and some style
93        clean up occurred.
94
952007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
96
97        PR 1257/bsps
98        * irq/irq.c, irq/irq_init.c: Code outside of cpukit should use the public
99        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
100        the public API and directly accessing _CPU_ISR_Disable and
101        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
102        directive which could lead to problems. This patch also changes the
103        type of the variable passed into these routines and addresses minor
104        style issues.
105
1062007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
107
108        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
1092007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
110
111        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
112        since it was used to configure a no longer used feature. Device names
113        are now part of the filesystem not in a table.
114
1152007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * bsp_specs: Remove qrtems_debug.
118
1192007-03-11      Joel Sherrill <joel@OARcorp.com>
120
121        * startup/bspstart.c: Remove assignments of
122        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
123        value in boot_card.c
124
1252006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
126
127        * configure.ac: New BUG-REPORT address.
128
1292006-11-15      Joel Sherrill <joel@OARcorp.com>
130
131        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
132        file and simplified initialization.
133
1342006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
135
136        * Makefile.am: Remove superfluous -DASM.
137
1382006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
139
140        * configure.ac: Require autoconf-2.60. Require automake-1.10.
141
1422006-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
143
144        * console/defaultfont.c: Convert to utf-8.
145
1462006-09-11      Joel Sherrill <joel@OARcorp.com>
147
148        * include/arm_mode_bits.h: Convert C++ style comments to C style.
149
1502006-09-11      Chris Johns <chrisj@rtems.org>
151
152        * README, configure.ac: Remove extra CRLF.
153       
1542006-06-02      Jay Monkman <jtm@lopingdog.com>
155
156        * irq/bsp_irq_init.c: Changed interrupt handling
157        to use shared rtems_irq_connect_data struct.
158
1592006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
160
161        * Makefile.am: Add preinstall.am.
162
1632005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
164
165        * bsp_specs: remove %lib.
166
1672005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
168
169        * bsp_specs: Remove %cpp.
170
1712005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
172
173        * irq/irq.c, startup/bspstart.c: Remove obsolete types (*unsigned32).
174
1752005-07-06      Markku Puro <markku.puro@kopteri.net>
176
177        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
178        clock/clockdrv.c, console/conio.c, console/console.c,
179        console/defaultfont.c, include/arm_mode_bits.h, include/asm_macros.h,
180        include/bsp.h, include/bspopts.h.in, include/conio.h, include/gba.h,
181        include/gba_registers.h, include/tm27.h, irq/bsp_irq_asm.S,
182        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, irq/irq_asm.S,
183        irq/irq_init.c, start/logo.S, start/start.S, startup/bspstart.c,
184        startup/cpu.c, startup/cpu_asm.S, startup/exit.c, startup/linkcmds,
185        timer/timer.c: New files.
186
Note: See TracBrowser for help on using the repository browser.