[PULL] u-boot-atmel-2021.01-b

Eugen.Hristev at microchip.com Eugen.Hristev at microchip.com
Mon Oct 19 10:13:31 CEST 2020


Hello Tom,

Please pull tag u-boot-atmel-2021.01-b, the second set of new features 
and fixes for 2021.01 cycle.

This feature set brings the rework of the clock tree for sam9x60 SoC. 
This makes the clock tree fully compatible with Common Clock Framework 
and allows full clock configuration in U-boot. This means that the 
sam9x60 boards can boot now using U-boot.
This also includes the definitions for sam9x60 SiPs and a divisor fix 
for the clock on sama7g5 SoC.

Thanks !
Eugen

The following changes since commit 3d19a7ee8ca7af01f75ff24622ea3c9840cd5bca:

   test: Fix sandbox tests failing to build (2020-10-17 09:03:22 -0400)

are available in the Git repository at:

   https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git 
tags/u-boot-atmel-2021.01-b

for you to fetch changes up to dc470834a1ea50749c19ebac2c34e0edb898ab18:

   clk: at91: sama7g5: add 5th divisor for mck0 layout and 
characteristics (2020-10-19 09:19:53 +0300)

----------------------------------------------------------------
Second set of u-boot-atmel features for 2021.01 cycle

----------------------------------------------------------------
Claudiu Beznea (8):
       board: atmel: sam9x60ek: add SYS_MALLOC_F_LEN to SYS_INIT_SP_ADDR
       clk: at91: sam9x60: add support compatible with CCF
       ARM: dts: sam9x60ek: add clock frequencies to board file
       ARM: dts: sam9x60: use u-boot,dm-pre-reloc
       ARM: dts: sam9x60: use slow clock CCF compatible bindings
       ARM: dts: sam9x60: use CCF compatibles for PMC
       configs: sam9x60ek: update defconfigs for CCF
       ARM: dts: sam9x60: use alphabetical order

Eugen Hristev (2):
       clk: at91: clk-master: add 5th divisor for mck master
       clk: at91: sama7g5: add 5th divisor for mck0 layout and 
characteristics

Nicolas Ferre (1):
       ARM: at91: Add chip ID for SAM9X60 SiP

  arch/arm/dts/sam9x60.dtsi                      | 171 ++-----
  arch/arm/dts/sam9x60ek-u-boot.dtsi             |  70 +--
  arch/arm/dts/sam9x60ek.dts                     |  12 +-
  arch/arm/mach-at91/arm926ejs/sam9x60_devices.c |   6 +
  arch/arm/mach-at91/include/mach/sam9x60.h      |   3 +
  configs/sam9x60ek_mmc_defconfig                |   4 +-
  configs/sam9x60ek_nandflash_defconfig          |   4 +-
  configs/sam9x60ek_qspiflash_defconfig          |   4 +-
  drivers/clk/at91/Makefile                      |   1 +
  drivers/clk/at91/clk-master.c                  |   2 +-
  drivers/clk/at91/pmc.h                         |   2 +-
  drivers/clk/at91/sam9x60.c                     | 649 
+++++++++++++++++++++++++
  drivers/clk/at91/sama7g5.c                     |   4 +-
  include/configs/sam9x60ek.h                    |   3 +-
  14 files changed, 729 insertions(+), 206 deletions(-)
  create mode 100644 drivers/clk/at91/sam9x60.c


More information about the U-Boot mailing list