Re: [PATCH v3 2/3] hw/arm: Connect OTP device to BCM2835

2024-05-30 Thread Peter Maydell
On Sun, 19 May 2024 at 10:42, Rayhan Faizel wrote: > > Replace stubbed OTP memory region with the new OTP device. > > Signed-off-by: Rayhan Faizel Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v3 2/3] hw/arm: Connect OTP device to BCM2835

2024-05-19 Thread Rayhan Faizel
Replace stubbed OTP memory region with the new OTP device. Signed-off-by: Rayhan Faizel --- hw/arm/bcm2835_peripherals.c | 13 - include/hw/arm/bcm2835_peripherals.h | 3 ++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/hw/arm/bcm2835_peripherals.c