commit | 3675cb044e68bc1145444f3c4f9af5c02864607b | [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 | e434a90ec43e1905d1f853f2355e973dfb83143b [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>