]> git.dujemihanovic.xyz Git - u-boot.git/commit
pci: ftpci100: add new driver implementation
authorSergei Antonov <saproj@gmail.com>
Sun, 30 Jul 2023 18:17:09 +0000 (21:17 +0300)
committerTom Rini <trini@konsulko.com>
Mon, 14 Aug 2023 21:55:53 +0000 (17:55 -0400)
commit852467de92c38c6c5b9338dd75989e306461dd08
tree9133ed8852e8324d268829c8f554df0368c625b8
parent84032b6759024337a81ae5d8e23a39110381743b
pci: ftpci100: add new driver implementation

Add a new DM driver supporting FTPCI100 IP used in SoC designs.
This implementation is not based on the old non-DM ftpci100 code
dropped from U-Boot.

Enable the driver in sandbox_defconfig to test compilability.

Signed-off-by: Sergei Antonov <saproj@gmail.com>
configs/sandbox_defconfig
drivers/pci/Kconfig
drivers/pci/Makefile
drivers/pci/pci_ftpci100.c [new file with mode: 0644]