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

4.115
Last change on this file since f61b2f8 was f61b2f8, checked in by Sebastian Huber <sebastian.huber@…>, on 03/21/11 at 08:21:41

2011-03-21 Sebastian Huber <sebastian.huber@…>

PR 1770/bsps

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