From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0b-002e3701.pphosted.com (mx0b-002e3701.pphosted.com [148.163.143.35]) by mx.groups.io with SMTP id smtpd.web11.21989.1604972778749927898 for ; Mon, 09 Nov 2020 17:46:18 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=dzFyRqMN; spf=pass (domain: hpe.com, ip: 148.163.143.35, mailfrom: prvs=058324a514=abner.chang@hpe.com) Received: from pps.filterd (m0134424.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 0AA1bRtf004183; Tue, 10 Nov 2020 01:46:11 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hpe.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding; s=pps0720; bh=CpXxtbH6fo5Tg0q/F84WbM0Oe3J11cHez6CmUSS/nug=; b=dzFyRqMNFgFOtFVjzhOeZP7tGAFdiudTE1OVxEPbJApu74Hm/1CR/aQfq7w++kRsMXWD guyxKmiDJjrlmvOM5hiuQzqGiRgg0mrFuirt6A3cb8Si4sSAXqYcYj0v6TAIs/kAeCOq +gXN/YcCsb0HY0LFUzXz38Fwg8UiYOcExi/gyOX3YWZdfqGZOLjhAUyelZ+4sWS0LrGD HI9TU/bTgsg2fJHX79DonOJ33WEcfF001NipY01d2WMxTLyoXt31thtpMwOZlVpieLMY zxx8GDxBas+Ef3jTStZ5YcvTJw07E409x9AEyYWwGuyE2aZ9uG9PwI6lAG0VWBfUqLCm tQ== Received: from g2t2354.austin.hpe.com (g2t2354.austin.hpe.com [15.233.44.27]) by mx0b-002e3701.pphosted.com with ESMTP id 34nmm4tqs9-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 10 Nov 2020 01:46:11 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2354.austin.hpe.com (Postfix) with ESMTP id 7739983; Tue, 10 Nov 2020 01:46:10 +0000 (UTC) Received: from SAC2XFT1JT.asiapacific.hpqcorp.net (sac2xft1jt.asiapacific.hpqcorp.net [10.43.42.132]) by g2t2360.austin.hpecorp.net (Postfix) with ESMTP id 1D94A36; Tue, 10 Nov 2020 01:46:08 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: abner.chang@hpe.com, Liming Gao , Dandan Bi , Nickle Wang , Peter O'Hanley Subject: [VFR REST_STYLE PATCH v2 1/1] VfrSpecification: Add REST_STYLE Date: Tue, 10 Nov 2020 09:46:07 +0800 Message-Id: <20201110014607.509976-1-abner.chang@hpe.com> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.312,18.0.737 definitions=2020-11-09_15:2020-11-05,2020-11-09 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 lowpriorityscore=0 bulkscore=0 adultscore=0 phishscore=0 mlxlogscore=999 spamscore=0 clxscore=1015 priorityscore=1501 suspectscore=2 impostorscore=0 mlxscore=0 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2009150000 definitions=main-2011100010 Content-Transfer-Encoding: 8bit Add REST_STYLE to question flag Signed-off-by: Abner Chang Cc: Liming Gao Cc: Dandan Bi Cc: Nickle Wang Cc: Peter O'Hanley --- 2_vfr_description_in_bnf/210_vfr_general_token_definition.md | 2 ++ 2_vfr_description_in_bnf/211_vfr_form_definition.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/2_vfr_description_in_bnf/210_vfr_general_token_definition.md b/2_vfr_description_in_bnf/210_vfr_general_token_definition.md index 7dc42f0..48057f5 100644 --- a/2_vfr_description_in_bnf/210_vfr_general_token_definition.md +++ b/2_vfr_description_in_bnf/210_vfr_general_token_definition.md @@ -2,6 +2,7 @@ 2.10 VFR General Token Definition Copyright (c) 2007-2017, Intel Corporation. All rights reserved.
+ (C) Copyright 2020 Hewlett Packard Enterprise Development LP
Redistribution and use in source (original document form) and 'compiled' forms (converted to PDF, epub, HTML and other formats) with or without @@ -117,6 +118,7 @@ questionheaderFlagsField ::= | "INTERACTIVE" | "RESET_REQUIRED" | "OPTIONS_ONLY" + | "REST_STYLE" vfrStorageVarId ::= ( StringIdentifier "[" Number "]" ) diff --git a/2_vfr_description_in_bnf/211_vfr_form_definition.md b/2_vfr_description_in_bnf/211_vfr_form_definition.md index 2e63bdf..238436b 100644 --- a/2_vfr_description_in_bnf/211_vfr_form_definition.md +++ b/2_vfr_description_in_bnf/211_vfr_form_definition.md @@ -2,6 +2,7 @@ 2.11 VFR Form Definition Copyright (c) 2007-2017, Intel Corporation. All rights reserved.
+ (C) Copyright 2020 Hewlett Packard Enterprise Development LP
Redistribution and use in source (original document form) and 'compiled' forms (converted to PDF, epub, HTML and other formats) with or without @@ -786,6 +787,7 @@ oneofoptionFlagsField ::= | "INTERACTIVE" | "RESET_REQUIRED" | "DEFAULT" + | "REST_STYLE" ``` #### BEHAVIORS AND RESTRICTIONS -- 2.21.0.windows.1