[U-Boot] [PULL] u-boot-atmel-2019.10-a
Eugen.Hristev at microchip.com
Eugen.Hristev at microchip.com
Tue Jul 9 12:14:45 UTC 2019
Hello Tom,
Please pull tag u-boot-atmel-2019.10-a , the first set of new features
and fixes for u-boot-atmel for 2019.10 release.
This includes the Atmel QSPI driver and support for the at91 boards.
This is the port of the driver from Linux, mostly done by Tudor Ambarus
Travis CI: https://travis-ci.org/ehristev/u-boot/builds/556176407
Thanks,
Eugen
The following changes since commit e5aee22e4be75e75a854ab64503fc80598bc2004:
Prepare v2019.07 (2019-07-08 15:23:28 -0400)
are available in the git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git
tags/u-boot-atmel-2019.10-a
for you to fetch changes up to 5dd4fa7fadf5a2cea130b6ab650e3982c5084f52:
configs: sama5d2_xplained: add support QSPI flash boot (2019-07-09
09:26:43 +0300)
----------------------------------------------------------------
First set of u-boot-atmel features and fixes for 2019.10 cycle
----------------------------------------------------------------
Cyrille Pitchen (2):
ARM: dts: at91: sama5d2_xplained: fix QSPI0 node
ARM: at91: sama5: add common environment for QSPI
Eugen Hristev (1):
configs: sama5d2_xplained: add support QSPI flash boot
Tudor Ambarus (6):
spi: Add Atmel QuadSPI driver
configs: sama5d2_xplained: enable qspi controller and flashes
configs: sama5d27_som1_ek: enable qspi controller and flashes
configs: sama5d2_xplained: add qspiflash_defconfig
configs: sama5d27_som1_ek: add qspiflash_defconfig
configs: sama5d27_som1_ek: qspi: use common memory layout
arch/arm/dts/at91-sama5d2_xplained.dts | 36 +-
board/atmel/sama5d27_som1_ek/MAINTAINERS | 1 +
board/atmel/sama5d2_xplained/MAINTAINERS | 1 +
configs/sama5d27_som1_ek_mmc1_defconfig | 2 +
configs/sama5d27_som1_ek_mmc_defconfig | 2 +
configs/sama5d27_som1_ek_qspiflash_defconfig | 101 +++++
configs/sama5d2_xplained_emmc_defconfig | 5 +
configs/sama5d2_xplained_mmc_defconfig | 5 +
configs/sama5d2_xplained_qspiflash_defconfig | 101 +++++
configs/sama5d2_xplained_spiflash_defconfig | 5 +
drivers/spi/Kconfig | 8 +
drivers/spi/Makefile | 1 +
drivers/spi/atmel-quadspi.c | 536
+++++++++++++++++++++++++++
include/configs/at91-sama5_common.h | 8 +
include/configs/sama5d27_som1_ek.h | 7 -
include/configs/sama5d2_xplained.h | 11 +
16 files changed, 804 insertions(+), 26 deletions(-)
create mode 100644 configs/sama5d27_som1_ek_qspiflash_defconfig
create mode 100644 configs/sama5d2_xplained_qspiflash_defconfig
create mode 100644 drivers/spi/atmel-quadspi.c
More information about the U-Boot
mailing list