Re: [edk2] [edk2-FdfSpecification PATCH] Add missing EBNF definition for

2017-04-06 Thread Zhu, Yonghong
Reviewed-by: Yonghong Zhu  

Best Regards,
Zhu Yonghong


-Original Message-
From: Kinney, Michael D 
Sent: Friday, April 7, 2017 7:22 AM
To: edk2-devel@lists.01.org
Cc: Gao, Liming ; Zhu, Yonghong ; 
Shaw, Kevin W 
Subject: [edk2-FdfSpecification PATCH] Add missing EBNF definition for 


https://bugzilla.tianocore.org/show_bug.cgi?id=249

Cc: Liming Gao 
Cc: Yonghong Zhu 
Cc: Kevin W Shaw 
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael Kinney 
---
 3_edk_ii_fdf_file_format/37_[capsule]_sections.md| 1 +
 3_edk_ii_fdf_file_format/38_[fmppayload]_sections.md | 3 ++-
 README.md| 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/3_edk_ii_fdf_file_format/37_[capsule]_sections.md 
b/3_edk_ii_fdf_file_format/37_[capsule]_sections.md
index c912b40..c2aedba 100644
--- a/3_edk_ii_fdf_file_format/37_[capsule]_sections.md
+++ b/3_edk_ii_fdf_file_format/37_[capsule]_sections.md
@@ -304,6 +304,7 @@ Conditional statements may be used anywhere within this 
section.
::= "SECTION"  [] "SMM_DEPEX_EXP"
  "{" []  "}" 
 ::=  "FMP_PAYLOAD"   
+ ::= 
   ::=  "FILE"  "DATA" ```
 
diff --git a/3_edk_ii_fdf_file_format/38_[fmppayload]_sections.md 
b/3_edk_ii_fdf_file_format/38_[fmppayload]_sections.md
index 1c38f59..31e1166 100644
--- a/3_edk_ii_fdf_file_format/38_[fmppayload]_sections.md
+++ b/3_edk_ii_fdf_file_format/38_[fmppayload]_sections.md
@@ -37,9 +37,10 @@ Capsule files.
  Prototype
 
 ```c
-  ::= "[FmpPayload"  "]" 
+  ::= "[FmpPayload" "."  "]" 
   
   
+   ::= 
::= [ "IMAGE_HEADER_INIT_VERSION"   ]
"IMAGE_TYPE_ID"   
   [ "IMAGE_INDEX"   ] diff --git 
a/README.md b/README.md index 9a7f13a..1c9b315 100644
--- a/README.md
+++ b/README.md
@@ -196,3 +196,4 @@ Copyright (c) 2006-2017, Intel Corporation. All rights 
reserved.
 || Clarified [UserExtensions] content in chapter 2 (to match 
implementation) 
 |   |
 | 1.28   | Convert to GitBooks 

   | March 2017|
 || [#426](https://bugzilla.tianocore.org/show_bug.cgi?id=426) 
IMAGE_TYPE_ID must be provided with value, FDF should mark it as required 
section   |   |
+|| [#249](https://bugzilla.tianocore.org/show_bug.cgi?id=249) FDF 
spec miss '' definition  
|   |
--
2.6.3.windows.1

___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


[edk2] [edk2-FdfSpecification PATCH] Add missing EBNF definition for

2017-04-06 Thread Michael Kinney
https://bugzilla.tianocore.org/show_bug.cgi?id=249

GitHub branch for review:

  
https://github.com/mdkinney/edk2-FdfSpecification/tree/Bugzilla_249_AddUiFmpName
  
GitHub branch compare against latest DRAFT for review:

  
https://github.com/tianocore-docs/edk2-FdfSpecification/compare/master...mdkinney:Bugzilla_249_AddUiFmpName?w=1

Cc: Liming Gao 
Cc: Yonghong Zhu 
Cc: Kevin W Shaw 
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael Kinney 

Michael Kinney (1):
  Add missing EBNF definition for 

 3_edk_ii_fdf_file_format/37_[capsule]_sections.md| 1 +
 3_edk_ii_fdf_file_format/38_[fmppayload]_sections.md | 3 ++-
 README.md| 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

-- 
2.6.3.windows.1

___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


[edk2] [edk2-FdfSpecification PATCH] Add missing EBNF definition for

2017-04-06 Thread Michael Kinney
https://bugzilla.tianocore.org/show_bug.cgi?id=249

Cc: Liming Gao 
Cc: Yonghong Zhu 
Cc: Kevin W Shaw 
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael Kinney 
---
 3_edk_ii_fdf_file_format/37_[capsule]_sections.md| 1 +
 3_edk_ii_fdf_file_format/38_[fmppayload]_sections.md | 3 ++-
 README.md| 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/3_edk_ii_fdf_file_format/37_[capsule]_sections.md 
b/3_edk_ii_fdf_file_format/37_[capsule]_sections.md
index c912b40..c2aedba 100644
--- a/3_edk_ii_fdf_file_format/37_[capsule]_sections.md
+++ b/3_edk_ii_fdf_file_format/37_[capsule]_sections.md
@@ -304,6 +304,7 @@ Conditional statements may be used anywhere within this 
section.
::= "SECTION"  [] "SMM_DEPEX_EXP"
  "{" []  "}" 
 ::=  "FMP_PAYLOAD"   
+ ::= 
   ::=  "FILE"  "DATA"   
 ```
 
diff --git a/3_edk_ii_fdf_file_format/38_[fmppayload]_sections.md 
b/3_edk_ii_fdf_file_format/38_[fmppayload]_sections.md
index 1c38f59..31e1166 100644
--- a/3_edk_ii_fdf_file_format/38_[fmppayload]_sections.md
+++ b/3_edk_ii_fdf_file_format/38_[fmppayload]_sections.md
@@ -37,9 +37,10 @@ Capsule files.
  Prototype
 
 ```c
-  ::= "[FmpPayload"  "]" 
+  ::= "[FmpPayload" "."  "]" 
   
   
+   ::= 
::= [ "IMAGE_HEADER_INIT_VERSION"   ]
"IMAGE_TYPE_ID"   
   [ "IMAGE_INDEX"   ]
diff --git a/README.md b/README.md
index 9a7f13a..1c9b315 100644
--- a/README.md
+++ b/README.md
@@ -196,3 +196,4 @@ Copyright (c) 2006-2017, Intel Corporation. All rights 
reserved.
 || Clarified [UserExtensions] content in chapter 2 (to match 
implementation) 
 |   |
 | 1.28   | Convert to GitBooks 

   | March 2017|
 || [#426](https://bugzilla.tianocore.org/show_bug.cgi?id=426) 
IMAGE_TYPE_ID must be provided with value, FDF should mark it as required 
section   |   |
+|| [#249](https://bugzilla.tianocore.org/show_bug.cgi?id=249) FDF 
spec miss '' definition  
|   |
-- 
2.6.3.windows.1

___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel