summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sparc64/ChangeLog
blob: c24c28a0c05fd47d99334e748ffdf021b20b6dcc (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
2011-02-02	Ralf Corsépius <ralf.corsepius@rtems.org>

	* configure.ac: Require autoconf-2.68, automake-1.11.1.

2010-08-25	Gedare Bloom <giddyup44@yahoo.com>

	PR 1688/libcpu
	* shared/score/interrupt.S: Fix bug in the sun4u _ISR_Dispatch code
	that ends up cloberring the global registers. It manifests primarily
	as a memory alignment error when the globals are used to read to/from
	memory.

2010-08-20	Gedare Bloom <giddyup44@yahoo.com>

	PR 1681/cpukit
	* shared/score/interrupt.S: With the percpu patch, ASM uses
	INTERRUPT_STACK_HIGH instead of _CPU_Interrupt_stack_high. The
	sparc64 was still using the old variable, which was declared in its
	cpu.h file. This patch to comment out the declaration and switch to
	using INTERRUPT_STACK_HIGH.

2010-06-28	Joel Sherrill <joel.sherrill@oarcorp.com>

	PR 1573/cpukit
	* shared/score/interrupt.S: Add a per cpu data structure which contains
	the information required by RTEMS for each CPU core. This
	encapsulates information such as thread executing, heir, idle and
	dispatch needed.

2010-06-17	Joel Sherrill <joel.sherrill@oarcorp.com>

	* .cvsignore, ChangeLog, Makefile.am, configure.ac, preinstall.am,
	shared/cache/cache.c, shared/cache/cache_.h,
	shared/interrupts/installisrentries.c, shared/score/cpu.c,
	shared/score/interrupt.S, shared/syscall/sparc64-syscall.S,
	shared/syscall/sparc64-syscall.h: New files.

2010-05-13  Gedare Bloom <gedare@gwmail.gwu.edu>

	* sun4u/syscall/sparc-syscall.S: disable/enable interrupts directly.

2010-05-10  Gedare Bloom <gedare@gwmail.gwu.edu>

	* shared/score/cpu.c, Makefile.am: Moved cpu.c from sun4v/score
	* configure.ac: m5sim is no longer part of shared. sun4u option added.

2010-05-10  Gedare Bloom <gedare@gwmail.gwu.edu>

	* sun4u/: New model specific subdir.
	* sun4u/score/, sun4u/syscall/: Copied from sun4v.

2010-05-03  Gedare Bloom <gedare@gwmail.gwu.edu>

	* m5sim/syscall/sparc-syscall.h, m5sim/syscall/sparc-syscall.S:
	Renamed files from syscall.h and syscall.S

2010-05-03  Gedare Bloom <gedare@gwmail.gwu.edu>

	* sun4v/syscall/syscall.S: Explicitly enable IE bit when using
	SYS_irqset.
	* m5sim/score/cpu.c: install raw handler and isr get level are nops

2010-05-02  Gedare Bloom <gedare@gwmail.gwu.edu>

	* m5sim/score m5sim/syscall: new subdirs
	* m5sim/syscall/syscall.h m5sim/syscall/syscall.S: New files.

2010-05-02  Gedare Bloom <gedare@gwmail.gwu.edu>

	* sun4v/score/cpu_asm.S: Remove context switch code.

2010-05-02  Gedare Bloom <gedare@gwmail.gwu.edu>

	* shared/, shared/cache, shared/interrupts: Moved cache and
	interrupts into shared folder.

2010-05-02  Gedare Bloom <gedare@gwmail.gwu.edu>

	* sun4v, sun4v/score/cpu_asm.S, sun4v/score/cpu.c: Copied from
	score/cpu/sparc64

2010-05-02  Gedare Bloom <gedare@gwmail.gwu.edu>

	* ChangeLog: New file.