summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-17 13:22:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-17 13:22:14 +0000
commitfcd8a63b8442ca955ef4ab5d1fb3b1d9b50173a1 (patch)
tree48bf06263fa4daded63933c9df443eaeed50d812
parent2011-06-10 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-fcd8a63b8442ca955ef4ab5d1fb3b1d9b50173a1.tar.bz2
Fix formatting.
-rw-r--r--c/src/lib/libbsp/powerpc/mvme5500/ChangeLog33
1 files changed, 18 insertions, 15 deletions
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog b/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog
index 6f41ca25ce..cf9bf1bc24 100644
--- a/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog
@@ -86,6 +86,7 @@
* irq/irq.c, network/if_1GHz/POSSIBLEBUG: Removed.
2009-05-08 Kate Feng <feng1@bnl.gov>
+
* include/bsp.h, start/start.S, startup/bspstart.c:
added CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK in bsp.h.
removed BSP_INIT_STACK_SIZE in bsp.h -- it uses __stack defined
@@ -295,7 +296,8 @@
2007-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>
- * network/GT64260eth.c, network/GT64260eth.h, network/GT64260ethreg.h: Removed.
+ * network/GT64260eth.c, network/GT64260eth.h,
+ network/GT64260ethreg.h: Removed.
2007-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>
@@ -482,25 +484,26 @@
2005-05-17 Jennifer Averett <jennifer.averett@oarcorp.com>
- * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
+ * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
2005-05-12 Jennifer Averett <jennifer.averett@oarcorp.com>
- * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
- pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
- pci/pci_interface.c, pci/pcifinddevice.c:
- Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
- Modifications made to merge this release with the current tree.
+ * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
+ pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
+ pci/pci_interface.c, pci/pcifinddevice.c:
+ Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1
+ release. Modifications made to merge this release with the
+ current tree.
2005-05-10 Jennifer Averett <jennifer.averett@oarcorp.com>
- * network/GT64260eth.c: Fixed warning.
- * pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
+ * network/GT64260eth.c: Fixed warning.
+ * pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
2005-05-04 Jennifer Averett <jennifer.averett@oarcorp.com>
- * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
- common PCI interface
+ * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
+ common PCI interface
2005-04-15 Joel Sherrill <joel@OARcorp.com>
@@ -510,13 +513,13 @@
2005-04-15 Jennifer Averett <jennifer.averett@oarcorp.com>
- PR 779/bsp
- * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
- parameter to new exception interrupt handlers in powerpc bsps
+ PR 779/bsp
+ * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
+ parameter to new exception interrupt handlers in powerpc bsps
2005-04-15 Jennifer Averett <jennifer.averett@oarcorp.com>
- * startup/linkcmds: add missing section to link cmds
+ * startup/linkcmds: add missing section to link cmds
2005-03-14 Joel Sherrill <joel@OARcorp.com>