[PATCH v1 1/1] rockchip: rock5b-rk3588: Enable automatic PCI enumeration

Eugen Hristev eugen.hristev at linaro.org
Thu Oct 31 19:15:53 CET 2024


Hello Sebastian,

On 10/31/24 20:01, Sebastian Reichel wrote:
> PCI enumeration is required to detect the onboard Ethernet device.
> 
> Signed-off-by: Sebastian Reichel <sebastian.reichel at 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 c54e13e8732c..e5b9f7d326b4 100644
> --- a/configs/rock5b-rk3588_defconfig
> +++ b/configs/rock5b-rk3588_defconfig
> @@ -17,6 +17,7 @@ CONFIG_DEBUG_UART_CLOCK=24000000
>   CONFIG_SPL_SPI_FLASH_SUPPORT=y
>   CONFIG_SPL_SPI=y
>   CONFIG_PCI=y
> +CONFIG_PCI_INIT_R=y
>   CONFIG_DEBUG_UART=y
>   CONFIG_AHCI=y
>   CONFIG_FIT=y

This has been added and removed before, please see

https://lore.kernel.org/all/20231104130451.111020-1-martin.roukala@mupuf.org/T/

this commit adds it
5b269ed404dc ("configs: rockchip: rock5b-rk3588: Enable CONFIG_PCI_INIT_R")

this commit removes it again
191ece249a96 ("rockchip: rk3588-rock-5b: Enable support for PCIe SATA 
cards")

Eugen




More information about the U-Boot mailing list