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

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

2010-11-16	Gedare Bloom <giddyup44@yahoo.com>

	PR 1691/bsps
	* shared/clock/ckinit.c: The sparc64/shared/clock driver has
	a bug that causes nested timer interrupts to not be serviced,
	which leads to non-preemptive behavior especially when dispatching
	work from the timer ISR.

2010-11-15  Gedare Bloom <giddyup44@yahoo.com>

	PR 1691/bsps
	* shared/include/traptable.h, shared/start/trap_table.S,
	shared/startup/linkcmds: Create a dummy trap table
	that jumps to the firmware trap table for default trap handlers.

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

	PR 1691/bsps
	* shared/include/traptable.h: Double the size of TABLE_SIZE to copy
	code branched to from the trap table.

2010-08-03	Joel Sherrill <joel.sherrilL@OARcorp.com>

	* shared/startup/linkcmds: Add .gcc_except_table*.

2010-07-27  Gedare Bloom <giddyup44@yahoo.com>

	PR 1634/bsps
	* shared/console/conscfg.c: Add BSP_poll_char.

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

	* .cvsignore: New file.

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

	* ChangeLog, Makefile.am, acinclude.m4, configure.ac, shared/asm/asm.S,
	shared/clock/ckinit.c, shared/console/conscfg.c,
	shared/helenos/LICENSE, shared/helenos/README,
	shared/helenos/boot/genarch/balloc.c,
	shared/helenos/boot/genarch/ofw.c,
	shared/helenos/boot/genarch/ofw_tree.c,
	shared/helenos/boot/generic/string.c,
	shared/helenos/boot/include/align.h,
	shared/helenos/boot/include/balloc.h,
	shared/helenos/boot/include/gentypes.h,
	shared/helenos/boot/include/main.h,
	shared/helenos/boot/include/ofw.h,
	shared/helenos/boot/include/ofw_tree.h,
	shared/helenos/boot/include/ofwarch.h,
	shared/helenos/boot/include/register.h,
	shared/helenos/boot/include/stack.h,
	shared/helenos/boot/include/types.h,
	shared/helenos/boot/sparc64/loader/main.c,
	shared/helenos/boot/sparc64/loader/ofwarch.c,
	shared/helenos/boot/sparc64/loader/ofwasm.S,
	shared/helenos/kernel/genarch/include/ofw/ofw_tree.h,
	shared/helenos/kernel/generic/include/align.h,
	shared/helenos/kernel/sparc64/include/arch.h,
	shared/helenos/kernel/sparc64/include/boot.h,
	shared/helenos/kernel/sparc64/include/regdef.h,
	shared/helenos/kernel/sparc64/include/stack.h,
	shared/helenos/kernel/sparc64/include/mm/cache_spec.h,
	shared/helenos/kernel/sparc64/include/mm/frame.h,
	shared/helenos/kernel/sparc64/include/mm/mmu.h,
	shared/helenos/kernel/sparc64/include/mm/page.h,
	shared/helenos/kernel/sparc64/include/mm/tlb.h,
	shared/helenos/kernel/sparc64/include/mm/tte.h,
	shared/helenos/kernel/sparc64/include/mm/sun4u/frame.h,
	shared/helenos/kernel/sparc64/include/mm/sun4u/mmu.h,
	shared/helenos/kernel/sparc64/include/mm/sun4u/page.h,
	shared/helenos/kernel/sparc64/include/mm/sun4u/tlb.h,
	shared/helenos/kernel/sparc64/include/mm/sun4u/tte.h,
	shared/helenos/kernel/sparc64/include/sun4u/arch.h,
	shared/helenos/kernel/sparc64/src/cache.S,
	shared/helenos/kernel/sparc64/src/sun4u/takemmu.S,
	shared/include/asm.h, shared/include/traptable.h,
	shared/start/start.S, shared/start/trap_table.S,
	shared/startup/bspgetworkarea.c, shared/startup/bspstart.c,
	shared/startup/linkcmds, shared/startup/setvec.c: New files.

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

	* sun4u/ usiii/: Moved sun4u to usiii.

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

	* shared/startup/linkcmds: Some alignment changes, added some sections.
	* helenos/loader/ofwasm.S: clear g4 register after calling ofw_cif. 

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

	* helenos/: New subdir to encapsulate sources taken from HelenOS.

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

	* shared/ofw/: Move sun4v/ofw to shared/ofw.

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

	* shared/startup/ sun4v/startup: Move sun4v/startup to shared/startup.

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

	* shared/start/start.S: cleaned up. should bootstrap any sparc64 target.

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

	* sun4u/: New BSP directory
	* shared/: Shared directory added

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

	* sparc64/sun4v/Makefile.am sparc64/m5sim/Makefile.am:
		Link to new libcpu directories and sources.

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

	* m5sim: new directory for BSP for M5 syscall emulator of UltraSparc T1

2009-10-19	Eugen Leontie <eugen@gwu.edu>

	* ChangeLog, Makefile.am, acinclude.m4, configure.ac: New files.