All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] sunxi: First changes for v2021.07 merge window
@ 2021-04-16  9:22 ` Andre Przywara
  0 siblings, 0 replies; 4+ messages in thread
From: Andre Przywara @ 2021-04-16  9:22 UTC (permalink / raw)
  To: Tom Rini
  Cc: Simon Glass, Jagan Teki, Jernej Skrabec, Samuel Holland,
	Chen-Yu Tsai, Icenowy Zheng, Arnaud Ferraris, u-boot,
	linux-sunxi, linux-sunxi


Hi Tom,

please pull this branch, containing the first part of the 2021.07 changes.

This adds support for devices with R40 dual rank DRAM, and asymmetric
A64 DRAM devices like the Pinephone/3GB.
Also we enable automatic gzipped kernel support, and allow scripted
DT overlay support. The rest of the patches are cleanups, but also
some sunxi-specific preparatory patches for USB3.0 and improved HDMI
support. The bulk of those changes will go through other trees, though.

Build-tested for all 156 sunxi boards, and boot tested on a A64, A20, R40,
H5, H6 and H616 board. USB, SD card, eMMC, HDMI and Ethernet all work
there (where applicable), with the exception of Ethernet on the H5. Since
this is already broken in v2021.04, I will send a separate fix.

Thanks,
Andre

==============

The following changes since commit 45b3cf88da24206a6cb847efe837fddc120af3e8:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq (2021-04-15 13:11:19 -0400)

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 599177ed5139dbab112d0c9603e18382d0c642ba:

  sunxi: video: select dw-hdmi in Kconfig, not Makefile (2021-04-16 01:12:59 +0100)

----------------------------------------------------------------
Arnaud Ferraris (1):
      sunxi: arm64: Add addresses for compressed kernel load

Icenowy Zheng (2):
      sunxi: support asymmetric dual rank DRAM on A64/R40
      sunxi: enable dual rank memory on R40

Jernej Skrabec (2):
      sunxi: add fdtoverlay_addr_r environment variable
      sunxi: video: select dw-hdmi in Kconfig, not Makefile

Samuel Holland (4):
      clk: sunxi: Add a dummy clock driver for the RTC
      clk: sunxi: h6: Add XHCI clocks
      sunxi: binman: Respect the default FIT configuration
      sunxi: binman: Do not hardcode U-Boot load address

 arch/arm/dts/sunxi-u-boot.dtsi                  |   4 +-
 arch/arm/include/asm/arch-sunxi/dram_sunxi_dw.h |  11 +-
 arch/arm/mach-sunxi/Kconfig                     |   1 +
 arch/arm/mach-sunxi/dram_sunxi_dw.c             | 149 +++++++++++++++++++-----
 drivers/clk/sunxi/Makefile                      |   2 +
 drivers/clk/sunxi/clk_h6.c                      |   2 +
 drivers/clk/sunxi/clk_sun6i_rtc.c               |  35 ++++++
 drivers/video/sunxi/Makefile                    |   2 +-
 include/configs/sunxi-common.h                  |  64 ++++++----
 9 files changed, 215 insertions(+), 55 deletions(-)
 create mode 100644 drivers/clk/sunxi/clk_sun6i_rtc.c

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] sunxi: First changes for v2021.07 merge window
@ 2021-04-16  9:22 ` Andre Przywara
  0 siblings, 0 replies; 4+ messages in thread
From: Andre Przywara @ 2021-04-16  9:22 UTC (permalink / raw)
  To: u-boot


Hi Tom,

please pull this branch, containing the first part of the 2021.07 changes.

This adds support for devices with R40 dual rank DRAM, and asymmetric
A64 DRAM devices like the Pinephone/3GB.
Also we enable automatic gzipped kernel support, and allow scripted
DT overlay support. The rest of the patches are cleanups, but also
some sunxi-specific preparatory patches for USB3.0 and improved HDMI
support. The bulk of those changes will go through other trees, though.

Build-tested for all 156 sunxi boards, and boot tested on a A64, A20, R40,
H5, H6 and H616 board. USB, SD card, eMMC, HDMI and Ethernet all work
there (where applicable), with the exception of Ethernet on the H5. Since
this is already broken in v2021.04, I will send a separate fix.

Thanks,
Andre

==============

The following changes since commit 45b3cf88da24206a6cb847efe837fddc120af3e8:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq (2021-04-15 13:11:19 -0400)

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 599177ed5139dbab112d0c9603e18382d0c642ba:

  sunxi: video: select dw-hdmi in Kconfig, not Makefile (2021-04-16 01:12:59 +0100)

----------------------------------------------------------------
Arnaud Ferraris (1):
      sunxi: arm64: Add addresses for compressed kernel load

Icenowy Zheng (2):
      sunxi: support asymmetric dual rank DRAM on A64/R40
      sunxi: enable dual rank memory on R40

