git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
699baa6
)
emulation: qemu-sbsa: Select SYS_PCI_64BIT
author
Patrick Rudolph
<patrick.rudolph@9elements.com>
Wed, 26 Feb 2025 13:56:43 +0000
(14:56 +0100)
committer
Tom Rini
<trini@konsulko.com>
Wed, 12 Mar 2025 16:23:59 +0000
(10:23 -0600)
qemu's sbsa-ref is always using a 64bit CPU and the PCI prefetch MMIO
window is located above 4GiB, thus always enable SYS_PCI_64BIT.
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
board/emulation/qemu-sbsa/Kconfig
patch
|
blob
|
history
diff --git
a/board/emulation/qemu-sbsa/Kconfig
b/board/emulation/qemu-sbsa/Kconfig
index
72c76b3
..
f4ad63e
100644
(file)
--- a/
board/emulation/qemu-sbsa/Kconfig
+++ b/
board/emulation/qemu-sbsa/Kconfig
@@
-33,6
+33,7
@@
config BOARD_SPECIFIC_OPTIONS # dummy
select OF_SEPARATE
select PCI
select PCIE_ECAM_GENERIC
+ select SYS_PCI_64BIT
select USB
select GIC_V3
select GIC_V3_ITS