All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/3] configs: Unset CONFIG_SPI_BAR for all LS1088A defconfigs
@ 2019-04-24 12:45 Rajat Srivastava
  2019-04-24 12:45 ` [U-Boot] [PATCH 2/3] configs: Unset CONFIG_SPI_BAR for all LS1046A defconfigs Rajat Srivastava
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Rajat Srivastava @ 2019-04-24 12:45 UTC (permalink / raw)
  To: u-boot

From: Ashish Kumar <Ashish.Kumar@nxp.com>

Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Signed-off-by: Rajat Srivastava <rajat.srivastava@nxp.com>
---
 configs/ls1088aqds_qspi_SECURE_BOOT_defconfig        | 1 +
 configs/ls1088aqds_qspi_defconfig                    | 1 +
 configs/ls1088aqds_sdcard_qspi_defconfig             | 1 +
 configs/ls1088aqds_tfa_defconfig                     | 1 +
 configs/ls1088ardb_qspi_SECURE_BOOT_defconfig        | 1 +
 configs/ls1088ardb_qspi_defconfig                    | 1 +
 configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig | 1 +
 configs/ls1088ardb_sdcard_qspi_defconfig             | 1 +
 configs/ls1088ardb_tfa_SECURE_BOOT_defconfig         | 1 +
 configs/ls1088ardb_tfa_defconfig                     | 1 +
 10 files changed, 10 insertions(+)

diff --git a/configs/ls1088aqds_qspi_SECURE_BOOT_defconfig b/configs/ls1088aqds_qspi_SECURE_BOOT_defconfig
index 0254a861d8..08d10a5cef 100644
--- a/configs/ls1088aqds_qspi_SECURE_BOOT_defconfig
+++ b/configs/ls1088aqds_qspi_SECURE_BOOT_defconfig
@@ -16,6 +16,7 @@ CONFIG_USE_BOOTARGS=y
 CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 ramdisk_size=0x3000000 default_hugepagesz=2m hugepagesz=2m hugepages=256"
 # CONFIG_USE_BOOTCOMMAND is not set
 # CONFIG_DISPLAY_BOARDINFO is not set
+# CONFIG_SPI_FLASH_BAR is not set
 CONFIG_DISPLAY_BOARDINFO_LATE=y
 CONFIG_CMD_GREPENV=y
 CONFIG_CMD_MEMTEST=y
diff --git a/configs/ls1088aqds_qspi_defconfig b/configs/ls1088aqds_qspi_defconfig
index 9160de255d..22b3de15da 100644
--- a/configs/ls1088aqds_qspi_defconfig
+++ b/configs/ls1088aqds_qspi_defconfig
@@ -26,6 +26,7 @@ CONFIG_CMD_USB=y
 CONFIG_MP=y
 CONFIG_OF_CONTROL=y
 CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1088a-qds"
+# CONFIG_SPI_FLASH_BAR is not set
 CONFIG_ENV_IS_IN_SPI_FLASH=y
 CONFIG_NET_RANDOM_ETHADDR=y
 CONFIG_DM=y
diff --git a/configs/ls1088aqds_sdcard_qspi_defconfig b/configs/ls1088aqds_sdcard_qspi_defconfig
index 6a9577aba2..11a34b2294 100644
--- a/configs/ls1088aqds_sdcard_qspi_defconfig
+++ b/configs/ls1088aqds_sdcard_qspi_defconfig
@@ -20,6 +20,7 @@ CONFIG_USE_BOOTARGS=y
 CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 ramdisk_size=0x3000000 default_hugepagesz=2m hugepagesz=2m hugepages=256"
 # CONFIG_USE_BOOTCOMMAND is not set
 # CONFIG_DISPLAY_BOARDINFO is not set
+# CONFIG_SPI_FLASH_BAR is not set
 CONFIG_DISPLAY_BOARDINFO_LATE=y
 CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y
 CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x8b0
diff --git a/configs/ls1088aqds_tfa_defconfig b/configs/ls1088aqds_tfa_defconfig
index 891810a583..863d9c3361 100644
--- a/configs/ls1088aqds_tfa_defconfig
+++ b/configs/ls1088aqds_tfa_defconfig
@@ -17,6 +17,7 @@ CONFIG_USE_BOOTARGS=y
 CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 ramdisk_size=0x3000000 default_hugepagesz=2m hugepagesz=2m hugepages=256"
 # CONFIG_USE_BOOTCOMMAND is not set
 # CONFIG_DISPLAY_BOARDINFO is not set
+# CONFIG_SPI_FLASH_BAR is not set
 CONFIG_DISPLAY_BOARDINFO_LATE=y
 CONFIG_CMD_GREPENV=y
 CONFIG_CMD_MEMTEST=y
diff --git a/configs/ls1088ardb_qspi_SECURE_BOOT_defconfig b/configs/ls1088ardb_qspi_SECURE_BOOT_defconfig
index 78aec38a12..d9220d4be0 100644
--- a/configs/ls1088ardb_qspi_SECURE_BOOT_defconfig
+++ b/configs/ls1088ardb_qspi_SECURE_BOOT_defconfig
@@ -17,6 +17,7 @@ CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21
 # CONFIG_USE_BOOTCOMMAND is not set
 CONFIG_MISC_INIT_R=y
 # CONFIG_DISPLAY_BOARDINFO is not set
+# CONFIG_SPI_FLASH_BAR is not set
 CONFIG_DISPLAY_BOARDINFO_LATE=y
 CONFIG_CMD_GREPENV=y
 CONFIG_CMD_MEMTEST=y
diff --git a/configs/ls1088ardb_qspi_defconfig b/configs/ls1088ardb_qspi_defconfig
index 5503a71d3c..611a761af1 100644
--- a/configs/ls1088ardb_qspi_defconfig
+++ b/configs/ls1088ardb_qspi_defconfig
@@ -23,6 +23,7 @@ CONFIG_CMD_I2C=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_SF=y
 CONFIG_CMD_USB=y
+# CONFIG_SPI_FLASH_BAR is not set
 # CONFIG_CMD_SETEXPR is not set
 CONFIG_MP=y
 CONFIG_OF_CONTROL=y
diff --git a/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig b/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig
index b53f212125..4e8ab6e584 100644
--- a/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig
+++ b/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig
@@ -21,6 +21,7 @@ CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21
 # CONFIG_USE_BOOTCOMMAND is not set
 CONFIG_MISC_INIT_R=y
 # CONFIG_DISPLAY_BOARDINFO is not set
+# CONFIG_SPI_FLASH_BAR is not set
 CONFIG_DISPLAY_BOARDINFO_LATE=y
 CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y
 CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x8b0
diff --git a/configs/ls1088ardb_sdcard_qspi_defconfig b/configs/ls1088ardb_sdcard_qspi_defconfig
index a7cdead46e..1a15045b10 100644
--- a/configs/ls1088ardb_sdcard_qspi_defconfig
+++ b/configs/ls1088ardb_sdcard_qspi_defconfig
@@ -21,6 +21,7 @@ CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21
 # CONFIG_USE_BOOTCOMMAND is not set
 CONFIG_MISC_INIT_R=y
 # CONFIG_DISPLAY_BOARDINFO is not set
+# CONFIG_SPI_FLASH_BAR is not set
 CONFIG_DISPLAY_BOARDINFO_LATE=y
 CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y
 CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x8b0
diff --git a/configs/ls1088ardb_tfa_SECURE_BOOT_defconfig b/configs/ls1088ardb_tfa_SECURE_BOOT_defconfig
index 1163399c74..d2c9c59b77 100644
--- a/configs/ls1088ardb_tfa_SECURE_BOOT_defconfig
+++ b/configs/ls1088ardb_tfa_SECURE_BOOT_defconfig
@@ -17,6 +17,7 @@ CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4"
 CONFIG_USE_BOOTARGS=y
 CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 ramdisk_size=0x3000000 default_hugepagesz=2m hugepagesz=2m hugepages=256"
 # CONFIG_USE_BOOTCOMMAND is not set
+# CONFIG_SPI_FLASH_BAR is not set
 CONFIG_MISC_INIT_R=y
 # CONFIG_DISPLAY_BOARDINFO is not set
 CONFIG_DISPLAY_BOARDINFO_LATE=y
diff --git a/configs/ls1088ardb_tfa_defconfig b/configs/ls1088ardb_tfa_defconfig
index 7263471685..b41f577be4 100644
--- a/configs/ls1088ardb_tfa_defconfig
+++ b/configs/ls1088ardb_tfa_defconfig
@@ -41,6 +41,7 @@ CONFIG_DM_SPI_FLASH=y
 CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_SPANSION=y
 # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
+# CONFIG_SPI_FLASH_BAR is not set
 CONFIG_E1000=y
 CONFIG_MII=y
 CONFIG_PCI=y
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [U-Boot] [PATCH 2/3] configs: Unset CONFIG_SPI_BAR for all LS1046A defconfigs
  2019-04-24 12:45 [U-Boot] [PATCH 1/3] configs: Unset CONFIG_SPI_BAR for all LS1088A defconfigs Rajat Srivastava
@ 2019-04-24 12:45 ` Rajat Srivastava
  2019-05-22 12:33   ` Prabhakar Kushwaha
  2019-05-22 12:33   ` Prabhakar Kushwaha
  2019-04-24 12:45 ` [U-Boot] [PATCH 3/3] configs: Unset CONFIG_SPI_BAR for all LS2080A/LS2081A defconfigs Rajat Srivastava
  2019-05-22 12:33 ` [U-Boot] [PATCH 1/3] configs: Unset CONFIG_SPI_BAR for all LS1088A defconfigs Prabhakar Kushwaha
  2 siblings, 2 replies; 7+ messages in thread
