Re: [PATCH 1/7] [BCM2835 AUX 1/7] Replace hard-coded FIFO

2024-12-02 Thread Peter Maydell
On Sun, 17 Nov 2024 at 23:01, Ioan-Cristian CÎRSTEA wrote: > > The previous BCM2835 mini UART implementation used a hard-coded FIFO. > This commit changes the implementation by making use of the provided > Fifo8. > > Signed-off-by: Ioan-Cristian CÎRSTEA Hi; thanks for this patchset. For future

[PATCH 1/7] [BCM2835 AUX 1/7] Replace hard-coded FIFO

2024-11-17 Thread Ioan-Cristian CÎRSTEA
The previous BCM2835 mini UART implementation used a hard-coded FIFO. This commit changes the implementation by making use of the provided Fifo8. Signed-off-by: Ioan-Cristian CÎRSTEA --- hw/char/bcm2835_aux.c | 61 ++- include/hw/char/bcm2835_aux.h | 10 ++