public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Patrick DELAUNAY <patrick.delaunay@st.com>
To: u-boot@lists.denx.de
Subject: [PATCH 28/30] spi: Enable missing CONFIG_SPL_DM_SPI support
Date: Thu, 11 Jun 2020 07:28:48 +0000	[thread overview]
Message-ID: <0f08e741a16f4e96b809baea74a13fef@SFHDAG6NODE3.st.com> (raw)
In-Reply-To: <20200610201634.8457-29-trini@konsulko.com>

Dear Tom

> From: Tom Rini <trini@konsulko.com>
> Sent: mercredi 10 juin 2020 22:17
> 
> Due to how the Makefile logic is we currently get DM_SPI support in SPL enabled
> by having DM_SPI enabled for full U-Boot but not having CONFIG_SPL_DM_SPI
> set.  Add this missing option to boards that were inadvertently making use of it.
> 
> Cc: Adam Ford <aford173@gmail.com>
> Cc: Akash Gajjar <akash@openedev.com>
> Cc: Anatolij Gustschin <agust@denx.de>
> Cc: Andy Yan <andy.yan@rock-chips.com>
> Cc: Anup Patel <anup.patel@wdc.com>
> Cc: Atish Patra <atish.patra@wdc.com>
> Cc: Bin Meng <bmeng.cn@gmail.com>
> Cc: Chee Hong Ang <chee.hong.ang@intel.com>
> Cc: Chin-Liang See <clsee@altera.com>
> Cc: Dalon Westergreen <dwesterg@gmail.com>
> Cc: Dinh Nguyen <dinguyen@kernel.org>
> Cc: Eugen Hristev <eugen.hristev@microchip.com>
> Cc: Hannes Schmelzer <hannes.schmelzer@br-automation.com>
> Cc: Heiko Schocher <hs@denx.de>
> Cc: Jagan Teki <jagan@amarulasolutions.com>
> Cc: Klaus Goger <klaus.goger@theobroma-systems.com>
> Cc: Levin Du <djw@t-chip.com.cn>
> Cc: Ley Foon Tan <ley.foon.tan@intel.com>
> Cc: Lokesh Vutla <lokeshvutla@ti.com>
> Cc: Luca Ceresoli <luca@lucaceresoli.net>
> Cc: Marek Vasut <marex@denx.de>
> Cc: Michal Simek <monstr@monstr.eu>
> Cc: Mike Looijmans <mike.looijmans@topic.nl>
> Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
> Cc: Nikita Kiryanov <nikita@compulab.co.il>
> Cc: Palmer Dabbelt <palmer@dabbelt.com>
> Cc: Patrick Delaunay <patrick.delaunay@st.com>
> Cc: Paul Walmsley <paul.walmsley@sifive.com>
> Cc: Pavel Machek <pavel@denx.de>
> Cc: Peter Robinson <pbrobinson@gmail.com>
> Cc: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> Cc: Simon Glass <sjg@chromium.org>
> Cc: Stefan Roese <sr@denx.de>
> Cc: Suniel Mahesh <sunil@amarulasolutions.com>
> Cc: Wolfgang Grandegger <wg@aries-embedded.de>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
>  configs/am57xx_evm_defconfig                                   | 1 +
>  configs/am57xx_hs_evm_defconfig                                | 1 +
>  configs/am57xx_hs_evm_usb_defconfig                            | 1 +
>  configs/am65x_evm_a53_defconfig                                | 1 +
>  configs/am65x_evm_r5_defconfig                                 | 1 +
>  configs/am65x_hs_evm_a53_defconfig                             | 1 +
>  configs/am65x_hs_evm_r5_defconfig                              | 1 +
>  configs/avnet_ultrazedev_cc_v1_0_ultrazedev_som_v1_0_defconfig | 1 +
>  configs/axm_defconfig                                          | 1 +
>  configs/brppt1_spi_defconfig                                   | 1 +
>  configs/brsmarc1_defconfig                                     | 1 +
>  configs/chromebit_mickey_defconfig                             | 1 +
>  configs/chromebook_bob_defconfig                               | 1 +
>  configs/chromebook_coral_defconfig                             | 1 +
>  configs/chromebook_jerry_defconfig                             | 1 +
>  configs/chromebook_link64_defconfig                            | 1 +
>  configs/chromebook_minnie_defconfig                            | 1 +
>  configs/chromebook_samus_tpl_defconfig                         | 1 +
>  configs/chromebook_speedy_defconfig                            | 1 +
>  configs/cm_t43_defconfig                                       | 1 +
>  configs/da850evm_defconfig                                     | 1 +
>  configs/da850evm_nand_defconfig                                | 1 +
>  configs/dra7xx_evm_defconfig                                   | 1 +
>  configs/dra7xx_hs_evm_defconfig                                | 1 +
>  configs/dra7xx_hs_evm_usb_defconfig                            | 1 +
>  configs/evb-px5_defconfig                                      | 1 +
>  configs/j721e_evm_a72_defconfig                                | 1 +
>  configs/j721e_evm_r5_defconfig                                 | 1 +
>  configs/j721e_hs_evm_a72_defconfig                             | 1 +
>  configs/j721e_hs_evm_r5_defconfig                              | 1 +
>  configs/lion-rk3368_defconfig                                  | 1 +
>  configs/pinebook-pro-rk3399_defconfig                          | 1 +
>  configs/puma-rk3399_defconfig                                  | 1 +
>  configs/qemu-x86_64_defconfig                                  | 1 +
>  configs/roc-pc-mezzanine-rk3399_defconfig                      | 1 +
>  configs/roc-pc-rk3399_defconfig                                | 1 +
>  configs/rockpro64-rk3399_defconfig                             | 1 +
>  configs/sama5d27_wlsom1_ek_qspiflash_defconfig                 | 1 +
>  configs/sama5d2_xplained_spiflash_defconfig                    | 1 +
>  configs/sama5d3xek_spiflash_defconfig                          | 1 +
>  configs/sama5d4_xplained_spiflash_defconfig                    | 1 +
>  configs/sama5d4ek_spiflash_defconfig                           | 1 +
>  configs/sifive_fu540_defconfig                                 | 1 +
>  configs/socfpga_agilex_defconfig                               | 1 +
>  configs/socfpga_arria10_defconfig                              | 1 +
>  configs/socfpga_arria5_defconfig                               | 1 +
>  configs/socfpga_cyclone5_defconfig                             | 1 +
>  configs/socfpga_dbm_soc1_defconfig                             | 1 +
>  configs/socfpga_de0_nano_soc_defconfig                         | 1 +
>  configs/socfpga_de10_nano_defconfig                            | 1 +
>  configs/socfpga_de1_soc_defconfig                              | 1 +
>  configs/socfpga_is1_defconfig                                  | 1 +
>  configs/socfpga_mcvevk_defconfig                               | 1 +
>  configs/socfpga_sockit_defconfig                               | 1 +
>  configs/socfpga_socrates_defconfig                             | 1 +
>  configs/socfpga_sr1500_defconfig                               | 1 +
>  configs/socfpga_stratix10_defconfig                            | 1 +
>  configs/socfpga_vining_fpga_defconfig                          | 1 +
>  configs/stm32mp15_basic_defconfig                              | 1 +
>  configs/stm32mp15_dhcom_basic_defconfig                        | 1 +
>  configs/stm32mp15_dhcor_basic_defconfig                        | 1 +
>  configs/taurus_defconfig                                       | 1 +
>  configs/topic_miami_defconfig                                  | 1 +
>  configs/topic_miamilite_defconfig                              | 1 +
>  configs/topic_miamiplus_defconfig                              | 1 +
>  configs/xilinx_zynq_virt_defconfig                             | 1 +
>  configs/xilinx_zynqmp_virt_defconfig                           | 1 +
>  configs/zynq_cse_qspi_defconfig                                | 1 +
>  68 files changed, 68 insertions(+)
> 

