mbox

[00/11] scarthgap/u-boot: upgrade to 2025.04

Message ID cover.1748486276.git.tim.orling@konsulko.com
State New
Headers show

Pull-request

https://github.com/moto-timo/meta-lts-mixins scarthgap/u-boot-2025.04

Message

Tim Orling May 29, 2025, 2:41 a.m. UTC
From: Tim Orling <tim.orling@konsulko.com>

Apply selected patches from "master" on top of existing 2024.04

NOTE: There are features in 2025.07-rcX that are desired, but we will
wait until 2025.07 upgrade lands in "master".

The following changes since commit 66ceeebd047d7fdfc8668b300319a76da8ae257d:

  u-boot: update to final v2024.04 release (2024-04-05 07:38:57 -0700)

are available in the Git repository at:

  https://github.com/moto-timo/meta-lts-mixins scarthgap/u-boot-2025.04
  https://github.com/moto-timo/meta-lts-mixins/tree/scarthgap/u-boot-2025.04

Fabio Estevam (5):
  u-boot: upgrade 2024.04 -> 2024.07
  u-boot: upgrade 2024.07 -> 2024.10
  u-boot: Update Upstream-Status
  u-boot: upgrade 2024.10 -> 2025.01
  u-boot: upgrade 2025.01 -> 2025.04

Florian Amstutz (1):
  u-boot: Fix potential index error issues in do_deploy with multiple
    u-boot configurations

Maik Otto (1):
  u-boot: Set CVE_PRODUCT

Markus Volk (1):
  u-boot: Add patch to use SWIG_AppendOutput

Otavio Salvador (1):
  u-boot: Ensure we use BFD as linker even if using GCC for it

Ryan Eatmon (1):
  u-boot.inc: Refactor do_* steps into functions that can be overridden

Tim Orling (1):
  u-boot-tools.inc: Fix variable assignment whitespace

 recipes-bsp/u-boot/u-boot-common.inc          |   4 +-
 recipes-bsp/u-boot/u-boot-configure.inc       |  36 ++-
 recipes-bsp/u-boot/u-boot-tools.inc           |   2 +-
 ...ols_2024.04.bb => u-boot-tools_2025.04.bb} |   0
 recipes-bsp/u-boot/u-boot.inc                 | 287 ++++++++++++------
 recipes-bsp/u-boot/u-boot_2024.04.bb          |   5 -
 recipes-bsp/u-boot/u-boot_2025.04.bb          |   4 +
 7 files changed, 220 insertions(+), 118 deletions(-)
 rename recipes-bsp/u-boot/{u-boot-tools_2024.04.bb => u-boot-tools_2025.04.bb} (100%)
 delete mode 100644 recipes-bsp/u-boot/u-boot_2024.04.bb
 create mode 100644 recipes-bsp/u-boot/u-boot_2025.04.bb