
Hello Tom,
Please pull tag u-boot-at91-2022.07-b , the second set of new at91 features for the next cycle 2022.07 .
This feature set includes the new driver for the AT91 reset controller, a new board called sam9x60 curiosity, and several other fixes and clean-ups (sama7g5ek qspi clock, impedance; remove unused code, introduce Kconfig symbols for SPL timers)
Thanks, Eugen
The following changes since commit eb3393310bffab27265cfc82f15470f70f1acd97:
Prepare v2022.07-rc1 (2022-04-25 19:26:07 -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-b
for you to fetch changes up to 1b0eec3c9f04f9cb9d5e5ceac21da140e69a13f8:
ARM: dts: at91: sama7g5ek: Align the impedance of the QSPI0's HSIO and PCB lines (2022-04-26 09:54:41 +0300)
---------------------------------------------------------------- Second set of u-boot-at91 features for the 2022.07 cycle
---------------------------------------------------------------- Durai Manickam KR (4): board: Add sam9x60_curiosity support ARM: dts: Add device tree files for sam9x60_curiosity configs: Add sam9x60_curiosity_mmc_defconfig ARM: dts: sam9x60: Add pit64b node
Eugen Hristev (3): timers: atmel_tcb: introduce CONFIG_SPL_ATMEL_TCB timers: atmel_pit: introduce CONFIG_SPL_ATMEL_PIT_TIMER include: configs: at91/sam: remove stray #ifdef/#else
Sergiu Moga (5): ARM: dts: at91: Add RSTC node sysreset: Add Atmel/Microchip sysreset driver configs: at91: Enable SYSRESET for Atmel/Microchip's platforms ARM: mach-at91: arm926ejs: Add SYSRESET conditional ARM: mach-at91: armv7: Remove default reset driver
Tudor Ambarus (3): spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controller ARM: dts: at91: sama7g5: Fix QSPI1 clock ARM: dts: at91: sama7g5ek: Align the impedance of the QSPI0's HSIO and PCB lines
arch/arm/dts/Makefile | 2 + arch/arm/dts/at91-sam9x60_curiosity-u-boot.dtsi | 79 +++++++++++++++++++++++ arch/arm/dts/at91-sam9x60_curiosity.dts | 74 +++++++++++++++++++++ arch/arm/dts/at91-sama7g5ek.dts | 2 +- arch/arm/dts/sam9x60.dtsi | 13 ++++ arch/arm/dts/sama7g5.dtsi | 9 ++- arch/arm/mach-at91/Kconfig | 7 ++ arch/arm/mach-at91/arm926ejs/Makefile | 2 + arch/arm/mach-at91/armv7/Makefile | 3 - arch/arm/mach-at91/armv7/reset.c | 31 --------- board/atmel/sam9x60_curiosity/Kconfig | 15 +++++ board/atmel/sam9x60_curiosity/MAINTAINERS | 7 ++ board/atmel/sam9x60_curiosity/Makefile | 7 ++ board/atmel/sam9x60_curiosity/sam9x60_curiosity.c | 75 +++++++++++++++++++++ configs/gardena-smart-gateway-at91sam_defconfig | 1 + configs/sam9x60_curiosity_mmc_defconfig | 74 +++++++++++++++++++++ configs/sam9x60ek_mmc_defconfig | 3 + configs/sam9x60ek_nandflash_defconfig | 3 + configs/sam9x60ek_qspiflash_defconfig | 3 + configs/sama5d27_giantboard_defconfig | 5 ++ configs/sama5d27_som1_ek_mmc1_defconfig | 5 ++ configs/sama5d27_som1_ek_mmc_defconfig | 5 ++ configs/sama5d27_som1_ek_qspiflash_defconfig | 5 ++ configs/sama5d27_wlsom1_ek_mmc_defconfig | 5 ++ configs/sama5d27_wlsom1_ek_qspiflash_defconfig | 5 ++ configs/sama5d2_icp_mmc_defconfig | 5 ++ configs/sama5d2_icp_qspiflash_defconfig | 3 + configs/sama5d2_ptc_ek_mmc_defconfig | 3 + configs/sama5d2_ptc_ek_nandflash_defconfig | 3 + configs/sama5d2_xplained_emmc_defconfig | 5 ++ configs/sama5d2_xplained_mmc_defconfig | 5 ++ configs/sama5d2_xplained_qspiflash_defconfig | 5 ++ configs/sama5d2_xplained_spiflash_defconfig | 5 ++ configs/sama5d36ek_cmp_mmc_defconfig | 3 + configs/sama5d36ek_cmp_nandflash_defconfig | 3 + configs/sama5d36ek_cmp_spiflash_defconfig | 3 + configs/sama5d3_xplained_mmc_defconfig | 5 ++ configs/sama5d3_xplained_nandflash_defconfig | 5 ++ configs/sama5d3xek_mmc_defconfig | 5 ++ configs/sama5d3xek_nandflash_defconfig | 5 ++ configs/sama5d3xek_spiflash_defconfig | 5 ++ configs/sama5d4_xplained_mmc_defconfig | 5 ++ configs/sama5d4_xplained_nandflash_defconfig | 5 ++ configs/sama5d4_xplained_spiflash_defconfig | 5 ++ configs/sama5d4ek_mmc_defconfig | 5 ++ configs/sama5d4ek_nandflash_defconfig | 5 ++ configs/sama5d4ek_spiflash_defconfig | 5 ++ configs/sama7g5ek_mmc1_defconfig | 3 + configs/sama7g5ek_mmc_defconfig | 3 + configs/vinco_defconfig | 3 + drivers/spi/atmel-quadspi.c | 3 + drivers/sysreset/Kconfig | 15 +++++ drivers/sysreset/Makefile | 1 + drivers/sysreset/sysreset_at91.c | 71 ++++++++++++++++++++ drivers/timer/Kconfig | 17 +++++ drivers/timer/Makefile | 5 +- include/configs/at91-sama5_common.h | 11 ---- include/configs/at91sam9m10g45ek.h | 6 -- include/configs/at91sam9n12ek.h | 9 --- include/configs/sam9x60_curiosity.h | 31 +++++++++ include/configs/sam9x60ek.h | 10 --- include/configs/sama5d27_som1_ek.h | 4 -- include/configs/sama5d2_xplained.h | 12 ---- 63 files changed, 652 insertions(+), 90 deletions(-) create mode 100644 arch/arm/dts/at91-sam9x60_curiosity-u-boot.dtsi create mode 100644 arch/arm/dts/at91-sam9x60_curiosity.dts delete mode 100644 arch/arm/mach-at91/armv7/reset.c create mode 100644 board/atmel/sam9x60_curiosity/Kconfig create mode 100644 board/atmel/sam9x60_curiosity/MAINTAINERS create mode 100644 board/atmel/sam9x60_curiosity/Makefile create mode 100644 board/atmel/sam9x60_curiosity/sam9x60_curiosity.c create mode 100644 configs/sam9x60_curiosity_mmc_defconfig create mode 100644 drivers/sysreset/sysreset_at91.c create mode 100644 include/configs/sam9x60_curiosity.h