qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 3/3] sh: SCI improvements


From: Jean-Christophe PLAGNIOL-VILLARD
Subject: Re: [Qemu-devel] [PATCH 3/3] sh: SCI improvements
Date: Mon, 12 Jan 2009 07:42:27 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

On 18:16 Sun 11 Jan     , Shin-ichiro KAWASAKI wrote:
> SE7750 uses SCI := Serial Communication Interface for one of consoles.
> This patch completes the SCI implementation, and makes SCI available
> for a console.
> 
> # Tabs and spaces are mixed in "hw/sh_serial.c" so much.
> # Some clean up might be useful.
> 
> 
> Signed-off-by: Shin-ichiro KAWASAKI <address@hidden>
> 
(I'm working on it and have result to nearly the same patch)
I've test your code against current U-Boot
and I've found that the input stell no working

after some debug I've that qemu call twice the function sh_serial_can_receive1
which return false twice. Just after U-Boot enable the receive (writing RE and
TE in SCR) but qemu will not re-call sh_serial_can_receive1.

As test If we force to always return 1 to sh_serial_can_receive1 the input
work

I've start to search how to notify qemu that U-Boot active/desativate the
receive

Best Regards,
J.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]