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

4.104.114.95
Last change on this file since a045c9d was a045c9d, checked in by Till Straumann <strauman@…>, on 11/30/07 at 20:45:11

2007-11-30 Till Straumann <strauman@…>

  • irq/irq.h, irq/irq_init.c: Removed the definition of ASM_IRQ_VECTOR_BASE; this symbol was only use to initialize the irqBase member of the rtems_irq_global_settings struct. However, irqBase is an rtems_irq_symbolic_name, so using BSP_LOWEST_OFFSET is more appropriate.
  • Property mode set to 100644
File size: 2.9 KB
Line 
12007-11-30      Till Straumann <strauman@slac.stanford.edu>
2
3        * irq/irq.h, irq/irq_init.c: Removed the definition
4        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
5        initialize the irqBase member of the rtems_irq_global_settings
6        struct. However, irqBase is an rtems_irq_symbolic_name,
7        so using BSP_LOWEST_OFFSET is more appropriate.
8
92007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
10
11        * startup/bspstart.c: Now compiles and links.
12
132007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
14
15        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
16        Table. They have been replaced with variables named bsp_XXX as
17        needed.
18
192007-11-07      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * aclocal.m4: Removed. Is automatically generated by bootstrap.
22
232007-10-02      Jukka Pietarinen <jukka.pietarinen@mrf.fi>
24
25        * startup/linkcmds: Move definition of _end so memory is not corrupted.
26
272007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        PR 1257/bsps
30        * irq/irq_init.c: Code outside of cpukit should use the public API for
31        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
32        public API and directly accessing _CPU_ISR_Disable and
33        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
34        directive which could lead to problems. This patch also changes the
35        type of the variable passed into these routines and addresses minor
36        style issues.
37
382007-09-11      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        * Makefile.am, include/bsp.h: Do not include networking
41        drivers if networking is disabled.
42
432007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
44
45        * network/xiltemac.c: Remove duplicate prototype.
46
472007-08-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
48        * network/xiltemac.c:
49        applied patch from Robert Grimes to correctly set the link speed
50        to 100MBit
51
522007-07-27      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
53
54        * linkcmds: removed superfluous bss section
55
562007-07-27      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
57
58        * autom4te.cache/, network.old/: Removed.
59
602007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
61
62        * startup/linkcmds.dl: Removed.
63
642007-07-05      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
65
66        * include/bsp.h: Added bsp/vectors.h and bsp/irq.h to list of
67        included headers.
68
692007-07-05      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
70
71        * opbintctrl/opbintctrl.c: Removed obsolete code.
72
732007-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * .cvsignore: New file.
76
772007-04-1       Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
78
79        * bsp_specs, bsp_specs.dl, ChangeLog, configure.ac,
80        * console/consolelite.c, dlentry/dlentry.S, include/bsp.h,
81        * include/coverhd.h, include/opbintctrl.h, include/tm27.h,
82        * include/xparameters_dflt.h, irq/irq.h, irq/irq_init.c,
83        * Makefile.am, network/xiltemac.c, network/xiltemac.h,
84        * opbintctrl/opbintctrl.c, preinstall.am, README,
85        * startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
86        * startup/linkcmds.dl, startup/setvec.c;
87
88        integration of virtex BSP into RTEMS source tree
89
Note: See TracBrowser for help on using the repository browser.