summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-01-07 21:13:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-01-07 21:13:50 +0000
commitb8490b9ade17b8c7888838bfefc7b0abccb7636a (patch)
treee9f5e0f80dfd40c4b8fb50456784ac92cd4c57ae /c
parent2004-01-07 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-b8490b9ade17b8c7888838bfefc7b0abccb7636a.tar.bz2
2004-01-07 Joel Sherrill <joel@OARcorp.com>
* times, console/sci.c: Remove efi68k and efi332 references as they are no longer in the tree.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/ChangeLog5
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/console/sci.c9
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/times6
3 files changed, 16 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/m68k/mrm332/ChangeLog b/c/src/lib/libbsp/m68k/mrm332/ChangeLog
index 7f8287c872..43abeee99c 100644
--- a/c/src/lib/libbsp/m68k/mrm332/ChangeLog
+++ b/c/src/lib/libbsp/m68k/mrm332/ChangeLog
@@ -1,5 +1,10 @@
2004-01-07 Joel Sherrill <joel@OARcorp.com>
+ * times, console/sci.c: Remove efi68k and efi332 references as they are
+ no longer in the tree.
+
+2004-01-07 Joel Sherrill <joel@OARcorp.com>
+
* timer/timer.c: Remove efi68k and efi332 references as they are no
longer in the tree.
diff --git a/c/src/lib/libbsp/m68k/mrm332/console/sci.c b/c/src/lib/libbsp/m68k/mrm332/console/sci.c
index 3d370190e8..7aa1f286da 100644
--- a/c/src/lib/libbsp/m68k/mrm332/console/sci.c
+++ b/c/src/lib/libbsp/m68k/mrm332/console/sci.c
@@ -36,6 +36,13 @@
* $Id$
*
* $Log$
+* Revision 1.3 2003/01/20 20:33:17 joel
+* 2003-01-20 Duane Gustavus <duane@unt.edu>
+*
+* * console/sci.c, include/mrm332.h, startup/linkcmds,
+* startup/linkcmds_ROM: Various updates to make this run properly
+* from ROM.
+*
* Revision 1.2 2002/11/04 14:26:47 joel
* 2002-11-04 Joel Sherrill <joel@OARcorp.com>
*
@@ -1281,7 +1288,7 @@ static void SciSetBaud(unsigned32 rate)
// calculate the register value as a float and convert to an int
// set baud rate - you must define the system clock constant
- // see efi332.h for an example
+ // see mrm332.h for an example
value = ( (unsigned16) ( SYS_CLOCK / rate / 32.0 + 0.5 ) & 0x1fff );
diff --git a/c/src/lib/libbsp/m68k/mrm332/times b/c/src/lib/libbsp/m68k/mrm332/times
index c9cd936ed2..4022edaca4 100644
--- a/c/src/lib/libbsp/m68k/mrm332/times
+++ b/c/src/lib/libbsp/m68k/mrm332/times
@@ -1,14 +1,14 @@
#
-# Timing Test Suite Results for the EFI332 BSP
+# Timing Test Suite Results for the MRM332 BSP
#
# $Id$
#
-NOTE: This BSP is used submitted and no information is currently available.
+NOTE: This BSP is user submitted and no information is currently available.
TBD: MATT - update this with real times!
-Board: EFI332
+Board: MRM332
CPU: 68332
Clock Speed: 20 Mhz
Memory Configuration: SRAM, DRAM, cache, etc