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

4.104.114.95
Last change on this file since 765b0b5 was 765b0b5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/05/08 at 04:09:31

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

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