commit | 5a526710215d43b612191c15ae0eb6563eda00fe | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Thu Nov 25 11:34:37 2021 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 12 14:21:24 2022 -0500 |
tree | 69d5931d228a7152ec965bf19b255e67e2ff262f | |
parent | 597acfb910649f343ccfd8f7be42371c5be19fc9 [diff] |
pci: When disabling pref MEM set all base bits It is common to set all base address bits to one and all limit address bits to zero for disabling address forwarding. Forwarding is disabled when base address is higher than limit address, so this change should not have any effect. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>