All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] configs: rockchip: rock5b-rk3588: Enable CONFIG_PCI_INIT_R
@ 2023-07-03 10:41 Christopher Obbard
  2023-07-26  7:27 ` Kever Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Christopher Obbard @ 2023-07-03 10:41 UTC (permalink / raw)
  To: u-boot
  Cc: kernel, Christopher Obbard, Eugen Hristev, Kever Yang,
	Philipp Tomsich, Simon Glass

Enable CONFIG_PCI_INIT_R for rock5b pci enumeration during boot in order
to autodetect the PCI ethernet NIC during the boot process.

Signed-off-by: Christopher Obbard <chris.obbard@collabora.com>
---

 configs/rock5b-rk3588_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/rock5b-rk3588_defconfig b/configs/rock5b-rk3588_defconfig
index c1155c20ef..ed2d0cc54a 100644
--- a/configs/rock5b-rk3588_defconfig
+++ b/configs/rock5b-rk3588_defconfig
@@ -33,6 +33,7 @@ CONFIG_OF_BOARD_SETUP=y
 CONFIG_DEFAULT_FDT_FILE="rockchip/rk3588-rock-5b.dtb"
 # CONFIG_DISPLAY_CPUINFO is not set
 CONFIG_DISPLAY_BOARDINFO_LATE=y
+CONFIG_PCI_INIT_R=y
 CONFIG_SPL_MAX_SIZE=0x40000
 CONFIG_SPL_PAD_TO=0x7f8000
 CONFIG_SPL_HAS_BSS_LINKER_SECTION=y
-- 
2.40.1


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

* Re: [PATCH v1] configs: rockchip: rock5b-rk3588: Enable CONFIG_PCI_INIT_R
  2023-07-03 10:41 [PATCH v1] configs: rockchip: rock5b-rk3588: Enable CONFIG_PCI_INIT_R Christopher Obbard
@ 2023-07-26  7:27 ` Kever Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Kever Yang @ 2023-07-26  7:27 UTC (permalink / raw)
  To: Christopher Obbard, u-boot
  Cc: kernel, Eugen Hristev, Philipp Tomsich, Simon Glass


On 2023/7/3 18:41, Christopher Obbard wrote:
> Enable CONFIG_PCI_INIT_R for rock5b pci enumeration during boot in order
> to autodetect the PCI ethernet NIC during the boot process.
>
> Signed-off-by: Christopher Obbard <chris.obbard@collabora.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>

Thanks,
- Kever
> ---
>
>   configs/rock5b-rk3588_defconfig | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/configs/rock5b-rk3588_defconfig b/configs/rock5b-rk3588_defconfig
> index c1155c20ef..ed2d0cc54a 100644
> --- a/configs/rock5b-rk3588_defconfig
> +++ b/configs/rock5b-rk3588_defconfig
> @@ -33,6 +33,7 @@ CONFIG_OF_BOARD_SETUP=y
>   CONFIG_DEFAULT_FDT_FILE="rockchip/rk3588-rock-5b.dtb"
>   # CONFIG_DISPLAY_CPUINFO is not set
>   CONFIG_DISPLAY_BOARDINFO_LATE=y
> +CONFIG_PCI_INIT_R=y
>   CONFIG_SPL_MAX_SIZE=0x40000
>   CONFIG_SPL_PAD_TO=0x7f8000
>   CONFIG_SPL_HAS_BSS_LINKER_SECTION=y

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

end of thread, other threads:[~2023-07-26  7:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-03 10:41 [PATCH v1] configs: rockchip: rock5b-rk3588: Enable CONFIG_PCI_INIT_R Christopher Obbard
2023-07-26  7:27 ` Kever Yang

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.