From 2e55a3d74d588780e04f1632c1b9d7ad33fb5f4f Mon Sep 17 00:00:00 2001 From: AlexeiFedorov Date: Tue, 21 Jan 2025 12:01:10 +0000 Subject: [PATCH] feat(fvp): change size of PCIe memory region 2 Change size of PCIe memory region 2 from 256GB to 3GB to fit in 1TB of GPT PPS. Change-Id: Ic769bb784dd17d390b54ccef53b7788334373cb4 Signed-off-by: AlexeiFedorov --- fdts/fvp-base-psci-common.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fdts/fvp-base-psci-common.dtsi b/fdts/fvp-base-psci-common.dtsi index ff3a6ba27..95ea2a114 100644 --- a/fdts/fvp-base-psci-common.dtsi +++ b/fdts/fvp-base-psci-common.dtsi @@ -259,7 +259,8 @@ device_type = "pci"; reg = <0x0 0x40000000 0x0 0x10000000>; ranges = <0x2000000 0x0 0x50000000 0x0 0x50000000 0x0 0x10000000>, - <0x2000000 0x40 0x00000000 0x40 0x00000000 0x40 0x00000000>; + /* First 3GB of 256GB PCIe memory region 2 */ + <0x2000000 0x40 0x00000000 0x40 0x00000000 0x0 0xc0000000>; interrupt-map = <0 0 0 1 &gic 0 0 GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>, <0 0 0 2 &gic 0 0 GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>, <0 0 0 3 &gic 0 0 GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>,