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

	Makefile.am: Reflect having moved automake.
	comm/Makefile.am: Reflect having moved automake.
	irq/Makefile.am: Reflect having moved automake.

2002-11-13	Jay Monkman <jtm@smoothsmoothie.com>

	* irq/irq_asm.S, irq/irq_init.c: Fixes a bug with handling the
	situation where we are processing an IRQ, and we receive an FIQ.

2002-10-04	Jay Monkman <jtm@smoothsmoothie.com>

	* irq/irq_asm.S: Add FIQ support.

2002-07-30	Jay Monkman <jtm@smoothsmoothie.com>

	* irq/irq_asm.S: ARM port works well enough to run all sptests,
	tmtests, and ttcp.  In addition to general cleanup, there
	has been considerable optimization to interrupt disable/enable,
	endian swapping, and context switching.

2002-07-17	Jay Monkman <jtm@smoothsmoothie.com>

	* irq/irq_asm.S: Significant rework in attempt to make interrupts
	work.  They appear to be very close to correct but not 100%.

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

	* comm/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
	* irq/Makefile.am: Remove AUTOMAKE_OPTIONS.

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

	* comm/console.c: Include rtems/bspIo.h instead of bspIo.h.
	* irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.

2001-09-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* comm/Makefile.am: Use 'PREINSTALL_FILES ='.

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

	* comm/Makefile.am: Use *_HEADERS instead of *H_FILES.

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

	* comm/console.c: Added casts to eliminate warnings.
	* comm/console.c (console_reserve_resources): Removed.

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

	* ChangeLog: New file.