[PULL next] u-boot-at91-2022.01-a
Eugen.Hristev at microchip.com
Eugen.Hristev at microchip.com
Wed Sep 22 11:03:50 CEST 2021
Hello Tom,
Please pull tag u-boot-at91-2022.01-a , the first set of features for
the next cycle 2022.01 . The PR is rebased on -next .
This feature set includes : the support for CPU driver for arm926
(sam9x60 device); changes required for OP-TEE boot for sama5d2_xplained
and sama5d27_som1_ek boards; QSPI boot configuration for sama5d2_icp;
starting to remove old Kconfig unused symbols from config_whitelist.txt
(work will take more time); also small fixes and updates in mach, DT,
configs, etc.
Thanks,
Eugen
The following changes since commit 44131caa4025455a659e958281f0e337bdf83f89:
scripts/config_whitelist.txt: Fix after merging (2021-09-16 13:18:21
-0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-at91.git
tags/u-boot-at91-2022.01-a
for you to fetch changes up to d65b84a1d0dc116010a3842dc13661976ef92629:
ARM: dts: at91: update flexcom defines using include file (2021-09-21
10:08:24 +0300)
----------------------------------------------------------------
First set of u-boot-at91 features for the 2022.01 cycle
----------------------------------------------------------------
Claudiu Beznea (4):
clk: at91: clk-master: split master clock in pres and divider
cpu: at91: add compatible for ARM9260EJ-S
ARM: dts: at91: sam9x60: add bindings for CPU
configs: sam9x60ek: enable CONFIG_CPU
Clément Léger (6):
ARM: mach-at91: armv7: fix multiple cpu_reset definition when
enabling SYSRESET
board: sama5d27_som1_ek: Get dram size and base from device tree
board: sama5d27_som1_ek: Modify load addresses
ARM: dts: at91: sama5d2_xplained: Add memory node in devicetree
board: sama5d2_xplained: Get dram size and base from device tree
board: sama5d2_xplained: Modify load addresses
Eugen Hristev (8):
ARM: dts: at91: sama5d2_icp: cosmetic arrangement of the nodes
ARM: dts: at91: sama5d2: fix dtc warning for ohci and ehci
board: atmel: sama7g5ek: avoid rewriting of configured
CONFIG_BOOTCOMMAND
board: pm926x: remove unused CONFIG_SYS_AT91_CPU_NAME
ARM: at91: remove references to RM9200DK
net: remove unused CONFIG_DRIVER_AT91EMAC_*
include: dt-bindings: mfd: add atmel flexcom include file
ARM: dts: at91: update flexcom defines using include file
Hari Prasath (1):
ARM: at91: Add chip ID of SAMA5D29
Mihai Sain (2):
ARM: dts: at91: sama5d2_icp: add QSPI1 device
configs: sama5d2: add qspi config for QSPI1
Reto Schneider (1):
configs: gardena-smart-gateway-at91sam: Adjust to production values
MAINTAINERS | 1 +
README | 11 -
arch/arm/cpu/arm920t/start.S | 14 -
arch/arm/dts/at91-sama5d27_som1_ek.dts | 4 +-
arch/arm/dts/at91-sama5d2_icp-u-boot.dtsi | 23 +-
arch/arm/dts/at91-sama5d2_icp.dts | 48 ++-
arch/arm/dts/at91-sama5d2_ptc_ek.dts | 4 +-
arch/arm/dts/at91-sama5d2_xplained.dts | 8 +-
arch/arm/dts/sam9x60.dtsi | 12 +
arch/arm/dts/sam9x60ek.dts | 3 +-
arch/arm/dts/sama5d2.dtsi | 4 +-
arch/arm/dts/sama7g5ek.dts | 3 +-
arch/arm/include/asm/mach-types.h | 1 -
arch/arm/mach-at91/armv7/Makefile | 4 +-
arch/arm/mach-at91/armv7/sama5d2_devices.c | 2 +
arch/arm/mach-at91/include/mach/sama5d2.h | 1 +
board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c | 12 +-
board/atmel/sama5d2_icp/MAINTAINERS | 1 +
board/atmel/sama5d2_xplained/sama5d2_xplained.c | 11 +-
configs/gardena-smart-gateway-at91sam_defconfig | 15 +-
configs/sam9x60ek_mmc_defconfig | 1 +
configs/sam9x60ek_nandflash_defconfig | 1 +
configs/sam9x60ek_qspiflash_defconfig | 1 +
configs/sama5d2_icp_qspiflash_defconfig | 103 +++++
configs/sama7g5ek_mmc1_defconfig | 2 +
configs/sama7g5ek_mmc_defconfig | 2 +
drivers/clk/at91/clk-master.c | 107 ++++-
drivers/clk/at91/pmc.h | 7 +-
drivers/clk/at91/sam9x60.c | 44 +-
drivers/clk/at91/sama7g5.c | 36 +-
drivers/cpu/at91_cpu.c | 1 +
drivers/net/Makefile | 1 -
drivers/net/at91_emac.c | 519
------------------------
include/configs/pm9261.h | 2 -
include/configs/pm9263.h | 2 -
include/configs/sama5d27_som1_ek.h | 12 +-
include/configs/sama5d2_xplained.h | 24 +-
include/configs/sama7g5ek.h | 6 +-
include/dt-bindings/mfd/atmel-flexcom.h | 15 +
include/netdev.h | 1 -
scripts/config_whitelist.txt | 3 -
41 files changed, 413 insertions(+), 659 deletions(-)
create mode 100644 configs/sama5d2_icp_qspiflash_defconfig
delete mode 100644 drivers/net/at91_emac.c
create mode 100644 include/dt-bindings/mfd/atmel-flexcom.h
More information about the U-Boot
mailing list