]> xenbits.xensource.com Git - qemu-xen.git/commit
hw/nvram: Add BCM2835 OTP device
authorRayhan Faizel <rayhan.faizel@gmail.com>
Sun, 19 May 2024 09:41:04 +0000 (15:11 +0530)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 1 Jul 2024 11:48:55 +0000 (12:48 +0100)
commitc1bf754041f4a9101059c0151475ed69df1c7e2e
tree1f9758f3a8c53b11eb9aaf424de4ef77645684bc
parentb6d32a06fc0984e537091cba08f2e1ed9f775d74
hw/nvram: Add BCM2835 OTP device

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 <rayhan.faizel@gmail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/nvram/bcm2835_otp.c [new file with mode: 0644]
hw/nvram/meson.build
include/hw/nvram/bcm2835_otp.h [new file with mode: 0644]