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 99E0C7803DA for ; Fri, 1 Mar 2024 13:40:32 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=2QzlCSKmCh0BwCp3hYaDnTadgLuSEDgGe3/eFhe1ACY=; c=relaxed/simple; d=groups.io; h=Message-ID:Date:MIME-Version: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=1709300431; v=1; b=o+aX6P7R+u5oXf0vgWblMbpeJEgFcSSzCPpGmxyP6yNojePzBo+Yoc4JlhXQAkFj4hfFFV4L KfWOKhzZnVSa+mYcqtkgZA5ugemeqLI0IKht0w7eviUS9wdrHe2uQte4WFndjxis0BC3+mj4vWX PvjW/4vkhTBjPJYI9oCkeqYg= X-Received: by 127.0.0.2 with SMTP id v7m6YY7687511xQ6stDFP2ID; Fri, 01 Mar 2024 05:40:31 -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.22893.1709300430640999325 for ; Fri, 01 Mar 2024 05:40:30 -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-270-cRVZeEBMMg6uslz0vIdWog-1; Fri, 01 Mar 2024 08:40:28 -0500 X-MC-Unique: cRVZeEBMMg6uslz0vIdWog-1 X-Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (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 B104C108BE89; Fri, 1 Mar 2024 13:40:24 +0000 (UTC) X-Received: from [10.39.194.215] (unknown [10.39.194.215]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5190C40C6EBA; Fri, 1 Mar 2024 13:40:23 +0000 (UTC) Message-ID: <4ba1b4ed-8832-4557-d7fb-28c0d054397e@redhat.com> Date: Fri, 1 Mar 2024 14:40:22 +0100 MIME-Version: 1.0 Subject: =?UTF-8?B?UmU6IOWbnuWkjTogW2VkazItZGV2ZWxdIFtlZGsyLUJ1aWxkU3BlY2lmaWNhdGlvbiBQQVRDSCAwLzNdIEF1dG9HZW4uaDogZGVjbGFyZSBQcm9jZXNzTGlicmFyeUNvbnN0cnVjdG9yTGlzdCgpIGZvciBTRUMgbW9kdWxlcw==?= To: devel@edk2.groups.io, gaoliming@byosoft.com.cn Cc: 'Bob Feng' , 'Michael D Kinney' , 'Rebecca Cran' , 'Yuwei Chen' References: <5e147cee-9fed-a1c8-7358-1162fdaf8f12@redhat.com> <20240224212338.42671-1-lersek@redhat.com> <02d601da6bd7$87c70a00$97551e00$@byosoft.com.cn> From: "Laszlo Ersek" In-Reply-To: <02d601da6bd7$87c70a00$97551e00$@byosoft.com.cn> X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.2 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 Reply-To: devel@edk2.groups.io,lersek@redhat.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: b2IAIC3JOf4I9kFqo9PCoyLxx7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=o+aX6P7R; 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 3/1/24 13:53, gaoliming via groups.io wrote: > Looks good. Reviewed-by: Liming Gao Thank you, merged as commit range db69f5661cae..7a7165a7d199. Laszlo > >> -----邮件原件----- >> 发件人: devel@edk2.groups.io 代表 Laszlo Ersek >> 发送时间: 2024年2月25日 5:24 >> 收件人: edk2-devel-groups-io >> 抄送: Bob Feng ; Liming Gao >> ; Michael D Kinney >> ; Rebecca Cran ; Yuwei >> Chen >> 主题: [edk2-devel] [edk2-BuildSpecification PATCH 0/3] AutoGen.h: declare >> ProcessLibraryConstructorList() for SEC modules >> >> The first two patches are cleanups, the new feature is documented in the >> third patch. >> >> I managed to render these updates to public HTML, following >> >> (a) Mike's note from October 2020: >> >> https://edk2.groups.io/g/devel/message/66426 >> msgid >> > prd11.prod.outlook.com> >> >> (b) the github access token / project secrets steps at >> >> >> https://github.com/ZanderZhao/gitbook-action?tab=readme-ov-file#step2--g >> enerate-token-and-add-to-secrets >> >> Therefore: >> >> >> > https://lersek.github.io/edk2-BuildSpecification/ProcessLibraryConstructorLi > s >> t-SEC-991/ >> >> > https://github.com/lersek/edk2-BuildSpecification/actions/workflows/gitbook >> -action.yml >> >> Cc: Bob Feng >> Cc: Liming Gao >> Cc: Michael D Kinney >> Cc: Rebecca Cran >> Cc: Yuwei Chen >> >> Thanks >> Laszlo >> >> 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 >> >> 8_pre-build_autogen_stage/83_auto-generated_code.md | 42 >> +++++++++++++++----- >> README.md | 5 ++- >> 2 files changed, 36 insertions(+), 11 deletions(-) >> >> >> base-commit: db69f5661caec977fac9730e21e5a1132f6ff80b >> >> >> >> > > > > > > > > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116252): https://edk2.groups.io/g/devel/message/116252 Mute This Topic: https://groups.io/mt/104662733/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-