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 0C027740038 for ; Sat, 24 Feb 2024 21:49:30 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=nFYfeN6XNuEpsYOwC9TpznENtujGdYFqCftTcpjcGlU=; c=relaxed/simple; d=groups.io; h=Message-ID:Date:MIME-Version:Subject:From:To:Cc:Reply-To:References:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1708811369; v=1; b=QB34EMjOC85pi9/wPXLgNUc0RA/rkogT+Keek1yNZvER09xOz/dsM0YeMcg7Oj78j2OP1NOZ DdOxYuxZKhpSnQ/wE83u48GpMbuWmwNxwTrqCriZbu6to4gafLRGeR6jOICEujznwUvwqALm04F ng068Df5rgewweCgaGPuR+d8= X-Received: by 127.0.0.2 with SMTP id JZccYY7687511x7ZJwInwvE0; Sat, 24 Feb 2024 13:49:29 -0800 X-Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web10.28271.1708811369062772042 for ; Sat, 24 Feb 2024 13:49:29 -0800 X-Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-54-65EE2IiQMqKsXa-t8DT0qg-1; Sat, 24 Feb 2024 16:49:24 -0500 X-MC-Unique: 65EE2IiQMqKsXa-t8DT0qg-1 X-Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 39C8082DFE0; Sat, 24 Feb 2024 21:49:24 +0000 (UTC) X-Received: from [10.39.192.11] (unknown [10.39.192.11]) by smtp.corp.redhat.com (Postfix) with ESMTPS id BD5591C060B1; Sat, 24 Feb 2024 21:49:22 +0000 (UTC) Message-ID: <22b64631-62bb-d1a6-0579-6abcec036ce5@redhat.com> Date: Sat, 24 Feb 2024 22:49:21 +0100 MIME-Version: 1.0 Subject: Re: [edk2-devel] [edk2-BuildSpecification PATCH 0/3] AutoGen.h: declare ProcessLibraryConstructorList() for SEC modules From: "Laszlo Ersek" To: edk2-devel-groups-io Cc: Bob Feng , Liming Gao , Michael D Kinney , Rebecca Cran , Yuwei Chen Reply-To: devel@edk2.groups.io,lersek@redhat.com References: <5e147cee-9fed-a1c8-7358-1162fdaf8f12@redhat.com> <20240224212338.42671-1-lersek@redhat.com> In-Reply-To: <20240224212338.42671-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.7 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: 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 List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: XkA3sJvUroDPkvL0ZAGj61VLx7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Flag: yes X-Spam-Level: ********* X-GND-Spam-Score: 139 X-GND-Status: SPAM Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=QB34EMjO; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=redhat.com (policy=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 On 2/24/24 22:23, Laszlo Ersek wrote: > The first two patches are cleanups, the new feature is documented in the > third patch. >=20 > I managed to render these updates to public HTML, following >=20 > (a) Mike's note from October 2020: >=20 > https://edk2.groups.io/g/devel/message/66426 > msgid >=20 > (b) the github access token / project secrets steps at >=20 > https://github.com/ZanderZhao/gitbook-action?tab=3Dreadme-ov-file#step2= --generate-token-and-add-to-secrets >=20 > Therefore: >=20 > https://lersek.github.io/edk2-BuildSpecification/ProcessLibraryConstruc= torList-SEC-991/ > https://github.com/lersek/edk2-BuildSpecification/actions/workflows/git= book-action.yml Branch on github, if someone wants to fetch it: https://github.com/lersek/edk2-BuildSpecification/tree/ProcessLibraryConstr= uctorList-SEC-991 Laszlo >=20 > Cc: Bob Feng > Cc: Liming Gao > Cc: Michael D Kinney > Cc: Rebecca Cran > Cc: Yuwei Chen >=20 > Thanks > Laszlo >=20 > Laszlo Ersek (3): > README.md: fix revision history whitespace > AutoGen.c: list the SEC module type for / > (VOID) > AutoGen.h: declare ProcessLibraryConstructorList() for SEC modules >=20 > 8_pre-build_autogen_stage/83_auto-generated_code.md | 42 +++++++++++++++= ----- > README.md | 5 ++- > 2 files changed, 36 insertions(+), 11 deletions(-) >=20 >=20 > base-commit: db69f5661caec977fac9730e21e5a1132f6ff80b >=20 >=20 >=20 >=20 >=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 (#115918): https://edk2.groups.io/g/devel/message/115918 Mute This Topic: https://groups.io/mt/104554003/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-