This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM5718: U-boot PCIe driver

Part Number: AM5718

Hello,

I need to enable the PCI driver for the AM5718 board, in u-boot.

I used the u-boot provided in 04.00.00.04 sdk (last version available at this time).

When selection PCI driver in u-boot menuconfig, I have the following error during the compilation:

drivers/pci/built-in.o: In function `pci_init':
drivers/pci/pci.c:466: undefined reference to `pci_init_board'

A quick search of pci in boards/ti/ returns no occurrence.

It looks like there is no PCI initialization driver available in u-boot for TI boards.

Do you have a u-boot PCI driver available for am5718 board ? Is there a workaround in order to initialize PCI in u-boot?

I tried the u-boot from denx.de, and I have the same compilation problem.

Best regards