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

4.104.114.95
Last change on this file since 6710d81 was 6710d81, checked in by Joel Sherrill <joel.sherrill@…>, on 12/11/07 at 22:09:30

2007-12-11 Joel Sherrill <joel.sherrill@…>

  • include/bsp.h, startup/bspstart.c: Fix idle task prototype.
  • Property mode set to 100644
File size: 4.5 KB
Line 
12007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * include/bsp.h, startup/bspstart.c: Fix idle task prototype.
4
52007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
8        Configuration Table. Use the RTEMS provided accessor macros to obtain
9        configuration fields.
10
112007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
14        from CPU Table to Configuration Table. Eliminate CPU Table from all
15        ports. Delete references to CPU Table in all forms.
16
172007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * Makefile.am, include/bsp.h, startup/bspstart.c: Moved most of the
20        remaining CPU Table fields to the Configuration Table. This included
21        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
22        do_zero_of_workspace, extra_mpci_receive_server_stack,
23        stack_allocate_hook, and stack_free_hook. As a side-effect of this
24        effort some multiprocessing code was made conditional and some style
25        clean up occurred.
26
272007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        PR 1257/bsps
30        * startup/bspstart.c: Code outside of cpukit should use the public
31        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
32        the public API and directly accessing _CPU_ISR_Disable and
33        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
34        directive which could lead to problems. This patch also changes the
35        type of the variable passed into these routines and addresses minor
36        style issues.
37
382007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
412007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
44        since it was used to configure a no longer used feature. Device names
45        are now part of the filesystem not in a table.
46
472007-05-15      Ray Xu <rayx@gmail.com>
48
49        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
50        not in score/cpu.
51
522007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * bsp_specs: Remove qrtems_debug.
55
562007-03-12      Joel Sherrill <joel@OARcorp.com>
57
58        * console/uart.c, start/start.S, startup/linkcmds, startup/memmap.c:
59        Correct license URL and/or fix mistake in copyright notice. Both of
60        these mistakes appear to be from code submitted after these changes
61        were made previously.
62
632007-03-11      Joel Sherrill <joel@OARcorp.com>
64
65        * startup/bspstart.c: Remove assignments of
66        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
67        value in boot_card.c
68
692007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * smc/smc.c: include bspIo.h for printk.
72
732006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * smc/smc.c: Comment out sm_status (unused).
76
772006-11-15      Joel Sherrill <joel@OARcorp.com>
78
79        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
80        file and simplified initialization.
81
822006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * Makefile.am: Remove superfluous -DASM.
85
862006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * configure.ac: Require autoconf-2.60. Require automake-1.10.
89
902006-09-11      Chris Johns <chrisj@rtems.org>
91
92        * smc/smc.h: Remove extra CRLF.
93       
942006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
95
96        * Makefile.am: Add preinstall.am.
97
982005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
99
100        * bsp_specs: remove %lib.
101
1022005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
103
104        * bsp_specs: Remove %cpp.
105
1062005-07-25      Philippe Simons <loki_666@fastmail.fm>
107
108        * Makefile.am: added smc.rel.
109        * smc/smc.c, smc/smc.h: New files.
110
1112005-07-07      Philippe Simons <loki_666@fastmail.fm>
112
113        * Makefile.am: Remove lcd.rel, added console/uart.c,
114        removed conio stuffs.
115        * console/conio.c, console/console.c, console/defaultfont.c,
116        include/conio.h : files removed.
117        * console/uart.c: New file.
118        * include/bsp.h: lcd.c prototypes removed.
119        * startup/bspstart.c: bsp_reset() cause gp32 to reset to bios,
120        added a bsp_idle_task which put s3c2400 in a "wait for IRQ" state.
121
1222005-06-06      Philippe Simons <loki_666@fastmail.fm>
123
124        * Makefile.am: Include lcd.rel.
125
1262005-06-01      Philippe Simons <loki_666@fastmail.fm>
127
128        * bsp_specs: Add rules for cpp support
129        * include/bsp.h: Add gp32 support fct prototypes
130        * console/conio.c: Moved video buffer to 0x0c7ed000
131        * startup/bspstart.c: Add some init code, some cleaning...
132
1332005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
134
135        * include/bsp.h: New header guard.
136
1372005-04-26      Joel Sherrill <joel@OARcorp.com>
138
139        * startup/bspstart.c: Add include rtems/bspIo.h to eliminate warning.
140
Note: See TracBrowser for help on using the repository browser.