[PATCH v3 0/4] firmware: raspberrypi: Add support for the tryboot mode
From: Gregor Herburger <hidden>
Date: 2026-07-07 14:21:18
Also in:
linux-devicetree, lkml
This adds support for the tryboot mode on Raspberry Pis. As there is no documentation other than the downstream implementation [0] the implementation is based on this. I tested this on Raspberry Pi 5 and therefore I only added the properties to this devicetree. But afaik this should work on all Raspberry Pis. I will add it to the correspondings dts if I get some hardware to test it. [0] https://github.com/raspberrypi/linux/commit/eb56da0c1925c07e8929ce4c9fe8aeafa7cb8c7b --- Changes in v3: - fix use-after-free error by using devm_add_action_or_reset - ensure endianness of magic byte - refactor reboot mode registration into separate function - Link to v2: https://patch.msgid.link/20260630-rpi-tryboot-v2-0-f68d2dc6aa27@linutronix.de Changes in v2: - Remove unnecessary reboot_mode_unregister(). - dt-binding: restrict to mode-{normal,tryboot} and only allow 32bit value. - Link to v1: https://patch.msgid.link/20260626-rpi-tryboot-v1-0-490b1c4c4970@linutronix.de --- Gregor Herburger (4): firmware: raspberrypi: reorder rpi_firmware_property_tag enum dt-bindings: raspberrypi,bcm2835-firmware: Include 'reboot-mode.yaml' firmware: raspberrypi: Add reboot mode support arm64: dts: broadcom: bcm2712: Add reboot modes to firmware node .../arm/bcm/raspberrypi,bcm2835-firmware.yaml | 9 +++++ .../boot/dts/broadcom/bcm2712-rpi-5-b-base.dtsi | 2 ++ drivers/firmware/Kconfig | 2 ++ drivers/firmware/raspberrypi.c | 40 +++++++++++++++++++--- include/soc/bcm2835/raspberrypi-firmware.h | 22 ++++++------ 5 files changed, 60 insertions(+), 15 deletions(-) --- base-commit: 8cd9520d35a6c38db6567e97dd93b1f11f185dc6 change-id: 20260623-rpi-tryboot-4292c92b0727 Best regards, -- Gregor Herburger [off-list ref]