I’ll resend PATCH 5, and like you’re suggesting, I can use the existing
ast2600-evb machine type for testing.
# Setup serial_hd(1) as UART1 in 2600 SoC realize (I won’t include this in
the diff though)
UART5=serial_hd(0)
UART1=serial_hd(1)
qemu-system-arm -machine ast2600-evb -serial null -serial stdio
> On Aug 31, 2021, at 1:15 AM, Cédric Le Goater <[email protected]> wrote:
>
> I would prefer that. This patch has been in my tree for years :
>
>
> https://github.com/legoater/qemu/commit/138713ee1d3d84682b85c1b01577a7e86ab3fed4
>
> See
>
> https://github.com/legoater/qemu/commits/aspeed-6.2
>
> May be this is what you simply need ? You can use the ast2600-evb machine for
> your tests. Tell me how it goes.
>
> AFAICT, you will need to resend PATCH 5 only.
>
> Thanks,
>
> C.