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

4.104.114.95
Last change on this file since 71d3183 was 71d3183, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/06/08 at 17:31:54

2008-09-06 Ralf Corsepius <ralf.corsepius@…>

  • irq/irq.c: Minor "bool" fixes.
  • Property mode set to 100644
File size: 5.7 KB
Line 
12008-09-06      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * irq/irq.c: Minor "bool" fixes.
4
52008-09-05      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * startup/cpu.c, timer/timer.c: Convert to "bool".
8
92008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * timer/timer.c: Eliminate empty function from every benchmark timer
12        driver. Fix spelling.
13
142008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * timer/timer.c: Rename timer driver methods to follow RTEMS
17        programming conventions.
18
192008-08-27      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * timer/timer.c: Eliminate rtems_boolean.
22
232008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
26        routine.
27        * startup/bspclean.c: New file.
28        * startup/exit.c: Removed.
29
302008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * clock/clockdrv.c: Add missing prototypes.
33
342008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * Makefile.am: Rework to avoid .rel files.
37
382008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        * startup/bspstart.c: Refactored and renamed initialization routines to
41        rtems_initialize_data_structures, rtems_initialize_before_drivers,
42        rtems_initialize_device_drivers, and
43        rtems_initialize_start_multitasking. This opened the sequence up so
44        that bootcard() could provide a more robust and flexible framework
45        which is easier to explain and understand. This also lays the
46        groundwork for sharing the division of available memory between the
47        RTEMS workspace and heap and the C library initialization across all
48        BSPs.
49
502008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * startup/linkcmds: Add wildcard to gcc_except_table section so
53        programs compiled with gcc 4.3.x can link.
54
552008-02-15      Joel Sherrill <joel.sherrill@OARcorp.com>
56
57        * console/console.c: Do not have BSP specific __assert.
58
592007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
60
61        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c: Eliminate copies
62        of the Configuration Table. Use the RTEMS provided accessor macros to
63        obtain configuration fields.
64
652007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
66
67        * startup/bspstart.c, startup/cpu.c: Move interrupt_stack_size field
68        from CPU Table to Configuration Table. Eliminate CPU Table from all
69        ports. Delete references to CPU Table in all forms.
70
712007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
72
73        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
74        Table fields to the Configuration Table. This included
75        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
76        do_zero_of_workspace, extra_mpci_receive_server_stack,
77        stack_allocate_hook, and stack_free_hook. As a side-effect of this
78        effort some multiprocessing code was made conditional and some style
79        clean up occurred.
80
812007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        PR 1257/bsps
84        * irq/irq.c, irq/irq_init.c: Code outside of cpukit should use the public
85        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
86        the public API and directly accessing _CPU_ISR_Disable and
87        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
88        directive which could lead to problems. This patch also changes the
89        type of the variable passed into these routines and addresses minor
90        style issues.
91
922007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
93
94        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
952007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
96
97        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
98        since it was used to configure a no longer used feature. Device names
99        are now part of the filesystem not in a table.
100
1012007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * bsp_specs: Remove qrtems_debug.
104
1052007-03-11      Joel Sherrill <joel@OARcorp.com>
106
107        * startup/bspstart.c: Remove assignments of
108        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
109        value in boot_card.c
110
1112006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        * configure.ac: New BUG-REPORT address.
114
1152006-11-15      Joel Sherrill <joel@OARcorp.com>
116
117        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
118        file and simplified initialization.
119
1202006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * Makefile.am: Remove superfluous -DASM.
123
1242006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * configure.ac: Require autoconf-2.60. Require automake-1.10.
127
1282006-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
129
130        * console/defaultfont.c: Convert to utf-8.
131
1322006-09-11      Joel Sherrill <joel@OARcorp.com>
133
134        * include/arm_mode_bits.h: Convert C++ style comments to C style.
135
1362006-09-11      Chris Johns <chrisj@rtems.org>
137
138        * README, configure.ac: Remove extra CRLF.
139       
1402006-06-02      Jay Monkman <jtm@lopingdog.com>
141
142        * irq/bsp_irq_init.c: Changed interrupt handling
143        to use shared rtems_irq_connect_data struct.
144
1452006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
146
147        * Makefile.am: Add preinstall.am.
148
1492005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
150
151        * bsp_specs: remove %lib.
152
1532005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
154
155        * bsp_specs: Remove %cpp.
156
1572005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
158
159        * irq/irq.c, startup/bspstart.c: Remove obsolete types (*unsigned32).
160
1612005-07-06      Markku Puro <markku.puro@kopteri.net>
162
163        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
164        clock/clockdrv.c, console/conio.c, console/console.c,
165        console/defaultfont.c, include/arm_mode_bits.h, include/asm_macros.h,
166        include/bsp.h, include/bspopts.h.in, include/conio.h, include/gba.h,
167        include/gba_registers.h, include/tm27.h, irq/bsp_irq_asm.S,
168        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, irq/irq_asm.S,
169        irq/irq_init.c, start/logo.S, start/start.S, startup/bspstart.c,
170        startup/cpu.c, startup/cpu_asm.S, startup/exit.c, startup/linkcmds,
171        timer/timer.c: New files.
172
Note: See TracBrowser for help on using the repository browser.