Re: [PATCH v3 1/3] hw/nvram: Add BCM2835 OTP device

2024-05-30 Thread Peter Maydell
On Sun, 19 May 2024 at 10:42, Rayhan Faizel wrote: > > The OTP device registers are currently stubbed. For now, the device > houses the OTP rows which will be accessed directly by other peripherals. > > Signed-off-by: Rayhan Faizel Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v3 1/3] hw/nvram: Add BCM2835 OTP device

2024-05-19 Thread Rayhan Faizel
The OTP device registers are currently stubbed. For now, the device houses the OTP rows which will be accessed directly by other peripherals. Signed-off-by: Rayhan Faizel --- hw/nvram/bcm2835_otp.c | 187 + hw/nvram/meson.build | 1 +