source: rtems/c/src/lib/libbsp/sparc64/ChangeLog @ 87f92e4

4.115
Last change on this file since 87f92e4 was b9ba9ca, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/20/11 at 10:46:23

2011-06-20 Ralf Corsépius <ralf.corsepius@…>

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