From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 27B1F740035 for ; Tue, 27 Feb 2024 23:41:55 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=EYU099i5bFNZPUYcL/AUbK7+sssMK2RstjhXqKEmfnk=; c=relaxed/simple; d=groups.io; h=Feedback-ID: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:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1709077313; v=1; b=C6zCOCPJ0cEUQCXP6IVidLzWP7bLpM3zydSHGgY9/RgVXBJB1n1rjO6bBKWPhVfA33zsfpKB yCzdN4g302HA07gncWEvBp/3i8EfwksE7wQYOw2OYPwwHNzgzb87S6OXK4KziWJiRoYiJVNddQf jVRr3lB7fp+5i6zgpgn3jp2k= X-Received: by 127.0.0.2 with SMTP id ACzzYY7687511xHpi7HNBfnj; Tue, 27 Feb 2024 15:41:53 -0800 X-Received: from fout1-smtp.messagingengine.com (fout1-smtp.messagingengine.com [103.168.172.144]) by mx.groups.io with SMTP id smtpd.web10.1221.1709077312640329803 for ; Tue, 27 Feb 2024 15:41:52 -0800 X-Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailfout.nyi.internal (Postfix) with ESMTP id EBC0D13800A1; Tue, 27 Feb 2024 18:41:51 -0500 (EST) X-Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Tue, 27 Feb 2024 18:41:51 -0500 X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvledrgeeigddufecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefkffggfgfuvfevfhfhjggtgfesthejredttddvjeenucfhrhhomheptfgvsggv tggtrgcuvehrrghnuceorhgvsggvtggtrgessghsughiohdrtghomheqnecuggftrfgrth htvghrnhepieelheejleethfekgeehjeevtdfhffejudegjefgieeigfffteefudelkeeh lefhnecuffhomhgrihhnpehgrhhouhhpshdrihhopdhtihgrnhhotghorhgvrdhorhhgpd hgihhthhhusgdrtghomhenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgr ihhlfhhrohhmpehrvggsvggttggrsegsshguihhordgtohhm X-ME-Proxy: Feedback-ID: i5b994698:Fastmail X-Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 27 Feb 2024 18:41:50 -0500 (EST) Message-ID: <4020b5f9-9b99-42c3-bd02-ec69e761446b@bsdio.com> Date: Tue, 27 Feb 2024 16:41:41 -0700 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [edk2-devel] [v2] BaseTools/AutoGen: declare ProcessLibraryConstructorList() for SEC modules To: Laszlo Ersek , edk2-devel-groups-io Cc: Bob Feng , Liming Gao , Michael D Kinney , Yuwei Chen References: <5e147cee-9fed-a1c8-7358-1162fdaf8f12@redhat.com> From: "Rebecca Cran" In-Reply-To: <5e147cee-9fed-a1c8-7358-1162fdaf8f12@redhat.com> 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 Reply-To: devel@edk2.groups.io,rebecca@bsdio.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: pl2qXUVZvw1nv9NIhCCbmeCtx7686176AA= 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=20140610 header.b=C6zCOCPJ; dmarc=none; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io edk2-basetools v0.1.50 has just been published so we're back up and running= . I'll work my way through the backlog of BaseTools changes in the next=20 few days. --=20 Rebecca Cran On 2/24/24 13:59, Laszlo Ersek wrote: > v1 posting: > > https://edk2.groups.io/g/devel/message/115193 > msgid <36593e23-d3e8-b71a-808d-ef94260b5fd0@redhat.com> > > Bugzilla: > > https://bugzilla.tianocore.org/show_bug.cgi?id=3D991 > > In version 2, the feature is structured differently. Following Mike's > advice, for compatibility, the ProcessLibraryConstructorList() > declaration in AutoGen.h is now gated on the SEC module having > INF_VERSION >=3D 1.30. > > Accordingly, > > - I now update the Build specification and the Inf specification (see > patch sets posted in response to this email), > > - edk2 only receives a single patch (for AutoGen), for the time being, > > - the same edk2 patch is being ported to edk2-basetools: > https://github.com/tianocore/edk2-basetools/pull/120. > > Next steps: once all of the above is merged, *and* an edk2-basetools > release has been tagged and published, I'll rework the C code patches > for edk2 and edk2-platforms, from the v1 patch sets, as follows: > > - all those SEC modules will have to see their INF_VERSIONs bumped to > 1.30, for triggering the new code generation, > > - pip-requirements.txt/edk2-basetools will need to reference the new > edk2-basetools release, for exposing the feature in the first place. > > Laszlo > -=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 (#116063): https://edk2.groups.io/g/devel/message/116063 Mute This Topic: https://groups.io/mt/104553597/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-