From b8490b9ade17b8c7888838bfefc7b0abccb7636a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 7 Jan 2004 21:13:50 +0000 Subject: 2004-01-07 Joel Sherrill * times, console/sci.c: Remove efi68k and efi332 references as they are no longer in the tree. --- c/src/lib/libbsp/m68k/mrm332/ChangeLog | 5 +++++ c/src/lib/libbsp/m68k/mrm332/console/sci.c | 9 ++++++++- c/src/lib/libbsp/m68k/mrm332/times | 6 +++--- 3 files changed, 16 insertions(+), 4 deletions(-) (limited to 'c') 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,3 +1,8 @@ +2004-01-07 Joel Sherrill + + * times, console/sci.c: Remove efi68k and efi332 references as they are + no longer in the tree. + 2004-01-07 Joel Sherrill * timer/timer.c: Remove efi68k and efi332 references as they are no 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 +* +* * 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 * @@ -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 -- cgit v1.2.3