From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 11 Jul 2014 10:07:34 +0200 Subject: [U-Boot] [PATCH 2/6] serial: add UniPhier serial driver In-Reply-To: <20140711143713.E6E5.AA925319@jp.panasonic.com> References: <20140710203100.CCC7.AA925319@jp.panasonic.com> <201407101437.18898.marex@denx.de> <20140711143713.E6E5.AA925319@jp.panasonic.com> Message-ID: <201407111007.34817.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday, July 11, 2014 at 07:37:13 AM, Masahiro Yamada wrote: [...] > > It can still boot kernel, even if it cannot print on console. > > Finally, I decided to keep this as is because: > > [1] Our on-chip UART do not have the flow control feature. > It uses only TX/RX signals. > > [2] So, the eternal loop occurrs only when the hardware is broken. > In this case, the situation is really fatal and I don't think > it is reasonable to continue to do something. > > [3] I checked some (but not all) other serial drivers but I could not find > ones using timeout and break thing. Hi! All right then. Best regards, Marek Vasut