summaryrefslogtreecommitdiffstats
path: root/ArmVirtPkg/PciHostBridgeDxe/PciHostBridge.h
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2016-04-08 11:45:01 +0200
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2016-04-12 17:59:05 +0200
commitcd2178bb73b53ea41025e503fd7ffdb1d58c103b (patch)
tree9886605d3a1aad804ce86c7ef7d245181c744e9e /ArmVirtPkg/PciHostBridgeDxe/PciHostBridge.h
parenta06d0bb58eb919d43a6b8f1ef0625241d3ed7531 (diff)
downloadedk2-cd2178bb73b53ea41025e503fd7ffdb1d58c103b.tar.gz
edk2-cd2178bb73b53ea41025e503fd7ffdb1d58c103b.tar.bz2
edk2-cd2178bb73b53ea41025e503fd7ffdb1d58c103b.zip
ArmVirtPkg/PciHostBridgeDxe: move to FDT client protocol
Instead of relying on VirtFdtDxe to populate various dynamic PCDs with information retrieved from the host-provided device tree, perform the PCI ECAM related DT node parsing directly in PciHostBridgeDxe. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'ArmVirtPkg/PciHostBridgeDxe/PciHostBridge.h')
-rw-r--r--ArmVirtPkg/PciHostBridgeDxe/PciHostBridge.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ArmVirtPkg/PciHostBridgeDxe/PciHostBridge.h b/ArmVirtPkg/PciHostBridgeDxe/PciHostBridge.h
index 8161b546ff..647fe1a52a 100644
--- a/ArmVirtPkg/PciHostBridgeDxe/PciHostBridge.h
+++ b/ArmVirtPkg/PciHostBridgeDxe/PciHostBridge.h
@@ -24,6 +24,7 @@
#include <Protocol/PciRootBridgeIo.h>
#include <Protocol/Metronome.h>
#include <Protocol/DevicePath.h>
+#include <Protocol/FdtClient.h>
#include <Library/BaseLib.h>