From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0a-002e3701.pphosted.com (mx0a-002e3701.pphosted.com [148.163.147.86]) by mx.groups.io with SMTP id smtpd.web11.9308.1602672898400347219 for ; Wed, 14 Oct 2020 03:54:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=b6KqkdrK; spf=pass (domain: hpe.com, ip: 148.163.147.86, mailfrom: prvs=05564a573f=abner.chang@hpe.com) Received: from pps.filterd (m0134421.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 09EAp6cR008101; Wed, 14 Oct 2020 10:54:51 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=HDh2U/ZYfrmNmA1QzVAqHW2w5tKVDvEOML/Qm64mOF0=; b=b6KqkdrKzrkCErjDlJqL1O7/TRLlRPwxNSu3DnBdJM8XlWhbsY3y16UMB3/XdS9fkLNS WRFRU+K05jjKvpRCEWsRWMxtxgDmk0zcESrG9GVsH+7xAAsjZafp6hBYuyf8zChZhgD6 VMXpg6pYr15XyZeYQILH+NYZse43a2eSs+NzvL8EXWfB85QDHK1u+2aUZEf2uSMOBLnA yyqCc1a8hhRdIhbNuYE5w0by1/JxaEdimaoVgo0GN881pclTVja+KqOaC8KpEUvLIOAV XrUIF5zTzjHiAlhou0s8Y2J/SOXFPg3Kv0m8r9/oNjAPVAlMQzikpzBEVaMI8/XxKncW 6w== Received: from g2t2354.austin.hpe.com (g2t2354.austin.hpe.com [15.233.44.27]) by mx0b-002e3701.pphosted.com with ESMTP id 343paxvumt-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 14 Oct 2020 10:54:51 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2354.austin.hpe.com (Postfix) with ESMTP id 5192E81; Wed, 14 Oct 2020 10:54:50 +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 8961B3D; Wed, 14 Oct 2020 10:54:46 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: Jiaxin Wu , Siyuan Fu , Fan Wang , Jiewen Yao , Nickle Wang , Michael D Kinney , Liming Gao Subject: [Rest Ex Definition PATCH v2 0/2] The definitions for EFI REST EX Date: Wed, 14 Oct 2020 18:10:07 +0800 Message-Id: <20201014101009.7737-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.235,18.0.687 definitions=2020-10-14_07:2020-10-14,2020-10-14 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 lowpriorityscore=0 malwarescore=0 impostorscore=0 mlxscore=0 spamscore=0 clxscore=1015 adultscore=0 priorityscore=1501 phishscore=0 suspectscore=2 bulkscore=0 mlxlogscore=726 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2009150000 definitions=main-2010140079 This is the commit of definitions required by EFI REST EX UEFI driver. In v2: Address Liming's feedback to add UEFI spec revision on which EFI REST EX protocol is introduced. In patch (1/2), add the definitions of EFI REST EX Protocol according to UEFI spec v2.8 Section 29.7.2 EFI REST EX Protocol. In patch (2/2), add the definitions of structure PCD for Redfish Host Interface EFI device path. Signed-off-by: Abner Chang Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Fan Wang Cc: Jiewen Yao Cc: Nickle Wang Cc: Michael D Kinney Cc: Liming Gao Abner Chang (2): MdePkg/Include: Definitions of EFI REST EX Protocol RedfishPkg/Include: PCD definitions of Host Interface EFI device path MdePkg/Include/Protocol/RestEx.h | 390 ++++++++++++++++++ MdePkg/MdePkg.dec | 7 + .../Include/Pcd/RestExServiceDevicePath.h | 38 ++ RedfishPkg/RedfishPkg.dec | 3 + 4 files changed, 438 insertions(+) create mode 100644 MdePkg/Include/Protocol/RestEx.h create mode 100644 RedfishPkg/Include/Pcd/RestExServiceDevicePath.h -- 2.17.1