source: rtems/c/src/lib/libbsp/sparc64/ChangeLog @ 6273201

4.115
Last change on this file since 6273201 was a1a25ae, checked in by Gedare Bloom <gedare@…>, on 12/12/11 at 19:31:48

2011-12-12 Gedare Bloom <gedare@…>

PR bsps/1989

  • shared/start/start.S, shared/startup/linkcmds: Boot stack and heap space improvements.
  • Property mode set to 100644
File size: 5.8 KB
Line 
12011-12-12      Gedare Bloom <gedare@rtems.org>
2
3        PR bsps/1989
4        * shared/start/start.S, shared/startup/linkcmds: Boot stack and heap
5        space improvements.
6
72011-12-12      Gedare Bloom <gedare@rtems.org>
8
9        PR bsps/1988
10        * shared/start/start.S: Add _init and _fini to .init and .fini sections
11
122011-12-12      Gedare Bloom <gedare@rtems.org>
13
14        PR bsps/1988
15        * shared/startup/linkcmds: Relocate .init and .fini sections closer to
16        .text.
17
182011-11-06      Gedare Bloom <gedare@rtems.org>
19
20        * shared/console/conscfg.c: Whitespace and style fixes.
21
222011-11-06      Gedare Bloom <gedare@rtems.org>
23
24        * shared/console/conscfg.c: Give console port a name.
25
262011-10-18      Jennifer Averett <Jennifer.Averett@OARcorp.com>
27
28        PR 1917/bsps
29        * shared/console/conscfg.c: Modifications to add dynamic tables for
30        libchip serial drivers.
31
322011-10-06      Gedare Bloom <giddyup44@yahoo.com>
33
34        PR 1920/bsp
35        * shared/helenos/kernel/sparc64/src/sun4u/takemmu.S,
36        shared/start/start.S, shared/startup/bspgetworkarea.c,
37        shared/startup/linkcmds: Fix BSP memory use to support more than 4 MB
38        of RAM.
39
402011-10-06      Gedare Bloom <giddyup44@yahoo.com>
41
42        PR 1919/bsp
43        * shared/startup/bsppredriverhook.c: New file.
44
452011-06-20      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * Makefile.am: Remove superfluous EXTRA_DIST.
48
492011-03-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
50
51        PR 1770/bsps
52        * shared/console/conscfg.c: Rely on default device file registration.
53
542011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * configure.ac: Require autoconf-2.68, automake-1.11.1.
57
582010-11-16      Gedare Bloom <giddyup44@yahoo.com>
59
60        PR 1691/bsps
61        * shared/clock/ckinit.c: The sparc64/shared/clock driver has
62        a bug that causes nested timer interrupts to not be serviced,
63        which leads to non-preemptive behavior especially when dispatching
64        work from the timer ISR.
65
662010-11-15  Gedare Bloom <giddyup44@yahoo.com>
67
68        PR 1691/bsps
69        * shared/include/traptable.h, shared/start/trap_table.S,
70        shared/startup/linkcmds: Create a dummy trap table
71        that jumps to the firmware trap table for default trap handlers.
72
732010-08-26  Gedare Bloom <giddyup44@yahoo.com>
74
75        PR 1691/bsps
76        * shared/include/traptable.h: Double the size of TABLE_SIZE to copy
77        code branched to from the trap table.
78
792010-08-03      Joel Sherrill <joel.sherrilL@OARcorp.com>
80
81        * shared/startup/linkcmds: Add .gcc_except_table*.
82
832010-07-27  Gedare Bloom <giddyup44@yahoo.com>
84
85        PR 1634/bsps
86        * shared/console/conscfg.c: Add BSP_poll_char.
87
882010-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * .cvsignore: New file.
91
922010-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * ChangeLog, Makefile.am, acinclude.m4, configure.ac, shared/asm/asm.S,
95        shared/clock/ckinit.c, shared/console/conscfg.c,
96        shared/helenos/LICENSE, shared/helenos/README,
97        shared/helenos/boot/genarch/balloc.c,
98        shared/helenos/boot/genarch/ofw.c,
99        shared/helenos/boot/genarch/ofw_tree.c,
100        shared/helenos/boot/generic/string.c,
101        shared/helenos/boot/include/align.h,
102        shared/helenos/boot/include/balloc.h,
103        shared/helenos/boot/include/gentypes.h,
104        shared/helenos/boot/include/main.h,
105        shared/helenos/boot/include/ofw.h,
106        shared/helenos/boot/include/ofw_tree.h,
107        shared/helenos/boot/include/ofwarch.h,
108        shared/helenos/boot/include/register.h,
109        shared/helenos/boot/include/stack.h,
110        shared/helenos/boot/include/types.h,
111        shared/helenos/boot/sparc64/loader/main.c,
112        shared/helenos/boot/sparc64/loader/ofwarch.c,
113        shared/helenos/boot/sparc64/loader/ofwasm.S,
114        shared/helenos/kernel/genarch/include/ofw/ofw_tree.h,
115        shared/helenos/kernel/generic/include/align.h,
116        shared/helenos/kernel/sparc64/include/arch.h,
117        shared/helenos/kernel/sparc64/include/boot.h,
118        shared/helenos/kernel/sparc64/include/regdef.h,
119        shared/helenos/kernel/sparc64/include/stack.h,
120        shared/helenos/kernel/sparc64/include/mm/cache_spec.h,
121        shared/helenos/kernel/sparc64/include/mm/frame.h,
122        shared/helenos/kernel/sparc64/include/mm/mmu.h,
123        shared/helenos/kernel/sparc64/include/mm/page.h,
124        shared/helenos/kernel/sparc64/include/mm/tlb.h,
125        shared/helenos/kernel/sparc64/include/mm/tte.h,
126        shared/helenos/kernel/sparc64/include/mm/sun4u/frame.h,
127        shared/helenos/kernel/sparc64/include/mm/sun4u/mmu.h,
128        shared/helenos/kernel/sparc64/include/mm/sun4u/page.h,
129        shared/helenos/kernel/sparc64/include/mm/sun4u/tlb.h,
130        shared/helenos/kernel/sparc64/include/mm/sun4u/tte.h,
131        shared/helenos/kernel/sparc64/include/sun4u/arch.h,
132        shared/helenos/kernel/sparc64/src/cache.S,
133        shared/helenos/kernel/sparc64/src/sun4u/takemmu.S,
134        shared/include/asm.h, shared/include/traptable.h,
135        shared/start/start.S, shared/start/trap_table.S,
136        shared/startup/bspgetworkarea.c, shared/startup/bspstart.c,
137        shared/startup/linkcmds, shared/startup/setvec.c: New files.
138
1392010-06-05  Gedare Bloom <gedare@gwmail.gwu.edu>
140
141        * sun4u/ usiii/: Moved sun4u to usiii.
142
1432010-05-13  Gedare Bloom <gedare@gwmail.gwu.edu>
144
145        * shared/startup/linkcmds: Some alignment changes, added some sections.
146        * helenos/loader/ofwasm.S: clear g4 register after calling ofw_cif.
147
1482010-05-12  Gedare Bloom <gedare@gwmail.gwu.edu>
149
150        * helenos/: New subdir to encapsulate sources taken from HelenOS.
151
1522010-05-10  Gedare Bloom <gedare@gwmail.gwu.edu>
153
154        * shared/ofw/: Move sun4v/ofw to shared/ofw.
155
1562010-05-10  Gedare Bloom <gedare@gwmail.gwu.edu>
157
158        * shared/startup/ sun4v/startup: Move sun4v/startup to shared/startup.
159
1602010-05-10  Gedare Bloom <gedare@gwmail.gwu.edu>
161
162        * shared/start/start.S: cleaned up. should bootstrap any sparc64 target.
163
1642010-05-10  Gedare Bloom <gedare@gwmail.gwu.edu>
165
166        * sun4u/: New BSP directory
167        * shared/: Shared directory added
168
1692010-05-02  Gedare Bloom <gedare@gwmail.gwu.edu>
170
171        * sparc64/sun4v/Makefile.am sparc64/m5sim/Makefile.am:
172                Link to new libcpu directories and sources.
173
1742010-05-02  Gedare Bloom <gedare@gwmail.gwu.edu>
175
176        * m5sim: new directory for BSP for M5 syscall emulator of UltraSparc T1
177
1782009-10-19      Eugen Leontie <eugen@gwu.edu>
179
180        * ChangeLog, Makefile.am, acinclude.m4, configure.ac: New files.
181
Note: See TracBrowser for help on using the repository browser.