From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by mx.groups.io with SMTP id smtpd.web10.11931.1676286828154512988 for ; Mon, 13 Feb 2023 03:13:48 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=GBgMspMG; spf=pass (domain: kernel.org, ip: 145.40.68.75, mailfrom: ardb@kernel.org) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 1A610B810D6; Mon, 13 Feb 2023 11:13:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B22D2C433D2; Mon, 13 Feb 2023 11:13:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676286824; bh=FkSuma1jVFiz57myhrspeZawUGGcVGgcgX1MYzECvQM=; h=From:To:Cc:Subject:Date:From; b=GBgMspMGtMHXeMEMpLC6emZfwHR6y+u7YVyi81RvfGMUx3b5a6DRk/E6cJOd7nE/Z aJIlDY/JeU9HAmQMUBJa+n80LIDggpGq27aGxiAzl4nIJZpF/0aMMIRk5NkPek+tj5 4zIvn1fK62FbGzcX8ctgEh7EpBIu0bUT/lNh9XFGrsletamBCp1s1RdxeuB7+JmNog j5ZLq/a/Hg6bZCbhPp7N61ejCVjmg1hcZeTitlFxTvae9DCeDG1pIOfpke+lnfn85z evGrMFVntvPNAIsc0/FLOkcsF8EX5+GqmMn/HnYw20aqbgvAmD6174xamYfH+spZMZ 2U/BShZ9con2A== From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Sami Mujawar , Rebecca Cran Subject: [PATCH edk2-platforms 0/2] Couple of ARM cleanups Date: Mon, 13 Feb 2023 12:13:37 +0100 Message-Id: <20230213111339.2239876-1-ardb@kernel.org> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable A pair of cleanups regarding the use of code that I will propose to=0D remove from the core EDK2 in an upcoming series.=0D =0D Cc: Leif Lindholm =0D Cc: Sami Mujawar =0D Cc: Rebecca Cran =0D =0D Ard Biesheuvel (2):=0D Platform/BeagleBoard: Drop PeCoff protocol=0D Silicon/Marvell: Drop use of NONSECURE ARM memory region type=0D =0D Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc = | 6 +--=0D Platform/BeagleBoard/BeagleBoardPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLi= b.inf | 39 --------------------=0D Silicon/Marvell/Armada7k8k/Library/Armada7k8kLib/Armada7k8kLibMem.c = | 2 +-=0D 3 files changed, 3 insertions(+), 44 deletions(-)=0D delete mode 100644 Platform/BeagleBoard/BeagleBoardPkg/Library/DxeHobPeCof= fLib/DxeHobPeCoffLib.inf=0D =0D -- =0D 2.39.1=0D =0D