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.12090.1601983948951929440 for ; Tue, 06 Oct 2020 04:32:29 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=iA0WDJ+3; spf=pass (domain: hpe.com, ip: 148.163.143.35, mailfrom: prvs=0548da70be=abner.chang@hpe.com) Received: from pps.filterd (m0150244.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 096BSj9B012609 for ; Tue, 6 Oct 2020 11:32:28 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=3A7Kwv2w31uGXQuU1AJVIo7FVmmEcLG5Zq3TaiSOus8=; b=iA0WDJ+3PDzTDlX9wsmK2S0I4Is8rXnIkq8GFZt5XEi4vJk8CTeRVqDFOlfhuPTB+4VB 483uRSBarOhvk/CwAN7CGccoH+Z8S/NubrWE5KPlrW05qCIb/AO3Eq0rCWCNvo7qxE8G yrYhkygflWduEliK4ZY3ha5CI0QxoAlPvYaKITXmOz86kz/MvTkVLQlhRDiHMRcqYJyg 87rKobhqW6j9bgvBFwn86hgY6I4D4waKaWZfPdcmAcA/YIRGdoLXWFVfqCt4DNem0b1T +uvg4uKkSyjMTM4rgp3epAypZ84Zz70LFXJiUmtdyZng7nEYg5jZjxXQ6xfaHcVU0wuK Ew== Received: from g4t3426.houston.hpe.com (g4t3426.houston.hpe.com [15.241.140.75]) by mx0b-002e3701.pphosted.com with ESMTP id 33xhy38gsq-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 06 Oct 2020 11:32:28 +0000 Received: from g9t2301.houston.hpecorp.net (g9t2301.houston.hpecorp.net [16.220.97.129]) by g4t3426.houston.hpe.com (Postfix) with ESMTP id 970FB4E for ; Tue, 6 Oct 2020 11:32:27 +0000 (UTC) Received: from abner-virtual-machine.asiapacific.hpqcorp.net (abner-virtual-machine.asiapacific.hpqcorp.net [15.119.210.153]) by g9t2301.houston.hpecorp.net (Postfix) with ESMTP id 072FF48 for ; Tue, 6 Oct 2020 11:32:26 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Subject: [RedfishPkg PATCH v5 0/4] Inital RedfishPkg Date: Tue, 6 Oct 2020 18:48:00 +0800 Message-Id: <20201006104804.14724-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-06_03:2020-10-06,2020-10-06 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 impostorscore=0 spamscore=0 mlxlogscore=809 priorityscore=1501 lowpriorityscore=0 phishscore=0 suspectscore=0 bulkscore=0 adultscore=0 clxscore=1015 mlxscore=0 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2010060074 Note for v5: Add reviewers's tags. 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