mbox series

[GIT,PULL] Please pull u-boot-amlogic-20250318 into next

Message ID 76380583-858e-4d69-a412-25ddef988705@linaro.org
State New
Headers show
Series [GIT,PULL] Please pull u-boot-amlogic-20250318 into next | expand

Pull-request

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

Message

Neil Armstrong March 18, 2025, 4:06 p.m. UTC
Hi Tom,

Here's a small set of changes for Amlogic SoC support.

Thanks,
Neil

The following changes since commit 0e1fc465fea62ebae91f2f56cb823e8b37ee1077:

   Merge tag 'dm-pull-15mar25' of git://git.denx.de/u-boot-dm into next (2025-03-15 08:19:31 -0600)

are available in the Git repository at:

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

for you to fetch changes up to e80b586cfc73ee123dae42d5d85543798ff7a3c5:

   board: odroid-n2: Update docs for signing (2025-03-18 15:27:25 +0100)

----------------------------------------------------------------
- odroid-n2: Update docs for signing
- support Amlogic chip_id v1 and v2

----------------------------------------------------------------
Baltazár Radics (1):
       board: odroid-n2: Update docs for signing

Evgeny Bachinin (3):
       arm: meson: unify type being used for socinfo
       arm: meson: sm: get rid of SM_CHIP_ID_SIZE
       arch: arm: meson: support Amlogic chip_id v1 and v2

  arch/arm/include/asm/arch-meson/boot.h |  14 ++++
  arch/arm/include/asm/arch-meson/sm.h   |  48 ++++++++++++-
  arch/arm/mach-meson/board-info.c       |  13 ++--
  arch/arm/mach-meson/sm.c               | 120 ++++++++++++++++++++++++++++++---
  doc/board/amlogic/odroid-n2.rst        |  15 +----
  5 files changed, 182 insertions(+), 28 deletions(-)

Comments

Tom Rini March 18, 2025, 7:11 p.m. UTC | #1
On Tue, 18 Mar 2025 17:06:18 +0100, Neil Armstrong wrote:

> Here's a small set of changes for Amlogic SoC support.
> 
> Thanks,
> Neil
> 
> The following changes since commit 0e1fc465fea62ebae91f2f56cb823e8b37ee1077:
> 
>    Merge tag 'dm-pull-15mar25' of git://git.denx.de/u-boot-dm into next (2025-03-15 08:19:31 -0600)
> 
> [...]

Merged into u-boot/next, thanks!