From: Rajat Srivastava @ 2019-04-24 12:45 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Rajat Srivastava <rajat.srivastava@nxp.com>
---
 configs/ls1046aqds_qspi_defconfig               | 1 +
 configs/ls1046aqds_sdcard_qspi_defconfig        | 1 +
 configs/ls1046aqds_tfa_defconfig                | 1 +
 configs/ls1046ardb_emmc_defconfig               | 1 +
 configs/ls1046ardb_qspi_SECURE_BOOT_defconfig   | 1 +
 configs/ls1046ardb_qspi_defconfig               | 1 +
 configs/ls1046ardb_qspi_spl_defconfig           | 1 +
 configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig | 1 +
 configs/ls1046ardb_sdcard_defconfig             | 1 +
 configs/ls1046ardb_tfa_SECURE_BOOT_defconfig    | 1 +
 configs/ls1046ardb_tfa_defconfig                | 1 +
 11 files changed, 11 insertions(+)

diff --git a/configs/ls1046aqds_qspi_defconfig b/configs/ls1046aqds_qspi_defconfig
index 4cc19fe7ac..1e9a6c7480 100644
--- a/configs/ls1046aqds_qspi_defconfig
+++ b/configs/ls1046aqds_qspi_defconfig
@@ -12,6 +12,7 @@ CONFIG_BOOTDELAY=10
 CONFIG_USE_BOOTARGS=y
 CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.quadspi:2m(uboot),14m(free)"
 # CONFIG_USE_BOOTCOMMAND is not set
