source: rtems/c/src/lib/libbsp/sparc64/ChangeLog @ 48449a8

4.115
Last change on this file since 48449a8 was 48449a8, checked in by Joel Sherrill <joel.sherrill@…>, on 10/06/11 at 16:46:36

2011-10-06 Gedare Bloom <giddyup44@…>

PR 1920/bsp

  • shared/helenos/kernel/sparc64/src/sun4u/takemmu.S, shared/start/start.S, shared/startup/bspgetworkarea.c, shared/startup/linkcmds: Fix BSP memory use to support more than 4 MB of RAM.
  • Property mode set to 100644
File size: 5.0 KB
RevLine 
[48449a8]12011-10-06      Gedare Bloom <giddyup44@yahoo.com>
2
3        PR 1920/bsp
4        * shared/helenos/kernel/sparc64/src/sun4u/takemmu.S,
5        shared/start/start.S, shared/startup/bspgetworkarea.c,
6        shared/startup/linkcmds: Fix BSP memory use to support more than 4 MB
7        of RAM.
8
[b7d3a2ca]92011-10-06      Gedare Bloom <giddyup44@yahoo.com>
10
11        PR 1919/bsp
12        * shared/startup/bsppredriverhook.c: New file.
13
[b9ba9ca]142011-06-20      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * Makefile.am: Remove superfluous EXTRA_DIST.
17
[f61b2f8]182011-03-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
19
20        PR 1770/bsps
21        * shared/console/conscfg.c: Rely on default device file registration.
22
[8ee3775]232011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * configure.ac: Require autoconf-2.68, automake-1.11.1.
26
[b5df1f9]272010-11-16      Gedare Bloom <giddyup44@yahoo.com>
28
29        PR 1691/bsps
30        * shared/clock/ckinit.c: The sparc64/shared/clock driver has
31        a bug that causes nested timer interrupts to not be serviced,
32        which leads to non-preemptive behavior especially when dispatching
33        work from the timer ISR.
34
[722c0fd]352010-11-15  Gedare Bloom <giddyup44@yahoo.com>
36
37        PR 1691/bsps
38        * shared/include/traptable.h, shared/start/trap_table.S,
39        shared/startup/linkcmds: Create a dummy trap table
40        that jumps to the firmware trap table for default trap handlers.
41
[ad8b614]422010-08-26  Gedare Bloom <giddyup44@yahoo.com>
43
44        PR 1691/bsps
45        * shared/include/traptable.h: Double the size of TABLE_SIZE to copy
46        code branched to from the trap table.
47
[5714bc5]482010-08-03      Joel Sherrill <joel.sherrilL@OARcorp.com>
49
50        * shared/startup/linkcmds: Add .gcc_except_table*.
51
[019fd4b]522010-07-27  Gedare Bloom <giddyup44@yahoo.com>
53
54        PR 1634/bsps
55        * shared/console/conscfg.c: Add BSP_poll_char.
56
[f5d429b6]572010-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * .cvsignore: New file.
60
[566a1806]612010-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * ChangeLog, Makefile.am, acinclude.m4, configure.ac, shared/asm/asm.S,
64        shared/clock/ckinit.c, shared/console/conscfg.c,
65        shared/helenos/LICENSE, shared/helenos/README,
66        shared/helenos/boot/genarch/balloc.c,
67        shared/helenos/boot/genarch/ofw.c,
68        shared/helenos/boot/genarch/ofw_tree.c,
69        shared/helenos/boot/generic/string.c,
70        shared/helenos/boot/include/align.h,
71        shared/helenos/boot/include/balloc.h,
72        shared/helenos/boot/include/gentypes.h,
73        shared/helenos/boot/include/main.h,
74        shared/helenos/boot/include/ofw.h,
75        shared/helenos/boot/include/ofw_tree.h,
76        shared/helenos/boot/include/ofwarch.h,
77        shared/helenos/boot/include/register.h,
78        shared/helenos/boot/include/stack.h,
79        shared/helenos/boot/include/types.h,
80        shared/helenos/boot/sparc64/loader/main.c,
81        shared/helenos/boot/sparc64/loader/ofwarch.c,
82        shared/helenos/boot/sparc64/loader/ofwasm.S,
83        shared/helenos/kernel/genarch/include/ofw/ofw_tree.h,
84        shared/helenos/kernel/generic/include/align.h,
85        shared/helenos/kernel/sparc64/include/arch.h,
86        shared/helenos/kernel/sparc64/include/boot.h,
87        shared/helenos/kernel/sparc64/include/regdef.h,
88        shared/helenos/kernel/sparc64/include/stack.h,
89        shared/helenos/kernel/sparc64/include/mm/cache_spec.h,
90        shared/helenos/kernel/sparc64/include/mm/frame.h,
91        shared/helenos/kernel/sparc64/include/mm/mmu.h,
92        shared/helenos/kernel/sparc64/include/mm/page.h,
93        shared/helenos/kernel/sparc64/include/mm/tlb.h,
94        shared/helenos/kernel/sparc64/include/mm/tte.h,
95        shared/helenos/kernel/sparc64/include/mm/sun4u/frame.h,
96        shared/helenos/kernel/sparc64/include/mm/sun4u/mmu.h,
97        shared/helenos/kernel/sparc64/include/mm/sun4u/page.h,
98        shared/helenos/kernel/sparc64/include/mm/sun4u/tlb.h,
99        shared/helenos/kernel/sparc64/include/mm/sun4u/tte.h,
100        shared/helenos/kernel/sparc64/include/sun4u/arch.h,
101        shared/helenos/kernel/sparc64/src/cache.S,
102        shared/helenos/kernel/sparc64/src/sun4u/takemmu.S,
103        shared/include/asm.h, shared/include/traptable.h,
104        shared/start/start.S, shared/start/trap_table.S,
105        shared/startup/bspgetworkarea.c, shared/startup/bspstart.c,
106        shared/startup/linkcmds, shared/startup/setvec.c: New files.
107
1082010-06-05  Gedare Bloom <gedare@gwmail.gwu.edu>
109
110        * sun4u/ usiii/: Moved sun4u to usiii.
111
1122010-05-13  Gedare Bloom <gedare@gwmail.gwu.edu>
113
114        * shared/startup/linkcmds: Some alignment changes, added some sections.
115        * helenos/loader/ofwasm.S: clear g4 register after calling ofw_cif.
116
1172010-05-12  Gedare Bloom <gedare@gwmail.gwu.edu>
118
119        * helenos/: New subdir to encapsulate sources taken from HelenOS.
120
1212010-05-10  Gedare Bloom <gedare@gwmail.gwu.edu>
122
123        * shared/ofw/: Move sun4v/ofw to shared/ofw.
124
1252010-05-10  Gedare Bloom <gedare@gwmail.gwu.edu>
126
127        * shared/startup/ sun4v/startup: Move sun4v/startup to shared/startup.
128
1292010-05-10  Gedare Bloom <gedare@gwmail.gwu.edu>
130
131        * shared/start/start.S: cleaned up. should bootstrap any sparc64 target.
132
1332010-05-10  Gedare Bloom <gedare@gwmail.gwu.edu>
134
135        * sun4u/: New BSP directory
136        * shared/: Shared directory added
137
1382010-05-02  Gedare Bloom <gedare@gwmail.gwu.edu>
139
140        * sparc64/sun4v/Makefile.am sparc64/m5sim/Makefile.am:
141                Link to new libcpu directories and sources.
142
1432010-05-02  Gedare Bloom <gedare@gwmail.gwu.edu>
144
145        * m5sim: new directory for BSP for M5 syscall emulator of UltraSparc T1
146
1472009-10-19      Eugen Leontie <eugen@gwu.edu>
148
149        * ChangeLog, Makefile.am, acinclude.m4, configure.ac: New files.
150
Note: See TracBrowser for help on using the repository browser.