commit | f25b5fae29d4e5fe6ae17d3f898a959d72519b6a | [log] [tgz] |
---|---|---|
author | Niklas Cassel <niklas.cassel@axis.com> | Wed Mar 28 13:50:10 2018 +0200 |
committer | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | Tue Apr 03 12:23:58 2018 +0100 |
tree | eda2f3f84f5f404cd3763b95c5c21c2aa1abd7b7 | |
parent | 3567a4edd6352239586470da1bd5834989425085 [diff] |
PCI: endpoint: Setting a BAR size > 4 GB is invalid if 64-bit flag is not set Setting a BAR size > 4 GB is invalid if PCI_BASE_ADDRESS_MEM_TYPE_64 flag is not set. This sanity check is done in pci_epc_set_bar(), so that we don't need to do this sanity check in all epc->ops->set_bar() implementations. Signed-off-by: Niklas Cassel <niklas.cassel@axis.com> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Acked-by: Kishon Vijay Abraham I <kishon@ti.com>