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

4.104.114.84.95
Last change on this file since fc57b7b2 was 764b72e, checked in by Joel Sherrill <joel.sherrill@…>, on 09/12/07 at 15:16:38

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

PR 1257/bsps

  • irq/irq_init.c: Code outside of cpukit should use the public API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the public API and directly accessing _CPU_ISR_Disable and _CPU_ISR_Enable, they were bypassing the compiler memory barrier directive which could lead to problems. This patch also changes the type of the variable passed into these routines and addresses minor style issues.
  • Property mode set to 100644
File size: 2.1 KB
Line 
12007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        PR 1257/bsps
4        * irq/irq_init.c: Code outside of cpukit should use the public API for
5        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
6        public API and directly accessing _CPU_ISR_Disable and
7        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
8        directive which could lead to problems. This patch also changes the
9        type of the variable passed into these routines and addresses minor
10        style issues.
11
122007-09-11      Joel Sherrill <joel.sherrill@OARcorp.com>
13
14        * Makefile.am, include/bsp.h: Do not include networking
15        drivers if networking is disabled.
16
172007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * network/xiltemac.c: Remove duplicate prototype.
20
212007-08-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
22        * network/xiltemac.c:
23        applied patch from Robert Grimes to correctly set the link speed
24        to 100MBit
25
262007-07-27      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
27
28        * linkcmds: removed superfluous bss section
29
302007-07-27      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
31
32        * autom4te.cache/, network.old/: Removed.
33
342007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
35
36        * startup/linkcmds.dl: Removed.
37
382007-07-05      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
39
40        * include/bsp.h: Added bsp/vectors.h and bsp/irq.h to list of
41        included headers.
42
432007-07-05      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
44
45        * opbintctrl/opbintctrl.c: Removed obsolete code.
46
472007-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * .cvsignore: New file.
50
512007-04-1       Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
52
53        * bsp_specs, bsp_specs.dl, ChangeLog, configure.ac,
54        * console/consolelite.c, dlentry/dlentry.S, include/bsp.h,
55        * include/coverhd.h, include/opbintctrl.h, include/tm27.h,
56        * include/xparameters_dflt.h, irq/irq.h, irq/irq_init.c,
57        * Makefile.am, network/xiltemac.c, network/xiltemac.h,
58        * opbintctrl/opbintctrl.c, preinstall.am, README,
59        * startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
60        * startup/linkcmds.dl, startup/setvec.c;
61
62        integration of virtex BSP into RTEMS source tree
63
Note: See TracBrowser for help on using the repository browser.