commit | a765f7135fa64719a7d17fa1d8074f54667ee470 | [log] [tgz] |
---|---|---|
author | Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> | Tue Sep 19 23:18:06 2017 +0300 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 06 11:28:12 2017 -0400 |
tree | 38aab531d82d139c4ccf491e1d1d57ece1f93c03 | |
parent | 544a2e7f9f3115dd4b2b4941931300391928bfea [diff] |
PCI: Add driver for a 'pci-host-ecam-generic' host controller QEMU emulates such a device with '-machine virt,highmem=off' on ARM. The 'highmem=off' part is required for things to work as the PCI code in U-Boot doesn't seem to support 64-bit BARs. Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>