Pull request: u-boot-sunxi/master for next

Message ID 20260318115702.1637000-1-andre.przywara@arm.com (mailing list archive)
State New
Headers
Series Pull request: u-boot-sunxi/master for next |

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-sunxi.git sunxi/master

Message

Andre Przywara March 18, 2026, 11:57 a.m. UTC
Hi Tom,

please pull these sunxi changes into next:
For once, replacing the legacy LED API with a more lean alternative,
just for sunxi's SPL. IIUC, this would be one step closer to dropping
this deprecated subsystem altogether.
Also adding two DRAM cleanups for the A133 SoC. There is a third patch
which requires some changes, will care about that later.

Gitlab CI passed, and I booted that briefly on an A133 board and some
board with a GPIO controlled power LED.

Thanks,
Andre

===========================================================
The following changes since commit a27980786cfb3c430aa1c05da8e79180c584d221:

  kbuild: strip sub_make_done from test-script environment (2026-03-16 10:41:40 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sunxi.git sunxi/master

for you to fetch changes up to 98429b7be6f45d393cc905b2cf9844eed7b09b8a:

  sunxi: a133: dram: Align parameters terminology with Allwinner (2026-03-17 23:27:24 +0100)

----------------------------------------------------------------
Paul Kocialkowski (2):
      sunxi: a133: dram: Fix PHY dx delays offsets and add dmb
      sunxi: a133: dram: Align parameters terminology with Allwinner

Quentin Schulz (1):
      sunxi: remove usage of legacy LED API

 arch/arm/include/asm/arch-sunxi/dram_sun50i_a133.h |  2 +
 arch/arm/mach-sunxi/Kconfig                        | 25 ++++++++
 arch/arm/mach-sunxi/dram_sun50i_a133.c             | 67 ++++++++++++++--------
 board/sunxi/board.c                                | 16 ++++--
 configs/liontron-h-a133l_defconfig                 |  6 +-
 configs/pinephone_defconfig                        |  9 +--
 6 files changed, 89 insertions(+), 36 deletions(-)
  

Comments

Tom Rini March 18, 2026, 5:06 p.m. UTC | #1
On Wed, Mar 18, 2026 at 12:57:02PM +0100, Andre Przywara wrote:

> Hi Tom,
> 
> please pull these sunxi changes into next:
> For once, replacing the legacy LED API with a more lean alternative,
> just for sunxi's SPL. IIUC, this would be one step closer to dropping
> this deprecated subsystem altogether.
> Also adding two DRAM cleanups for the A133 SoC. There is a third patch
> which requires some changes, will care about that later.
> 
> Gitlab CI passed, and I booted that briefly on an A133 board and some
> board with a GPIO controlled power LED.
> 
> Thanks,
> Andre
> 
> ===========================================================
> The following changes since commit a27980786cfb3c430aa1c05da8e79180c584d221:
> 
>   kbuild: strip sub_make_done from test-script environment (2026-03-16 10:41:40 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sunxi.git sunxi/master
> 
> for you to fetch changes up to 98429b7be6f45d393cc905b2cf9844eed7b09b8a:
> 
>   sunxi: a133: dram: Align parameters terminology with Allwinner (2026-03-17 23:27:24 +0100)
> 

Applied to u-boot/next, thanks!