From: Francesco Dolcini <francesco@dolcini.it>
To: Sumit Garg <sumit.garg@linaro.org>
Cc: u-boot@lists.denx.de, marcel.ziswiler@toradex.com,
trini@konsulko.com, lukma@denx.de, seanga2@gmail.com,
jh80.chung@samsung.com, festevam@denx.de,
andrejs.cainikovs@toradex.com, sjg@chromium.org,
peng.fan@nxp.com, aford173@gmail.com, marex@denx.de,
ilias.apalodimas@linaro.org, sahaj.sarup@linaro.org,
fathi.boudra@linaro.org, remi.duraffort@linaro.org,
daniel.thompson@linaro.org
Subject: Re: [PATCH 7/7] verdin-imx8mp_defconfig: Enable PCIe/NVMe support
Date: Wed, 21 Feb 2024 08:55:16 +0100 [thread overview]
Message-ID: <20240221075516.GA5131@francesco-nb> (raw)
In-Reply-To: <20240220131056.2962331-8-sumit.garg@linaro.org>
Hello Sumit,
On Tue, Feb 20, 2024 at 06:40:56PM +0530, Sumit Garg wrote:
> Also, enable reset driver which is a prerequisite for PCIe support.
>
> Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
> ---
> configs/verdin-imx8mp_defconfig | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/configs/verdin-imx8mp_defconfig b/configs/verdin-imx8mp_defconfig
> index 22b8a334dfa..d8bd644322b 100644
> --- a/configs/verdin-imx8mp_defconfig
> +++ b/configs/verdin-imx8mp_defconfig
> @@ -185,3 +185,12 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x1b67
> CONFIG_USB_GADGET_PRODUCT_NUM=0x4000
> CONFIG_IMX_WATCHDOG=y
> CONFIG_HEXDUMP=y
> +CONFIG_DM_RESET=y
> +CONFIG_RESET_IMX=y
> +CONFIG_PCI=y
> +CONFIG_PCIE_DW_IMX8=y
> +CONFIG_PHY_IMX8M_PCIE=y
> +CONFIG_CMD_PCI=y
> +CONFIG_NVME=y
> +CONFIG_NVME_PCI=y
> +CONFIG_CMD_NVME=y
This will increase the u-boot proper size and marginally increase the
boot time (because of a bigger binary to be read from the eMMC).
Apart of that do you expect any other impact on those changes? SPL
binary size should not be affected, correct?
Asking this out loudly to confirm that nothing unexpected is going to
happen because of these changes.
For my curiosity, care to share what's the use case? Do you plan to have
the OS stored into an NVME device?
Francesco
next prev parent reply other threads:[~2024-02-21 7:55 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-20 13:10 [PATCH 0/7] imx8mp: Enable PCIe/NVMe support Sumit Garg
2024-02-20 13:10 ` [PATCH 1/7] clk: imx8mp: Add support for PCIe clocks Sumit Garg
2024-02-20 13:10 ` [PATCH 2/7] reset: imx: Add support for i.MX8MP reset controller Sumit Garg
2024-02-20 15:12 ` Marek Vasut
2024-02-21 5:40 ` Sumit Garg
2024-02-21 9:28 ` Marek Vasut
2024-02-20 13:10 ` [PATCH 3/7] imx8mp: power-domain: Add PCIe support Sumit Garg
2024-02-20 15:14 ` Marek Vasut
2024-02-21 6:01 ` Sumit Garg
2024-02-21 9:32 ` Marek Vasut
2024-02-20 13:10 ` [PATCH 4/7] imx8mp: power-domain: Expose high performance PLL clock Sumit Garg
2024-02-20 15:16 ` Marek Vasut
2024-02-21 6:14 ` Sumit Garg
2024-02-21 9:37 ` Marek Vasut
2024-02-20 13:10 ` [PATCH 5/7] phy: phy-imx8m-pcie: Add support for i.MX8M{M/P} PCIe PHY Sumit Garg
2024-02-20 15:17 ` Marek Vasut
2024-02-21 6:17 ` Sumit Garg
2024-02-21 9:42 ` Marek Vasut
2024-02-20 13:10 ` [PATCH 6/7] pci: Add DW PCIe controller support for iMX8MP SoC Sumit Garg
2024-02-20 15:22 ` Marek Vasut
2024-02-21 6:25 ` Sumit Garg
2024-02-21 9:44 ` Marek Vasut
2024-02-20 13:10 ` [PATCH 7/7] verdin-imx8mp_defconfig: Enable PCIe/NVMe support Sumit Garg
2024-02-20 15:22 ` Marek Vasut
2024-02-21 6:27 ` Sumit Garg
2024-02-23 7:52 ` Francesco Dolcini
2024-02-20 16:04 ` Fabio Estevam
2024-02-21 6:29 ` Sumit Garg
2024-02-21 7:55 ` Francesco Dolcini [this message]
2024-02-21 9:18 ` Marcel Ziswiler
2024-02-21 9:36 ` Fathi Boudra
2024-02-21 10:04 ` Sumit Garg
2024-02-21 9:41 ` Marek Vasut
2024-02-21 12:12 ` Sumit Garg
2024-02-21 12:27 ` Marek Vasut
2024-02-21 13:15 ` Adam Ford
2024-02-21 13:22 ` Marek Vasut
2024-02-21 14:31 ` Francesco Dolcini
2024-02-22 12:47 ` Marcel Ziswiler
2024-02-21 9:39 ` Marek Vasut
2024-02-21 12:14 ` Sumit Garg
2024-02-20 15:04 ` [PATCH 0/7] imx8mp: " Marek Vasut
2024-02-21 5:25 ` Sumit Garg
2024-02-21 9:42 ` Marek Vasut
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=20240221075516.GA5131@francesco-nb \
--to=francesco@dolcini.it \
--cc=aford173@gmail.com \
--cc=andrejs.cainikovs@toradex.com \
--cc=daniel.thompson@linaro.org \
--cc=fathi.boudra@linaro.org \
--cc=festevam@denx.de \
--cc=ilias.apalodimas@linaro.org \
--cc=jh80.chung@samsung.com \
--cc=lukma@denx.de \
--cc=marcel.ziswiler@toradex.com \
--cc=marex@denx.de \
--cc=peng.fan@nxp.com \
--cc=remi.duraffort@linaro.org \
--cc=sahaj.sarup@linaro.org \
--cc=seanga2@gmail.com \
--cc=sjg@chromium.org \
--cc=sumit.garg@linaro.org \
--cc=trini@konsulko.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