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

4.104.114.95
Last change on this file since c309c6f1 was c309c6f1, checked in by Joel Sherrill <joel.sherrill@…>, on 10/02/07 at 13:54:03

2007-10-02 Jukka Pietarinen <jukka.pietarinen@…>

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