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.28070.1601873889167536690 for ; Sun, 04 Oct 2020 21:58:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=phhzK3HM; spf=pass (domain: hpe.com, ip: 148.163.147.86, mailfrom: prvs=0547bd49a7=abner.chang@hpe.com) Received: from pps.filterd (m0134422.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 0954pVsU009691 for ; Mon, 5 Oct 2020 04:58:08 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=9UMwEQsmTBqocs0CK1vQCxhTDVOnIo68IaSDDH05ySU=; b=phhzK3HMRz52VHxtyJ6WKKnGXbJYBegyJgYnlcrrHNyIIYj1P+Bn5tYmj4PAOFjkSRbG /99HvPaZaDV4+DHTDxbdDeoKbIo3Zai17LjFQ/CeLeyBVEM2lnKCiREWLYFiu5+D8KD1 tKtz2VksAnG+v0Y6czszzGVcSjRRyJBdi5P4VQ7nWEM8NmJGl0zfDgGW00o6k7eLJura 93E9tXTmFR3EcvbBZddVaDZBuhkz5zgvnc588AME+YtKJW5m/Bb3bLW6OvcOaYtqZ4+s SLKlJeDRHccg7qvQSQk/+nORbFNhyIzQ8avWozD1rBZkDqQO/Z7/I7uvjEkm266XmyT7 vg== Received: from g9t5009.houston.hpe.com (g9t5009.houston.hpe.com [15.241.48.73]) by mx0b-002e3701.pphosted.com with ESMTP id 33y3156r7g-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 05 Oct 2020 04:58:08 +0000 Received: from g4t3433.houston.hpecorp.net (g4t3433.houston.hpecorp.net [16.208.49.245]) by g9t5009.houston.hpe.com (Postfix) with ESMTP id DD2535C for ; Mon, 5 Oct 2020 04:58:07 +0000 (UTC) Received: from abner-virtual-machine.asiapacific.hpqcorp.net (abner-virtual-machine.asiapacific.hpqcorp.net [15.119.210.153]) by g4t3433.houston.hpecorp.net (Postfix) with ESMTP id 4758546 for ; Mon, 5 Oct 2020 04:58:06 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Subject: [RedfishPkg PATCH v4 0/4] Inital RedfishPkg Date: Mon, 5 Oct 2020 12:13:42 +0800 Message-Id: <20201005041346.27353-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-05_03:2020-10-02,2020-10-05 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 adultscore=0 bulkscore=0 suspectscore=0 lowpriorityscore=0 phishscore=0 mlxlogscore=768 impostorscore=0 malwarescore=0 clxscore=1015 priorityscore=1501 mlxscore=0 spamscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2010050038 Note for v4: NOOPT is removed from RedfishPkg.dsc and pr-gate-build-job.yml. Initial version of RedfishPkg and the CI test on RedfishPkg. CI Test result: https://github.com/tianocore/edk2/pull/982 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