source: rtems/c/src/lib/libbsp/arm/csb336/ChangeLog @ 15aecdc

4.104.114.84.95
Last change on this file since 15aecdc was 15aecdc, checked in by Joel Sherrill <joel.sherrill@…>, on 05/28/07 at 15:51:57

2007-05-28 Joel Sherrill <joel.sherrill@…>

  • startup/bspstart.c: Eliminate maximum_drivers configuration parameter since it was used to configure a no longer used feature. Device names are now part of the filesystem not in a table.
  • Property mode set to 100644
File size: 4.0 KB
Line 
12007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
4        since it was used to configure a no longer used feature. Device names
5        are now part of the filesystem not in a table.
6
72007-05-15      Ray Xu <rayx@gmail.com>
8
9        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
10        not in score/cpu.
11
122007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * bsp_specs: Remove qrtems_debug.
15
162007-03-12      Joel Sherrill <joel@OARcorp.com>
17
18        * include/bsp.h, network/lan91c11x.c, network/lan91c11x.h,
19        network/network.c, start/start.S, startup/bspstart.c, startup/exit.c,
20        startup/linkcmds, startup/memmap.c: Correct license URL and/or fix
21        mistake in copyright notice. Both of these mistakes appear to be from
22        code submitted after these changes were made previously.
23
242007-03-11      Joel Sherrill <joel@OARcorp.com>
25
26        * startup/bspstart.c: Remove assignments of
27        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
28        value in boot_card.c
29
302006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * network/network.c (mc9328mxl_enet_ioctl): Use ioctl_command_t.
33
342006-11-15      Joel Sherrill <joel@OARcorp.com>
35
36        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
37        file and simplified initialization.
38
392006-11-01      Joel Sherrill <joel@OARcorp.com>
40
41        * bsp_specs: Fix typo.
42
432006-10-30      Joel Sherrill <joel@OARcorp.com>
44
45        * bsp_specs: Add crti, crtbegin, crtend, and crtn.
46
472006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * Makefile.am: Remove superfluous -DASM.
50
512006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * configure.ac: Require autoconf-2.60. Require automake-1.10.
54
552006-06-02      Jay Monkman <jtm@lopingdog.com>
56
57        * startup/linkcmds: Removed unnecessary global definition of
58        bsp_vector_table.
59
602006-06-02      Jay Monkman <jtm@lopingdog.com>
61
62        * times: Reran timing tests and updated 'times' file.
63
642006-06-02      Jay Monkman <jtm@lopingdog.com>
65
66        * startup/bspstart.c: Fixed PLL calculations.
67
682006-06-02      Jay Monkman <jtm@lopingdog.com>
69
70        * Makefile.am, console/uart.c, startup/exit.c:  Changed UART
71          driver to be interrupt driven, added support for both UARTs.
72
73
742006-06-02      Jay Monkman <jtm@lopingdog.com>
75
76        * network/network.c: Changed interrupt handling
77        to use shared rtems_irq_connect_data struct.
78
792006-06-02      Jay Monkman <jtm@lopingdog.com>
80
81        * start/start.S, startup/linkcmds: Defined UNDEF exception
82        stack space.
83
842006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
85
86        * Makefile.am: Add preinstall.am.
87
882005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
89
90        * bsp_specs: remove %lib.
91
922005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * bsp_specs: Remove %cpp.
95
962005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * include/bsp.h: New header guard.
99
1002005-04-26      Joel Sherrill <joel@OARcorp.com>
101
102        * network/network.c: Add include rtems/bspIo.h to eliminate warning.
103
1042005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
107
1082005-01-04      Joel Sherrill <joel@OARcorp.com>
109
110        * startup/bspstart.c, startup/exit.c: Remove warnings.
111
1122005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
113
114        * Makefile.am: Remove build-variant support.
115
1162004-11-05      Joel Sherrill <joel@OARcorp.com>
117
118        * startup/linkcmds: Add .gnu.linkonce.b section and account for memory
119        area being named sdram NOT RAM.
120
1212004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
122
123        * startup/bspstart.c: Use POSIX fixed size types.
124
1252004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
126
127        * configure.ac: Require automake > 1.9.
128
1292004-07-24      Joel Sherrill <joel@OARcorp.com>
130
131        * .cvsignore: New file.
132
1332004-07-15      Jay Monkman
134
135        * console/.cvsignore, include/.cvsignore, network/.cvsignore,
136        start/.cvsignore, startup/.cvsignore: New files.
137
1382004-07-15      Jay Monkman
139
140        * ChangeLog, Makefile.am, README, bsp_specs, configure.ac, times,
141        console/uart.c, include/bsp.h, include/tm27.h, network/lan91c11x.c,
142        network/lan91c11x.h, network/network.c, start/start.S,
143        startup/bspstart.c, startup/exit.c, startup/linkcmds,
144        startup/memmap.c: New files.
145
Note: See TracBrowser for help on using the repository browser.