From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qk1-f179.google.com (mail-qk1-f179.google.com [209.85.222.179]) by mx.groups.io with SMTP id smtpd.web12.1446.1615493959898040695 for ; Thu, 11 Mar 2021 12:19:20 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=CJXDNbBI; spf=pass (domain: linaro.org, ip: 209.85.222.179, mailfrom: shashi.mallela@linaro.org) Received: by mail-qk1-f179.google.com with SMTP id n79so22037518qke.3 for ; Thu, 11 Mar 2021 12:19:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=djGWByayqEA92oVmu8GKpbZPS1pM5+mY0c0jX0NsmlY=; b=CJXDNbBIdcoFFwOef1qhEIpJsd+b2pAw+iYisYTWIOxsufDb+0au1VihzPSaJoONgl cR6uLj7kgzwsMg7hQ7/EHev81/3vSf+Zm9k2VYHCFbSiVyzTenynQy77a0P79s7GYfGO cUhKTMSKkGeERGA7ZhL/YQViJDV85ljnNUwrEtHLPfcj3DGIJFjhYijyb9m+dqT6BxnA uWIPTGhIttE9Xm52O3m9I7jSgv1KSjdKXSrpMZArw24f+XfpT+3OzHCCBMVKNOax9e+Q 5/2RR1+7uUKlZuED4mDqXnoJeGLVwfNqLazx408+oCpNRda2stbEbeKKbclhpPbolHgx HmOg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=djGWByayqEA92oVmu8GKpbZPS1pM5+mY0c0jX0NsmlY=; b=Ufp4mlIOez+Ed9Rf+ZlhGju8Mau7/rdNZ7F3vaEO7yu8g7ygSkKh+kdQYz9ICe9apG tBoaaRb2q0i3vB9SrYmgzIP9pEchPYA9MKMpiXX4SDFD6GePCizc5RReBaXARACmi1Ct kQhQpn6nbRjZryBpRJxlUqBo/IpMH7Le/L5fzx5kxdkf4grfeO4dW/AsDGB0vj5O4c64 DneHQM72bNA0ldJ3cmaZYDQE2vyXHvGYgGlqBJST6+ktvTqGedBF4KP/io/SiHgvolJG +KbXyUTcKzOqp7S0jTd+J+8YXGV3TSbp3YmkiPonds4X6nReIex4H7vJSZc4AlE1SYLR qzWw== X-Gm-Message-State: AOAM530oWeghx0e6FqhGFznGeadbRrsrf8ahVjHwhDImcrjlJD52mUXN om6mXl6b72oF5M/Dmf0gKJnf+whhYjYwyA== X-Google-Smtp-Source: ABdhPJzYdA7+5FGKoVy7q/jZ6+IBvanVxuuBDHiGyPwr7v8I8L8ZSJR6MUqDMp9lTG4jLPvZco0V4A== X-Received: by 2002:a37:86c6:: with SMTP id i189mr9692069qkd.455.1615493959035; Thu, 11 Mar 2021 12:19:19 -0800 (PST) Return-Path: Received: from localhost.localdomain (bras-base-stsvon1503w-grc-23-174-92-28-187.dsl.bell.ca. [174.92.28.187]) by smtp.googlemail.com with ESMTPSA id 85sm2915865qkf.58.2021.03.11.12.19.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 11 Mar 2021 12:19:18 -0800 (PST) From: "Shashi Mallela" To: leif@nuviainc.com, ardb+tianocore@kernel.org, graeme@nuviainc.com Cc: devel@edk2.groups.io Subject: [PATCH v1 1/2] Platform/Qemu/SbsaQemu/SbsaQemu.dsc: define GICv3 ITS base address Date: Thu, 11 Mar 2021 15:19:16 -0500 Message-Id: <20210311201917.28939-2-shashi.mallela@linaro.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20210311201917.28939-1-shashi.mallela@linaro.org> References: <20210311201917.28939-1-shashi.mallela@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Update the new pcd setting (defined in edk2 ArmPkg) with the base address of GICv3 Interrupt Translation Service.For Qemu sbsa-ref platforms,this enables the detection of GIC ITS capability within the GIC ITS structure of ACPI MADT. Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Graeme Gregory Signed-off-by: Shashi Mallela --- Platform/Qemu/SbsaQemu/SbsaQemu.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Qemu/SbsaQemu/SbsaQemu.dsc b/Platform/Qemu/SbsaQemu/SbsaQemu.dsc index c1f8a4696560..58da89232800 100644 --- a/Platform/Qemu/SbsaQemu/SbsaQemu.dsc +++ b/Platform/Qemu/SbsaQemu/SbsaQemu.dsc @@ -404,6 +404,7 @@ [PcdsFixedAtBuild.common] # gArmTokenSpaceGuid.PcdGicDistributorBase|0x40060000 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x40080000 + gArmTokenSpaceGuid.PcdGicItsBase|0x44090000 ## Default Terminal Type ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM -- 2.27.0