For configs/stm32mp15*defconfig

Reviewed-by: Patrick Delaunay <patrick.delaunay@st.com>

Thanks

Patrick

  parent reply	other threads:[~2020-06-11  7:28 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-10 20:16 [PATCH 00/30] Finish some Kconfig migrations Tom Rini
2020-06-10 20:16 ` [PATCH 01/30] Convert CONFIG_AM335X_LCD to Kconfig Tom Rini
2020-06-10 20:16 ` [PATCH 02/30] Convert CONFIG_ARCH_MISC_INIT " Tom Rini
2020-06-10 20:16 ` [PATCH 03/30] Convert CONFIG_ARM_PL180_MMCI " Tom Rini
2020-06-10 20:16 ` [PATCH 04/30] Convert CONFIG_ARMV7_PSCI et al " Tom Rini
2020-06-10 20:16 ` [PATCH 05/30] Convert CONFIG_AT91_GPIO " Tom Rini
2020-06-10 20:16 ` [PATCH 06/30] Convert CONFIG_ATMEL_HLCD " Tom Rini
2020-06-10 20:16 ` [PATCH 07/30] Convert CONFIG_ATMEL_NAND_HW_PMECC et al " Tom Rini
2020-06-10 20:16 ` [PATCH 08/30] Convert CONFIG_ATMEL_USART " Tom Rini
2020-06-10 20:16 ` [PATCH 09/30] bk4r1: Re-convert CONFIG_AUTOBOOT_PROMPT et al " Tom Rini
2020-06-10 20:16 ` [PATCH 10/30] Convert CONFIG_BAUDRATE " Tom Rini
2020-06-10 20:16 ` [PATCH 11/30] Convert CONFIG_BOARD_EARLY_INIT_F et al " Tom Rini
2020-06-10 20:16 ` [PATCH 12/30] Convert CONFIG_BOOTARGS " Tom Rini
2020-06-10 20:16 ` [PATCH 13/30] Convert CONFIG_BCH " Tom Rini
2020-06-10 20:16 ` [PATCH 14/30] Convert CONFIG_BOARD_TYPES " Tom Rini
2020-06-10 20:16 ` [PATCH 15/30] arm: capricorn: Convert CONFIG_BOOTCOUNT_ENV et al " Tom Rini
2020-06-10 20:16 ` [PATCH 16/30] arm: abb secu1: Convert CONFIG_BOOTDELAY " Tom Rini
2020-06-12  7:26   ` Holger Brunck
2020-06-10 20:16 ` [PATCH 17/30] Convert CONFIG_BOOTP_DNS2 " Tom Rini
2020-06-10 20:16 ` [PATCH 18/30] Convert CONFIG_BOUNCE_BUFFER " Tom Rini
2020-06-10 20:16 ` [PATCH 19/30] Convert CONFIG_BUILD_TARGET " Tom Rini
2020-06-10 20:16 ` [PATCH 20/30] Convert CONFIG_CMDLINE_EDITING " Tom Rini
2020-06-10 20:16 ` [PATCH 21/30] Convert CONFIG_CONS_INDEX " Tom Rini
2020-06-10 20:16 ` [PATCH 22/30] arm: toradex: Convert CONFIG_CONSOLE_MUX " Tom Rini
2020-06-11 14:35   ` Igor Opaniuk
2020-06-10 20:16 ` [PATCH 23/30] Convert CONFIG_CONSOLE_SCROLL_LINES " Tom Rini
2020-06-10 20:16 ` [PATCH 24/30] arm: imx: Finish migration of CONFIG_CSF_SIZE " Tom Rini
2020-06-11  5:28   ` [EXT] " Ye Li
2020-06-11 12:11     ` Tom Rini
2020-06-11 21:16       ` Tom Rini
2020-06-10 20:16 ` [PATCH 25/30] arm: imx: Finish migration from CONFIG_SECURE_BOOT to CONFIG_IMX_HAB Tom Rini
2020-06-11 19:31   ` Vladimir Oltean
2020-06-11 20:30     ` Tom Rini
2020-06-11 21:02       ` Vladimir Oltean
2020-06-11 21:07         ` Tom Rini
2020-06-10 20:16 ` [PATCH 26/30] Convert CONFIG_BOOTM_NETBSD to Kconfig Tom Rini
2020-06-10 20:16 ` [PATCH 27/30] Kconfig: Remove CONFIG_CLOCKS_IN_MHZ Tom Rini
2020-06-10 20:16 ` [PATCH 28/30] spi: Enable missing CONFIG_SPL_DM_SPI support Tom Rini
2020-06-10 20:38   ` Marek Vasut
2020-06-10 21:01     ` Tom Rini
2020-06-10 21:48       ` Tom Rini
2020-06-10 21:52         ` Marek Vasut
2020-06-10 22:01           ` Tom Rini
2020-06-11  7:28   ` Patrick DELAUNAY [this message]
2020-06-11 10:38   ` Adam Ford
2020-06-11 12:17     ` Tom Rini
2020-06-12  2:09       ` Adam Ford
2020-06-12  2:24         ` Adam Ford
2020-06-12  7:59   ` Luca Ceresoli
2020-06-10 20:16 ` [PATCH 29/30] spi: Update build guard for DM objects to cover SPL/TPL Tom Rini
2020-06-10 20:16 ` [PATCH 30/30] Convert CONFIG_CADENCE_QSPI to Kconfig Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0f08e741a16f4e96b809baea74a13fef@SFHDAG6NODE3.st.com \
    --to=patrick.delaunay@st.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox