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.web09.7013.1604633744472495314 for ; Thu, 05 Nov 2020 19:35:44 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=GjNvIRfh; spf=pass (domain: hpe.com, ip: 148.163.143.35, mailfrom: prvs=057929b778=abner.chang@hpe.com) Received: from pps.filterd (m0148664.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 0A63HVBw030282; Fri, 6 Nov 2020 03:35:18 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hpe.com; h=from : to : cc : subject : date : message-id; s=pps0720; bh=GhYfjvHXfXFO6c130ZQFUGN64Sj4MXY6QnevCtUzzvk=; b=GjNvIRfhhd4Z49xwDX4RUbqWoFaWDU9Liq1wuVhTZMVYEVwCD6vIqnpshjwatwSRw+a+ cwiqySDCnRcCIt8K2fvOKz93EiBUXvaMecmXHUdoxyZEsQu2PEafh1B8XEn3+wyUJRF8 QS+qQNjHMoAQ2PDtG//5LtD4ioO6nWunk2a98yNAfAjBLe10j2OQd0agEeAG9fa2yz66 KSnkgplJy1ROiIv3hi22iYt7yeMbNPQiGGuJri6mvVj3iwlQTZZG35IUZpV7Q/6+RQHp HKcdiwLZAkp1H+AKN2WSZTYyh0z98FaPtqIACjJkMxw0KmK8XI7bUEa6IOW5GmNahJHM Rg== Received: from g2t2352.austin.hpe.com (g2t2352.austin.hpe.com [15.233.44.25]) by mx0b-002e3701.pphosted.com with ESMTP id 34mcp6rnhc-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 06 Nov 2020 03:35:18 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2352.austin.hpe.com (Postfix) with ESMTP id D8CBD62; Fri, 6 Nov 2020 03:35:17 +0000 (UTC) Received: from abner-virtual-machine.asiapacific.hpqcorp.net (abner-virtual-machine.asiapacific.hpqcorp.net [15.119.210.153]) by g2t2360.austin.hpecorp.net (Postfix) with ESMTP id 0110E36; Fri, 6 Nov 2020 03:35:14 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: Jiaxin Wu , Siyuan Fu , Fan Wang , Jiewen Yao , Dandan Bi , Eric Dong , Nickle Wang , Bob Feng , Liming Gao , Yuwei Chen , Michael D Kinney , Zhiguang Liu Subject: [VFR support REST_STYLE PATCH v4 0/4] VFR support REST_STYLE Date: Fri, 6 Nov 2020 10:49:35 +0800 Message-Id: <20201106024939.17761-1-abner.chang@hpe.com> X-Mailer: git-send-email 2.17.1 X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.312,18.0.737 definitions=2020-11-06_01:2020-11-05,2020-11-06 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 phishscore=0 lowpriorityscore=0 impostorscore=0 spamscore=0 mlxscore=0 clxscore=1015 mlxlogscore=999 bulkscore=0 suspectscore=2 adultscore=0 malwarescore=0 priorityscore=1501 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2009150000 definitions=main-2011060022 In v4: - We keep QuestionAboutTreeHugging option for the EFI keyword test. QuestionXUefiKeywordRestStyle for the EFI keyword with REST_STYLE. QuestionNonXUefiKeywordRestStyle for the non EFI keyword with REST_STYLE. - Change commit subject of 3/4 to "Revise HiiLib to check REST_STYLE" In v3, the patch includes the changes on HiiLib to support REST_STYLE flag. In v2, a typo found. Rename gEfiHiiResetStyleFormsetGuid to gEfiHiiRestStyleFormsetGuid. VFR compiler and other related changes to support REST_STYLE in VFR language for HII options to be configured in out-of-band management such as the Redfish service. Add two HII options in the Sample driver for REST_STYLE use cases. Signed-off-by: Abner Chang Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Fan Wang Cc: Jiewen Yao Cc: Dandan Bi Cc: Eric Dong Cc: Nickle Wang Cc: Bob Feng Cc: Liming Gao Cc: Yuwei Chen Cc: Michael D Kinney Cc: Zhiguang Liu Abner Chang (4): MdePkg: Add GUID for REST Style Formset BaseTools/VfrCompile: VFR compiler supports REST_STYLE in HII option MdeModulePkg/Library: Revise HiiLib to check REST_STYLE MdeModulePkg/DriverSampleDxe: Add HII sample options BaseTools/Source/C/VfrCompile/VfrSyntax.g | 25 +++++++++++-- MdeModulePkg/Library/UefiHiiLib/HiiLib.c | 14 ++++---- .../Universal/DriverSampleDxe/NVDataStruc.h | 5 ++- .../Universal/DriverSampleDxe/Vfr.vfr | 36 +++++++++++++++++++ .../Universal/DriverSampleDxe/VfrStrings.uni | 8 +++++ MdePkg/MdePkg.dec | 2 +- 6 files changed, 78 insertions(+), 12 deletions(-) -- 2.17.1