source: rtems/c/src/lib/libbsp/arm/gp32/ChangeLog @ 7be8d6b

4.9
Last change on this file since 7be8d6b was 7be8d6b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 01:48:04

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

  • Makefile.am: Remove noinst_PROGRAMS (Unused).
  • Property mode set to 100644
File size: 6.1 KB
Line 
12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove noinst_PROGRAMS (Unused).
4
52008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
8        routine.
9        * startup/bspclean.c: New file.
10        * startup/exit.c: Removed.
11
122008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * smc/smc.c, startup/exit.c: Add missing prototypes.
15
162008-08-06      Chris Johns <chrisj@rtems.org>
17
18        * smc/smc.c: Fix the fix. The field is bufnum.
19
202008-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
21
22        * smc/smc.c: Fix warning.
23
242008-07-29      Chris Johns <chrisj@rtems.org>
25
26        * smc/smc.c: Updated to the libblock changes.
27
282008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        * Makefile.am: Rework to avoid .rel files.
31
322008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * startup/bspstart.c: Refactored and renamed initialization routines to
35        rtems_initialize_data_structures, rtems_initialize_before_drivers,
36        rtems_initialize_device_drivers, and
37        rtems_initialize_start_multitasking. This opened the sequence up so
38        that bootcard() could provide a more robust and flexible framework
39        which is easier to explain and understand. This also lays the
40        groundwork for sharing the division of available memory between the
41        RTEMS workspace and heap and the C library initialization across all
42        BSPs.
43
442008-05-06      Ray Xu <rayx.cn@gmail.com>
45
46        * console/uart.c, include/bsp.h, smc/smc.c, startup/bspstart.c: Merge
47        smdk2410 with gp32.
48
492008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * startup/linkcmds: Add wildcard to gcc_except_table section so
52        programs compiled with gcc 4.3.x can link.
53
542007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * include/bsp.h, startup/bspstart.c: Fix idle task prototype.
57
582007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
61        Configuration Table. Use the RTEMS provided accessor macros to obtain
62        configuration fields.
63
642007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
67        from CPU Table to Configuration Table. Eliminate CPU Table from all
68        ports. Delete references to CPU Table in all forms.
69
702007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        * Makefile.am, include/bsp.h, startup/bspstart.c: Moved most of the
73        remaining CPU Table fields to the Configuration Table. This included
74        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
75        do_zero_of_workspace, extra_mpci_receive_server_stack,
76        stack_allocate_hook, and stack_free_hook. As a side-effect of this
77        effort some multiprocessing code was made conditional and some style
78        clean up occurred.
79
802007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
81
82        PR 1257/bsps
83        * startup/bspstart.c: Code outside of cpukit should use the public
84        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
85        the public API and directly accessing _CPU_ISR_Disable and
86        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
87        directive which could lead to problems. This patch also changes the
88        type of the variable passed into these routines and addresses minor
89        style issues.
90
912007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
942007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
95
96        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
97        since it was used to configure a no longer used feature. Device names
98        are now part of the filesystem not in a table.
99
1002007-05-15      Ray Xu <rayx@gmail.com>
101
102        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
103        not in score/cpu.
104
1052007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * bsp_specs: Remove qrtems_debug.
108
1092007-03-12      Joel Sherrill <joel@OARcorp.com>
110
111        * console/uart.c, start/start.S, startup/linkcmds, startup/memmap.c:
112        Correct license URL and/or fix mistake in copyright notice. Both of
113        these mistakes appear to be from code submitted after these changes
114        were made previously.
115
1162007-03-11      Joel Sherrill <joel@OARcorp.com>
117
118        * startup/bspstart.c: Remove assignments of
119        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
120        value in boot_card.c
121
1222007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * smc/smc.c: include bspIo.h for printk.
125
1262006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
127
128        * smc/smc.c: Comment out sm_status (unused).
129
1302006-11-15      Joel Sherrill <joel@OARcorp.com>
131
132        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
133        file and simplified initialization.
134
1352006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
136
137        * Makefile.am: Remove superfluous -DASM.
138
1392006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * configure.ac: Require autoconf-2.60. Require automake-1.10.
142
1432006-09-11      Chris Johns <chrisj@rtems.org>
144
145        * smc/smc.h: Remove extra CRLF.
146       
1472006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
148
149        * Makefile.am: Add preinstall.am.
150
1512005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
152
153        * bsp_specs: remove %lib.
154
1552005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
156
157        * bsp_specs: Remove %cpp.
158
1592005-07-25      Philippe Simons <loki_666@fastmail.fm>
160
161        * Makefile.am: added smc.rel.
162        * smc/smc.c, smc/smc.h: New files.
163
1642005-07-07      Philippe Simons <loki_666@fastmail.fm>
165
166        * Makefile.am: Remove lcd.rel, added console/uart.c,
167        removed conio stuffs.
168        * console/conio.c, console/console.c, console/defaultfont.c,
169        include/conio.h : files removed.
170        * console/uart.c: New file.
171        * include/bsp.h: lcd.c prototypes removed.
172        * startup/bspstart.c: bsp_reset() cause gp32 to reset to bios,
173        added a bsp_idle_task which put s3c2400 in a "wait for IRQ" state.
174
1752005-06-06      Philippe Simons <loki_666@fastmail.fm>
176
177        * Makefile.am: Include lcd.rel.
178
1792005-06-01      Philippe Simons <loki_666@fastmail.fm>
180
181        * bsp_specs: Add rules for cpp support
182        * include/bsp.h: Add gp32 support fct prototypes
183        * console/conio.c: Moved video buffer to 0x0c7ed000
184        * startup/bspstart.c: Add some init code, some cleaning...
185
1862005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
187
188        * include/bsp.h: New header guard.
189
1902005-04-26      Joel Sherrill <joel@OARcorp.com>
191
192        * startup/bspstart.c: Add include rtems/bspIo.h to eliminate warning.
193
Note: See TracBrowser for help on using the repository browser.