From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id D1352740040 for ; Wed, 24 Apr 2024 11:32:50 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=a6nN4XuUwsKLKMmbAgGL6+aV8qBpqKOJKZY0eOFH2Bg=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1713958369; v=1; b=rqU4TIqk4F1I+MVoVb+vhFg8+DcZpp08onPlEYWUVj895bH1+nE5l8WhFZi2utQecwafN+zQ jbMPpKc3cdtkaG28xF+YAHno7SpAj7URUVp/tHKNmu3TJM9ljkyisXHY6hUvisoNimV4Prjxa3Q bgw1dq98A2UKlV/oInCIijpEolMiGDHkkiFcQv3ouJULvS5ffBJhf86e7wD17dW5L9WeaqM/ov1 7w+2Y8IbkH0XJN0O9RgYV3sOoW/vw9Oe6P/4gV8kD2HIU+fLt9EgM+VfnYeb1fCD5qoYMoEQesE Uwj0DQFk/md/A05ctWL4CSigQzdpiyzo3I5gXT3ffPqqw== X-Received: by 127.0.0.2 with SMTP id tnDGYY7687511xQsiOicwaf6; Wed, 24 Apr 2024 04:32:49 -0700 X-Received: from muminek.juszkiewicz.com.pl (muminek.juszkiewicz.com.pl [213.251.184.221]) by mx.groups.io with SMTP id smtpd.web10.14186.1713958363328730438 for ; Wed, 24 Apr 2024 04:32:43 -0700 X-Received: from localhost (localhost [127.0.0.1]) by muminek.juszkiewicz.com.pl (Postfix) with ESMTP id 3484626113A; Wed, 24 Apr 2024 13:32:41 +0200 (CEST) X-Virus-Scanned: Debian amavis at juszkiewicz.com.pl X-Received: from muminek.juszkiewicz.com.pl ([127.0.0.1]) by localhost (muminek.juszkiewicz.com.pl [127.0.0.1]) (amavis, port 10024) with ESMTP id iJ_MWs-fKJK9; Wed, 24 Apr 2024 13:32:39 +0200 (CEST) X-Received: from applejack.lan (83.11.103.26.ipv4.supernova.orange.pl [83.11.103.26]) by muminek.juszkiewicz.com.pl (Postfix) with ESMTPSA id 7DE1526124E; Wed, 24 Apr 2024 13:32:38 +0200 (CEST) From: "Marcin Juszkiewicz" To: devel@edk2.groups.io Cc: Leif Lindholm , Ard Biesheuvel , Graeme Gregory , Marcin Juszkiewicz Subject: [edk2-devel] [PATCH edk2-platforms v2 1/2] SbsaQemu: do not set Timer interrupts Date: Wed, 24 Apr 2024 13:32:34 +0200 Message-ID: <20240424113235.497373-2-marcin.juszkiewicz@linaro.org> In-Reply-To: <20240424113235.497373-1-marcin.juszkiewicz@linaro.org> References: <20240424113235.497373-1-marcin.juszkiewicz@linaro.org> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Wed, 24 Apr 2024 04:32:43 -0700 Resent-From: marcin.juszkiewicz@linaro.org Reply-To: devel@edk2.groups.io,marcin.juszkiewicz@linaro.org List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: Y8x46Qh55zLwvL06hRSXAq1mx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=rqU4TIqk; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=linaro.org (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io Timer interrupts are set by ArmPkg.dec to recommended values. We do not need to repeat it (and we missed HypVirtIntrNum one). Signed-off-by: Marcin Juszkiewicz --- Platform/Qemu/SbsaQemu/SbsaQemu.dsc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Platform/Qemu/SbsaQemu/SbsaQemu.dsc b/Platform/Qemu/SbsaQemu= /SbsaQemu.dsc index fefb7a7ae92d..e246db8b0a23 100644 --- a/Platform/Qemu/SbsaQemu/SbsaQemu.dsc +++ b/Platform/Qemu/SbsaQemu/SbsaQemu.dsc @@ -437,16 +437,6 @@ [PcdsFixedAtBuild.common] # PL011 - Serial Terminal gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x60000000 =20 - # Timer IRQs - # PPI #13 - gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|29 - # PPI #14 - gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|30 - # PPI #11 - gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|27 - # PPI #10 - gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|26 - ## PL031 RealTimeClock gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x60010000 =20 --=20 2.44.0 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118206): https://edk2.groups.io/g/devel/message/118206 Mute This Topic: https://groups.io/mt/105707992/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-