[PATCH 0/3] Initial support for One-Time Programmable Memory (OTP) in BCM2835

Rayhan Faizel posted 3 patches 6 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240510141010.656561-1-rayhan.faizel@gmail.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>
There is a newer version of this series
hw/arm/bcm2835_peripherals.c         |  15 ++-
hw/misc/bcm2835_property.c           |  71 ++++++++++
hw/nvram/bcm2835_otp.c               | 187 +++++++++++++++++++++++++++
hw/nvram/meson.build                 |   1 +
include/hw/arm/bcm2835_peripherals.h |   3 +-
include/hw/arm/raspberrypi-fw-defs.h |   2 +
include/hw/misc/bcm2835_property.h   |   2 +
include/hw/nvram/bcm2835_otp.h       |  43 ++++++
8 files changed, 322 insertions(+), 2 deletions(-)
create mode 100644 hw/nvram/bcm2835_otp.c
create mode 100644 include/hw/nvram/bcm2835_otp.h
[PATCH 0/3] Initial support for One-Time Programmable Memory (OTP) in BCM2835
Posted by Rayhan Faizel 6 months, 2 weeks ago
All BCM2835 boards have on-board OTP memory with 66 32-bit rows. Usually,
its contents are accessible via mailbox commands.

Rayhan Faizel (3):
  hw/nvram: Add BCM2835 OTP device
  hw/arm: Connect OTP device to BCM2835
  hw/misc: Implement mailbox properties for customer OTP and device
    specific private keys

 hw/arm/bcm2835_peripherals.c         |  15 ++-
 hw/misc/bcm2835_property.c           |  71 ++++++++++
 hw/nvram/bcm2835_otp.c               | 187 +++++++++++++++++++++++++++
 hw/nvram/meson.build                 |   1 +
 include/hw/arm/bcm2835_peripherals.h |   3 +-
 include/hw/arm/raspberrypi-fw-defs.h |   2 +
 include/hw/misc/bcm2835_property.h   |   2 +
 include/hw/nvram/bcm2835_otp.h       |  43 ++++++
 8 files changed, 322 insertions(+), 2 deletions(-)
 create mode 100644 hw/nvram/bcm2835_otp.c
 create mode 100644 include/hw/nvram/bcm2835_otp.h

-- 
2.34.1