mbox series

[GIT,PULL] Please pull u-boot-amlogic-20250404 into master

Message ID d1de0302-ad3a-44ba-ad1a-73cc1b6f34f1@linaro.org
State New
Headers show
Series [GIT,PULL] Please pull u-boot-amlogic-20250404 into master | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20250404

Message

Neil Armstrong April 4, 2025, 8:40 a.m. UTC
Hi Tom,

Here's a last minute fix for the libre-computer boards fixing the capsule update feature.

Thanks,
Neil

The following changes since commit 82b69fc4224432d5aefa7ca750d950374cbc7fb2:

   Merge tag 'efi-2025-04-rc6' of https://source.denx.de/u-boot/custodians/u-boot-efi (2025-04-03 07:31:28 -0600)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20250404

for you to fetch changes up to c5fd2c7ac7fa4835339ea09ead2884794314c9d8:

   board: libre-computer: check interface before comparing it in set_dfu_alt_info() (2025-04-04 10:37:40 +0200)

----------------------------------------------------------------
- check interface before comparing it in set_dfu_alt_info() to avoid hard crash on capsule update

----------------------------------------------------------------
Neil Armstrong (1):
       board: libre-computer: check interface before comparing it in set_dfu_alt_info()

  board/libre-computer/aml-a311d-cc/aml-a311d-cc.c   | 2 +-
  board/libre-computer/aml-s805x-ac/aml-s805x-ac.c   | 2 +-
  board/libre-computer/aml-s905d3-cc/aml-s905d3-cc.c | 2 +-
  3 files changed, 3 insertions(+), 3 deletions(-)

Comments

Tom Rini April 4, 2025, 6:20 p.m. UTC | #1
On Fri, 04 Apr 2025 10:40:31 +0200, Neil Armstrong wrote:

> Here's a last minute fix for the libre-computer boards fixing the capsule update feature.
> 
> Thanks,
> Neil
> 
> The following changes since commit 82b69fc4224432d5aefa7ca750d950374cbc7fb2:
> 
>    Merge tag 'efi-2025-04-rc6' of https://source.denx.de/u-boot/custodians/u-boot-efi (2025-04-03 07:31:28 -0600)
> 
> [...]

Merged into u-boot/master, thanks!