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

4.104.115
Last change on this file since a196084 was a196084, checked in by Joel Sherrill <joel.sherrill@…>, on 09/16/08 at 19:06:10

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

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