+# CONFIG_SPI_FLASH_BAR is not set
 CONFIG_MISC_INIT_R=y
 CONFIG_CMD_BOOTZ=y
 CONFIG_CMD_GREPENV=y
diff --git a/configs/ls1046aqds_sdcard_qspi_defconfig b/configs/ls1046aqds_sdcard_qspi_defconfig
index a7620d23ad..180a36c952 100644
--- a/configs/ls1046aqds_sdcard_qspi_defconfig
+++ b/configs/ls1046aqds_sdcard_qspi_defconfig
@@ -19,6 +19,7 @@ CONFIG_BOOTDELAY=10
 CONFIG_USE_BOOTARGS=y
 CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.quadspi:2m(uboot),14m(free)"
 # CONFIG_USE_BOOTCOMMAND is not set
+# CONFIG_SPI_FLASH_BAR is not set
 CONFIG_MISC_INIT_R=y
 CONFIG_SPL_BOARD_INIT=y
 CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y
diff --git a/configs/ls1046aqds_tfa_defconfig b/configs/ls1046aqds_tfa_defconfig
index ede5df6224..60a7b13205 100644
--- a/configs/ls1046aqds_tfa_defconfig
+++ b/configs/ls1046aqds_tfa_defconfig
@@ -13,6 +13,7 @@ CONFIG_BOOTDELAY=10
 CONFIG_USE_BOOTARGS=y
 CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=60000000.nor:2m at 0x100000(nor_bank0_uboot),40m at 0x1100000(nor_bank0_fit),7m(nor_bank0_user),2m at 0x4100000(nor_bank4_uboot),40m at 0x5100000(nor_bank4_fit),-(nor_bank4_user);7e800000.flash:4m(nand_uboot),36m(nand_kernel),472m(nand_free);spi0.0:2m(uboot),14m(free)"
 # CONFIG_USE_BOOTCOMMAND is not set
+# CONFIG_SPI_FLASH_BAR is not set
 CONFIG_MISC_INIT_R=y
 CONFIG_CMD_BOOTZ=y
 CONFIG_CMD_IMLS=y
diff --git a/configs/ls1046ardb_emmc_defconfig b/configs/ls1046ardb_emmc_defconfig
index 4b45289869..cdad734fc9 100644
--- a/configs/ls1046ardb_emmc_defconfig
+++ b/configs/ls1046ardb_emmc_defconfig
@@ -19,6 +19,7 @@ CONFIG_BOOTDELAY=10
 CONFIG_USE_BOOTARGS=y
 CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
 # CONFIG_USE_BOOTCOMMAND is not set
+# CONFIG_SPI_FLASH_BAR is not set
 CONFIG_MISC_INIT_R=y
 CONFIG_SPL_BOARD_INIT=y
 CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y
diff --git a/configs/ls1046ardb_qspi_SECURE_BOOT_defconfig b/configs/ls1046ardb_qspi_SECURE_BOOT_defconfig
index 27309bfa33..882170c9f7 100644
--- a/configs/ls1046ardb_qspi_SECURE_BOOT_defconfig
+++ b/configs/ls1046ardb_qspi_SECURE_BOOT_defconfig
@@ -32,6 +32,7 @@ CONFIG_DM_MMC=y
 CONFIG_FSL_ESDHC=y
 CONFIG_SPI_FLASH=y
 # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
+# CONFIG_SPI_FLASH_BAR is not set
 CONFIG_PHYLIB=y
 CONFIG_PHY_AQUANTIA=y
 CONFIG_E1000=y
diff --git a/configs/ls1046ardb_qspi_defconfig b/configs/ls1046ardb_qspi_defconfig
index d2850480d6..48b44a87a1 100644
--- a/configs/ls1046ardb_qspi_defconfig
+++ b/configs/ls1046ardb_qspi_defconfig
@@ -33,6 +33,7 @@ CONFIG_DM_MMC=y
 CONFIG_FSL_ESDHC=y
 CONFIG_SPI_FLASH=y
 # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
+# CONFIG_SPI_FLASH_BAR is not set
 CONFIG_PHYLIB=y
 CONFIG_PHY_AQUANTIA=y
 CONFIG_E1000=y
diff --git a/configs/ls1046ardb_qspi_spl_defconfig b/configs/ls1046ardb_qspi_spl_defconfig
index 975cc580bd..c10a007fcc 100644
--- a/configs/ls1046ardb_qspi_spl_defconfig
+++ b/configs/ls1046ardb_qspi_spl_defconfig
@@ -40,6 +40,7 @@ CONFIG_CMD_CACHE=y
 CONFIG_MP=y
 CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
 # CONFIG_SPL_EFI_PARTITION is not set
+# CONFIG_SPI_FLASH_BAR is not set
 CONFIG_OF_CONTROL=y
 CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1046a-rdb"
 CONFIG_ENV_IS_IN_SPI_FLASH=y
diff --git a/configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig b/configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig
index 643a52039a..eb50146b33 100644
--- a/configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig
+++ b/configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig
@@ -38,6 +38,7 @@ CONFIG_CMD_CACHE=y
 CONFIG_MP=y
 CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
 # CONFIG_SPL_EFI_PARTITION is not set
+# CONFIG_SPI_FLASH_BAR is not set
 CONFIG_OF_CONTROL=y
 CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1046a-rdb"
 CONFIG_DM=y
