summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/csb336/ChangeLog
blob: 312786897c731387962654418ef359e95c7aa3a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
2007-03-12	Joel Sherrill <joel@OARcorp.com>

	* include/bsp.h, network/lan91c11x.c, network/lan91c11x.h,
	network/network.c, start/start.S, startup/bspstart.c, startup/exit.c,
	startup/linkcmds, startup/memmap.c: Correct license URL and/or fix
	mistake in copyright notice. Both of these mistakes appear to be from
	code submitted after these changes were made previously.

2007-03-11	Joel Sherrill <joel@OARcorp.com>

	* startup/bspstart.c: Remove assignments of
	Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
	value in boot_card.c

2006-12-15	Ralf Corsépius <ralf.corsepius@rtems.org>

	* network/network.c (mc9328mxl_enet_ioctl): Use ioctl_command_t.

2006-11-15	Joel Sherrill <joel@OARcorp.com>

	* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
	file and simplified initialization.

2006-11-01	Joel Sherrill <joel@OARcorp.com>

	* bsp_specs: Fix typo.

2006-10-30	Joel Sherrill <joel@OARcorp.com>

	* bsp_specs: Add crti, crtbegin, crtend, and crtn.

2006-10-17	Ralf Corsépius <ralf.corsepius@rtems.org>

	* Makefile.am: Remove superfluous -DASM.

2006-10-17	Ralf Corsépius <ralf.corsepius@rtems.org>

	* configure.ac: Require autoconf-2.60. Require automake-1.10.

2006-06-02	Jay Monkman <jtm@lopingdog.com>

	* startup/linkcmds: Removed unnecessary global definition of
        bsp_vector_table. 

2006-06-02	Jay Monkman <jtm@lopingdog.com>

	* times: Reran timing tests and updated 'times' file.

2006-06-02	Jay Monkman <jtm@lopingdog.com>

	* startup/bspstart.c: Fixed PLL calculations.

2006-06-02	Jay Monkman <jtm@lopingdog.com>

	* Makefile.am, console/uart.c, startup/exit.c:  Changed UART
          driver to be interrupt driven, added support for both UARTs.


2006-06-02	Jay Monkman <jtm@lopingdog.com>

	* network/network.c: Changed interrupt handling
	to use shared rtems_irq_connect_data struct.

2006-06-02	Jay Monkman <jtm@lopingdog.com>

	* start/start.S, startup/linkcmds: Defined UNDEF exception
	stack space. 

2006-01-11	Ralf Corsepius <ralf.corsepius@rtems.org>

	* Makefile.am: Add preinstall.am.

2005-11-22	Ralf Corsepius <ralf.corsepius@rtems.org>

	* bsp_specs: remove %lib.

2005-11-12	Ralf Corsepius <ralf.corsepius@rtems.org>

	* bsp_specs: Remove %cpp.

2005-05-26	Ralf Corsepius <ralf.corsepius@rtems.org>

	* include/bsp.h: New header guard.

2005-04-26	Joel Sherrill <joel@OARcorp.com>

	* network/network.c: Add include rtems/bspIo.h to eliminate warning.

2005-01-07	Ralf Corsepius <ralf.corsepius@rtems.org>

	* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.

2005-01-04	Joel Sherrill <joel@OARcorp.com>

	* startup/bspstart.c, startup/exit.c: Remove warnings.

2005-01-02	Ralf Corsepius <ralf.corsepius@rtems.org>

	* Makefile.am: Remove build-variant support.

2004-11-05	Joel Sherrill <joel@OARcorp.com>

	* startup/linkcmds: Add .gnu.linkonce.b section and account for memory
	area being named sdram NOT RAM.

2004-10-21	Ralf Corsepius <ralf_corsepius@rtems.org>

	* startup/bspstart.c: Use POSIX fixed size types.

2004-09-24	Ralf Corsepius <ralf_corsepius@rtems.org>

	* configure.ac: Require automake > 1.9.

2004-07-24	Joel Sherrill <joel@OARcorp.com>

	* .cvsignore: New file.

2004-07-15	Jay Monkman

	* console/.cvsignore, include/.cvsignore, network/.cvsignore,
	start/.cvsignore, startup/.cvsignore: New files.

2004-07-15	Jay Monkman

	* ChangeLog, Makefile.am, README, bsp_specs, configure.ac, times,
	console/uart.c, include/bsp.h, include/tm27.h, network/lan91c11x.c,
	network/lan91c11x.h, network/network.c, start/start.S,
	startup/bspstart.c, startup/exit.c, startup/linkcmds,
	startup/memmap.c: New files.