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.web08.3673.1626756553944989753 for ; Mon, 19 Jul 2021 21:49:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=IVpl4AlL; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: hpe.com, ip: 148.163.143.35, mailfrom: prvs=0835467ab0=abner.chang@hpe.com) Received: from pps.filterd (m0148664.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 16K4dRxC025617; Tue, 20 Jul 2021 04:49:01 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=NTpB7E+mEJnzC1fIZmu3OTTduQaj7K8ZNwddXZww5Jo=; b=IVpl4AlL+oH9NQgQs9l5L45jGF7kcSaCmY+I8LNdk7BfbAssrF6eVYpxVjRJ5uaVPV8q zWkN3gvvosJEJvgMTHdFD/qYQEe9fgSqSuz9Fa9/AiHAnoqAMMdL7db+8TPVs33pKixo 7otsyP3OE1c1Tm5yV3VVW3LyDqtYYHL/S4LNDEd2Yl2s1wr9VYsxHNMKS3lDyYdUAkP8 /FdJlzldlFM9q7EBW8OE9vKQFkKnl5BFxbi7uXfCybcVvGvveQz3/iST/wgHAx0lmOG4 P4AUYNCQrT5Y2HoOeEKxdYfYawDpkebXHQLloNk5iGv+x8RCv2XgJOB4Udf/e7vz7GvI ug== Received: from g2t2352.austin.hpe.com (g2t2352.austin.hpe.com [15.233.44.25]) by mx0b-002e3701.pphosted.com with ESMTP id 39vyuk37d4-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 20 Jul 2021 04:49:00 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2352.austin.hpe.com (Postfix) with ESMTP id 12F5462; Tue, 20 Jul 2021 04:49:00 +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 593B736; Tue, 20 Jul 2021 04:48:58 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: Nickle Wang , Liming Gao , Andrew Fish , Leif Lindholm , Michael D Kinney Subject: [staging/edk2-redfish-client PATCH v2 0/2] RedfishClientPkg Date: Tue, 20 Jul 2021 11:53:56 +0800 Message-Id: <20210720035358.22177-1-abner.chang@hpe.com> X-Mailer: git-send-email 2.17.1 X-Proofpoint-GUID: 6pp2rvy9LVIQOnCKZPI-j26JdA9WJ7li X-Proofpoint-ORIG-GUID: 6pp2rvy9LVIQOnCKZPI-j26JdA9WJ7li X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391,18.0.790 definitions=2021-07-20_01:2021-07-19,2021-07-20 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 mlxscore=0 malwarescore=0 clxscore=1015 spamscore=0 adultscore=0 impostorscore=0 phishscore=0 suspectscore=0 lowpriorityscore=0 mlxlogscore=946 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2104190000 definitions=main-2107200025 In V2: Correct EFI_PLATFORM_CONFIG_TO_REDFISH_PROTOCOL to EDKII_REDFISH_PLATFORM_CONFIG_PROTOCOL in readme and diagrams. In V1: This is the first commit of RedfishClientPkg. Readme and diagrams are created to delineate EDK2 Redfish Client implementation. Signed-off-by: Abner Chang Cc: Nickle Wang Cc: Liming Gao Cc: Andrew Fish Cc: Leif Lindholm Cc: Michael D Kinney Abner Chang (2): RedfishClientPkg: Initial commit edk2: Update Maintainers.txt RedfishClientPkg/Readme.md | 185 +++ Maintainers.txt | 5 + .../Media/RedfishClientDriverStack.svg | 1068 +++++++++++++++++ 3 files changed, 1258 insertions(+) create mode 100644 RedfishClientPkg/Readme.md create mode 100644 RedfishClientPkg/Documents/Media/RedfishClientDriverStack.svg -- 2.17.1