From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c0b::229; helo=mail-it0-x229.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x229.google.com (mail-it0-x229.google.com [IPv6:2607:f8b0:4001:c0b::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id E864E21148DCB for ; Tue, 19 Jun 2018 05:33:27 -0700 (PDT) Received: by mail-it0-x229.google.com with SMTP id l6-v6so82685iti.2 for ; Tue, 19 Jun 2018 05:33:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=fZHqJztUbxyCRrYkcPVYwZtK6KHvRn5FYfgjH558Xss=; b=dlQEx4w3ib4eAwDcLiBDwEH9KNdR1uvD8ilC+mjA9FeXK9q1wVMmaeC33deW2APcDs POyL5IHXY2sCCjz9abJQi8IQtEj7HEZ60ir3xKkqqdkvQV3+cLO3/vkSyOZ60VonGEAv yxhr5Z/BIyzFwQagGSN5jkzd4PRLmvAf8UOoI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=fZHqJztUbxyCRrYkcPVYwZtK6KHvRn5FYfgjH558Xss=; b=tEc0pt7Vo3Cg2fSVppAekkzWwl0J4qNrySihc/0fgnSyJqSRGzF30lbSlCDD2LBX9a A2Gye6nllbhT6aaNhha2lL8NyRsSZA7+lqjxk2nXS9tfrXIQo6INJENllEwQLpUS5cX9 4iCNyhvEFk8WTCYFR7gMeQh7PQYr1IDGLnDr+9A95FkZWtAK2gECvYFour4i2g2ON0oQ Pbj0UuzgZg7BFZAssAlWmqcDUywjeOXntvF8CB2XKlvoPgJEaX0Q6IttGjHwS4ZFHCG5 P56mttf35qZOEgM0kCZEFFzH/4EktIu1MHGubw4vLM0BQj4TgBmlxtN/EE/8l8SA2t58 O4pw== X-Gm-Message-State: APt69E1l11Zm4ML6xg1VWdcrK88In1ZakIsGT8+5TqO8d5aUCisb+dwO hvdJiGXeJq4zZ4oca+R7MTFT2EYr4z3PbaTkEhuc3A== X-Google-Smtp-Source: ADUXVKIHEINMedCUVXQFanezhtKU9bQZPjLBzwsmt0EY5mI3N1eb7sLhUaXPwj36wMMjzQW7nSyxugKDA+EGr9EdGog= X-Received: by 2002:a24:1d0e:: with SMTP id 14-v6mr12605455itj.50.1529411606708; Tue, 19 Jun 2018 05:33:26 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a6b:bbc7:0:0:0:0:0 with HTTP; Tue, 19 Jun 2018 05:33:25 -0700 (PDT) In-Reply-To: <1529395947-23044-1-git-send-email-yonghong.zhu@intel.com> References: <1529395947-23044-1-git-send-email-yonghong.zhu@intel.com> From: Ard Biesheuvel Date: Tue, 19 Jun 2018 14:33:25 +0200 Message-ID: To: Yonghong Zhu Cc: "edk2-devel@lists.01.org" , Michael Kinney , Kevin W Shaw , Liming Gao Subject: Re: [Patch] FDF Spec: clean up the and usage in spec X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2018 12:33:28 -0000 Content-Type: text/plain; charset="UTF-8" On 19 June 2018 at 10:12, Yonghong Zhu wrote: > ::= {"PCD(" ")"} {} {} > ::= {} {"$(NAMED_GUID)"} > > Cc: Liming Gao > Cc: Michael Kinney > Cc: Kevin W Shaw > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Yonghong Zhu > --- > 2_fdf_design_discussion/26_[capsule]_sections.md | 4 +-- > 3_edk_ii_fdf_file_format/32_fdf_definition.md | 5 ++++ > 3_edk_ii_fdf_file_format/36_[fv]_sections.md | 23 ++++++----------- > 3_edk_ii_fdf_file_format/37_[capsule]_sections.md | 29 ++++++++-------------- > .../38_[fmppayload]_sections.md | 4 +-- > 3_edk_ii_fdf_file_format/39_[rule]_sections.md | 21 ++++++---------- > README.md | 1 + > 7 files changed, 35 insertions(+), 52 deletions(-) > > diff --git a/2_fdf_design_discussion/26_[capsule]_sections.md b/2_fdf_design_discussion/26_[capsule]_sections.md > index ba93268..2e29612 100644 > --- a/2_fdf_design_discussion/26_[capsule]_sections.md > +++ b/2_fdf_design_discussion/26_[capsule]_sections.md > @@ -1,9 +1,9 @@ >