mbox series

[v2,0/2] ARM: meson: libretech-ac: add support for EFI Capsules Update

Message ID 20240917-u-boot-topic-dynamic-uuid-v2-0-416e39c6e271@linaro.org
Headers show
Series ARM: meson: libretech-ac: add support for EFI Capsules Update | expand

Message

Neil Armstrong Sept. 17, 2024, 12:34 p.m. UTC
The necessary changes were made in U-Boot to easily support
EFI Capsules Update and be compliant with Arm SystemReady IR.

Let's add support for the libretech-ac/AML-S805X-CC since
it's an easy well-supported target having a dedicated SPI
Flash to store U-Boot.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
Changes in v2:
- Add set_dfu_alt_info() + CONFIG_SET_DFU_ALT_INFO to support both RAM and SF DFU backend
- Fix typo in cover letter and commit message
- Link to v1: https://lore.kernel.org/r/20240916-u-boot-topic-dynamic-uuid-v1-0-7e4f48542a0f@linaro.org

---
Neil Armstrong (2):
      board: libretech-ac: move board support into dedicated directory
      board: libre-computer: aml-s805x-cc: Enable capsule updates

 board/amlogic/p212/MAINTAINERS                   |  2 -
 board/libre-computer/aml-s805x-ac/MAINTAINERS    |  8 +++
 board/libre-computer/aml-s805x-ac/Makefile       |  6 ++
 board/libre-computer/aml-s805x-ac/aml-s805x-ac.c | 71 ++++++++++++++++++++++++
 configs/libretech-ac_defconfig                   |  8 +++
 5 files changed, 93 insertions(+), 2 deletions(-)
---
base-commit: df84c019c46e6833cc79385bdb23efba4882c09d
change-id: 20240916-u-boot-topic-dynamic-uuid-a871c25236a4

Best regards,

Comments

Neil Armstrong Sept. 30, 2024, 2:27 p.m. UTC | #1
Hi,

On Tue, 17 Sep 2024 14:34:44 +0200, Neil Armstrong wrote:
> The necessary changes were made in U-Boot to easily support
> EFI Capsules Update and be compliant with Arm SystemReady IR.
> 
> Let's add support for the libretech-ac/AML-S805X-CC since
> it's an easy well-supported target having a dedicated SPI
> Flash to store U-Boot.
> 
> [...]

Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-amlogic (u-boot-amlogic-next)

[1/2] board: libretech-ac: move board support into dedicated directory
      https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commit/8297f25e99f54b9ba8dcbf68a9299ca1b0022f14
[2/2] board: libre-computer: aml-s805x-cc: Enable capsule updates
      https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commit/0c4ad96cb7f7a6a771830f934ef333d2da0f2b90