Re: [Qemu-devel] [PATCH] cadence_uart: enable tx/rx on reset

2012-10-22 Thread Peter Crosthwaite
On Tue, Oct 23, 2012 at 12:20 AM, Josh Cartwright wrote: > Change the cadence_uart such that tx/rx is enabled on reset. Assuming > both are enabled makes debugging early Linux kernel bootup a little bit > easier. > > Signed-off-by: Josh Cartwright > --- > > I've used this patch mostly for my own

[Qemu-devel] [PATCH] cadence_uart: enable tx/rx on reset

2012-10-22 Thread Josh Cartwright
Change the cadence_uart such that tx/rx is enabled on reset. Assuming both are enabled makes debugging early Linux kernel bootup a little bit easier. Signed-off-by: Josh Cartwright --- I've used this patch mostly for my own testing, but it may be of general use. On a real system, I would expec