summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-04 18:24:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-04 18:24:58 +0000
commitd44fc8b59cd34c10898a8498366c685e1c3a44e1 (patch)
tree76eb3d068f206748f88f7a7ed2745c9ed87e2e23 /c/src/lib/libbsp/shared
parent2009-12-04 Fernando Nicodemos <fgnicodemos@terra.com.br> (diff)
downloadrtems-d44fc8b59cd34c10898a8498366c685e1c3a44e1.tar.bz2
2009-12-04 Fernando Nicodemos <fgnicodemos@terra.com.br>
* umon/README, umon/tfs.h: Missing parts of previous commit.
Diffstat (limited to 'c/src/lib/libbsp/shared')
-rw-r--r--c/src/lib/libbsp/shared/ChangeLog4
-rw-r--r--c/src/lib/libbsp/shared/umon/README6
-rw-r--r--c/src/lib/libbsp/shared/umon/tfs.h47
3 files changed, 41 insertions, 16 deletions
diff --git a/c/src/lib/libbsp/shared/ChangeLog b/c/src/lib/libbsp/shared/ChangeLog
index 39d750b77f..9cc48d82a6 100644
--- a/c/src/lib/libbsp/shared/ChangeLog
+++ b/c/src/lib/libbsp/shared/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-04 Fernando Nicodemos <fgnicodemos@terra.com.br>
+
+ * umon/README, umon/tfs.h: Missing parts of previous commit.
+
2009-11-30 Fernando Nicodemos <fgnicodemos@terra.com.br>
* umon/cli.h, umon/monlib.c, umon/monlib.h, umon/tfs.h,
diff --git a/c/src/lib/libbsp/shared/umon/README b/c/src/lib/libbsp/shared/umon/README
index 49c7f0d00d..a37f801a72 100644
--- a/c/src/lib/libbsp/shared/umon/README
+++ b/c/src/lib/libbsp/shared/umon/README
@@ -1,6 +1,12 @@
#
# $Id$
#
+# Fernando Nicodemos <fgnicodemos@terra.com.br>
+# from NCB - Sistemas Embarcados Ltda. (Brazil)
+#
+# Joel Sherill
+# from OAR Corporation
+#
This directory contains support for utilitizing MicroMonitor
(http://www.umonfw.com/) capabilities from within an RTEMS
diff --git a/c/src/lib/libbsp/shared/umon/tfs.h b/c/src/lib/libbsp/shared/umon/tfs.h
index 63696dd8f2..44e0999db4 100644
--- a/c/src/lib/libbsp/shared/umon/tfs.h
+++ b/c/src/lib/libbsp/shared/umon/tfs.h
@@ -1,22 +1,37 @@
-/* tfs.h:
- * Header file for TFS transactions, used by both application and monitor.
+/*
+ * tfs.h - Header file for TFS transactions, used by both application and
+ * monnitor.
*
- * General notice:
- * This code is part of a boot-monitor package developed as a generic base
- * platform for embedded system designs. As such, it is likely to be
- * distributed to various projects beyond the control of the original
- * author. Please notify the author of any enhancements made or bugs found
- * so that all may benefit from the changes. In addition, notification back
- * to the author will allow the new user to pick up changes that may have
- * been made by other users after this version of the code was distributed.
+ * Based upon code from MicroMonitor 1.17 from http://www.umonfw.com/
+ * which includes this notice:
*
- * Note1: the majority of this code was edited with 4-space tabs.
- * Note2: as more and more contributions are accepted, the term "author"
- * is becoming a mis-representation of credit.
+ **************************************************************************
+ * General notice:
+ * This code is part of a boot-monitor package developed as a generic base
+ * platform for embedded system designs. As such, it is likely to be
+ * distributed to various projects beyond the control of the original
+ * author. Please notify the author of any enhancements made or bugs found
+ * so that all may benefit from the changes. In addition, notification back
+ * to the author will allow the new user to pick up changes that may have
+ * been made by other users after this version of the code was distributed.
*
- * Original author: Ed Sutter
- * Email: esutter@lucent.com
- * Phone: 908-582-2351
+ * Note1: the majority of this code was edited with 4-space tabs.
+ * Note2: as more and more contributions are accepted, the term "author"
+ * is becoming a mis-representation of credit.
+ *
+ * Original author: Ed Sutter
+ * Email: esutter@alcatel-lucent.com
+ * Phone: 908-582-2351
+ **************************************************************************
+ *
+ * Ed Sutter has been informed that this code is being used in RTEMS.
+ *
+ * This code was reformatted by Joel Sherrill from OAR Corporation and
+ * Fernando Nicodemos <fgnicodemos@terra.com.br> from NCB - Sistemas
+ * Embarcados Ltda. (Brazil) to be more compliant with RTEMS coding
+ * standards and to eliminate C++ style comments.
+ *
+ * $Id$
*/
#ifndef _tfs_h