Re: [PATCH] hw/char/escc: Implement loopback mode

2023-07-25 Thread Philippe Mathieu-Daudé
On 16/7/23 17:35, Thomas Huth wrote: The firmware of the m68k next-cube machine uses the loopback mode for self-testing the hardware and currently fails during this step. By implementing the loopback mode, we can make the firmware pass to the next step. Signed-off-by: Thomas Huth ---

Re: [PATCH] hw/char/escc: Implement loopback mode

2023-07-17 Thread Mark Cave-Ayland
On 16/07/2023 16:35, Thomas Huth wrote: The firmware of the m68k next-cube machine uses the loopback mode for self-testing the hardware and currently fails during this step. By implementing the loopback mode, we can make the firmware pass to the next step. Signed-off-by: Thomas Huth ---

Re: [PATCH] hw/char/escc: Implement loopback mode

2023-07-16 Thread Philippe Mathieu-Daudé
On 16/7/23 17:35, Thomas Huth wrote: The firmware of the m68k next-cube machine uses the loopback mode for self-testing the hardware and currently fails during this step. By implementing the loopback mode, we can make the firmware pass to the next step. Signed-off-by: Thomas Huth ---

[PATCH] hw/char/escc: Implement loopback mode

2023-07-16 Thread Thomas Huth
The firmware of the m68k next-cube machine uses the loopback mode for self-testing the hardware and currently fails during this step. By implementing the loopback mode, we can make the firmware pass to the next step. Signed-off-by: Thomas Huth --- hw/char/escc.c | 4 +++- 1 file changed, 3