Ășt 15. 10. 2019 v 13:31 odesĂlatel Michal Simek <michal.si...@xilinx.com> napsal: > > Enable the SPI flash Bank/Extended address register support for all ZynqMP > boards. > > Signed-off-by: Michal Simek <michal.si...@xilinx.com> > --- > > configs/avnet_ultra96_rev1_defconfig | 1 + > configs/xilinx_zynqmp_mini_qspi_defconfig | 1 + > configs/xilinx_zynqmp_zc1232_revA_defconfig | 1 + > configs/xilinx_zynqmp_zc1254_revA_defconfig | 1 + > configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig | 1 + > configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig | 1 + > configs/xilinx_zynqmp_zcu100_revC_defconfig | 1 + > configs/xilinx_zynqmp_zcu102_rev1_0_defconfig | 1 + > configs/xilinx_zynqmp_zcu102_revA_defconfig | 1 + > configs/xilinx_zynqmp_zcu102_revB_defconfig | 1 + > configs/xilinx_zynqmp_zcu104_revA_defconfig | 1 + > configs/xilinx_zynqmp_zcu104_revC_defconfig | 1 + > configs/xilinx_zynqmp_zcu106_revA_defconfig | 1 + > configs/xilinx_zynqmp_zcu111_revA_defconfig | 1 + > configs/xilinx_zynqmp_zcu1275_revA_defconfig | 1 + > configs/xilinx_zynqmp_zcu1275_revB_defconfig | 1 + > 16 files changed, 16 insertions(+) > > diff --git a/configs/avnet_ultra96_rev1_defconfig > b/configs/avnet_ultra96_rev1_defconfig > index 06a82d54a446..cc8e65534e48 100644 > --- a/configs/avnet_ultra96_rev1_defconfig > +++ b/configs/avnet_ultra96_rev1_defconfig > @@ -59,6 +59,7 @@ CONFIG_SUPPORT_EMMC_BOOT=y > CONFIG_MMC_SDHCI=y > CONFIG_MMC_SDHCI_ZYNQ=y > CONFIG_SPI_FLASH=y > +CONFIG_SPI_FLASH_BAR=y > CONFIG_SPI_FLASH_ISSI=y > CONFIG_SPI_FLASH_MACRONIX=y > CONFIG_SPI_FLASH_SPANSION=y > diff --git a/configs/xilinx_zynqmp_mini_qspi_defconfig > b/configs/xilinx_zynqmp_mini_qspi_defconfig > index 998e6d8b5ff8..2afd746970e0 100644 > --- a/configs/xilinx_zynqmp_mini_qspi_defconfig > +++ b/configs/xilinx_zynqmp_mini_qspi_defconfig > @@ -55,6 +55,7 @@ CONFIG_SPL_DM=y > CONFIG_SPL_DM_SEQ_ALIAS=y > # CONFIG_MMC is not set > CONFIG_SPI_FLASH=y > +CONFIG_SPI_FLASH_BAR=y > CONFIG_SPI_FLASH_ISSI=y > CONFIG_SPI_FLASH_MACRONIX=y > CONFIG_SPI_FLASH_SPANSION=y > diff --git a/configs/xilinx_zynqmp_zc1232_revA_defconfig > b/configs/xilinx_zynqmp_zc1232_revA_defconfig > index 255217df4bd8..c86ab5c3630b 100644 > --- a/configs/xilinx_zynqmp_zc1232_revA_defconfig > +++ b/configs/xilinx_zynqmp_zc1232_revA_defconfig > @@ -36,6 +36,7 @@ CONFIG_FPGA_ZYNQMPPL=y > CONFIG_MISC=y > # CONFIG_MMC is not set > CONFIG_SPI_FLASH=y > +CONFIG_SPI_FLASH_BAR=y > CONFIG_SPI_FLASH_ISSI=y > CONFIG_SPI_FLASH_MACRONIX=y > CONFIG_SPI_FLASH_SPANSION=y > diff --git a/configs/xilinx_zynqmp_zc1254_revA_defconfig > b/configs/xilinx_zynqmp_zc1254_revA_defconfig > index e058195842f5..f1d127d07c20 100644 > --- a/configs/xilinx_zynqmp_zc1254_revA_defconfig > +++ b/configs/xilinx_zynqmp_zc1254_revA_defconfig > @@ -36,6 +36,7 @@ CONFIG_FPGA_ZYNQMPPL=y > CONFIG_MISC=y > # CONFIG_MMC is not set > CONFIG_SPI_FLASH=y > +CONFIG_SPI_FLASH_BAR=y > CONFIG_SPI_FLASH_ISSI=y > CONFIG_SPI_FLASH_MACRONIX=y > CONFIG_SPI_FLASH_SPANSION=y > diff --git a/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig > b/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig > index d0fb7e0fd5b5..9a67f824b230 100644 > --- a/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig > +++ b/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig > @@ -62,6 +62,7 @@ CONFIG_MMC_HS200_SUPPORT=y > CONFIG_MMC_SDHCI=y > CONFIG_MMC_SDHCI_ZYNQ=y > CONFIG_SPI_FLASH=y > +CONFIG_SPI_FLASH_BAR=y > CONFIG_SPI_FLASH_ISSI=y > CONFIG_SPI_FLASH_MACRONIX=y > CONFIG_SPI_FLASH_SPANSION=y > diff --git a/configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig > b/configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig > index fe24cd46fb07..e6895e252913 100644 > --- a/configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig > +++ b/configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig > @@ -47,6 +47,7 @@ CONFIG_MISC=y > CONFIG_MMC_SDHCI=y > CONFIG_MMC_SDHCI_ZYNQ=y > CONFIG_SPI_FLASH=y > +CONFIG_SPI_FLASH_BAR=y > CONFIG_SPI_FLASH_ISSI=y > CONFIG_SPI_FLASH_MACRONIX=y > CONFIG_SPI_FLASH_SPANSION=y > diff --git a/configs/xilinx_zynqmp_zcu100_revC_defconfig > b/configs/xilinx_zynqmp_zcu100_revC_defconfig > index f41b4517b389..d7a3b56dd3f2 100644 > --- a/configs/xilinx_zynqmp_zcu100_revC_defconfig > +++ b/configs/xilinx_zynqmp_zcu100_revC_defconfig > @@ -59,6 +59,7 @@ CONFIG_MISC=y > CONFIG_MMC_SDHCI=y > CONFIG_MMC_SDHCI_ZYNQ=y > CONFIG_SPI_FLASH=y > +CONFIG_SPI_FLASH_BAR=y > CONFIG_SPI_FLASH_ISSI=y > CONFIG_SPI_FLASH_MACRONIX=y > CONFIG_SPI_FLASH_SPANSION=y > diff --git a/configs/xilinx_zynqmp_zcu102_rev1_0_defconfig > b/configs/xilinx_zynqmp_zcu102_rev1_0_defconfig > index 039623f41a13..d2dc65506782 100644 > --- a/configs/xilinx_zynqmp_zcu102_rev1_0_defconfig > +++ b/configs/xilinx_zynqmp_zcu102_rev1_0_defconfig > @@ -77,6 +77,7 @@ CONFIG_MMC_UHS_SUPPORT=y > CONFIG_MMC_SDHCI=y > CONFIG_MMC_SDHCI_ZYNQ=y > CONFIG_SPI_FLASH=y > +CONFIG_SPI_FLASH_BAR=y > CONFIG_SPI_FLASH_ISSI=y > CONFIG_SPI_FLASH_MACRONIX=y > CONFIG_SPI_FLASH_SPANSION=y > diff --git a/configs/xilinx_zynqmp_zcu102_revA_defconfig > b/configs/xilinx_zynqmp_zcu102_revA_defconfig > index bf14f0faf6ea..0acd64479031 100644 > --- a/configs/xilinx_zynqmp_zcu102_revA_defconfig > +++ b/configs/xilinx_zynqmp_zcu102_revA_defconfig > @@ -76,6 +76,7 @@ CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW=0x0 > CONFIG_MMC_SDHCI=y > CONFIG_MMC_SDHCI_ZYNQ=y > CONFIG_SPI_FLASH=y > +CONFIG_SPI_FLASH_BAR=y > CONFIG_SPI_FLASH_ISSI=y > CONFIG_SPI_FLASH_MACRONIX=y > CONFIG_SPI_FLASH_SPANSION=y > diff --git a/configs/xilinx_zynqmp_zcu102_revB_defconfig > b/configs/xilinx_zynqmp_zcu102_revB_defconfig > index 2aab26dd3fb0..a4b8f12a5ece 100644 > --- a/configs/xilinx_zynqmp_zcu102_revB_defconfig > +++ b/configs/xilinx_zynqmp_zcu102_revB_defconfig > @@ -74,6 +74,7 @@ CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW=0x0 > CONFIG_MMC_SDHCI=y > CONFIG_MMC_SDHCI_ZYNQ=y > CONFIG_SPI_FLASH=y > +CONFIG_SPI_FLASH_BAR=y > CONFIG_SPI_FLASH_ISSI=y > CONFIG_SPI_FLASH_MACRONIX=y > CONFIG_SPI_FLASH_SPANSION=y > diff --git a/configs/xilinx_zynqmp_zcu104_revA_defconfig > b/configs/xilinx_zynqmp_zcu104_revA_defconfig > index 07e58b192ab0..60c89bf7e444 100644 > --- a/configs/xilinx_zynqmp_zcu104_revA_defconfig > +++ b/configs/xilinx_zynqmp_zcu104_revA_defconfig > @@ -58,6 +58,7 @@ CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW=0x0 > CONFIG_MMC_SDHCI=y > CONFIG_MMC_SDHCI_ZYNQ=y > CONFIG_SPI_FLASH=y > +CONFIG_SPI_FLASH_BAR=y > CONFIG_SPI_FLASH_ISSI=y > CONFIG_SPI_FLASH_MACRONIX=y > CONFIG_SPI_FLASH_SPANSION=y > diff --git a/configs/xilinx_zynqmp_zcu104_revC_defconfig > b/configs/xilinx_zynqmp_zcu104_revC_defconfig > index d9799fc08941..8f1bacedad1f 100644 > --- a/configs/xilinx_zynqmp_zcu104_revC_defconfig > +++ b/configs/xilinx_zynqmp_zcu104_revC_defconfig > @@ -64,6 +64,7 @@ CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW=0x0 > CONFIG_MMC_SDHCI=y > CONFIG_MMC_SDHCI_ZYNQ=y > CONFIG_SPI_FLASH=y > +CONFIG_SPI_FLASH_BAR=y > CONFIG_SPI_FLASH_ISSI=y > CONFIG_SPI_FLASH_MACRONIX=y > CONFIG_SPI_FLASH_SPANSION=y > diff --git a/configs/xilinx_zynqmp_zcu106_revA_defconfig > b/configs/xilinx_zynqmp_zcu106_revA_defconfig > index 72b3ce16a884..0ed1707b560c 100644 > --- a/configs/xilinx_zynqmp_zcu106_revA_defconfig > +++ b/configs/xilinx_zynqmp_zcu106_revA_defconfig > @@ -68,6 +68,7 @@ CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW=0x0 > CONFIG_MMC_SDHCI=y > CONFIG_MMC_SDHCI_ZYNQ=y > CONFIG_SPI_FLASH=y > +CONFIG_SPI_FLASH_BAR=y > CONFIG_SPI_FLASH_ISSI=y > CONFIG_SPI_FLASH_MACRONIX=y > CONFIG_SPI_FLASH_SPANSION=y > diff --git a/configs/xilinx_zynqmp_zcu111_revA_defconfig > b/configs/xilinx_zynqmp_zcu111_revA_defconfig > index de739ed3b5f1..dad77ba0b4d8 100644 > --- a/configs/xilinx_zynqmp_zcu111_revA_defconfig > +++ b/configs/xilinx_zynqmp_zcu111_revA_defconfig > @@ -60,6 +60,7 @@ CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW=0x0 > CONFIG_MMC_SDHCI=y > CONFIG_MMC_SDHCI_ZYNQ=y > CONFIG_SPI_FLASH=y > +CONFIG_SPI_FLASH_BAR=y > CONFIG_SPI_FLASH_ISSI=y > CONFIG_SPI_FLASH_MACRONIX=y > CONFIG_SPI_FLASH_SPANSION=y > diff --git a/configs/xilinx_zynqmp_zcu1275_revA_defconfig > b/configs/xilinx_zynqmp_zcu1275_revA_defconfig > index d86c5d1a76a6..cd28dbe1e338 100644 > --- a/configs/xilinx_zynqmp_zcu1275_revA_defconfig > +++ b/configs/xilinx_zynqmp_zcu1275_revA_defconfig > @@ -36,6 +36,7 @@ CONFIG_FPGA_ZYNQMPPL=y > CONFIG_MISC=y > # CONFIG_MMC is not set > CONFIG_SPI_FLASH=y > +CONFIG_SPI_FLASH_BAR=y > CONFIG_SPI_FLASH_ISSI=y > CONFIG_SPI_FLASH_MACRONIX=y > CONFIG_SPI_FLASH_SPANSION=y > diff --git a/configs/xilinx_zynqmp_zcu1275_revB_defconfig > b/configs/xilinx_zynqmp_zcu1275_revB_defconfig > index aa24e3444a8e..5030912c0fab 100644 > --- a/configs/xilinx_zynqmp_zcu1275_revB_defconfig > +++ b/configs/xilinx_zynqmp_zcu1275_revB_defconfig > @@ -39,6 +39,7 @@ CONFIG_MISC=y > CONFIG_MMC_SDHCI=y > CONFIG_MMC_SDHCI_ZYNQ=y > CONFIG_SPI_FLASH=y > +CONFIG_SPI_FLASH_BAR=y > CONFIG_SPI_FLASH_ISSI=y > CONFIG_SPI_FLASH_MACRONIX=y > CONFIG_SPI_FLASH_SPANSION=y > -- > 2.17.1 >
Applied. M -- Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91 w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel - Xilinx Microblaze Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot