Re: [PATCH RFC 0/3] Add DCC uart console support

2024-06-21 Thread Peter Maydell
On Fri, 14 Jun 2024 at 10:30, Sai Pavan Boddu wrote: > > This patch series attaches a chardev to arm Debug Communication channel > registers, > As each cpu has it own DBGDTRTX/RX register just tried to hook each cpu > with chardev iff we find a chardev with id "dcc". > > ex: > Below chardev

[PATCH RFC 0/3] Add DCC uart console support

2024-06-14 Thread Sai Pavan Boddu
This patch series attaches a chardev to arm Debug Communication channel registers, As each cpu has it own DBGDTRTX/RX register just tried to hook each cpu with chardev iff we find a chardev with id "dcc". ex: Below chardev switch would be connected to A53-0. ./qemu-system-aarch64 -M xln