[PATCH v2 0/3] rockpi4: Add capsule update support

Sughosh Ganu sughosh.ganu at linaro.org
Tue Sep 6 08:58:20 CEST 2022


Changes since V1:
* Move the capsule update related functions to a more common place
  under mach-rockchip to facilitate further reuse.
* Split the board related declarations into a separate patch.
* Split the enabling of the feature into a separate patch.
* Enable config symbols needed access of EFI variables.


Sughosh Ganu (3):
  rockpi4: capsule: Add functions needed for supporting capsule updates
  rockpi4: board: Add firmware image information needed for capsule
    updates
  rockpi4: capsule: Enable UEFI capsule update on RockPi4 boards

 arch/arm/mach-rockchip/Kconfig         |   1 +
 arch/arm/mach-rockchip/board.c         | 185 +++++++++++++++++++++++++
 board/rockchip/evb_rk3399/evb-rk3399.c |  14 ++
 configs/rock-pi-4-rk3399_defconfig     |   8 ++
 configs/rock-pi-4c-rk3399_defconfig    |   8 ++
 include/configs/rk3399_common.h        |  16 +++
 6 files changed, 232 insertions(+)

-- 
2.34.1




More information about the U-Boot mailing list