Re: [PATCH v2 02/13] hw/char/imx_serial: Fix reset value of UFCR register

2025-01-27 Thread Peter Maydell
On Sat, 11 Jan 2025 at 18:37, Bernhard Beschow wrote: > > The value of the UCFR register is respected when echoing characters to the > terminal, but its reset value is reserved. Fix the reset value to the one > documented in the datasheet. > > While at it move the related attribute out of the sect

[PATCH v2 02/13] hw/char/imx_serial: Fix reset value of UFCR register

2025-01-11 Thread Bernhard Beschow
The value of the UCFR register is respected when echoing characters to the terminal, but its reset value is reserved. Fix the reset value to the one documented in the datasheet. While at it move the related attribute out of the section of unimplemented registers since its value is actually respect