commit | 852467de92c38c6c5b9338dd75989e306461dd08 | [log] [tgz] |
---|---|---|
author | Sergei Antonov <saproj@gmail.com> | Sun Jul 30 21:17:09 2023 +0300 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 14 17:55:53 2023 -0400 |
tree | 9133ed8852e8324d268829c8f554df0368c625b8 | |
parent | 84032b6759024337a81ae5d8e23a39110381743b [diff] |
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>