From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga06.intel.com (mga06.intel.com []) by mx.groups.io with SMTP id smtpd.web11.3133.1614652144393136110 for ; Mon, 01 Mar 2021 18:29:05 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: nathaniel.l.desimone@intel.com) IronPort-SDR: VfnfktA+nS7yi3g9LWn9Hj5acqkIBI4zlhuV+v7G764/EQSI0Km+cVfmKpzZ4O4v96ILNg79pZ +HlI84KGoA3w== X-IronPort-AV: E=McAfee;i="6000,8403,9910"; a="248069518" X-IronPort-AV: E=Sophos;i="5.81,216,1610438400"; d="scan'208";a="248069518" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Mar 2021 18:29:04 -0800 IronPort-SDR: 8UdN81eeBqnBYydxk79jnXOX6irMXkeU07lV57yujcQTk7CJds2ekME4+muIXrimykZmvqD+nL osQwlnFiP6OQ== X-IronPort-AV: E=Sophos;i="5.81,216,1610438400"; d="scan'208";a="427169886" Received: from nldesimo-desk1.amr.corp.intel.com ([10.212.174.59]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Mar 2021 18:29:03 -0800 From: "Nate DeSimone" To: devel@edk2.groups.io Cc: Isaac Oram , Sai Chaganty , Liming Gao Subject: [edk2-platforms] [PATCH v1 9/9] Maintainers.txt: Add IpmiFeaturePkg maintainers Date: Mon, 1 Mar 2021 18:28:04 -0800 Message-Id: <20210302022804.8641-10-nathaniel.l.desimone@intel.com> X-Mailer: git-send-email 2.27.0.windows.1 In-Reply-To: <20210302022804.8641-1-nathaniel.l.desimone@intel.com> References: <20210302022804.8641-1-nathaniel.l.desimone@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Isaac Oram REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3242 Cc: Sai Chaganty Cc: Liming Gao Signed-off-by: Isaac Oram Co-authored-by: Nate DeSimone --- Maintainers.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Maintainers.txt b/Maintainers.txt index 2e6e87bb6d..63d09749f6 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -146,6 +146,12 @@ F: Features/Intel/Debugging/ M: Eric Dong R: Liming Gao +Features/Intel/OutOfBandManagement/IpmiFeaturePkg +F: Features/Intel/OutOfBandManagement/IpmiFeaturePkg +M: Isaac Oram +M: Nate DeSimone +R: Liming Gao + Features/Intel/UserInterface F: Features/Intel/UserInterface/ M: Dandan Bi -- 2.27.0.windows.1