<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Wolfgang Denk wrote:
<blockquote cite="mid:20080801203005.BD001248BF@gemini.denx.de"
 type="cite">
  <pre wrap="">In message <a class="moz-txt-link-rfc2396E" href="mailto:48936FD4.3010802@harris.com">&lt;48936FD4.3010802@harris.com&gt;</a> you wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I have verified that the Sequoia (440EPx) does not have its UARTs
properly configured.  The attached patch corrects this by setting three
bits in SDR0_PFC1 to enable 4-wire mode, and to select cts/rts
functionality for the UARTs.  Also, I modified the GPIO settings for
    </pre>
  </blockquote>
  <pre wrap=""><!---->
We definitely do NOT want any hardware handshake on the serial
console. Never.

Best regards,

Wolfgang Denk
  </pre>
</blockquote>
<br>
Perhaps my comments were not clear.&nbsp; Please let me try again:&nbsp; The
schematic for the Sequoia shows two uarts.&nbsp; U-boot leaves the
SDR0_PFC1[U0IM] bit cleared to 0, which means that the 440EPx will only
have one uart, operating in 8-wire mode.&nbsp; So, U-boot does not set the
CPU to the correct mode to enable two uarts.&nbsp; This is independent of
whether you want RTS/CTS or not, and as far as I can see, it must be
fixed if both uart ports are going to work.<br>
<br>
This also applies to the GPIOs.&nbsp; They are not set correctly to connect
the uarts to the I/O pins - the wrong functions and polarities are
selected.&nbsp; This too is dictated by the schematic.&nbsp; The wires go where
they go, and the GPIOs should be configured to match the schematic (or
the schematic should be changed to match the software, but we know that
isn't going to happen).&nbsp; <span class="moz-smiley-s1"><span> :-) </span></span><br>
<br>
The remaining point is the SDR0_PFC1[U0ME] and SDR0_PFC1[U1ME] bits,
which determine whether the control signals are RTS/CTS or DCD/DSR.&nbsp;
These signals are wired to the DB-9 jacks on pins 7 and 8.&nbsp; According
to the RS232 standard, these pins are RTS/CTS, and there is nothing
software can do to change their meaning. <br>
<br>
So, I believe my patch should be applied as written, so that the
software and hardware agree as to function.<br>
<br>
That said, <i>what we choose to do with the lines is up to us</i>.&nbsp; If
we don't want to enable RTS/CTS processing in the drivers, that is
fine.&nbsp; We can leave the function disabled.&nbsp; But the hardware registers
must be configured to at least match the schematic wiring.&nbsp; Anything
else makes no sense.<br>
<br>
&nbsp;&nbsp;&nbsp; Steve<br>
<br>
<br>
<br>
</body>
</html>