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

4.104.114.95
Last change on this file since d11d1d2a was d11d1d2a, checked in by Joel Sherrill <joel.sherrill@…>, on 12/11/07 at 15:46:53

2007-12-11 Joel Sherrill <joel.sherrill@…>

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