summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoj Kumar <manoj.kumar3@arm.com>2019-04-04 15:53:42 +0100
committersudipto paul <sudipto.paul@arm.com>2019-04-04 20:56:37 +0100
commit5f79b565e4ac74c0b22bdea7d94b8a1e6210f8af (patch)
treec8aab6b47c933d5796ca985bbdc1812e0a75105f
parent398e7b65a38bcebb333a69d0272a403a5929610a (diff)
Platform/ARM/N1sdp: fix base address of ITS block in MADT tableN1SDP-ALPHA1-19.04
Signed-off-by: Manoj Kumar <manoj.kumar3@arm.com>
-rwxr-xr-xPlatform/ARM/N1SdpPkg/AcpiTables/N1Sdp/Madt.aslc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Platform/ARM/N1SdpPkg/AcpiTables/N1Sdp/Madt.aslc b/Platform/ARM/N1SdpPkg/AcpiTables/N1Sdp/Madt.aslc
index d5724ffe..ee81adf3 100755
--- a/Platform/ARM/N1SdpPkg/AcpiTables/N1Sdp/Madt.aslc
+++ b/Platform/ARM/N1SdpPkg/AcpiTables/N1Sdp/Madt.aslc
@@ -146,7 +146,7 @@ STATIC EFI_ACPI_6_1_MULTIPLE_APIC_DESCRIPTION_TABLE Madt = {
EFI_ACPI_6_1_GIC_REDISTRIBUTOR_INIT(FixedPcdGet32 (PcdGicRedistributorsBase),
SIZE_1MB),
// GIC ITS
- EFI_ACPI_6_1_GIC_ITS_INIT(0, 0x30040000),
+ EFI_ACPI_6_1_GIC_ITS_INIT(0, 0x300A0000),
};
//