diff --git a/configs/ls1046ardb_sdcard_defconfig b/configs/ls1046ardb_sdcard_defconfig
index a7624967cf..f6b8253c51 100644
--- a/configs/ls1046ardb_sdcard_defconfig
+++ b/configs/ls1046ardb_sdcard_defconfig
@@ -37,6 +37,7 @@ CONFIG_CMD_CACHE=y
 CONFIG_MP=y
 CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
 # CONFIG_SPL_EFI_PARTITION is not set
+# CONFIG_SPI_FLASH_BAR is not set
 CONFIG_OF_CONTROL=y
 CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1046a-rdb"
 CONFIG_ENV_IS_IN_MMC=y
diff --git a/configs/ls1046ardb_tfa_SECURE_BOOT_defconfig b/configs/ls1046ardb_tfa_SECURE_BOOT_defconfig
index 93efb5c3a9..90ae7a6bd1 100644
--- a/configs/ls1046ardb_tfa_SECURE_BOOT_defconfig
+++ b/configs/ls1046ardb_tfa_SECURE_BOOT_defconfig
@@ -33,6 +33,7 @@ CONFIG_DM_MMC=y
 CONFIG_FSL_ESDHC=y
 CONFIG_SPI_FLASH=y
 # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
+# CONFIG_SPI_FLASH_BAR is not set
 CONFIG_PHYLIB=y
 CONFIG_PHY_AQUANTIA=y
 CONFIG_E1000=y
diff --git a/configs/ls1046ardb_tfa_defconfig b/configs/ls1046ardb_tfa_defconfig
index c86e182459..47901de505 100644
--- a/configs/ls1046ardb_tfa_defconfig
+++ b/configs/ls1046ardb_tfa_defconfig
@@ -35,6 +35,7 @@ CONFIG_DM_MMC=y
 CONFIG_FSL_ESDHC=y
 CONFIG_SPI_FLASH=y
 # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
+# CONFIG_SPI_FLASH_BAR is not set
 CONFIG_PHYLIB=y
 CONFIG_PHY_AQUANTIA=y
 CONFIG_E1000=y
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [U-Boot] [PATCH 3/3] configs: Unset CONFIG_SPI_BAR for all LS2080A/LS2081A defconfigs
  2019-04-24 12:45 [U-Boot] [PATCH 1/3] configs: Unset CONFIG_SPI_BAR for all LS1088A defconfigs Rajat Srivastava
  2019-04-24 12:45 ` [U-Boot] [PATCH 2/3] configs: Unset CONFIG_SPI_BAR for all LS1046A defconfigs Rajat Srivastava
@ 2019-04-24 12:45 ` Rajat Srivastava
  2019-05-22 12:33   ` Prabhakar Kushwaha
  2019-05-22 12:33 ` [U-Boot] [PATCH 1/3] configs: Unset CONFIG_SPI_BAR for all LS1088A defconfigs Prabhakar Kushwaha
  2 siblings, 1 reply; 7+ messages in thread
From: Rajat Srivastava @ 2019-04-24 12:45 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Rajat Srivastava <rajat.srivastava@nxp.com>
---
 configs/ls2080aqds_nand_defconfig             | 1 +
 configs/ls2080aqds_qspi_defconfig             | 1 +
 configs/ls2080aqds_sdcard_defconfig           | 1 +
 configs/ls2081ardb_defconfig                  | 1 +
 configs/ls2088ardb_qspi_SECURE_BOOT_defconfig | 1 +
 configs/ls2088ardb_qspi_defconfig             | 1 +
 configs/ls2088ardb_tfa_SECURE_BOOT_defconfig  | 1 +
 configs/ls2088ardb_tfa_defconfig              | 1 +
 8 files changed, 8 insertions(+)

diff --git a/configs/ls2080aqds_nand_defconfig b/configs/ls2080aqds_nand_defconfig
index 170c2ce15f..6741c82d4c 100644
--- a/configs/ls2080aqds_nand_defconfig
+++ b/configs/ls2080aqds_nand_defconfig
@@ -17,6 +17,7 @@ CONFIG_BOOTDELAY=10
 CONFIG_USE_BOOTARGS=y
 CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 ramdisk_size=0x2000000 default_hugepagesz=2m hugepagesz=2m hugepages=256"
 # CONFIG_USE_BOOTCOMMAND is not set
+# CONFIG_SPI_FLASH_BAR is not set
 CONFIG_SPL_ENV_SUPPORT=y
 CONFIG_SPL_I2C_SUPPORT=y
 CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT=y
diff --git a/configs/ls2080aqds_qspi_defconfig b/configs/ls2080aqds_qspi_defconfig
index a3e35bd77d..fd57245ddb 100644
--- a/configs/ls2080aqds_qspi_defconfig
+++ b/configs/ls2080aqds_qspi_defconfig
@@ -13,6 +13,7 @@ CONFIG_BOOTDELAY=10
 CONFIG_USE_BOOTARGS=y
 CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 ramdisk_size=0x2000000 default_hugepagesz=2m hugepagesz=2m hugepages=256"
 # CONFIG_USE_BOOTCOMMAND is not set
+# CONFIG_SPI_FLASH_BAR is not set
 CONFIG_CMD_GREPENV=y
 CONFIG_CMD_EEPROM=y
 CONFIG_CMD_GPT=y
