ARM Sunxi Platform Development
 help / color / mirror / Atom feed
From: Andre Przywara <andre.przywara@arm.com>
To: Tom Rini <trini@konsulko.com>
Cc: u-boot@lists.denx.de, Jagan Teki <jagan@amarulasolutions.com>,
	Maksim Kiselev <bigunclemax@gmail.com>,
	Philippe Coval <rzr@users.sf.net>,
	Ludwig Kormann <ludwig.kormann@ict42.de>,
	Andrey Skvortsov <andrej.skvortzov@gmail.com>,
	linux-sunxi@lists.linux.dev
Subject: Pull request: u-boot-sunxi/master for v2024.04
Date: Tue,  5 Mar 2024 11:15:41 +0000	[thread overview]
Message-ID: <20240305111541.2369415-1-andre.przywara@arm.com> (raw)

Hi Tom,

please pull the sunxi/master branch, containing some fixes and smaller
changes for 2024.04.
One fix makes the reboot more robust on some older board, another one
stabilises the initial clock setup on the A10/A20.
Two patches make sure our DRAM init does not actually change the content
of the DRAM array, which allows to use DRAM for Linux' pstore
functionality.
We get SPI support for U-Boot proper for one more SoC, that patch was
lingering around for a while, and should not affect other SoCs, so I am
merging this now.
As an added bonus, we get the defconfig file for a new board, the DT was
already synced from the kernel tree.

The CI looked happy with changes, and I tested them on five different
boards with different SoCs.

Please pull!

Cheers,
Andre

==================
The following changes since commit eac52e4be4e234d563d6911737ee7ccdc0ada1f1:

  Merge patch series "ARM: renesas: Rename R-Mobile to Renesas" (2024-03-02 14:30:25 -0500)

are available in the Git repository at:

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

for you to fetch changes up to f1e6a718ebab0682d80601db404e8d842767becf:

  sunxi: restore modified memory (2024-03-05 01:16:56 +0000)

----------------------------------------------------------------
Andre Przywara (1):
      sunxi: H616: Add OrangePi Zero 2W board support

Andrey Skvortsov (2):
      sunxi: reorganize mctl_mem_matches_* functions
      sunxi: restore modified memory

Ludwig Kormann (1):
      sunxi: sun4i: add missing sdelay() to clock_init_safe()

Maksim Kiselev (1):
      spi: sunxi: Add support for R329/D1/R528/T113 SPI controller

Philippe Coval (1):
      arm: sunxi: Reduce inrush current on Olimex A20-OLinuXino_MICRO configs

 arch/arm/dts/Makefile                      |  1 +
 arch/arm/include/asm/arch-sunxi/dram.h     |  1 +
 arch/arm/mach-sunxi/clock_sun4i.c          |  2 ++
 arch/arm/mach-sunxi/dram_helpers.c         | 32 ++++++++++++++++++++++------
 arch/arm/mach-sunxi/dram_sunxi_dw.c        | 13 ------------
 board/sunxi/MAINTAINERS                    |  5 +++++
 configs/A20-OLinuXino_MICRO-eMMC_defconfig |  1 +
 configs/A20-OLinuXino_MICRO_defconfig      |  1 +
 configs/orangepi_zero2w_defconfig          | 30 ++++++++++++++++++++++++++
 drivers/spi/spi-sunxi.c                    | 34 +++++++++++++++++++++++++++++-
 10 files changed, 100 insertions(+), 20 deletions(-)
 create mode 100644 configs/orangepi_zero2w_defconfig

             reply	other threads:[~2024-03-05 11:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-05 11:15 Andre Przywara [this message]
2024-03-05 13:27 ` Pull request: u-boot-sunxi/master for v2024.04 Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2024-01-29 15:55 Andre Przywara
2024-01-29 17:24 ` Andre Przywara
2024-01-29 17:34   ` Tom Rini
2024-01-29 17:50     ` Andre Przywara
2024-01-29 17:55 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240305111541.2369415-1-andre.przywara@arm.com \
    --to=andre.przywara@arm.com \
    --cc=andrej.skvortzov@gmail.com \
    --cc=bigunclemax@gmail.com \
    --cc=jagan@amarulasolutions.com \
    --cc=linux-sunxi@lists.linux.dev \
    --cc=ludwig.kormann@ict42.de \
    --cc=rzr@users.sf.net \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox