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.35526.1602488941402624997 for ; Mon, 12 Oct 2020 00:49:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=S2HdAGkb; spf=pass (domain: hpe.com, ip: 148.163.147.86, mailfrom: prvs=0554bb03a2=abner.chang@hpe.com) Received: from pps.filterd (m0134422.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 09C7ks4v012264; Mon, 12 Oct 2020 07:48:52 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=jUfmb/DwKJnuUpao8wpEc6UgGmN36iX+I52wZvt9mcA=; b=S2HdAGkbJ8fikXT3AO1JYUtzsxmiQ8L8iQ2oohYUnHXyh+0u0u55nc+zI2AQ/BJvfxSJ 55wUn9U2/ciQrtGP8JS9U97sp8BIISmy2wnT/paCZnnXPxhGamwhVz+Q42RysFVjr0PN Pbrth7rU0LG/qxQk7j9rFxjoMWgjRRVw0blojZdG/cm542EheZcxhVEi3lkG2WgNcVfB h9UDvZOAo/ulA2da9X42eGoMF7DBp5LH2JGKKHjkyUKR5kVvg7LDG1i63yFJisyU3jCY stLMucW4/j10hnfHcY98VCzuXi4sABLhQTjVvPF4T1nxSCeU1BYm1W60Hu/NUd60vkKN 4A== Received: from g9t5008.houston.hpe.com (g9t5008.houston.hpe.com [15.241.48.72]) by mx0b-002e3701.pphosted.com with ESMTP id 343pp570vw-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 12 Oct 2020 07:48:52 +0000 Received: from g9t2301.houston.hpecorp.net (g9t2301.houston.hpecorp.net [16.220.97.129]) by g9t5008.houston.hpe.com (Postfix) with ESMTP id 5FB2B4F; Mon, 12 Oct 2020 07:48:51 +0000 (UTC) Received: from abner-virtual-machine.asiapacific.hpqcorp.net (abner-virtual-machine.asiapacific.hpqcorp.net [15.119.210.153]) by g9t2301.houston.hpecorp.net (Postfix) with ESMTP id 0711C4D; Mon, 12 Oct 2020 07:48:48 +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 , Zhiguang Liu Subject: [Rest Ex Definition PATCH 0/2] The definitions for EFI REST EX Date: Mon, 12 Oct 2020 15:04:13 +0800 Message-Id: <20201012070415.5878-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-12_03:2020-10-12,2020-10-12 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 lowpriorityscore=0 malwarescore=0 clxscore=1015 phishscore=0 impostorscore=0 bulkscore=0 priorityscore=1501 suspectscore=2 mlxlogscore=719 spamscore=0 mlxscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2009150000 definitions=main-2010120066 This is the commit of definitions required by EFI REST EX UEFI driver. 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 Cc: Zhiguang Liu 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 | 388 ++++++++++++++++++ MdePkg/MdePkg.dec | 7 + .../Include/Pcd/RestExServiceDevicePath.h | 38 ++ RedfishPkg/RedfishPkg.dec | 3 + 4 files changed, 436 insertions(+) create mode 100644 MdePkg/Include/Protocol/RestEx.h create mode 100644 RedfishPkg/Include/Pcd/RestExServiceDevicePath.h -- 2.17.1