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

4.9
Last change on this file since 04b38ae was 04b38ae, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/08 at 04:35:31

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

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