All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] rockpi4: Add capsule update support
@ 2022-09-14 10:09 Sughosh Ganu
  2022-09-14 10:09 ` [PATCH v3 1/3] rockchip: capsule: Add functions for supporting capsule updates Sughosh Ganu
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Sughosh Ganu @ 2022-09-14 10:09 UTC (permalink / raw)
  To: u-boot
  Cc: Peter Griffin, Jerome Forissier, Peter Robinson, Kever Yang,
	Jagan Teki, Philipp Tomsich


Add capsule update support for the RockPi4B and RockPi4C
boards. Support is being added for updating the idbloader.img and
u-boot.itb firmware images on configurations with the firmware images
stored on GPT partitioned uSD card device.

Changes since V2:
* Use rockchip in the commit message summary instead of rockpi
* Use num_image_type_guids instead of ROCKPI4_UPDATABLE_IMAGES macro
* Move the board specific code out of this file into evb_rk3399.c
* Add a function rockchip_capsule_update_board_setup() for setting up
  the board specific part needed for capsule updates

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] 13+ messages in thread

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

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-14 10:09 [PATCH v3 0/3] rockpi4: Add capsule update support Sughosh Ganu
2022-09-14 10:09 ` [PATCH v3 1/3] rockchip: capsule: Add functions for supporting capsule updates Sughosh Ganu
2022-09-24  8:13   ` Kever Yang
2022-09-14 10:09 ` [PATCH v3 2/3] rockpi4: board: Add firmware image information for " Sughosh Ganu
2022-09-24  8:13   ` Kever Yang
2022-09-14 10:09 ` [PATCH v3 3/3] rockpi4: capsule: Enable UEFI capsule update on RockPi4 boards Sughosh Ganu
2022-09-24  8:13   ` Kever Yang
2022-11-02  6:21 ` [PATCH v3 0/3] rockpi4: Add capsule update support Sughosh Ganu
2022-11-02  9:23   ` Kever Yang
2022-11-02 13:21     ` Tom Rini
2022-11-02 14:42       ` Sughosh Ganu
2022-11-02 15:12         ` Tom Rini
2022-11-07  6:26     ` 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.