summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/ChangeLog
blob: 72f9995f41fbe1676e92cd01b4f6a89caec598b6 (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
2003-08-16	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Reflect having moved automake/.

2003-08-08	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* include/Makefile.am: Remove (merged into Makefile.am).
	* gdbstub/Makefile.am: Remove (merged into Makefile.am).
	* Makefile.am: Reflect changes above.
	Reflect having merged ../configure.ac into ../../../configure.ac.

2003-06-30	Joel Sherrill <joel@OARcorp.com>

	* console-polled.c: Corrected comments in header.

2003-04-10	Till Straumann <strauman@slac.stanford.edu>

	PR 380/bsps
	* vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h:
	make printk format strings compliant with libcpu/printk.
	minor fixes and lazy init bugfix.

2003-03-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* vmeUniverse/vmeUniverse.c: Remove CVS-Log (skrews up on
	CVS-mergers).

2003-02-20	Till Straumann <strauman@slac.stanford.edu>

	PR 349/bsps
	* README.universe, vmeUniverse/README.porting
	vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
	vmeUniverse/vmeUniverse.h: Update of the VME universe driver.
	* vmeUniverse/README.porting: New file.

2002-10-28	Eugeny S. Mints <Eugeny.Mints@oktet.ru>

	* ide_ctrl.c: New file.

2002-06-25	Joel Sherrill <joel@OARcorp.com>

	* Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
	support to the shared gdb stub glue necessitating a move up.
	* Makefile.am: Reflect new gdbstub directory.

2001-05-14	Till Straumann <strauman@slac.stanford.edu>

	* vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
	vmeUniverse/vmeUniverse.h: New files.
	* Makefile.am: Modified to reflect addition of files.
	* Per PR214, contributes a driver for the TUNDRA UNIVERSE
	VME-PCI bridge to libbsp/shared.  
	NOTE: This driver is maintained _outside_ RTEMS by Till.  Please
	forward future modifications to him.

2002-03-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* Makefile.am: Remove AUTOMAKE_OPTIONS.

2001-10-22	Joel Sherrill <joel@OARcorp.com>

	* bootcard.c: Use __USE_INIT_FINI__ since USE_INIT_FINI
	pollutes the application namespace.

2001-10-17	Joel Sherrill <joel@OARcorp.com>

	* timerstub.c: New stub file for BSPs that don't have timer hardware.

2001-10-12	Joel Sherrill <joel@OARcorp.com>

	* console-polled.c, console.c: Fixed typo.

2001-01-12	Joel Sherrill <joel@OARcorp.com>

	* setvec.c: Removed unused variables.

2001-01-09	Joel Sherrill <joel@OARcorp.com>

	* clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for
	multiple ISRs per clock tick.  Testing per hacking on mips/jmr3904
	clock driver.

2001-01-03	Joel Sherrill <joel@OARcorp.com>

	* clockdrv_shell.c: Fixed syntax error in fast idle support.

2001-01-03	Joel Sherrill <joel@OARcorp.com>

	* clockdrv_shell.c: Added fast idle mode which is enabled by defining
	CLOCK_DRIVER_USE_FAST_IDLE.
	* console-polled.c: Added console_initialize_hardware() hook.

2000-12-01	Joel Sherrill <joel@OARcorp.com>

	* console-polled.c: Remove warnings.

2000-11-13	Joel Sherrill <joel@OARcorp.com>

	* clock_driver_stub.c: This is a stub of a clock driver that
	is sufficient for linking the ticker application.  Some
	simulators do not have a soruce for a clock tick.  Also
	this can be used while constructing a BSP so everything links.

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

	* bsplibc.c: assoc.h, error.h, libio_.h, libio.h, and
	libcsupport.h moved from libc to lib/include/rtems and
	now must be referenced as <rtems/XXX.h>.   Header file order
	was cleaned up while doing this.

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

	* POSIX include files merged into newlib.  This resulted in
	some definitions moving to other files and thus some secondary
	effects in RTEMS source code.
	* sbrk.c: Corrected prototype to match newlib.

2000-08-10	Joel Sherrill <joel@OARcorp.com>

	* ChangeLog: New file.