From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by mx.groups.io with SMTP id smtpd.web11.106925.1674837784282380650 for ; Fri, 27 Jan 2023 08:43:04 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bsdio.com header.s=fm1 header.b=OdTzbwFC; spf=pass (domain: bsdio.com, ip: 66.111.4.28, mailfrom: rebecca@bsdio.com) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 9ACAA5C01B6; Fri, 27 Jan 2023 11:43:03 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Fri, 27 Jan 2023 11:43:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdio.com; h=cc :cc:content-transfer-encoding:date:date:from:from:in-reply-to :in-reply-to:message-id:mime-version:references:reply-to:sender :subject:subject:to:to; s=fm1; t=1674837783; x=1674924183; bh=1b 1P7SLwy8XLEvDOfjUrHQYKGqVGOnzgO/H1B8/ppU4=; b=OdTzbwFCJLiuS57xB3 Q5Vg449dkwnC5ykBPv2/VVMknGtG2mNi4HvC8LqdknMGKnSQOLZdUeidf/WoyCYr Nw8TqQCTwHafzTtc9cSOZKnPniZkbTLkJkJ0nwPSXGrTNd4gZzqj9uB2qKHTdFCR NPRXFx0+h8Ffzv4LO13HsUAZ78hcemkIVB8mdZm31omE6jnCTtyXbJwcaEotQkHd ARAgx/o/lTGUFnitB6DFhrcrNRoOE6YQS9Od4yz4ssem3yTinKcV64siHrWCRmgd RpU0pZpoSFNR6f1/Y0yn+YLuhXz76nNyk2SmM0+02BoTKFNb8+bsA4/FFMszS80L Ptpg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; t=1674837783; x=1674924183; bh=1b1P7SLwy8XLE vDOfjUrHQYKGqVGOnzgO/H1B8/ppU4=; b=NunlOLJKCBDcDkqJUJap5WOhxZmQ/ wWvDiiIlDkS8Cxd60U7x0oT9GQOJH5cgWJVUVgut+FQ5ZshZ7f9OyZhVvYMr+U8V wxxWwNFZPd3RXQc5lr/N8MdIZddfRv1m40UH48UKmiYzbd/KGfPMjfRayg0er704 tKg38umavePPPv9eLUqqYzVOK4KH0JNjBdXDFvbQSLvHdLNHM6Ij5KXmGz3OdlwW 0TfFHEmPb8ZCRbyWJLtGoni+crrYzX5hhBdQrzUy1fXv/HJa6XzKYJotSHPXvUiG /gxvMy6Un9YbGxcR2qXqSF6Hm5w425XvuYbCBm5Q1lOF92JyVCaFqTbMg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedruddviedgledtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvvefufffkofgjfhgggfestdekredtredttdenucfhrhhomheptfgvsggv tggtrgcuvehrrghnuceorhgvsggvtggtrgessghsughiohdrtghomheqnecuggftrfgrth htvghrnhepuefhhffhjeevhfffheekteefkedtudetteevudfhtdekgeefhffhtdeivefh ieefnecuffhomhgrihhnpegushgtrdhinhgtnecuvehluhhsthgvrhfuihiivgeptdenuc frrghrrghmpehmrghilhhfrhhomheprhgvsggvtggtrgessghsughiohdrtghomh X-ME-Proxy: Feedback-ID: i5b994698:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 27 Jan 2023 11:43:02 -0500 (EST) From: "Rebecca Cran" To: devel@edk2.groups.io, Leif Lindholm , Ard Biesheuvel , Bob Feng , Liming Gao , Yuwei Chen , =?UTF-8?q?Marvin=20H=C3=A4user?= Cc: Rebecca Cran Subject: [PATCH v2 4/4] ArmVirtPkg: Remove RealView Debugger lines from ArmVirtPkg.dsc.inc Date: Fri, 27 Jan 2023 09:42:51 -0700 Message-Id: <20230127164251.92227-5-rebecca@bsdio.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230127164251.92227-1-rebecca@bsdio.com> References: <20230127164251.92227-1-rebecca@bsdio.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Since RvdPeCoffExtraActionLib has been deleted, remove lines referencing it and the RealView Debugger from ArmVirtPkg.dsc.inc. Signed-off-by: Rebecca Cran --- ArmVirtPkg/ArmVirt.dsc.inc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc index 462073517a22..74d98e6314c4 100644 --- a/ArmVirtPkg/ArmVirt.dsc.inc +++ b/ArmVirtPkg/ArmVirt.dsc.inc @@ -122,13 +122,6 @@ [LibraryClasses.common] PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf SerialPortLib|ArmVirtPkg/Library/FdtPL011SerialPortLib/FdtPL011SerialPortLib.inf - # - # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window - # in the debugger will show load and unload commands for symbols. You can cut and paste this - # into the command window to load symbols. We should be able to use a script to do this, but - # the version of RVD I have does not support scripts accessing system memory. - # - #PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf #PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf -- 2.34.1