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

Hello Tom,
Please pull tag u-boot-at91-2022.07-a , the first set of new at91 features for the next cycle 2022.07 .
This feature set includes the new driver for the Atmel TCB timer, alignment in DT for sama7g5 and sama7g5ek board, one Kconfig conversion for external reset, and the usage of Galois tables from ROM for sama5d2 device.
Thanks, Eugen
The following changes since commit d2e5250be49fce4653689c41a5dc7e2d7e7ecf33:
Merge tag 'next-20220328' of https://source.denx.de/u-boot/custodians/u-boot-video into next (2022-03-28 17:04:45 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-at91.git tags/u-boot-at91-2022.07-a
for you to fetch changes up to ef9d9b2501ad9e0601bd292c4a6c8a7ba8f3a909:
configs: sama5d2: enable option CONFIG_ATMEL_TCB_TIMER (2022-04-01 15:42:47 +0300)
---------------------------------------------------------------- First set of u-boot-at91 features for the 2022.07 cycle
---------------------------------------------------------------- Clément Léger (5): timer: atmel_tcb_timer: add atmel_tcb driver ARM: dts: at91: sama5d2: add AIC node ARM: dts: at91: sama5d2: add TCB node ARM: dts: at91: sama5d2: add u-boot, dm-pre-reloc property for TCB configs: sama5d2: enable option CONFIG_ATMEL_TCB_TIMER
Eugen Hristev (2): ARM: dts: at91: rename sama7g5ek.dts to at91-sama7g5ek.dts ARM: dts: at91: sama7g5/sama7g5ek: align with Linux DT
Mihai Sain (1): board: at91: sama5d2: set blue led on at boot time
Tudor Ambarus (3): ARM: at91: sama5d2: Enable the use of Galois Tables from ROM configs: Convert AT91RESET_EXTRST to Kconfig ARM: at91: sama7g5: Reset external devices at software reset
MAINTAINERS | 1 + arch/arm/dts/Makefile | 2 +- ...g5ek-u-boot.dtsi => at91-sama7g5ek-u-boot.dtsi} | 27 +- arch/arm/dts/at91-sama7g5ek.dts | 804 ++++++++++++++++++ arch/arm/dts/sama5d2.dtsi | 28 + arch/arm/dts/sama7g5.dtsi | 942 +++++++++++++++++---- arch/arm/dts/sama7g5ek.dts | 275 ------ arch/arm/mach-at91/Kconfig | 4 + arch/arm/mach-at91/armv7/Makefile | 2 + arch/arm/mach-at91/include/mach/sama5d2.h | 10 +- board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c | 9 + .../atmel/sama5d27_wlsom1_ek/sama5d27_wlsom1_ek.c | 9 + board/atmel/sama5d2_icp/sama5d2_icp.c | 9 + board/atmel/sama5d2_ptc_ek/sama5d2_ptc_ek.c | 9 + board/atmel/sama5d2_xplained/sama5d2_xplained.c | 9 + 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 +- configs/sama7g5ek_mmc1_defconfig | 2 +- configs/sama7g5ek_mmc_defconfig | 2 +- drivers/timer/Kconfig | 8 + drivers/timer/Makefile | 1 + drivers/timer/atmel_tcb_timer.c | 161 ++++ 27 files changed, 1874 insertions(+), 454 deletions(-) rename arch/arm/dts/{sama7g5ek-u-boot.dtsi => at91-sama7g5ek-u-boot.dtsi} (57%) create mode 100644 arch/arm/dts/at91-sama7g5ek.dts delete mode 100644 arch/arm/dts/sama7g5ek.dts create mode 100644 drivers/timer/atmel_tcb_timer.c

On Mon, Apr 04, 2022 at 07:48:34AM +0000, Eugen.Hristev@microchip.com wrote:
Hello Tom,
Please pull tag u-boot-at91-2022.07-a , the first set of new at91 features for the next cycle 2022.07 .
This feature set includes the new driver for the Atmel TCB timer, alignment in DT for sama7g5 and sama7g5ek board, one Kconfig conversion for external reset, and the usage of Galois tables from ROM for sama5d2 device.
Thanks, Eugen
The following changes since commit d2e5250be49fce4653689c41a5dc7e2d7e7ecf33:
Merge tag 'next-20220328' of https://source.denx.de/u-boot/custodians/u-boot-video into next (2022-03-28 17:04:45 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-at91.git tags/u-boot-at91-2022.07-a
for you to fetch changes up to ef9d9b2501ad9e0601bd292c4a6c8a7ba8f3a909:
configs: sama5d2: enable option CONFIG_ATMEL_TCB_TIMER (2022-04-01 15:42:47 +0300)
Applied to u-boot/next, thanks!
participants (2)
-
Eugen.Hristev@microchip.com
-
Tom Rini