summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/a29k/portsw/ChangeLog
blob: ee79b0567598084ee1ffc0ac1440862af4ce93b7 (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
2001-09-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* include/Makefile.am: Use 'CLEANFILES ='.
	* include/Makefile.am: Use 'TMPINSTALL_FILES ='.

2001-05-25	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* include/Makefile.am: Use *_HEADERS instead of *H_FILES, add
	bspopts.h.
	* include/.cvsignore: Add bspopts.h.
	* include/bsp.h: Add bspopts.h.
	* console/Makefile.am: Use *_HEADERS instead of H_FILES.
	* configure.in: Add bspopts.h.

2001-05-10	Ralf Corsepius	<corsepiu@faw.uni-ulm.de>

	* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).

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

	* wrapup/Makefile.am: Remove warning missed in shmsupp removal.

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

	* Shared memory support removed since it was non-functional.
	* shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c,
	shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed.
	* configure.in, Makefile.am, wrapup/Makefile.am: Modified to
	reflect above.

2000-11-09	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

2000-11-02	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.

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

	* startup/bspstart.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-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
        Switch to GNU canonicalization.

2000-09-25	Joel Sherrill <joel@OARcorp.com>

	* ChangeLog: Entry added to wrong file and moved.

2000-09-25	Joel Sherrill <joel@OARcorp.com>

	* bsp_specs: Formatting more like other bsp_specs.
	* include/bsp.h: CPU_CLOCK_RATE_MHZ not a real variable to
	elimate need for including bsp.h in libcpu.
	* startup/bspstart.c: Ditto.
	* wrapup/Makefile.am: Did not list shmdr.

2000-09-22	Joel Sherrill <joel@OARcorp.com>

	* start/crt0.S: Renamed to start/start.S.
	* start/start.S: Formerly start/crt0.S.
	* startup/linkcmds: New file.  GNU linker script that is not
	correct for the target board but links programs.
	* bsp_specs: Use linkcmds.
	* include/Makefile.am, start/Makefile.am startup/Makefile.am:
	Now work.
	* startup/bspstart.c, startup/setvec.c: "#if 0"'ed out references
	to reoutines in assembly that are in turn "#if 0"'ed out.

2000-09-04	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* console/Makefile.am, shmsupp/Makefile.am, start/Makefile.am,
	startup/Makefile.am, wrapup/Makefile.am: Include compile.am.

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

	* ChangeLog: New file.