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 4D42A7803CD for ; Mon, 5 Aug 2024 19:14:42 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=EOpDzed0Z4mQTKWWeP+nWwlz7q5rcoAi6G9DVdEners=; c=relaxed/simple; d=groups.io; h=Message-ID:Date:MIME-Version:User-Agent:Subject:To:Cc:References:From:Organization: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=1722885282; v=1; b=BaI/Nd0TJXCZYJZHX0yTUY8Ev5ffswC05vF2Bm6UA9PNjDxbvz02DLVp7gSVLsGcMYyzNQ3b BV6PC1DxuKV5eTLiLLNJDTZdekTkMol1kG0WdRNm4ODsE+Ul2HDyfSK1YXoE2+scVSjPCn1HdFI J1J2I1TxjH+COaoe0jB8EeCl4s9aohwXPMV3bAacbxhBRMPBLguv7nQCztr6Lb+ElSvD6lDw0Kv VDctSU1rVvWl7bQVa+bENH/AnE4tLlmk0sFiS3M/zQ9jhMEYHgwrUno07X+beXIqaZgJ69UgsJO bzeotgWkWVeVplAQOimp6v0q/l+L/Wvb+gfGeVUDiWd+Q== X-Received: by 127.0.0.2 with SMTP id NKuQYY7687511xdkbElKxU59; Mon, 05 Aug 2024 12:14:40 -0700 X-Received: from mail-lf1-f41.google.com (mail-lf1-f41.google.com [209.85.167.41]) by mx.groups.io with SMTP id smtpd.web10.661.1722885279663459440 for ; Mon, 05 Aug 2024 12:14:40 -0700 X-Received: by mail-lf1-f41.google.com with SMTP id 2adb3069b0e04-52f04b4abdcso16165226e87.2 for ; Mon, 05 Aug 2024 12:14:39 -0700 (PDT) X-Forwarded-Encrypted: i=1; AJvYcCXf1TYlJkhmhqBZuYlEoAFq1zgoUZAqEJNpauZVJVUlJ9+dnCoeHNRVjSyzGmEvG/JCqjN+G3bcjRj0oIz3rpn1QWpClg== X-Gm-Message-State: yBbwTzP04i4jwkC6gCQaHa4Nx7686176AA= X-Google-Smtp-Source: AGHT+IGrQ5K9kNPt6TXsIB6o8WY7e/jLKJETMCow21nrI0TtI4l4QaUrMwKRJIBa5JK5NN1Xwl0lDw== X-Received: by 2002:a05:6512:b92:b0:52c:e09c:b747 with SMTP id 2adb3069b0e04-530bb373dfcmr6790189e87.27.1722885277107; Mon, 05 Aug 2024 12:14:37 -0700 (PDT) X-Received: from [192.168.200.25] (83.8.56.232.ipv4.supernova.orange.pl. [83.8.56.232]) by smtp.gmail.com with ESMTPSA id 2adb3069b0e04-530bba11020sm1230495e87.102.2024.08.05.12.14.35 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 05 Aug 2024 12:14:36 -0700 (PDT) Message-ID: Date: Mon, 5 Aug 2024 21:14:33 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [edk2-devel] [PATCH edk2-platforms 1/2] Platform AARCH64: Move PrePeiCore users to Sec.inf To: Ard Biesheuvel , devel@edk2.groups.io Cc: Leif Lindholm , Abdul Lateef Attar , Abner Chang , Chuong Tran , Graeme Gregory , Marcin Wojtas , Meenakshi Aggarwal , Narinder Dhillon , Nhi Pham , Paul Grimes , Rebecca Cran , Sami Mujawar , Thomas Abraham , Wenyi Xie , Jeremy Linton , Ling Jia , Peng Xie , Yiqi Shu References: <20240731163334.6979-1-ardb@kernel.org> <20240731163334.6979-2-ardb@kernel.org> From: "Marcin Juszkiewicz" Organization: Linaro In-Reply-To: <20240731163334.6979-2-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: Mon, 05 Aug 2024 12:14:40 -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: Content-Language: pl-PL, en-GB, en-HK 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="BaI/Nd0T"; 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 On 31.07.2024 18:33, Ard Biesheuvel wrote: > PrePeiCore has been superseded by Sec.inf, which is a more common naming > for the SEC module, aligned with other architectures. No functional > changes intended. >=20 > Switch all users to Sec.inf so the old implementation can be retired > from EDK2. >=20 > Signed-off-by: Ard Biesheuvel For Qemu/SbsaQemu: Reviewed-by: Marcin Juszkiewicz SbsaQemu does not boot without this patch applied: UEFI firmware (version 1.0 built at 21:12:07 on Aug 5 2024) add-symbol-file=20 /home/marcin/devel/linaro/sbsa-qemu/code/Build/SbsaQemu/DEBUG_CLANGDWARF/AA= RCH64/ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore/DEBUG/ArmPlatformPrePeiCo= re.dll=20 0x10000800 add-symbol-file=20 /home/marcin/devel/linaro/sbsa-qemu/code/Build/SbsaQemu/DEBUG_CLANGDWARF/AA= RCH64/MdeModulePkg/Core/Pei/PeiMain/DEBUG/PeiCore.dll=20 0x10007240 Synchronous Exception at 0x0 -=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 (#120241): https://edk2.groups.io/g/devel/message/120241 Mute This Topic: https://groups.io/mt/107649434/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-