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.web10.6447.1601433624430375913 for ; Tue, 29 Sep 2020 19:40:24 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=XMO/PaQX; spf=pass (domain: hpe.com, ip: 148.163.143.35, mailfrom: prvs=05423c58e6=abner.chang@hpe.com) Received: from pps.filterd (m0134424.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 08U2bEKA001786 for ; Wed, 30 Sep 2020 02:40:23 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=XsCxT95vCHpI7fpTYBrvwuLmkenKM/KWJin/+2tbkg0=; b=XMO/PaQX4ud7/XwSGF6iIzOFOQM0biap/BnDbiIH9Z0CX22UEGwenWotYrwWgcALm+A7 4aHwZX1z3y7DH7ff6BcrIDuflA+9wgq1hlavf1bSHRj9hOluUZlBwg4Lm08HmfpSOU4W 8GkuEsBGcO4PeE0amCa/Twl85Psc9GvgepKTyIZZ3+Zy/43zjDLRWLS5nrStdlCFIBpA M5fHjJJS/Hx5GgFpqpczKZikjHHQMxXj8+Ythwva8siC6ydfU7B1gXoW/AgvMJFPS+t0 2D1XWSQhUyYi68lfJvBlq+qvkyXZXmScUb4zJzem16OJguHFilkIv3zQD76OzOeGvcLB Vg== Received: from g2t2352.austin.hpe.com (g2t2352.austin.hpe.com [15.233.44.25]) by mx0b-002e3701.pphosted.com with ESMTP id 33uwgt9190-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 30 Sep 2020 02:40:23 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2352.austin.hpe.com (Postfix) with ESMTP id 15E2B62 for ; Wed, 30 Sep 2020 02:40:23 +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 820363A for ; Wed, 30 Sep 2020 02:40:22 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Subject: [RedfishPkg PATCH v2 0/4] Inital RedfishPkg Date: Wed, 30 Sep 2020 09:56:07 +0800 Message-Id: <20200930015611.18375-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-30_01:2020-09-29,2020-09-30 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 phishscore=0 adultscore=0 malwarescore=0 mlxlogscore=684 spamscore=0 mlxscore=0 priorityscore=1501 lowpriorityscore=0 clxscore=1015 impostorscore=0 bulkscore=0 suspectscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2009300016 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 | 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