Jernej Skrabec (2):
      sunxi: add fdtoverlay_addr_r environment variable
      sunxi: video: select dw-hdmi in Kconfig, not Makefile

Samuel Holland (4):
      clk: sunxi: Add a dummy clock driver for the RTC
      clk: sunxi: h6: Add XHCI clocks
      sunxi: binman: Respect the default FIT configuration
      sunxi: binman: Do not hardcode U-Boot load address

 arch/arm/dts/sunxi-u-boot.dtsi                  |   4 +-
 arch/arm/include/asm/arch-sunxi/dram_sunxi_dw.h |  11 +-
 arch/arm/mach-sunxi/Kconfig                     |   1 +
 arch/arm/mach-sunxi/dram_sunxi_dw.c             | 149 +++++++++++++++++++-----
 drivers/clk/sunxi/Makefile                      |   2 +
 drivers/clk/sunxi/clk_h6.c                      |   2 +
 drivers/clk/sunxi/clk_sun6i_rtc.c               |  35 ++++++
 drivers/video/sunxi/Makefile                    |   2 +-
 include/configs/sunxi-common.h                  |  64 ++++++----
 9 files changed, 215 insertions(+), 55 deletions(-)
 create mode 100644 drivers/clk/sunxi/clk_sun6i_rtc.c

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] sunxi: First changes for v2021.07 merge window
  2021-04-16  9:22 ` Andre Przywara
@ 2021-04-18 12:45   ` Tom Rini
  -1 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2021-04-18 12:45 UTC (permalink / raw)
  To: Andre Przywara
  Cc: Simon Glass, Jagan Teki, Jernej Skrabec, Samuel Holland,
	Chen-Yu Tsai, Icenowy Zheng, Arnaud Ferraris, u-boot,
	linux-sunxi, linux-sunxi

[-- Attachment #1: Type: text/plain, Size: 1448 bytes --]

On Fri, Apr 16, 2021 at 10:22:00AM +0100, Andre Przywara wrote:

> 
> Hi Tom,
> 
> please pull this branch, containing the first part of the 2021.07 changes.
> 
> This adds support for devices with R40 dual rank DRAM, and asymmetric
> A64 DRAM devices like the Pinephone/3GB.
> Also we enable automatic gzipped kernel support, and allow scripted
> DT overlay support. The rest of the patches are cleanups, but also
> some sunxi-specific preparatory patches for USB3.0 and improved HDMI
> support. The bulk of those changes will go through other trees, though.
> 
> Build-tested for all 156 sunxi boards, and boot tested on a A64, A20, R40,
> H5, H6 and H616 board. USB, SD card, eMMC, HDMI and Ethernet all work
> there (where applicable), with the exception of Ethernet on the H5. Since
> this is already broken in v2021.04, I will send a separate fix.
> 
> Thanks,
> Andre
> 
> ==============
> 
> The following changes since commit 45b3cf88da24206a6cb847efe837fddc120af3e8:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq (2021-04-15 13:11:19 -0400)
> 
> 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 599177ed5139dbab112d0c9603e18382d0c642ba:
> 
>   sunxi: video: select dw-hdmi in Kconfig, not Makefile (2021-04-16 01:12:59 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] sunxi: First changes for v2021.07 merge window
@ 2021-04-18 12:45   ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2021-04-18 12:45 UTC (permalink / raw)
  To: u-boot

On Fri, Apr 16, 2021 at 10:22:00AM +0100, Andre Przywara wrote:

> 
> Hi Tom,
> 
> please pull this branch, containing the first part of the 2021.07 changes.
> 
> This adds support for devices with R40 dual rank DRAM, and asymmetric
> A64 DRAM devices like the Pinephone/3GB.
> Also we enable automatic gzipped kernel support, and allow scripted
> DT overlay support. The rest of the patches are cleanups, but also
> some sunxi-specific preparatory patches for USB3.0 and improved HDMI
> support. The bulk of those changes will go through other trees, though.
> 
> Build-tested for all 156 sunxi boards, and boot tested on a A64, A20, R40,
> H5, H6 and H616 board. USB, SD card, eMMC, HDMI and Ethernet all work
> there (where applicable), with the exception of Ethernet on the H5. Since
> this is already broken in v2021.04, I will send a separate fix.
> 
> Thanks,
> Andre
> 
> ==============
> 
> The following changes since commit 45b3cf88da24206a6cb847efe837fddc120af3e8:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq (2021-04-15 13:11:19 -0400)
> 
> 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 599177ed5139dbab112d0c9603e18382d0c642ba:
> 
>   sunxi: video: select dw-hdmi in Kconfig, not Makefile (2021-04-16 01:12:59 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210418/9201a4ac/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-04-18 12:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-16  9:22 [GIT PULL] sunxi: First changes for v2021.07 merge window Andre Przywara
2021-04-16  9:22 ` Andre Przywara
2021-04-18 12:45 ` Tom Rini
2021-04-18 12:45   ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.