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.web09.78.1635473252939078313 for ; Thu, 28 Oct 2021 19:07:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=mGchOm1/; spf=temperror, err=temporary DNS error (domain: hpe.com, ip: 148.163.147.86, mailfrom: prvs=0936be5d91=nickle.wang@hpe.com) Received: from pps.filterd (m0134422.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.1.2/8.16.1.2) with SMTP id 19SJ1uqS028381; Fri, 29 Oct 2021 02:07:16 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hpe.com; h=from : to : cc : subject : date : message-id : content-transfer-encoding : mime-version; s=pps0720; bh=8J6vQdp3dwg1d+XjKO3+O8Nn5ccqeDXo6eCjyikHlKU=; b=mGchOm1/3sFiPpPX4yJ0MnQL3CHPYmWzU9kBRptbaBrcKn8LtmvW5vCQgC3W4jtrtCqa wWQBoQemf+rXCiELhIC+bSQBboz6ZL9EBOdjYpLqXVnX7b6d6lxewG3lPtnafDoBCZsp mz7Xt6kJLz7uF0YNaakJI+oWP3o9A5zDckzBWjGTp3m8SMTbC2Do8xj1WYnWCxi+ppz+ 8adhnLDNg5X7/f2Krpdw1zod40FvHdXXWzkYln0nZ+qmrr+K6gdkgDV2iABxU1ozvr8L O2dTt/BTnS3MXSCBBK/8u4MezPPKz/kAugodHp088D2/fpDAEOp7KyI9SSPCDnwuFFrS 9w== Received: from g9t5009.houston.hpe.com (g9t5009.houston.hpe.com [15.241.48.73]) by mx0b-002e3701.pphosted.com with ESMTP id 3bynu90r4e-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 29 Oct 2021 02:07:16 +0000 Received: from g9t2301.houston.hpecorp.net (g9t2301.houston.hpecorp.net [16.220.97.129]) by g9t5009.houston.hpe.com (Postfix) with ESMTP id E03225C; Fri, 29 Oct 2021 02:07:15 +0000 (UTC) Received: from WVE00YQZQF.asiapacific.hpqcorp.net (unknown [16.168.4.133]) by g9t2301.houston.hpecorp.net (Postfix) with ESMTP id EC9B14B; Fri, 29 Oct 2021 02:07:13 +0000 (UTC) From: "Nickle Wang" To: devel@edk2.groups.io Cc: Nickle Wang , Abner Chang , Liming Gao Subject: [PATCH] RedfishPkg: Update link to staging/RedfishClientPkg in Readme.md Date: Fri, 29 Oct 2021 10:06:44 +0800 Message-Id: <20211029020644.594-1-nickle.wang@hpe.com> X-Mailer: git-send-email 2.31.1.windows.1 X-Proofpoint-GUID: kaC6my6RQbYfC1PEeZRkrZDiKJb1uXKQ X-Proofpoint-ORIG-GUID: kaC6my6RQbYfC1PEeZRkrZDiKJb1uXKQ X-Proofpoint-UnRewURL: 0 URL was un-rewritten MIME-Version: 1.0 X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.182.1,Aquarius:18.0.790,Hydra:6.0.425,FMLib:17.0.607.475 definitions=2021-10-28_06,2021-10-26_01,2020-04-07_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 mlxscore=0 suspectscore=0 mlxlogscore=999 phishscore=0 malwarescore=0 lowpriorityscore=0 spamscore=0 adultscore=0 impostorscore=0 clxscore=1015 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2110150000 definitions=main-2110290011 Content-Transfer-Encoding: quoted-printable Redfish feature DXE drivers are contributed to staging/RedfishClientPkg. Add link to Readme.md in staging/RedfishClientPkg. Signed-off-by: Nickle Wang Cc: Abner Chang Cc: Liming Gao --- RedfishPkg/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RedfishPkg/Readme.md b/RedfishPkg/Readme.md index af5b3e25d8..4e5f59850c 100644 --- a/RedfishPkg/Readme.md +++ b/RedfishPkg/Readme.md @@ -5,7 +5,7 @@ UEFI Redfish EDK2 solution is an efficient and secure solut= ion for the end-users =0D Below are the block diagrams of UEFI Redfish EDK2 Implementation. ***[EDK2= Redfish Foundation[1]](#[0])*** in the lower part of the figure refers to = the EDK2 Redfish Foundation, which provides the fundamental EDK2 drivers to= communicate with Redfish service ***([[19]](#[0]) in the above figure)***.= The Redfish service could be implemented in BMC to manage the system, or o= n the network for managing multiple systems.=0D =0D -***[EDK2 Redfish Client[2]](#[0])*** in the upper part of the figure refer= s to the EDK2 Redfish client, which is the EDK2 Redfish application used to= configure platform configurations by consuming the Redfish properties. The= EDK2 Redfish client can also provision the UEFI platform-owned Redfish pro= perties, consume and update Redfish properties as well. The ***[EDK2 Redfis= h Feature DXE Drivers [17]](#[0])*** is the next project after EDK2 Redfish= Foundation. Each EDK2 Redfish Feature DXE Driver is designed to communicat= e with the particular Redfish data model defined in the Redfish schema *(e.= g. Edk2RedfishBiosDxe driver manipulates the properties defined in Redfish = BIOS data model)*.=0D +***[EDK2 Redfish Client[2]](#[0])*** in the upper part of the figure refer= s to the EDK2 Redfish client, which is the EDK2 Redfish application used to= configure platform configurations by consuming the Redfish properties. The= EDK2 Redfish client can also provision the UEFI platform-owned Redfish pro= perties, consume and update Redfish properties as well. The ***[EDK2 Redfis= h Feature DXE Drivers [17]](https://github.com/tianocore/edk2-staging/blob/= edk2-redfish-client/RedfishClientPkg/Readme.md)*** is the project under dev= elopment in EDK2 staging repository. Each EDK2 Redfish Feature DXE Driver i= s designed to communicate with the particular Redfish data model defined in= the Redfish schema *(e.g. Edk2RedfishBiosDxe driver manipulates the proper= ties defined in Redfish BIOS data model)*.=0D =0D ## EDK2 Redfish Implementation Diagrams=0D ![UEFI Redfish Implementation](https://github.com/tianocore/edk2/blob/mast= er/RedfishPkg/Documents/Media/RedfishDriverStack.svg?raw=3Dtrue)=0D --=20 2.31.1.windows.1