From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qk1-f174.google.com (mail-qk1-f174.google.com [209.85.222.174]) by mx.groups.io with SMTP id smtpd.web12.1981.1615510759669699912 for ; Thu, 11 Mar 2021 16:59:19 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=L4rOtNDD; spf=pass (domain: linaro.org, ip: 209.85.222.174, mailfrom: shashi.mallela@linaro.org) Received: by mail-qk1-f174.google.com with SMTP id a9so22713040qkn.13 for ; Thu, 11 Mar 2021 16:59: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=Stn+FILiZ//OvYLwbpiWr9tnD82RAodhZIPzoWJgRtY=; b=L4rOtNDD4tJka63ZRqzP6Zw0syekFQ3wC/+6IpoCL5MVJrDn3LKhPPXoJBTfUTarmD oCtm5UeAjBrRmwbl1KOXpeulhGQLXidB2Kd6TmsX6eEthpU8m94ru/8B5crbFPaS39sk NAHxK+bq+YcAOoyJCvPNMn+ZhIOHtWJckPsDGINUn9PYJVfBmwkKdfbtDwe8H6JSEIOp rB1eQqTbz/kIdQOlR3YK452SDTITCHDBz26ljEK1z1KNg2vtQiFBgsO39lWcOpEGw15P dYR5o1OGr6KmMuDNTgll8GHIys5CYSIp+tneBawcyUoXQ+5dhb9DT2WDWkEvRk7+fuBn oAiw== 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=Stn+FILiZ//OvYLwbpiWr9tnD82RAodhZIPzoWJgRtY=; b=rnHcpLlv3VCd+P821pOLWyS/a8Dn7AYirY4tHKx0ANnOqGgI8We4oG1SIBCb1aHS5F /Mu+++AaR+rEYHjUVE6Jiq6dfmkQk6Xz/j1+vV6jdss1uyv4RNGRqymYRs1Asiiuv5O+ F1NiL/GbIr1+6hEH+0wKr697CfwSUEEsHguhhJAXzqfyvtBat4xkNqZIRpM+aMoETE1G UiBlmUo+yZLhAstchCA6oD1fGZ62Z7t05fzlt5Nkj34PXvRljgVd1KI8+EbaMRis1ua6 45rTr1si9SKCG3pOkqpJygrt86FBD/dEVe+64vyMsVnGitOd7InAkyQ34+rX4mH1Hwn0 9rlg== X-Gm-Message-State: AOAM5301+R6q0tKGABgAsz8S77BW8mv5dlRPxiUoT1aMm/qO/QrhIM46 g4xtkD/fzkPf6xTlMbHczuA9TQ== X-Google-Smtp-Source: ABdhPJwShpZKHuRwLv1TxzHXaj14S2TLhbls+fyGyCEpwK8Mi9iR2nGqDrohHqgrkcBvTE+v3b4WDQ== X-Received: by 2002:a37:a8a:: with SMTP id 132mr10432989qkk.463.1615510758785; Thu, 11 Mar 2021 16:59:18 -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 g7sm2962472qti.20.2021.03.11.16.59.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 11 Mar 2021 16:59: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 19:59:15 -0500 Message-Id: <20210312005916.43919-2-shashi.mallela@linaro.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20210312005916.43919-1-shashi.mallela@linaro.org> References: <20210312005916.43919-1-shashi.mallela@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Define new pcd setting for specifying 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Platform/Qemu/SbsaQemu/SbsaQemu.dsc b/Platform/Qemu/SbsaQemu/SbsaQemu.dsc index c1f8a4696560..92e5c4a2916c 100644 --- a/Platform/Qemu/SbsaQemu/SbsaQemu.dsc +++ b/Platform/Qemu/SbsaQemu/SbsaQemu.dsc @@ -434,6 +434,9 @@ [PcdsFixedAtBuild.common] gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdPlatformEhciBase|0x60110000 gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdPlatformEhciSize|0x00010000 + # GIC ITS + gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdGicItsBase|0x44090000 + # PL011 - Serial Terminal gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x60000000 -- 2.27.0