diff --git a/configs/ls2080aqds_sdcard_defconfig b/configs/ls2080aqds_sdcard_defconfig
index d4c64a52f1..e89eaa91a7 100644
--- a/configs/ls2080aqds_sdcard_defconfig
+++ b/configs/ls2080aqds_sdcard_defconfig
@@ -19,6 +19,7 @@ CONFIG_BOOTDELAY=10
 CONFIG_USE_BOOTARGS=y
 CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 ramdisk_size=0x2000000 default_hugepagesz=2m hugepagesz=2m hugepages=256"
 # CONFIG_USE_BOOTCOMMAND is not set
+# CONFIG_SPI_FLASH_BAR is not set
 CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y
 CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x8b0
 CONFIG_SPL_ENV_SUPPORT=y
diff --git a/configs/ls2081ardb_defconfig b/configs/ls2081ardb_defconfig
index d7c8a5613c..f2b8db6cb4 100644
--- a/configs/ls2081ardb_defconfig
+++ b/configs/ls2081ardb_defconfig
@@ -14,6 +14,7 @@ CONFIG_BOOTDELAY=10
 CONFIG_USE_BOOTARGS=y
 CONFIG_BOOTARGS="console=ttyS1,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0600 ramdisk_size=0x2000000 default_hugepagesz=2m hugepagesz=2m hugepages=256"
 # CONFIG_USE_BOOTCOMMAND is not set
+# CONFIG_SPI_FLASH_BAR is not set
 CONFIG_MISC_INIT_R=y
 CONFIG_CMD_GREPENV=y
 CONFIG_CMD_GPT=y
diff --git a/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig b/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig
index 3fedbc2038..dd001db858 100644
--- a/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig
+++ b/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig
@@ -13,6 +13,7 @@ CONFIG_OF_STDOUT_VIA_ALIAS=y
 CONFIG_QSPI_BOOT=y
 CONFIG_BOOTDELAY=10
 # CONFIG_USE_BOOTCOMMAND is not set
+# CONFIG_SPI_FLASH_BAR is not set
 CONFIG_MISC_INIT_R=y
 CONFIG_CMD_GREPENV=y
 CONFIG_CMD_GPT=y
diff --git a/configs/ls2088ardb_qspi_defconfig b/configs/ls2088ardb_qspi_defconfig
index ff1f95f081..2beb047dcf 100644
--- a/configs/ls2088ardb_qspi_defconfig
+++ b/configs/ls2088ardb_qspi_defconfig
@@ -14,6 +14,7 @@ CONFIG_BOOTDELAY=10
 CONFIG_USE_BOOTARGS=y
 CONFIG_BOOTARGS="console=ttyS1,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0600 ramdisk_size=0x2000000 default_hugepagesz=2m hugepagesz=2m hugepages=256"
 # CONFIG_USE_BOOTCOMMAND is not set
+# CONFIG_SPI_FLASH_BAR is not set
 CONFIG_MISC_INIT_R=y
 CONFIG_CMD_GREPENV=y
 CONFIG_CMD_GPT=y
diff --git a/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig b/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
index 058b3dd938..ee3a83a075 100644
--- a/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
+++ b/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
@@ -16,6 +16,7 @@ CONFIG_BOOTDELAY=10
 CONFIG_USE_BOOTARGS=y
 CONFIG_BOOTARGS="console=ttyS1,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0600 ramdisk_size=0x2000000 default_hugepagesz=2m hugepagesz=2m hugepages=256"
 # CONFIG_USE_BOOTCOMMAND is not set
+# CONFIG_SPI_FLASH_BAR is not set
 CONFIG_MISC_INIT_R=y
 CONFIG_CMD_IMLS=y
 CONFIG_CMD_GREPENV=y
diff --git a/configs/ls2088ardb_tfa_defconfig b/configs/ls2088ardb_tfa_defconfig
index e15156be3e..74fdbbeb8d 100644
--- a/configs/ls2088ardb_tfa_defconfig
+++ b/configs/ls2088ardb_tfa_defconfig
@@ -15,6 +15,7 @@ CONFIG_BOOTDELAY=10
 CONFIG_USE_BOOTARGS=y
 CONFIG_BOOTARGS="console=ttyS1,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0600 ramdisk_size=0x2000000 default_hugepagesz=2m hugepagesz=2m hugepages=256"
 # CONFIG_USE_BOOTCOMMAND is not set
+# CONFIG_SPI_FLASH_BAR is not set
 CONFIG_MISC_INIT_R=y
 CONFIG_CMD_IMLS=y
 CONFIG_CMD_GREPENV=y
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [U-Boot] [PATCH 1/3] configs: Unset CONFIG_SPI_BAR for all LS1088A defconfigs
  2019-04-24 12:45 [U-Boot] [PATCH 1/3] configs: Unset CONFIG_SPI_BAR for all LS1088A defconfigs Rajat Srivastava
  2019-04-24 12:45 ` [U-Boot] [PATCH 2/3] configs: Unset CONFIG_SPI_BAR for all LS1046A defconfigs Rajat Srivastava
  2019-04-24 12:45 ` [U-Boot] [PATCH 3/3] configs: Unset CONFIG_SPI_BAR for all LS2080A/LS2081A defconfigs Rajat Srivastava
