mbox series

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

Message ID 20240916-u-boot-topic-dynamic-uuid-v1-0-7e4f48542a0f@linaro.org
Headers show
Series ARM: meson: libretech-ac: add suppor for EFI Capsules Update | expand

Message

neil.armstrong@linaro.org Sept. 16, 2024, 9:41 a.m. UTC
The necessary changes were made in U-Boot to easily support
EFI Capsules Update and be compliant with Arm SystemReady SR.

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>
---
Neil Armstrong (2):
      board: libretech-ac: move board support into dedicated directory
      board: libre-computer: aml-s805-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 | 61 ++++++++++++++++++++++++
 configs/libretech-ac_defconfig                   |  7 +++
 5 files changed, 82 insertions(+), 2 deletions(-)
---
base-commit: df84c019c46e6833cc79385bdb23efba4882c09d
change-id: 20240916-u-boot-topic-dynamic-uuid-a871c25236a4

Best regards,

Comments

Tom Rini Sept. 16, 2024, 4:29 p.m. UTC | #1
On Mon, Sep 16, 2024 at 11:41:47AM +0200, Neil Armstrong wrote:

> The necessary changes were made in U-Boot to easily support
> EFI Capsules Update and be compliant with Arm SystemReady SR.

To be clear, "SR" or "IR" ? I assume you meant IR here.
neil.armstrong@linaro.org Sept. 17, 2024, 8:47 a.m. UTC | #2
On 16/09/2024 18:29, Tom Rini wrote:
> On Mon, Sep 16, 2024 at 11:41:47AM +0200, Neil Armstrong wrote:
> 
>> The necessary changes were made in U-Boot to easily support
>> EFI Capsules Update and be compliant with Arm SystemReady SR.
> 
> To be clear, "SR" or "IR" ? I assume you meant IR here.
> 
Indeed IR, I'll fix in v2, I need to send a v2 because I need to
add set_dfu_alt_info() to keep support for the ram backed dfu I
used when booting from USB.

Thanks,
Neil