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.web10.17818.1601375520420303153 for ; Tue, 29 Sep 2020 03:32:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=cTDtAeM9; spf=pass (domain: hpe.com, ip: 148.163.147.86, mailfrom: prvs=0541dac50d=abner.chang@hpe.com) Received: from pps.filterd (m0150241.ppops.net [127.0.0.1]) by mx0a-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 08TAU3Jc025871 for ; Tue, 29 Sep 2020 10:31:59 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=qoNA7u/CIn+aJdHLzbV7fl1+XffeBxca6MvcunUsOlU=; b=cTDtAeM9l0zg0qBXd40dC29jdsxOAHJhbFrxRSNfgGmxFXaZAFEFNTkRguBjRZ97LkCH zWjlhWhzPQx0NqNKUjJlAOCqKNVr+j25wb+rhu4JYp7c8RCmUCBWWvhfj8Q7lk7toze+ 5lAkzUtA9CiflHcAyRhfF5AdpdoPTcukLBUGVPvDSg3XXxQCwmBfK4svEKVXSqclt6s9 SxZ7YZx8VMgjL+K6mTzSJQpAHi5bK5HaxfiBtvKnA7Eswem6ax56n+/N+UCbW3hXBRIk H/RbAEOgyECDiT7J4zIn5XDZ9DIupuHDEHMWlYyx1tEIDmJSdys+5F7kL2IGRqxhnUzR 5g== Received: from g2t2353.austin.hpe.com (g2t2353.austin.hpe.com [15.233.44.26]) by mx0a-002e3701.pphosted.com with ESMTP id 33sv6kw4wv-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 29 Sep 2020 10:31:59 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2353.austin.hpe.com (Postfix) with ESMTP id 02BF477 for ; Tue, 29 Sep 2020 10:31:59 +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 6FBC242 for ; Tue, 29 Sep 2020 10:31:58 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Subject: [RedfishPkg PATCH 0/4] Inital RedfishPkg Date: Tue, 29 Sep 2020 17:47:44 +0800 Message-Id: <20200929094748.8391-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-09-29_01:2020-09-29,2020-09-29 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 phishscore=0 clxscore=1015 bulkscore=0 impostorscore=0 mlxlogscore=684 mlxscore=0 suspectscore=0 adultscore=0 priorityscore=1501 spamscore=0 malwarescore=0 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2009290092 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. changab (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 | 6 ++ RedfishPkg/RedfishPkg.ci.yaml | 67 +++++++++++++++++++ RedfishPkg/RedfishPkg.dec | 18 +++++ RedfishPkg/RedfishPkg.dsc | 40 +++++++++++ 6 files changed, 136 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