mbox series

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

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

Message

Sughosh Ganu Nov. 8, 2022, 7:23 a.m. UTC
Changes since V3:
* s/blk_get_if_type_name/blk_get_uclass_name as the API was changed in
  8149b1500d8

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

 arch/arm/include/asm/arch-rockchip/misc.h |   1 +
 arch/arm/mach-rockchip/Kconfig            |   1 +
 arch/arm/mach-rockchip/board.c            | 152 ++++++++++++++++++++++
 board/rockchip/evb_rk3399/evb-rk3399.c    |  55 +++++++-
 configs/rock-pi-4-rk3399_defconfig        |   8 ++
 configs/rock-pi-4c-rk3399_defconfig       |   8 ++
 include/configs/rk3399_common.h           |  16 +++
 7 files changed, 240 insertions(+), 1 deletion(-)