From nobody Fri May 10 06:35:41 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+39712+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+39712+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1556423134; cv=none; d=zoho.com; s=zohoarc; b=kmohl6iHU7KYXkriEtHfxqasNNRgPe746+hLtQcfvCUJxk23z5xW3eiRcLeMBhM2ClfPyRgF7on3OY1V6B89zOywneTGOHaa9B9jID3zSpUL5WNgENiSe4UAtBEm8pBrkf9BHZ/Yzn8K4i2f5xsGHvKtxDgTe9gKT6EoFXumy/c= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1556423134; h=Content-Transfer-Encoding:Cc:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=8qLvoUGkC70O4mORxukEpf0AfStSSJDDhMFR6tiZ/Mg=; b=GVP6Jjt6M/NJi0g9F0f7Jv399vH74KxUSuQwMoh2J4aYbID6SLtDy/NhKSeOZOMawB/1emFA1Q+OODhQt5TLsyU+SSd0KD5YxFUKZI8cP1fubH5nz1vTPK6HgIS/GW1ZfgEi2skBoKouNdl7ZRDdFWw2iyTuu78xckA+BjkVxt8= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+39712+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1556423134976627.6597069014113; Sat, 27 Apr 2019 20:45:34 -0700 (PDT) Return-Path: X-Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by groups.io with SMTP; Sat, 27 Apr 2019 20:45:34 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Apr 2019 20:45:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,404,1549958400"; d="scan'208";a="139439883" X-Received: from shwdepsi1121.ccr.corp.intel.com ([10.239.158.47]) by orsmga006.jf.intel.com with ESMTP; 27 Apr 2019 20:45:32 -0700 From: "Bob Feng" To: devel@edk2.groups.io Cc: Bob Feng , Liming Gao Subject: [edk2-devel] [Patch] Document: Correct the Appendix G to Appendix F Date: Sun, 28 Apr 2019 11:45:25 +0800 Message-Id: <20190428034525.13244-1-bob.c.feng@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: 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,bob.c.feng@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1556423134; bh=xtNB4jR+G59pJuza+3dl497DaTlThjRLJ9VUhsHq1DU=; h=Cc:Date:From:Reply-To:Subject:To; b=Yq/C2XwAHO1kugNCkYZ7ggf1JDFaFUBatJe3lYqYpeTe1MsaMP7nj7CaJ7D18FyPgZg isSnEldFSGpn3QJTWA43kqQbVcmpZ2+p5Ukhi9Kaq7wcUF8uHGljnyUf1Y5c7xQo2yCvZ lH70yh6QkEuRuQEweVNMQOrYUM7MgeMo+0E= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1690 This patch is going to fix the typo of Appendix G in Inf spec. Signed-off-by: Bob Feng Cc: Liming Gao Reviewed-by: Liming Gao --- 2_inf_overview/24_[defines]_section.md | 2 +- appendix_f_module_types.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/2_inf_overview/24_[defines]_section.md b/2_inf_overview/24_[de= fines]_section.md index 54fa829..8949299 100644 --- a/2_inf_overview/24_[defines]_section.md +++ b/2_inf_overview/24_[defines]_section.md @@ -84,11 +84,11 @@ implement functions that satisfy the BaseMemoryAllocati= on library class. In this instance, the driver module would also specify the `LIBRARY_CLASS` in= the `[Defines]` section. Other DXE drivers that would require a library instan= ce for the `BaseMemoryAllocation` class could specify the `DXE_CORE` INF file as = the recommended instance for satisfying the required library class instance. =20 -Appendix G lists the available `MODULE_TYPE` values supported by EDK II INF +Appendix F lists the available `MODULE_TYPE` values supported by EDK II INF files. =20 The EDK II `[Defines]` section is common to all architectures and does not permit using architectural modifiers in the section tag name. =20 diff --git a/appendix_f_module_types.md b/appendix_f_module_types.md index 334d4b7..7082332 100644 --- a/appendix_f_module_types.md +++ b/appendix_f_module_types.md @@ -1,7 +1,7 @@