mbox series

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

Message ID 20220906065823.7413-1-sughosh.ganu@linaro.org
Headers show
Series rockpi4: Add capsule update support | expand

Message

Sughosh Ganu Sept. 6, 2022, 6:58 a.m. UTC
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(+)