source: rtems/c/src/lib/libbsp/arm/rtl22xx/ChangeLog @ fe85f05c

4.104.115
Last change on this file since fe85f05c was 127e726a, checked in by Joel Sherrill <joel.sherrill@…>, on 09/19/08 at 21:14:03

2008-09-19 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, startup/linkcmds: Use top level shared bsp_get_work_area() implementation.
  • Property mode set to 100644
File size: 5.4 KB
Line 
12008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, startup/linkcmds: Use top level shared
4        bsp_get_work_area() implementation.
5
62008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * startup/bspstart.c: Remove unnecessary includes of
9        rtems/libcsupport.h and rtems/libio.h.
10
112008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * Makefile.am, configure.ac, startup/bspstart.c: Split out
14        bsp_get_work_area() into its own file and user BSP Framework to
15        perform more initialization. Use same shared implementation as
16        edb7312 and csb336.
17
182008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
19
20        * Makefile.am: Rework to avoid .rel files.
21
222008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * startup/bspstart.c: Refactored and renamed initialization routines to
25        rtems_initialize_data_structures, rtems_initialize_before_drivers,
26        rtems_initialize_device_drivers, and
27        rtems_initialize_start_multitasking. This opened the sequence up so
28        that bootcard() could provide a more robust and flexible framework
29        which is easier to explain and understand. This also lays the
30        groundwork for sharing the division of available memory between the
31        RTEMS workspace and heap and the C library initialization across all
32        BSPs.
33
342008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * startup/linkcmds: Add wildcard to gcc_except_table section so
37        programs compiled with gcc 4.3.x can link.
38
392007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
40
41        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
42        Configuration Table. Use the RTEMS provided accessor macros to obtain
43        configuration fields.
44
452007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
48        from CPU Table to Configuration Table. Eliminate CPU Table from all
49        ports. Delete references to CPU Table in all forms.
50
512007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
52
53        * Makefile.am, include/bsp.h, startup/bspstart.c: Moved most of the
54        remaining CPU Table fields to the Configuration Table. This included
55        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
56        do_zero_of_workspace, extra_mpci_receive_server_stack,
57        stack_allocate_hook, and stack_free_hook. As a side-effect of this
58        effort some multiprocessing code was made conditional and some style
59        clean up occurred.
60
612007-11-03      Ray Xu <rayx.cn@gmail.com>
62
63        * start/start.S, startup/bspclean.c: Add veneer between ARM and
64        Thumb instructions.  also moved bss init after CPSR/stack init in
65        start.S
66
672007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
68
69        PR 1257/bsps
70        * startup/bspstart.c: Code outside of cpukit should use the public
71        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
72        the public API and directly accessing _CPU_ISR_Disable and
73        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
74        directive which could lead to problems. This patch also changes the
75        type of the variable passed into these routines and addresses minor
76        style issues.
77
782007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
79
80        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
812007-08-28      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * README: Clean up.
84
852007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * network/network.c: Remove cs8900_get_mac_addr which conflicted with
88        one in libchip AND contained a hard-coded MAC address.
89
902007-06-13      Ray Xu <rayx@gmail.com>
91
92        * startup/linkcmds: Shrink the aligment requirements.
93
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-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * startup/bspclean.c: Remove incldue stdio.h
108
1092007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
110
111        * Makefile.am, console/lpc22xx_uart.h: Remove warnings, cleanup and do
112        not build SPARC code accidentally referenced in Makefile.am.
113
1142007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
115
116        * console/uart.c, startup/bspclean.c, startup/bspstart.c: Remove debug
117        print methods that are redundant with prntk and replace their usage
118        with printk.
119
1202007-05-01      Joel Sherrill <joel@OARcorp.com>
121
122        * Makefile.am: Tinkering to reduce .text size of minimum executable
123        from ~64K to ~47K.
124        * Renamed startup/exit.c to startup/bspclean.c
125          * startup/bspclean.c: New file.
126          * startup/exit.c: Removed.
127
1282007-05-01      Ray Xu <xr@trasin.net>
129
130        * README, times, console/lpc22xx_uart.h, console/uart.c, include/bsp.h,
131        start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds:
132        Update BSP to address changes between 4.7 and CVS head as well as to
133        address comments from Ralf and Joel.
134
1352007-04-26      Ralf Corsépius <ralf.corsepius@rtems.org>
136
137        * Makefile.am: Remove reference to ../../shared/main.c.
138
1392007-04-25      Ray Xu <xr@trasin.net>
140
141        * times: New (Initial submission).
142
1432007-04-25      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * Makefile.am: Include preinstall.am
146        * bsp_specs: Sync with modern GCC.
147
1482007-04-25      Ray Xu <xr@trasin.net>
149
150        * include/tm27.h, startup/bspstart.c, startup/exit.c,
151        startup/linkcmds, start/start.S: New (Initial submission).
152        * Makefile.am, README, bsp_specs, configure.ac,
153        console/lpc22xx_uart.h, console/uart.c, include/bsp.h,
154        network/network.c: New (Initial submission).
Note: See TracBrowser for help on using the repository browser.