]> git.dujemihanovic.xyz Git - u-boot.git/commit
mach-snapdragon: implement capsule update support
authorCaleb Connolly <caleb.connolly@linaro.org>
Sat, 12 Oct 2024 13:57:19 +0000 (15:57 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Wed, 20 Nov 2024 16:57:58 +0000 (17:57 +0100)
commitb10b4c0e1ea032520ff4737e88638ac95a2ab81f
treef9b004b9882ec9ee48b3b97e042be95b5b7791a6
parenteab4675f93dfedd29a37ffe3b1fa3fbeae831839
mach-snapdragon: implement capsule update support

Qualcomm boards flash U-Boot a variety of partitions, implement support
for determining which slot U-Boot is running from, finding the correct
partition for that slot and configuring the appropriate DFU string.

Initially, we only support the RB3 Gen 2 where U-Boot is flashed to the
UEFI partition, and ignore handling of slots. In the future we will
additionally support booting U-Boot from other partitions (e.g. boot)
and correct handling for A/B.

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
arch/arm/mach-snapdragon/Kconfig
arch/arm/mach-snapdragon/Makefile
arch/arm/mach-snapdragon/board.c
arch/arm/mach-snapdragon/capsule_update.c [new file with mode: 0644]
arch/arm/mach-snapdragon/qcom-priv.h
include/configs/qcom.h