From nobody Mon Apr 29 22:32:07 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Authentication-Results: mx.zoho.com; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org; Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1492031452663860.7837863451205; Wed, 12 Apr 2017 14:10:52 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id A4D9920D76485; Wed, 12 Apr 2017 14:10:50 -0700 (PDT) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 7AF6920D7B916 for ; Wed, 12 Apr 2017 14:10:48 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Apr 2017 14:10:48 -0700 Received: from mdkinney-mobl.amr.corp.intel.com ([10.252.134.215]) by fmsmga002.fm.intel.com with ESMTP; 12 Apr 2017 14:10:47 -0700 X-Original-To: edk2-devel@lists.01.org X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,191,1488873600"; d="scan'208";a="1155032347" From: Michael Kinney To: edk2-devel@lists.01.org Date: Wed, 12 Apr 2017 14:10:45 -0700 Message-Id: <1492031445-27236-2-git-send-email-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.6.3.windows.1 In-Reply-To: <1492031445-27236-1-git-send-email-michael.d.kinney@intel.com> References: <1492031445-27236-1-git-send-email-michael.d.kinney@intel.com> Subject: [edk2] [edk2-BuildSpecification PATCH] Only copy "TianoCore" UserExtensions to AsBuilt INF X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kevin W Shaw , Liming Gao MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail: RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" https://bugzilla.tianocore.org/show_bug.cgi?id=3D471 Cc: Liming Gao Cc: Yonghong Zhu Cc: Kevin W Shaw Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael Kinney Reviewed-by: Yonghong Zhu --- 8_pre-build_autogen_stage/87_generated_asbuilt_inf_files.md | 9 +++++---- README.md | 3 ++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/8_pre-build_autogen_stage/87_generated_asbuilt_inf_files.md b/= 8_pre-build_autogen_stage/87_generated_asbuilt_inf_files.md index 64685ce..9e89d83 100644 --- a/8_pre-build_autogen_stage/87_generated_asbuilt_inf_files.md +++ b/8_pre-build_autogen_stage/87_generated_asbuilt_inf_files.md @@ -465,7 +465,8 @@ from a sources section. =20 ### 8.7.14 [UserExtensions] Section =20 -The build tools must copy all of the source INF's `[UserExtensions]` secti= ons -into the generated INF. The EDK II build tools will ignore these sections, -however other vendors may provide tools that have a priori knowledge of ho= w to -process these sections. +Any `[UserExtensions]` sections that are present in the source INF with a +UserId of "TianoCore" will be copied into the generated INF. `[UserExtensi= ons]` +sections with other UserId values will not be copied to the generated INF. +The EDK II build tools will ignore these sections, however other vendors m= ay +provide tools that have a priori knowledge of how to process these section= s. diff --git a/README.md b/README.md index 3bd1d32..5696cc3 100644 --- a/README.md +++ b/README.md @@ -200,4 +200,5 @@ Copyright (c) 2008-2017, Intel Corporation. All rights = reserved. | | Remove Unicode file storage requirement; refer to the Multi= -String UNI File Format Specification instead. = = = | = | | | Clarify BUILDRULEORDER = = = = | = | | | Add support for INF statement in an FD region. = = = = | = | -| 1.27 | Convert to Gitbook = = = = | M= arch 2017 | +| 1.27 | Convert to Gitbook = = = = | A= pril 2017 | +| | [#471](https://bugzilla.tianocore.org/show_bug.cgi?id=3D471= ) Build spec: only copy the "TianoCore" Userextension section into "As Buil= t" INF = = |= | --=20 2.6.3.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel