source: rtems/c/src/lib/libbsp/powerpc/virtex/ChangeLog @ d1f57b5

4.104.114.95
Last change on this file since d1f57b5 was d1f57b5, checked in by Joel Sherrill <joel.sherrill@…>, on 03/03/08 at 23:07:47

2008-03-03 Joel Sherrill <joel.sherrill@…>

  • startup/linkcmds: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
  • Property mode set to 100644
File size: 4.3 KB
Line 
12008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/linkcmds: Add wildcard to gcc_except_table section so
4        programs compiled with gcc 4.3.x can link.
5
62007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * README, include/bsp.h, startup/bspstart.c: Eliminate copies of the
9        Configuration Table. Use the RTEMS provided accessor macros to obtain
10        configuration fields.
11
122007-12-10      Till Straumann <strauman@slac.stanford.edu>
13
14        * irq/irq_init.c:
15        renamed ASM_BOOKE_PIT_VECTOR to ASM_BOOKE_DEC_VECTOR
16        to be closer to 'official' nomenclature.
17
182007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
19
20        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
21        from CPU Table to Configuration Table. Eliminate CPU Table from all
22        ports. Delete references to CPU Table in all forms.
23
242007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
25
26        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
27        the Configuration Table. This included pretasking_hook,
28        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
29        extra_mpci_receive_server_stack, stack_allocate_hook, and
30        stack_free_hook. As a side-effect of this effort some multiprocessing
31        code was made conditional and some style clean up occurred.
32
332007-11-30      Till Straumann <strauman@slac.stanford.edu>
34
35        * startup/bspstart.c: removed bsp_exceptions_in_RAM
36
372007-11-30      Till Straumann <strauman@slac.stanford.edu>
38
39        * irq/irq.h, irq/irq_init.c: Removed the definition
40        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
41        initialize the irqBase member of the rtems_irq_global_settings
42        struct. However, irqBase is an rtems_irq_symbolic_name,
43        so using BSP_LOWEST_OFFSET is more appropriate.
44
452007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * startup/bspstart.c: Now compiles and links.
48
492007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
52        Table. They have been replaced with variables named bsp_XXX as
53        needed.
54
552007-11-07      Joel Sherrill <joel.sherrill@OARcorp.com>
56
57        * aclocal.m4: Removed. Is automatically generated by bootstrap.
58
592007-10-02      Jukka Pietarinen <jukka.pietarinen@mrf.fi>
60
61        * startup/linkcmds: Move definition of _end so memory is not corrupted.
62
632007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        PR 1257/bsps
66        * irq/irq_init.c: Code outside of cpukit should use the public API for
67        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
68        public API and directly accessing _CPU_ISR_Disable and
69        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
70        directive which could lead to problems. This patch also changes the
71        type of the variable passed into these routines and addresses minor
72        style issues.
73
742007-09-11      Joel Sherrill <joel.sherrill@OARcorp.com>
75
76        * Makefile.am, include/bsp.h: Do not include networking
77        drivers if networking is disabled.
78
792007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
80
81        * network/xiltemac.c: Remove duplicate prototype.
82
832007-08-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
84        * network/xiltemac.c:
85        applied patch from Robert Grimes to correctly set the link speed
86        to 100MBit
87
882007-07-27      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
89
90        * linkcmds: removed superfluous bss section
91
922007-07-27      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
93
94        * autom4te.cache/, network.old/: Removed.
95
962007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
97
98        * startup/linkcmds.dl: Removed.
99
1002007-07-05      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
101
102        * include/bsp.h: Added bsp/vectors.h and bsp/irq.h to list of
103        included headers.
104
1052007-07-05      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
106
107        * opbintctrl/opbintctrl.c: Removed obsolete code.
108
1092007-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
110
111        * .cvsignore: New file.
112
1132007-04-1       Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
114
115        * bsp_specs, bsp_specs.dl, ChangeLog, configure.ac,
116        * console/consolelite.c, dlentry/dlentry.S, include/bsp.h,
117        * include/coverhd.h, include/opbintctrl.h, include/tm27.h,
118        * include/xparameters_dflt.h, irq/irq.h, irq/irq_init.c,
119        * Makefile.am, network/xiltemac.c, network/xiltemac.h,
120        * opbintctrl/opbintctrl.c, preinstall.am, README,
121        * startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
122        * startup/linkcmds.dl, startup/setvec.c;
123
124        integration of virtex BSP into RTEMS source tree
125
Note: See TracBrowser for help on using the repository browser.