All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] rockpi4: Add capsule update support
@ 2022-11-08  7:23 Sughosh Ganu
  2022-11-08  7:23 ` [PATCH v4 1/3] rockchip: capsule: Add functions for supporting capsule updates Sughosh Ganu
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Sughosh Ganu @ 2022-11-08  7:23 UTC (permalink / raw)
  To: u-boot; +Cc: Peter Robinson, Kever Yang, Tom Rini

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(-)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-11-09  6:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-08  7:23 [PATCH v4 0/3] rockpi4: Add capsule update support Sughosh Ganu
2022-11-08  7:23 ` [PATCH v4 1/3] rockchip: capsule: Add functions for supporting capsule updates Sughosh Ganu
2022-11-08  7:23 ` [PATCH v4 2/3] rockpi4: board: Add firmware image information for " Sughosh Ganu
2022-11-09  5:22   ` AKASHI Takahiro
2022-11-09  6:24     ` Sughosh Ganu
2022-11-08  7:23 ` [PATCH v4 3/3] rockpi4: capsule: Enable UEFI capsule update on RockPi4 boards Sughosh Ganu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.