@ 2019-05-22 12:33 ` Prabhakar Kushwaha
  2 siblings, 0 replies; 7+ messages in thread
From: Prabhakar Kushwaha @ 2019-05-22 12:33 UTC (permalink / raw)
  To: u-boot


> -----Original Message-----
> From: Rajat Srivastava <rajat.srivastava@nxp.com>
> Sent: Wednesday, April 24, 2019 6:15 PM
> To: u-boot at lists.denx.de; Prabhakar Kushwaha
> <prabhakar.kushwaha@nxp.com>
> Cc: Ashish Kumar <ashish.kumar@nxp.com>; Rajat Srivastava
> <rajat.srivastava@nxp.com>
> Subject: [PATCH 1/3] configs: Unset CONFIG_SPI_BAR for all LS1088A defconfigs
> 
> From: Ashish Kumar <Ashish.Kumar@nxp.com>
> 
> Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
> Signed-off-by: Rajat Srivastava <rajat.srivastava@nxp.com>
> ---

This patch has been applied to fsl-qoriq master, awaiting upstream.

--pk

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] [PATCH 2/3] configs: Unset CONFIG_SPI_BAR for all LS1046A defconfigs
  2019-04-24 12:45 ` [U-Boot] [PATCH 2/3] configs: Unset CONFIG_SPI_BAR for all LS1046A defconfigs Rajat Srivastava
@ 2019-05-22 12:33   ` Prabhakar Kushwaha
  2019-05-22 12:33   ` Prabhakar Kushwaha
  1 sibling, 0 replies; 7+ messages in thread
From: Prabhakar Kushwaha @ 2019-05-22 12:33 UTC (permalink / raw)
  To: u-boot


