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.web11.15802.1601649158666699680 for ; Fri, 02 Oct 2020 07:32:39 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=bUcynqbT; spf=pass (domain: hpe.com, ip: 148.163.143.35, mailfrom: prvs=0544a79508=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 092EVjfY018803 for ; Fri, 2 Oct 2020 14:32:37 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hpe.com; h=from : to : subject : date : message-id : mime-version; s=pps0720; bh=QgjlD5shuWOeQo8D5RM+zu8ZJi8rclnK4zl+c/fEp74=; b=bUcynqbTe7pubmXXjK9OkDCre37D20E4lXoXOEyAcW5eSBG7FBTXdLIF7WJnKw7EzLYm FRf+V4hhsJPzCvEABq3mXQMUricIaYgXCOaIkaGhUoz77FYCuqx5ykrckzrcXCt4RTSa j7zWVk0Pmp4q3gdEFxZRH7WZ8dFZfE1PjaVlSNxf1/fV3necXNVjusR6UaLCwkzx1w1j gi+b+o8t1YfrEG55YDcSt9WZLfzdTFAzdm9YTJAscJhgbrDCacGt8IrtzdbtrgxIVrz6 X4HKXa3hmG9fxlFfeBlo3uI+PXyVH2kQYPy8FEQCPLzrdhg67F66kzB/8NAekKsGcNbM yw== Received: from g2t2353.austin.hpe.com (g2t2353.austin.hpe.com [15.233.44.26]) by mx0b-002e3701.pphosted.com with ESMTP id 33vqwxn7nn-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 02 Oct 2020 14:32:37 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2353.austin.hpe.com (Postfix) with ESMTP id 1AD4F90 for ; Fri, 2 Oct 2020 14:32:37 +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 793B537 for ; Fri, 2 Oct 2020 14:32:36 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Subject: [RedfishPkg PATCH v3 0/4] Inital RedfishPkg Date: Fri, 2 Oct 2020 21:48:16 +0800 Message-Id: <20201002134820.22205-1-abner.chang@hpe.com> X-Mailer: git-send-email 2.17.1 X-Proofpoint-UnRewURL: 0 URL was un-rewritten MIME-Version: 1.0 X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.235,18.0.687 definitions=2020-10-02_10:2020-10-02,2020-10-02 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 malwarescore=0 clxscore=1015 phishscore=0 adultscore=0 spamscore=0 priorityscore=1501 mlxscore=0 suspectscore=0 mlxlogscore=651 lowpriorityscore=0 impostorscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2010020113 Initial version of RedfishPkg and the CI test on RedfishPkg. CI Test result: https://github.com/tianocore/edk2/pull/975 There is no components in RedfishPkg in this commit, the further edk2 Redfish components will be committed base on this version. Abner Chang (4): RedfishPkg: Initial commit of RedfishPkg. .pytool: Add CI on RedfishPkg .azurepipelines/templates: Add RedfishPkg to target build edk2: Add maintainers to RedfishPkg .../templates/pr-gate-build-job.yml | 3 + .pytool/CISettings.py | 3 +- Maintainers.txt | 5 ++ RedfishPkg/RedfishPkg.ci.yaml | 67 +++++++++++++++++++ RedfishPkg/RedfishPkg.dec | 18 +++++ RedfishPkg/RedfishPkg.dsc | 40 +++++++++++ 6 files changed, 135 insertions(+), 1 deletion(-) create mode 100644 RedfishPkg/RedfishPkg.ci.yaml create mode 100644 RedfishPkg/RedfishPkg.dec create mode 100644 RedfishPkg/RedfishPkg.dsc -- 2.17.1