From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.115; helo=mga14.intel.com; envelope-from=bob.c.feng@intel.com; receiver=edk2-devel@lists.01.org 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 C41B92194EB7A for ; Wed, 6 Mar 2019 00:54:29 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Mar 2019 00:54:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,447,1544515200"; d="scan'208";a="280167962" Received: from shwdepsi1121.ccr.corp.intel.com ([10.239.158.47]) by orsmga004.jf.intel.com with ESMTP; 06 Mar 2019 00:54:28 -0800 From: "Feng, Bob C" To: edk2-devel@lists.01.org Date: Wed, 6 Mar 2019 16:54:20 +0800 Message-Id: <20190306085421.24960-1-bob.c.feng@intel.com> X-Mailer: git-send-email 2.20.1.windows.1 MIME-Version: 1.0 Subject: [Patch V2 0/1] Document: Update Inf spec to remove EDK and IPF related contents X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Mar 2019 08:54:30 -0000 Content-Transfer-Encoding: 8bit V2: Update the table of content and update history. Update commit message and fixed a bug. Feng, Bob C (1): Document: Update Inf spec to remove EDK related contents 1_introduction/11_overview.md | 4 ++-- 2_inf_overview/210_[ppis]_section.md | 3 +-- 2_inf_overview/211_[guids]_section.md | 3 +-- 2_inf_overview/212_[libraryclasses]_section.md | 3 +-- 2_inf_overview/213_[packages]_section.md | 3 +-- 2_inf_overview/214_pcd_sections.md | 16 +++++----------- 2_inf_overview/215_[depex]_section.md | 6 +----- 2_inf_overview/21_processing_overview.md | 21 +++++---------------- 2_inf_overview/22_information_file_general_rules.md | 32 +++++++++++--------------------- 2_inf_overview/24_[defines]_section.md | 6 +++--- 2_inf_overview/25_[sources]_section.md | 6 +----- 2_inf_overview/26_[buildoptions]_section.md | 11 ++--------- 2_inf_overview/27_[binaries]_section.md | 7 +------ 2_inf_overview/29_[protocols]_section.md | 3 +-- 2_inf_overview/README.md | 13 +------------ 3_edk_ii_inf_file_format/314_[depex]_sections.md | 8 +++----- 3_edk_ii_inf_file_format/315_[binaries]_section.md | 7 +------ 3_edk_ii_inf_file_format/32_component_inf_definition.md | 6 +++--- 3_edk_ii_inf_file_format/34_[defines]_section.md | 8 ++------ 3_edk_ii_inf_file_format/35_[buildoptions]_sections.md | 7 +++---- 3_edk_ii_inf_file_format/39_[sources]_sections.md | 9 ++------- 3_edk_ii_inf_file_format/README.md | 6 +----- README.md | 3 ++- SUMMARY.md | 37 +++++++++++++++++-------------------- appendix_b_build_changes_and_customizations.md => appendix_a_build_changes_and_customizations.md | 10 +++++----- appendix_a_edk_inf_file_specification/README.md | 40 ---------------------------------------- appendix_a_edk_inf_file_specification/a1_design_discussion.md | 317 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- appendix_a_edk_inf_file_specification/a2_edk_file_specification.md | 461 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- appendix_c_symbols.md => appendix_b_symbols.md | 4 ++-- appendix_d_sample_driver_inf_files.md => appendix_c_sample_driver_inf_files.md | 8 ++++---- appendix_e_sample_library_inf_files.md => appendix_d_sample_library_inf_files.md | 10 +++++----- appendix_f_sample_binary_inf_files.md => appendix_e_sample_binary_inf_files.md | 8 ++++---- appendix_g_module_types.md => appendix_f_module_types.md | 4 ++-- 33 files changed, 93 insertions(+), 997 deletions(-) rename appendix_b_build_changes_and_customizations.md => appendix_a_build_changes_and_customizations.md (91%) delete mode 100644 appendix_a_edk_inf_file_specification/README.md delete mode 100644 appendix_a_edk_inf_file_specification/a1_design_discussion.md delete mode 100644 appendix_a_edk_inf_file_specification/a2_edk_file_specification.md rename appendix_c_symbols.md => appendix_b_symbols.md (98%) rename appendix_d_sample_driver_inf_files.md => appendix_c_sample_driver_inf_files.md (94%) rename appendix_e_sample_library_inf_files.md => appendix_d_sample_library_inf_files.md (94%) rename appendix_f_sample_binary_inf_files.md => appendix_e_sample_binary_inf_files.md (94%) rename appendix_g_module_types.md => appendix_f_module_types.md (99%) -- 2.20.1.windows.1