From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web10.4833.1642636729286771487 for ; Wed, 19 Jan 2022 15:58:50 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=m3AxPudK; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: nathaniel.l.desimone@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1642636729; x=1674172729; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=24NO4q7B9K2B919d6G5bQ928O2JAWjjzgLArLqxt0Ws=; b=m3AxPudKFlQ/dReLlbc18Do45z2LOSQsZ71GoGSm+e4AGpkViI0NNBhp cxY3c+459NJAnqRJF02zGepg+FMpiLrpYd0IidVvbI1o8qbsSqXCd5lhf OZbqLGGto0zuliPpT4oum0iyHHQib2XvEZBW/8n4MXvRrzq9OOiTMK7G3 6WVmYCP0g4R8H3A/C3rTz97OGNN31vcKFAo3eR+EaQlvDeepgDptkfptn dhnSwC8YIQaXeu/ILtYjxG5n8kuXtWhICWf5K9UjFRW3OsrVTrSGiGs1b PlfmzyPIYbwI2BXqB7bKUtO+u7zY7RaUESzb2OFkLHvXXNr56AXazmcZ6 w==; X-IronPort-AV: E=McAfee;i="6200,9189,10231"; a="308566711" X-IronPort-AV: E=Sophos;i="5.88,300,1635231600"; d="scan'208";a="308566711" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jan 2022 15:58:48 -0800 X-IronPort-AV: E=Sophos;i="5.88,300,1635231600"; d="scan'208";a="561245231" Received: from nldesimo-desk1.amr.corp.intel.com ([10.209.27.146]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jan 2022 15:58:48 -0800 From: "Nate DeSimone" To: devel@edk2.groups.io Cc: Sai Chaganty , Isaac Oram , Liming Gao , Michael D Kinney Subject: [PATCH v1] Add maintainers for advanced features Date: Wed, 19 Jan 2022 15:58:39 -0800 Message-Id: <20220119235839.2892-1-nathaniel.l.desimone@intel.com> X-Mailer: git-send-email 2.27.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Add maintainers to Features/Intel to enable expedient approval of new advanced features. Cc: Sai Chaganty Cc: Isaac Oram Cc: Liming Gao Cc: Michael D Kinney Signed-off-by: Nate DeSimone --- Maintainers.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Maintainers.txt b/Maintainers.txt index a6ce4eee0f..8dcc34ed0c 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -148,6 +148,8 @@ M: Pedro Falcato Features/Intel F: Features/Intel/ M: Sai Chaganty +M: Isaac Oram +M: Nate DeSimone R: Liming Gao Features/Intel/Debugging -- 2.27.0.windows.1