> -----Original Message-----
> From: Rajat Srivastava <rajat.srivastava@nxp.com>
> Sent: Wednesday, April 24, 2019 6:15 PM
> To: u-boot at lists.denx.de; Prabhakar Kushwaha
> <prabhakar.kushwaha@nxp.com>
> Cc: Rajat Srivastava <rajat.srivastava@nxp.com>
> Subject: [PATCH 2/3] configs: Unset CONFIG_SPI_BAR for all LS1046A defconfigs
> 
> Signed-off-by: Rajat Srivastava <rajat.srivastava@nxp.com>
> ---
>  configs/ls1046aqds_qspi_defconfig               | 1 +
>  configs/ls1046aqds_sdcard_qspi_defconfig        | 1 +
>  configs/ls1046aqds_tfa_defconfig                | 1 +
>  configs/ls1046ardb_emmc_defconfig               | 1 +
>  configs/ls1046ardb_qspi_SECURE_BOOT_defconfig   | 1 +
>  configs/ls1046ardb_qspi_defconfig               | 1 +
>  configs/ls1046ardb_qspi_spl_defconfig           | 1 +
>  configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig | 1 +
>  configs/ls1046ardb_sdcard_defconfig             | 1 +
>  configs/ls1046ardb_tfa_SECURE_BOOT_defconfig    | 1 +
>  configs/ls1046ardb_tfa_defconfig                | 1 +
>  11 files changed, 11 insertions(+)
> 
> diff --git a/configs/ls1046aqds_qspi_defconfig
> b/configs/ls1046aqds_qspi_defconfig
> index 4cc19fe7ac..1e9a6c7480 100644
> --- a/configs/ls1046aqds_qspi_defconfig
> +++ b/configs/ls1046aqds_qspi_defconfig
> @@ -12,6 +12,7 @@ CONFIG_BOOTDELAY=10
>  CONFIG_USE_BOOTARGS=y
>  CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0
> earlycon=uart8250,mmio,0x21c0500
> mtdparts=1550000.quadspi:2m(uboot),14m(free)"
>  # CONFIG_USE_BOOTCOMMAND is not set
> +# CONFIG_SPI_FLASH_BAR is not set
>  CONFIG_MISC_INIT_R=y
>  CONFIG_CMD_BOOTZ=y
>  CONFIG_CMD_GREPENV=y
> diff --git a/configs/ls1046aqds_sdcard_qspi_defconfig
> b/configs/ls1046aqds_sdcard_qspi_defconfig
> index a7620d23ad..180a36c952 100644
> --- a/configs/ls1046aqds_sdcard_qspi_defconfig
> +++ b/configs/ls1046aqds_sdcard_qspi_defconfig
> @@ -19,6 +19,7 @@ CONFIG_BOOTDELAY=10
>  CONFIG_USE_BOOTARGS=y
>  CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0
> earlycon=uart8250,mmio,0x21c0500
> mtdparts=1550000.quadspi:2m(uboot),14m(free)"
>  # CONFIG_USE_BOOTCOMMAND is not set
> +# CONFIG_SPI_FLASH_BAR is not set
>  CONFIG_MISC_INIT_R=y
>  CONFIG_SPL_BOARD_INIT=y
>  CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y
> diff --git a/configs/ls1046aqds_tfa_defconfig
> b/configs/ls1046aqds_tfa_defconfig
> index ede5df6224..60a7b13205 100644
> --- a/configs/ls1046aqds_tfa_defconfig
> +++ b/configs/ls1046aqds_tfa_defconfig
> @@ -13,6 +13,7 @@ CONFIG_BOOTDELAY=10
>  CONFIG_USE_BOOTARGS=y
>  CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0
> earlycon=uart8250,mmio,0x21c0500
> mtdparts=60000000.nor:2m at 0x100000(nor_bank0_uboot),40m at 0x1100000(n
> or_bank0_fit),7m(nor_bank0_user),2m at 0x4100000(nor_bank4_uboot),40m at 0
> x5100000(nor_bank4_fit),-
> (nor_bank4_user);7e800000.flash:4m(nand_uboot),36m(nand_kernel),472m(nan
> d_free);spi0.0:2m(uboot),14m(free)"
>  # CONFIG_USE_BOOTCOMMAND is not set
> +# CONFIG_SPI_FLASH_BAR is not set
>  CONFIG_MISC_INIT_R=y
>  CONFIG_CMD_BOOTZ=y
>  CONFIG_CMD_IMLS=y
> diff --git a/configs/ls1046ardb_emmc_defconfig
> b/configs/ls1046ardb_emmc_defconfig
> index 4b45289869..cdad734fc9 100644
> --- a/configs/ls1046ardb_emmc_defconfig
> +++ b/configs/ls1046ardb_emmc_defconfig
> @@ -19,6 +19,7 @@ CONFIG_BOOTDELAY=10
>  CONFIG_USE_BOOTARGS=y
>  CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0
> earlycon=uart8250,mmio,0x21c0500
> mtdparts=1550000.quadspi:1m(rcw),15m(u-
> boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448
> m(nand_free)"
>  # CONFIG_USE_BOOTCOMMAND is not set
> +# CONFIG_SPI_FLASH_BAR is not set
>  CONFIG_MISC_INIT_R=y
>  CONFIG_SPL_BOARD_INIT=y
>  CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y
> diff --git a/configs/ls1046ardb_qspi_SECURE_BOOT_defconfig
> b/configs/ls1046ardb_qspi_SECURE_BOOT_defconfig
> index 27309bfa33..882170c9f7 100644
> --- a/configs/ls1046ardb_qspi_SECURE_BOOT_defconfig
> +++ b/configs/ls1046ardb_qspi_SECURE_BOOT_defconfig
> @@ -32,6 +32,7 @@ CONFIG_DM_MMC=y
>  CONFIG_FSL_ESDHC=y
>  CONFIG_SPI_FLASH=y
>  # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
> +# CONFIG_SPI_FLASH_BAR is not set
>  CONFIG_PHYLIB=y
>  CONFIG_PHY_AQUANTIA=y
>  CONFIG_E1000=y
> diff --git a/configs/ls1046ardb_qspi_defconfig
> b/configs/ls1046ardb_qspi_defconfig
> index d2850480d6..48b44a87a1 100644
> --- a/configs/ls1046ardb_qspi_defconfig
> +++ b/configs/ls1046ardb_qspi_defconfig
> @@ -33,6 +33,7 @@ CONFIG_DM_MMC=y
>  CONFIG_FSL_ESDHC=y
>  CONFIG_SPI_FLASH=y
>  # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
> +# CONFIG_SPI_FLASH_BAR is not set
>  CONFIG_PHYLIB=y
>  CONFIG_PHY_AQUANTIA=y
>  CONFIG_E1000=y
> diff --git a/configs/ls1046ardb_qspi_spl_defconfig
> b/configs/ls1046ardb_qspi_spl_defconfig
> index 975cc580bd..c10a007fcc 100644
> --- a/configs/ls1046ardb_qspi_spl_defconfig
> +++ b/configs/ls1046ardb_qspi_spl_defconfig
> @@ -40,6 +40,7 @@ CONFIG_CMD_CACHE=y
>  CONFIG_MP=y
>  CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-
> boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448
> m(nand_free)"
>  # CONFIG_SPL_EFI_PARTITION is not set
> +# CONFIG_SPI_FLASH_BAR is not set
>  CONFIG_OF_CONTROL=y
>  CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1046a-rdb"
>  CONFIG_ENV_IS_IN_SPI_FLASH=y
> diff --git a/configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig
> b/configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig
> index 643a52039a..eb50146b33 100644
> --- a/configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig
> +++ b/configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig
> @@ -38,6 +38,7 @@ CONFIG_CMD_CACHE=y
>  CONFIG_MP=y
>  CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-
> boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448
> m(nand_free)"
>  # CONFIG_SPL_EFI_PARTITION is not set
> +# CONFIG_SPI_FLASH_BAR is not set
>  CONFIG_OF_CONTROL=y
>  CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1046a-rdb"
>  CONFIG_DM=y
> diff --git a/configs/ls1046ardb_sdcard_defconfig
> b/configs/ls1046ardb_sdcard_defconfig
> index a7624967cf..f6b8253c51 100644
> --- a/configs/ls1046ardb_sdcard_defconfig
> +++ b/configs/ls1046ardb_sdcard_defconfig
> @@ -37,6 +37,7 @@ CONFIG_CMD_CACHE=y
>  CONFIG_MP=y
>  CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-
> boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448
> m(nand_free)"
>  # CONFIG_SPL_EFI_PARTITION is not set
> +# CONFIG_SPI_FLASH_BAR is not set
>  CONFIG_OF_CONTROL=y
>  CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1046a-rdb"
>  CONFIG_ENV_IS_IN_MMC=y
> diff --git a/configs/ls1046ardb_tfa_SECURE_BOOT_defconfig
> b/configs/ls1046ardb_tfa_SECURE_BOOT_defconfig
> index 93efb5c3a9..90ae7a6bd1 100644
> --- a/configs/ls1046ardb_tfa_SECURE_BOOT_defconfig
> +++ b/configs/ls1046ardb_tfa_SECURE_BOOT_defconfig
> @@ -33,6 +33,7 @@ CONFIG_DM_MMC=y
>  CONFIG_FSL_ESDHC=y
>  CONFIG_SPI_FLASH=y
>  # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
> +# CONFIG_SPI_FLASH_BAR is not set
>  CONFIG_PHYLIB=y
>  CONFIG_PHY_AQUANTIA=y
>  CONFIG_E1000=y
> diff --git a/configs/ls1046ardb_tfa_defconfig
> b/configs/ls1046ardb_tfa_defconfig
> index c86e182459..47901de505 100644
> --- a/configs/ls1046ardb_tfa_defconfig
> +++ b/configs/ls1046ardb_tfa_defconfig
> @@ -35,6 +35,7 @@ CONFIG_DM_MMC=y
>  CONFIG_FSL_ESDHC=y
>  CONFIG_SPI_FLASH=y
>  # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
> +# CONFIG_SPI_FLASH_BAR is not set
>  CONFIG_PHYLIB=y
>  CONFIG_PHY_AQUANTIA=y
>  CONFIG_E1000=y
> --
> 2.17.1

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] [PATCH 2/3] configs: Unset CONFIG_SPI_BAR for all LS1046A defconfigs
  2019-04-24 12:45 ` [U-Boot] [PATCH 2/3] configs: Unset CONFIG_SPI_BAR for all LS1046A defconfigs Rajat Srivastava
  2019-05-22 12:33   ` Prabhakar Kushwaha
