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

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

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

PR 1919/bsp

  • shared/startup/bsppredriverhook.c: New file.
  • Property mode set to 100644
File size: 4.8 KB
Line 
12011-10-06      Gedare Bloom <giddyup44@yahoo.com>
2
3        PR 1919/bsp
4        * shared/startup/bsppredriverhook.c: New file.
5
62011-06-20      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Remove superfluous EXTRA_DIST.
9
102011-03-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
11
12        PR 1770/bsps
13        * shared/console/conscfg.c: Rely on default device file registration.
14
152011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * configure.ac: Require autoconf-2.68, automake-1.11.1.
18
192010-11-16      Gedare Bloom <giddyup44@yahoo.com>
20
21        PR 1691/bsps
22        * shared/clock/ckinit.c: The sparc64/shared/clock driver has
23        a bug that causes nested timer interrupts to not be serviced,
24        which leads to non-preemptive behavior especially when dispatching
25        work from the timer ISR.
26
272010-11-15  Gedare Bloom <giddyup44@yahoo.com>
28
29        PR 1691/bsps
30        * shared/include/traptable.h, shared/start/trap_table.S,
31        shared/startup/linkcmds: Create a dummy trap table
32        that jumps to the firmware trap table for default trap handlers.
33
342010-08-26  Gedare Bloom <giddyup44@yahoo.com>
35
36        PR 1691/bsps
37        * shared/include/traptable.h: Double the size of TABLE_SIZE to copy
38        code branched to from the trap table.
39
402010-08-03      Joel Sherrill <joel.sherrilL@OARcorp.com>
41
42        * shared/startup/linkcmds: Add .gcc_except_table*.
43
442010-07-27  Gedare Bloom <giddyup44@yahoo.com>
45
46        PR 1634/bsps
47        * shared/console/conscfg.c: Add BSP_poll_char.
48
492010-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * .cvsignore: New file.
52
532010-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * ChangeLog, Makefile.am, acinclude.m4, configure.ac, shared/asm/asm.S,
56        shared/clock/ckinit.c, shared/console/conscfg.c,
57        shared/helenos/LICENSE, shared/helenos/README,
58        shared/helenos/boot/genarch/balloc.c,
59        shared/helenos/boot/genarch/ofw.c,
60        shared/helenos/boot/genarch/ofw_tree.c,
61        shared/helenos/boot/generic/string.c,
62        shared/helenos/boot/include/align.h,
63        shared/helenos/boot/include/balloc.h,
64        shared/helenos/boot/include/gentypes.h,
65        shared/helenos/boot/include/main.h,
66        shared/helenos/boot/include/ofw.h,
67        shared/helenos/boot/include/ofw_tree.h,
68        shared/helenos/boot/include/ofwarch.h,
69        shared/helenos/boot/include/register.h,
70        shared/helenos/boot/include/stack.h,
71        shared/helenos/boot/include/types.h,
72        shared/helenos/boot/sparc64/loader/main.c,
73        shared/helenos/boot/sparc64/loader/ofwarch.c,
74        shared/helenos/boot/sparc64/loader/ofwasm.S,
75        shared/helenos/kernel/genarch/include/ofw/ofw_tree.h,
76        shared/helenos/kernel/generic/include/align.h,
77        shared/helenos/kernel/sparc64/include/arch.h,
78        shared/helenos/kernel/sparc64/include/boot.h,
79        shared/helenos/kernel/sparc64/include/regdef.h,
80        shared/helenos/kernel/sparc64/include/stack.h,
81        shared/helenos/kernel/sparc64/include/mm/cache_spec.h,
82        shared/helenos/kernel/sparc64/include/mm/frame.h,
83        shared/helenos/kernel/sparc64/include/mm/mmu.h,
84        shared/helenos/kernel/sparc64/include/mm/page.h,
85        shared/helenos/kernel/sparc64/include/mm/tlb.h,
86        shared/helenos/kernel/sparc64/include/mm/tte.h,
87        shared/helenos/kernel/sparc64/include/mm/sun4u/frame.h,
88        shared/helenos/kernel/sparc64/include/mm/sun4u/mmu.h,
89        shared/helenos/kernel/sparc64/include/mm/sun4u/page.h,
90        shared/helenos/kernel/sparc64/include/mm/sun4u/tlb.h,
91        shared/helenos/kernel/sparc64/include/mm/sun4u/tte.h,
92        shared/helenos/kernel/sparc64/include/sun4u/arch.h,
93        shared/helenos/kernel/sparc64/src/cache.S,
94        shared/helenos/kernel/sparc64/src/sun4u/takemmu.S,
95        shared/include/asm.h, shared/include/traptable.h,
96        shared/start/start.S, shared/start/trap_table.S,
97        shared/startup/bspgetworkarea.c, shared/startup/bspstart.c,
98        shared/startup/linkcmds, shared/startup/setvec.c: New files.
99
1002010-06-05  Gedare Bloom <gedare@gwmail.gwu.edu>
101
102        * sun4u/ usiii/: Moved sun4u to usiii.
103
1042010-05-13  Gedare Bloom <gedare@gwmail.gwu.edu>
105
106        * shared/startup/linkcmds: Some alignment changes, added some sections.
107        * helenos/loader/ofwasm.S: clear g4 register after calling ofw_cif.
108
1092010-05-12  Gedare Bloom <gedare@gwmail.gwu.edu>
110
111        * helenos/: New subdir to encapsulate sources taken from HelenOS.
112
1132010-05-10  Gedare Bloom <gedare@gwmail.gwu.edu>
114
115        * shared/ofw/: Move sun4v/ofw to shared/ofw.
116
1172010-05-10  Gedare Bloom <gedare@gwmail.gwu.edu>
118
119        * shared/startup/ sun4v/startup: Move sun4v/startup to shared/startup.
120
1212010-05-10  Gedare Bloom <gedare@gwmail.gwu.edu>
122
123        * shared/start/start.S: cleaned up. should bootstrap any sparc64 target.
124
1252010-05-10  Gedare Bloom <gedare@gwmail.gwu.edu>
126
127        * sun4u/: New BSP directory
128        * shared/: Shared directory added
129
1302010-05-02  Gedare Bloom <gedare@gwmail.gwu.edu>
131
132        * sparc64/sun4v/Makefile.am sparc64/m5sim/Makefile.am:
133                Link to new libcpu directories and sources.
134
1352010-05-02  Gedare Bloom <gedare@gwmail.gwu.edu>
136
137        * m5sim: new directory for BSP for M5 syscall emulator of UltraSparc T1
138
1392009-10-19      Eugen Leontie <eugen@gwu.edu>
140
141        * ChangeLog, Makefile.am, acinclude.m4, configure.ac: New files.
142
Note: See TracBrowser for help on using the repository browser.