[PULL next] u-boot-at91-2022.04-a

Eugen.Hristev at microchip.com Eugen.Hristev at microchip.com
Fri Dec 17 09:43:59 CET 2021


Hello Tom,

Please pull tag u-boot-at91-2022.04-a , the first set of at91 features 
for the next cycle 2022.04 .

This feature set includes : support for the new QSPI hardware on 
sama7g5, small fixes on sam9x60 and sama7g5, some additions of commands 
and PIO controller on sam9x60/sam9x60ek.

Happy holidays !

Thanks,
Eugen


The following changes since commit 9272805139a104c83dff8230e03e9626dd9bc195:

   Prepare v2022.01-rc2 (2021-11-15 11:58:37 -0500)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-at91.git 
tags/u-boot-at91-2022.04-a

for you to fetch changes up to 9bf459c23dc03f3c4405650e3c8578265fd9d62c:

   ARM: mach-at91: Add compile time option to choose proper timer 
(2021-12-16 11:41:45 +0200)

----------------------------------------------------------------
First set of u-boot-at91 features for the 2022.04 cycle

----------------------------------------------------------------
Hari Prasath (2):
       ARM: mach-at91: update alternate function of signal PD20
       ARM: mach-at91: Add compile time option to choose proper timer

Mihai Sain (3):
       configs: sama5d2 boards: add DM and GPIO commands
       ARM: dts: at91: sam9x60: add pioC node
       configs: at91: sam9x60ek: add CLK and GPIO commands

Tudor Ambarus (4):
       spi: atmel-quadspi: Fix QSPI_RD reg name on verbose debug
       spi: atmel-quadspi: Add support for SAMA7G5 QSPI
       ARM: dts: at91: sama7g5: Add QSPI0 and OSPI1 nodes
       ARM: dts: at91: sama7g5ek: Add QSPI0 node

  arch/arm/dts/sam9x60.dtsi                      |   9 +
  arch/arm/dts/sama7g5-pinfunc.h                 |   2 +-
  arch/arm/dts/sama7g5.dtsi                      |  26 ++
  arch/arm/dts/sama7g5ek.dts                     |  38 ++
  arch/arm/mach-at91/arm926ejs/Makefile          |   7 +-
  configs/sam9x60ek_mmc_defconfig                |   2 +
  configs/sam9x60ek_nandflash_defconfig          |   2 +
  configs/sam9x60ek_qspiflash_defconfig          |   2 +
  configs/sama5d27_som1_ek_mmc1_defconfig        |   2 +
  configs/sama5d27_som1_ek_mmc_defconfig         |   2 +
  configs/sama5d27_som1_ek_qspiflash_defconfig   |   2 +
  configs/sama5d27_wlsom1_ek_mmc_defconfig       |   2 +
  configs/sama5d27_wlsom1_ek_qspiflash_defconfig |   2 +
  configs/sama5d2_icp_mmc_defconfig              |   2 +
  configs/sama5d2_ptc_ek_mmc_defconfig           |   2 +
  configs/sama5d2_ptc_ek_nandflash_defconfig     |   2 +
  configs/sama5d2_xplained_emmc_defconfig        |   2 +
  configs/sama5d2_xplained_mmc_defconfig         |   2 +
  configs/sama5d2_xplained_qspiflash_defconfig   |   2 +
  configs/sama5d2_xplained_spiflash_defconfig    |   2 +
  drivers/spi/atmel-quadspi.c                    | 597 
+++++++++++++++++++++++--
  21 files changed, 681 insertions(+), 28 deletions(-)


More information about the U-Boot mailing list