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 8B892AC127C for ; Thu, 1 Aug 2024 13:49:22 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=FWUSvMYxPyWFQkR55k+1TTA5R4aAC/v0zV7fPhTw/88=; c=relaxed/simple; d=groups.io; h=Message-ID:Date:MIME-Version:User-Agent:Subject:To:Cc:References:From:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20240206; t=1722520162; v=1; b=vWgbc0X2FTUki/RliCDqDIkPZDaPByS1ig0bMuLpTTuzgMTaOK2lY+8CKrKOvsk8LFdvtfL9 p67NKgGfcBltRHVUhZWuyotPQRcRL98dEkDQ1RvYPvnD0GACwVFWI2WKguoLp9f7KfKIpdxUpw8 thbTevRYM4IfrEP9l7fgHbZ3W72JFy5gATYaZSEUWOXgvB8yu/7yiiCzTC65anneTyglPpmFMRT vUtgu5Z4+S8Ler/li6L5C6LgYhskLVRkXJkd/UnNOUIr73XSyEUw9S7spnTh2WtJ5DwsTeg438n uMJZvsB7nzeizYNcztgpzd3MAX01jowxI6dK9ES6/+Ohg== X-Received: by 127.0.0.2 with SMTP id 5mdZYY7687511x1GyIqyWJ7d; Thu, 01 Aug 2024 06:49:21 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.68662.1722520160214256542 for ; Thu, 01 Aug 2024 06:49:20 -0700 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 53A9D15A1; Thu, 1 Aug 2024 06:49:45 -0700 (PDT) X-Received: from [192.168.20.57] (usa-sjc-mx-foss1.foss.arm.com [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D80493F766; Thu, 1 Aug 2024 06:49:14 -0700 (PDT) Message-ID: <841a1869-2cd4-4ba4-aea0-12b2f1b90d86@arm.com> Date: Thu, 1 Aug 2024 08:49:12 -0500 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [edk2-devel] [PATCH edk2-platforms 0/2] Switch all platforms to [Peiless]Sec To: Ard Biesheuvel , devel@edk2.groups.io Cc: Leif Lindholm , Abdul Lateef Attar , Abner Chang , Chuong Tran , Graeme Gregory , Marcin Juszkiewicz , Marcin Wojtas , Meenakshi Aggarwal , Narinder Dhillon , Nhi Pham , Paul Grimes , Rebecca Cran , Sami Mujawar , Thomas Abraham , Wenyi Xie , Ling Jia , Peng Xie , Yiqi Shu References: <20240731163334.6979-1-ardb@kernel.org> From: "Jeremy Linton" In-Reply-To: <20240731163334.6979-1-ardb@kernel.org> 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: Thu, 01 Aug 2024 06:49:20 -0700 Resent-From: jeremy.linton@arm.com Reply-To: devel@edk2.groups.io,jeremy.linton@arm.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: tsKahYzQFVSfwhpJ0031xUynx7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed 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=vWgbc0X2; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=arm.com (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 Hi, On 7/31/24 11:33, Ard Biesheuvel wrote: > Switch all ARM platforms that use the SEC drivers in edk2/ArmPlatformPkg > to the new versions called Sec or PeilessSec - these have been cleaned > up and stripped of obsolete functionality related to multicore boot, > which is not something UEFI should concern itself with. >=20 > This series can be merged once Tianocore/edk2 PR #5997 is merged first. > After that, ArmPlatformStackLib and the old PrePi / PrePeiCore drivers > can be retired. Hi, Thanks for cleaning this up, but the rpi4 fails with: Decompress GetInfo Failed - Invalid Parameter ASSERT_EFI_ERROR (Status =3D Not Found) ASSERT [PeilessSec]=20 /home/jlinton/rpi2/edk2/ArmPlatformPkg/PeilessSec/PeilessSec.c(158):=20 !(((INTN)(RETURN_STATUS)(Status)) < 0) >=20 > Cc: Leif Lindholm > Cc: Abdul Lateef Attar > Cc: Abner Chang > Cc: Chuong Tran > Cc: Graeme Gregory > Cc: Marcin Juszkiewicz > Cc: Marcin Wojtas > Cc: Meenakshi Aggarwal > Cc: Narinder Dhillon > Cc: Nhi Pham > Cc: Paul Grimes > Cc: Rebecca Cran > Cc: Sami Mujawar > Cc: Thomas Abraham > Cc: Wenyi Xie > Cc: Jeremy Linton > Cc: Ling Jia > Cc: Peng Xie > Cc: Sami Mujawar > Cc: Thomas Abraham > Cc: Wenyi Xie > Cc: Yiqi Shu >=20 > Ard Biesheuvel (2): > Platform AARCH64: Move PrePeiCore users to Sec.inf > Platform AARCH64: Move PrePi users to PeilessSec.inf >=20 > Platform/ARM/Morello/MorelloPlatform.dsc.inc | 2 +- > Platform/ARM/SgiPkg/SgiPlatform.dsc.inc | 2 +- > Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc | 1 - > Silicon/Ampere/AmpereAltraPkg/AmpereAltraPkg.dsc.inc | 2 +- > Silicon/Hisilicon/Hisilicon.dsc.inc | 1 - > Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc | 2 +- > Silicon/NXP/NxpQoriqLs.dsc.inc | 2 +- > Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc | 1 - > Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 2 +- > Platform/ARM/JunoPkg/ArmJuno.dsc | 2 +- > Platform/ARM/N1Sdp/N1SdpPlatform.dsc | 2 +- > Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc | 4 ++-- > Platform/Hisilicon/D03/D03.dsc | 2 +- > Platform/Hisilicon/D05/D05.dsc | 2 +- > Platform/Hisilicon/D06/D06.dsc | 2 +- > Platform/Hisilicon/HiKey/HiKey.dsc | 2 +- > Platform/Hisilicon/HiKey960/HiKey960.dsc | 2 +- > Platform/LeMaker/CelloBoard/CelloBoard.dsc | 2 +- > Platform/Phytium/DurianPkg/DurianPkg.dsc | 2 +- > Platform/Qemu/SbsaQemu/SbsaQemu.dsc | 2 +- > Platform/RaspberryPi/RPi3/RPi3.dsc | 3 +-- > Platform/RaspberryPi/RPi4/RPi4.dsc | 3 +-- > Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 2 +- > Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc | 2 +- > Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc | 2 +- > Platform/AMD/OverdriveBoard/OverdriveBoard.fdf | 2 +- > Platform/ARM/JunoPkg/ArmJuno.fdf | 2 +- > Platform/ARM/Morello/MorelloPlatformFvp.fdf | 2 +- > Platform/ARM/N1Sdp/N1SdpPlatform.fdf | 2 +- > Platform/ARM/SgiPkg/SgiPlatform.fdf | 2 +- > Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.fdf | 4 ++-- > Platform/Ampere/JadePkg/Jade.fdf | 2 +- > Platform/Hisilicon/D03/D03.fdf | 2 +- > Platform/Hisilicon/D05/D05.fdf | 2 +- > Platform/Hisilicon/D06/D06.fdf | 2 +- > Platform/Hisilicon/HiKey/HiKey.fdf | 2 +- > Platform/Hisilicon/HiKey960/HiKey960.fdf | 2 +- > Platform/LeMaker/CelloBoard/CelloBoard.fdf | 2 +- > Platform/NXP/LS1043aRdbPkg/LS1043aRdbPkg.fdf | 2 +- > Platform/NXP/LS1046aFrwyPkg/LS1046aFrwyPkg.fdf | 2 +- > Platform/NXP/LX2160aRdbPkg/LX2160aRdbPkg.fdf | 2 +- > Platform/Phytium/DurianPkg/DurianPkg.fdf | 2 +- > Platform/Qemu/SbsaQemu/SbsaQemu.fdf | 2 +- > Platform/RaspberryPi/RPi3/RPi3.fdf | 2 +- > Platform/RaspberryPi/RPi4/RPi4.fdf | 2 +- > Platform/Socionext/DeveloperBox/DeveloperBox.fdf | 2 +- > Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.fdf | 2 +- > Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.fdf | 2 +- > Silicon/Marvell/Armada7k8k/Armada7k8k.fdf | 2 +- > 49 files changed, 48 insertions(+), 53 deletions(-) >=20 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120174): https://edk2.groups.io/g/devel/message/120174 Mute This Topic: https://groups.io/mt/107649429/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-