@ 2019-05-22 12:33   ` Prabhakar Kushwaha
  1 sibling, 0 replies; 7+ messages in thread
From: Prabhakar Kushwaha @ 2019-05-22 12:33 UTC (permalink / raw)
  To: u-boot


> -----Original Message-----
> From: Rajat Srivastava <rajat.srivastava@nxp.com>
> Sent: Wednesday, April 24, 2019 6:15 PM
> To: u-boot at lists.denx.de; Prabhakar Kushwaha
> <prabhakar.kushwaha@nxp.com>
> Cc: Rajat Srivastava <rajat.srivastava@nxp.com>
> Subject: [PATCH 2/3] configs: Unset CONFIG_SPI_BAR for all LS1046A defconfigs
> 
> Signed-off-by: Rajat Srivastava <rajat.srivastava@nxp.com>
> ---
>  configs/ls1046aqds_qspi_defconfig               | 1 +
>  configs/ls1046aqds_sdcard_qspi_defconfig        | 1 +
>  configs/ls1046aqds_tfa_defconfig                | 1 +
>  configs/ls1046ardb_emmc_defconfig               | 1 +
>  configs/ls1046ardb_qspi_SECURE_BOOT_defconfig   | 1 +
>  configs/ls1046ardb_qspi_defconfig               | 1 +
>  configs/ls1046ardb_qspi_spl_defconfig           | 1 +
>  configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig | 1 +
>  configs/ls1046ardb_sdcard_defconfig             | 1 +
>  configs/ls1046ardb_tfa_SECURE_BOOT_defconfig    | 1 +
>  configs/ls1046ardb_tfa_defconfig                | 1 +
>  11 files changed, 11 insertions(+)
> 

This patch has been applied to fsl-qoriq master, awaiting upstream.

--pk

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] [PATCH 3/3] configs: Unset CONFIG_SPI_BAR for all LS2080A/LS2081A defconfigs
  2019-04-24 12:45 ` [U-Boot] [PATCH 3/3] configs: Unset CONFIG_SPI_BAR for all LS2080A/LS2081A defconfigs Rajat Srivastava
@ 2019-05-22 12:33   ` Prabhakar Kushwaha
  0 siblings, 0 replies; 7+ messages in thread
From: Prabhakar Kushwaha @ 2019-05-22 12:33 UTC (permalink / raw)
  To: u-boot


> -----Original Message-----
> From: Rajat Srivastava <rajat.srivastava@nxp.com>
> Sent: Wednesday, April 24, 2019 6:15 PM
> To: u-boot at lists.denx.de; Prabhakar Kushwaha
> <prabhakar.kushwaha@nxp.com>
> Cc: Rajat Srivastava <rajat.srivastava@nxp.com>
> Subject: [PATCH 3/3] configs: Unset CONFIG_SPI_BAR for all LS2080A/LS2081A
> defconfigs
> 
> Signed-off-by: Rajat Srivastava <rajat.srivastava@nxp.com>
> ---
>  configs/ls2080aqds_nand_defconfig             | 1 +
>  configs/ls2080aqds_qspi_defconfig             | 1 +
>  configs/ls2080aqds_sdcard_defconfig           | 1 +
>  configs/ls2081ardb_defconfig                  | 1 +
>  configs/ls2088ardb_qspi_SECURE_BOOT_defconfig | 1 +
>  configs/ls2088ardb_qspi_defconfig             | 1 +
>  configs/ls2088ardb_tfa_SECURE_BOOT_defconfig  | 1 +
>  configs/ls2088ardb_tfa_defconfig              | 1 +
>  8 files changed, 8 insertions(+)
> 

This patch has been applied to fsl-qoriq master, awaiting upstream.

--pk

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-05-22 12:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-24 12:45 [U-Boot] [PATCH 1/3] configs: Unset CONFIG_SPI_BAR for all LS1088A defconfigs Rajat Srivastava
2019-04-24 12:45 ` [U-Boot] [PATCH 2/3] configs: Unset CONFIG_SPI_BAR for all LS1046A defconfigs Rajat Srivastava
2019-05-22 12:33   ` Prabhakar Kushwaha
2019-05-22 12:33   ` Prabhakar Kushwaha
2019-04-24 12:45 ` [U-Boot] [PATCH 3/3] configs: Unset CONFIG_SPI_BAR for all LS2080A/LS2081A defconfigs Rajat Srivastava
2019-05-22 12:33   ` Prabhakar Kushwaha
2019-05-22 12:33 ` [U-Boot] [PATCH 1/3] configs: Unset CONFIG_SPI_BAR for all LS1088A defconfigs Prabhakar Kushwaha

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.