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

4.8
Last change on this file since 174eea53 was 174eea53, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/19/08 at 08:58:49

2008-02-19 Ralf Corsepius <ralf.corsepius@…>

  • aclocal.m4: Remove (bogusly checked in).
  • Property mode set to 100644
File size: 2.3 KB
Line 
12008-02-19      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * aclocal.m4: Remove (bogusly checked in).
4
52007-10-02      Jukka Pietarinen <jukka.pietarinen@mrf.fi>
6
7        * startup/linkcmds: Move definition of _end so memory is not corrupted.
8
92007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
10
11        PR 1257/bsps
12        * irq/irq_init.c: Code outside of cpukit should use the public API for
13        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
14        public API and directly accessing _CPU_ISR_Disable and
15        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
16        directive which could lead to problems. This patch also changes the
17        type of the variable passed into these routines and addresses minor
18        style issues.
19
202007-09-11      Joel Sherrill <joel.sherrill@OARcorp.com>
21
22        * Makefile.am, include/bsp.h: Do not include networking
23        drivers if networking is disabled.
24
252007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
26
27        * network/xiltemac.c: Remove duplicate prototype.
28
292007-08-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
30        * network/xiltemac.c:
31        applied patch from Robert Grimes to correctly set the link speed
32        to 100MBit
33
342007-07-27      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
35
36        * linkcmds: removed superfluous bss section
37
382007-07-27      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
39
40        * autom4te.cache/, network.old/: Removed.
41
422007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
43
44        * startup/linkcmds.dl: Removed.
45
462007-07-05      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
47
48        * include/bsp.h: Added bsp/vectors.h and bsp/irq.h to list of
49        included headers.
50
512007-07-05      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
52
53        * opbintctrl/opbintctrl.c: Removed obsolete code.
54
552007-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * .cvsignore: New file.
58
592007-04-1       Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
60
61        * bsp_specs, bsp_specs.dl, ChangeLog, configure.ac,
62        * console/consolelite.c, dlentry/dlentry.S, include/bsp.h,
63        * include/coverhd.h, include/opbintctrl.h, include/tm27.h,
64        * include/xparameters_dflt.h, irq/irq.h, irq/irq_init.c,
65        * Makefile.am, network/xiltemac.c, network/xiltemac.h,
66        * opbintctrl/opbintctrl.c, preinstall.am, README,
67        * startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
68        * startup/linkcmds.dl, startup/setvec.c;
69
70        integration of virtex BSP into RTEMS source tree
71
Note: See TracBrowser for help on using the repository browser.