From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 72B6021A0480F for ; Fri, 7 Apr 2017 19:44:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491619488; x=1523155488; h=from:to:subject:date:message-id; bh=emaszpYpBcvK/nAqnTOLt1Z/Dq0dmvSeUL2aJVNKgEs=; b=XIqPyopI7b8X7I/b5vm1IlD9OE4cQCuwahjvtVotRrGBKY+TkQoJHOyv AxYLZI616BFZVPIxQy7nUGL4sNcorQ==; Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Apr 2017 19:44:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,169,1488873600"; d="scan'208";a="71307649" Received: from mdkinney-mobl.amr.corp.intel.com ([10.255.230.147]) by orsmga002.jf.intel.com with ESMTP; 07 Apr 2017 19:44:47 -0700 From: Michael Kinney To: edk2-devel@lists.01.org Date: Fri, 7 Apr 2017 19:44:42 -0700 Message-Id: <1491619484-18836-1-git-send-email-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.6.3.windows.1 Subject: [edk2-FdfSpecification PATCH 0/2] Allow macros in !include file paths 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: , X-List-Received-Date: Sat, 08 Apr 2017 02:44:48 -0000 * Use macros in !include file paths https://bugzilla.tianocore.org/show_bug.cgi?id=350 * Remove illegal white space in FDF file examples GitHub branch for review: https://github.com/mdkinney/edk2-FdfSpecification/tree/Bugzilla_350_MacrosInIncludes GitHub branch compare against latest DRAFT for review: https://github.com/tianocore-docs/edk2-FdfSpecification/compare/master...mdkinney:Bugzilla_350_MacrosInIncludes Michael Kinney (2): Use macros in !include file paths Remove illegal white space in FDF file examples .../22_flash_description_file_format.md | 21 +++++++++-------- 2_fdf_design_discussion/25_[fv]_sections.md | 12 +++++----- 3_edk_ii_fdf_file_format/32_fdf_definition.md | 26 +++++++++++++--------- appendix_a_nt32pkg_flash_description_file.md | 14 ++++++------ 4 files changed, 39 insertions(+), 34 deletions(-) -- 2.6.3.windows.1