source: rtems/c/src/lib/libbsp/arm/gp32/ChangeLog @ 0b27c3d

4.104.114.95
Last change on this file since 0b27c3d was 0b27c3d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/08 at 21:10:21

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

  • smc/smc.c, startup/exit.c: Add missing prototypes.
  • Property mode set to 100644
File size: 5.8 KB
Line 
12008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * smc/smc.c, startup/exit.c: Add missing prototypes.
4
52008-08-06      Chris Johns <chrisj@rtems.org>
6
7        * smc/smc.c: Fix the fix. The field is bufnum.
8
92008-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
10
11        * smc/smc.c: Fix warning.
12
132008-07-29      Chris Johns <chrisj@rtems.org>
14
15        * smc/smc.c: Updated to the libblock changes.
16
172008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * Makefile.am: Rework to avoid .rel files.
20
212008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
22
23        * startup/bspstart.c: Refactored and renamed initialization routines to
24        rtems_initialize_data_structures, rtems_initialize_before_drivers,
25        rtems_initialize_device_drivers, and
26        rtems_initialize_start_multitasking. This opened the sequence up so
27        that bootcard() could provide a more robust and flexible framework
28        which is easier to explain and understand. This also lays the
29        groundwork for sharing the division of available memory between the
30        RTEMS workspace and heap and the C library initialization across all
31        BSPs.
32
332008-05-06      Ray Xu <rayx.cn@gmail.com>
34
35        * console/uart.c, include/bsp.h, smc/smc.c, startup/bspstart.c: Merge
36        smdk2410 with gp32.
37
382008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        * startup/linkcmds: Add wildcard to gcc_except_table section so
41        programs compiled with gcc 4.3.x can link.
42
432007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
44
45        * include/bsp.h, startup/bspstart.c: Fix idle task prototype.
46
472007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
50        Configuration Table. Use the RTEMS provided accessor macros to obtain
51        configuration fields.
52
532007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
56        from CPU Table to Configuration Table. Eliminate CPU Table from all
57        ports. Delete references to CPU Table in all forms.
58
592007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
60
61        * Makefile.am, include/bsp.h, startup/bspstart.c: Moved most of the
62        remaining CPU Table fields to the Configuration Table. This included
63        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
64        do_zero_of_workspace, extra_mpci_receive_server_stack,
65        stack_allocate_hook, and stack_free_hook. As a side-effect of this
66        effort some multiprocessing code was made conditional and some style
67        clean up occurred.
68
692007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        PR 1257/bsps
72        * startup/bspstart.c: Code outside of cpukit should use the public
73        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
74        the public API and directly accessing _CPU_ISR_Disable and
75        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
76        directive which could lead to problems. This patch also changes the
77        type of the variable passed into these routines and addresses minor
78        style issues.
79
802007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
81
82        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
832007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
84
85        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
86        since it was used to configure a no longer used feature. Device names
87        are now part of the filesystem not in a table.
88
892007-05-15      Ray Xu <rayx@gmail.com>
90
91        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
92        not in score/cpu.
93
942007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        * bsp_specs: Remove qrtems_debug.
97
982007-03-12      Joel Sherrill <joel@OARcorp.com>
99
100        * console/uart.c, start/start.S, startup/linkcmds, startup/memmap.c:
101        Correct license URL and/or fix mistake in copyright notice. Both of
102        these mistakes appear to be from code submitted after these changes
103        were made previously.
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
1112007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        * smc/smc.c: include bspIo.h for printk.
114
1152006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * smc/smc.c: Comment out sm_status (unused).
118
1192006-11-15      Joel Sherrill <joel@OARcorp.com>
120
121        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
122        file and simplified initialization.
123
1242006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * Makefile.am: Remove superfluous -DASM.
127
1282006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
129
130        * configure.ac: Require autoconf-2.60. Require automake-1.10.
131
1322006-09-11      Chris Johns <chrisj@rtems.org>
133
134        * smc/smc.h: Remove extra CRLF.
135       
1362006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
137
138        * Makefile.am: Add preinstall.am.
139
1402005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
141
142        * bsp_specs: remove %lib.
143
1442005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
145
146        * bsp_specs: Remove %cpp.
147
1482005-07-25      Philippe Simons <loki_666@fastmail.fm>
149
150        * Makefile.am: added smc.rel.
151        * smc/smc.c, smc/smc.h: New files.
152
1532005-07-07      Philippe Simons <loki_666@fastmail.fm>
154
155        * Makefile.am: Remove lcd.rel, added console/uart.c,
156        removed conio stuffs.
157        * console/conio.c, console/console.c, console/defaultfont.c,
158        include/conio.h : files removed.
159        * console/uart.c: New file.
160        * include/bsp.h: lcd.c prototypes removed.
161        * startup/bspstart.c: bsp_reset() cause gp32 to reset to bios,
162        added a bsp_idle_task which put s3c2400 in a "wait for IRQ" state.
163
1642005-06-06      Philippe Simons <loki_666@fastmail.fm>
165
166        * Makefile.am: Include lcd.rel.
167
1682005-06-01      Philippe Simons <loki_666@fastmail.fm>
169
170        * bsp_specs: Add rules for cpp support
171        * include/bsp.h: Add gp32 support fct prototypes
172        * console/conio.c: Moved video buffer to 0x0c7ed000
173        * startup/bspstart.c: Add some init code, some cleaning...
174
1752005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
176
177        * include/bsp.h: New header guard.
178
1792005-04-26      Joel Sherrill <joel@OARcorp.com>
180
181        * startup/bspstart.c: Add include rtems/bspIo.h to eliminate warning.
182
Note: See TracBrowser for help on using the repository browser.