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

4.104.114.95
Last change on this file since d1f57b5 was d1f57b5, checked in by Joel Sherrill <joel.sherrill@…>, on 03/03/08 at 23:07:47

2008-03-03 Joel Sherrill <joel.sherrill@…>

  • startup/linkcmds: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
  • Property mode set to 100644
File size: 4.6 KB
Line 
12008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/linkcmds: Add wildcard to gcc_except_table section so
4        programs compiled with gcc 4.3.x can link.
5
62007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * include/bsp.h, startup/bspstart.c: Fix idle task prototype.
9
102007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
13        Configuration Table. Use the RTEMS provided accessor macros to obtain
14        configuration fields.
15
162007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
17
18        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
19        from CPU Table to Configuration Table. Eliminate CPU Table from all
20        ports. Delete references to CPU Table in all forms.
21
222007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * Makefile.am, include/bsp.h, startup/bspstart.c: Moved most of the
25        remaining CPU Table fields to the Configuration Table. This included
26        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
27        do_zero_of_workspace, extra_mpci_receive_server_stack,
28        stack_allocate_hook, and stack_free_hook. As a side-effect of this
29        effort some multiprocessing code was made conditional and some style
30        clean up occurred.
31
322007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        PR 1257/bsps
35        * startup/bspstart.c: Code outside of cpukit should use the public
36        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
37        the public API and directly accessing _CPU_ISR_Disable and
38        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
39        directive which could lead to problems. This patch also changes the
40        type of the variable passed into these routines and addresses minor
41        style issues.
42
432007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
44
45        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
462007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
49        since it was used to configure a no longer used feature. Device names
50        are now part of the filesystem not in a table.
51
522007-05-15      Ray Xu <rayx@gmail.com>
53
54        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
55        not in score/cpu.
56
572007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * bsp_specs: Remove qrtems_debug.
60
612007-03-12      Joel Sherrill <joel@OARcorp.com>
62
63        * console/uart.c, start/start.S, startup/linkcmds, startup/memmap.c:
64        Correct license URL and/or fix mistake in copyright notice. Both of
65        these mistakes appear to be from code submitted after these changes
66        were made previously.
67
682007-03-11      Joel Sherrill <joel@OARcorp.com>
69
70        * startup/bspstart.c: Remove assignments of
71        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
72        value in boot_card.c
73
742007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * smc/smc.c: include bspIo.h for printk.
77
782006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * smc/smc.c: Comment out sm_status (unused).
81
822006-11-15      Joel Sherrill <joel@OARcorp.com>
83
84        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
85        file and simplified initialization.
86
872006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * Makefile.am: Remove superfluous -DASM.
90
912006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * configure.ac: Require autoconf-2.60. Require automake-1.10.
94
952006-09-11      Chris Johns <chrisj@rtems.org>
96
97        * smc/smc.h: Remove extra CRLF.
98       
992006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
100
101        * Makefile.am: Add preinstall.am.
102
1032005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
104
105        * bsp_specs: remove %lib.
106
1072005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
108
109        * bsp_specs: Remove %cpp.
110
1112005-07-25      Philippe Simons <loki_666@fastmail.fm>
112
113        * Makefile.am: added smc.rel.
114        * smc/smc.c, smc/smc.h: New files.
115
1162005-07-07      Philippe Simons <loki_666@fastmail.fm>
117
118        * Makefile.am: Remove lcd.rel, added console/uart.c,
119        removed conio stuffs.
120        * console/conio.c, console/console.c, console/defaultfont.c,
121        include/conio.h : files removed.
122        * console/uart.c: New file.
123        * include/bsp.h: lcd.c prototypes removed.
124        * startup/bspstart.c: bsp_reset() cause gp32 to reset to bios,
125        added a bsp_idle_task which put s3c2400 in a "wait for IRQ" state.
126
1272005-06-06      Philippe Simons <loki_666@fastmail.fm>
128
129        * Makefile.am: Include lcd.rel.
130
1312005-06-01      Philippe Simons <loki_666@fastmail.fm>
132
133        * bsp_specs: Add rules for cpp support
134        * include/bsp.h: Add gp32 support fct prototypes
135        * console/conio.c: Moved video buffer to 0x0c7ed000
136        * startup/bspstart.c: Add some init code, some cleaning...
137
1382005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
139
140        * include/bsp.h: New header guard.
141
1422005-04-26      Joel Sherrill <joel@OARcorp.com>
143
144        * startup/bspstart.c: Add include rtems/bspIo.h to eliminate warning.
145
Note: See TracBrowser for help on using the repository browser.