From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: guo.dong@intel.com) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by groups.io with SMTP; Wed, 29 May 2019 12:07:33 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 May 2019 12:07:32 -0700 X-ExtLoop1: 1 Received: from gdong1-mobl.amr.corp.intel.com ([10.78.24.216]) by orsmga004.jf.intel.com with ESMTP; 29 May 2019 12:07:32 -0700 From: "Guo Dong" To: devel@edk2.groups.io Cc: maurice.ma@intel.com, benjamin.you@intel.com, guo.dong@intel.com, prince.agyeman@intel.com Subject: [edk2-devel] Maintainers.txt: update UEFI payload information Date: Wed, 29 May 2019 12:07:29 -0700 Message-Id: <20190529190729.4440-1-guo.dong@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 Remove CorebootModulePkg and CorebootPayloadPkg, and add UefiPayloadPkg to reflect recently change in UEFI payload. wiki link for UefiPayloadPkg would be available soon. Signed-off-by: Guo Dong --- Maintainers.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Maintainers.txt b/Maintainers.txt index f3ce5edd8a..010ec31404 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -86,13 +86,6 @@ M: Bob Feng M: Liming Gao R: Yonghong Zhu -CorebootModulePkg, CorebootPayloadPkg -W: https://github.com/tianocore/tianocore.github.io/wiki/Coreboot_UEFI_payload -M: Maurice Ma -M: Prince Agyeman -M: Benjamin You -S: Maintained - CryptoPkg W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg M: Jian Wang @@ -238,6 +231,13 @@ M: Eric Dong M: Ray Ni R: Laszlo Ersek +UefiPayloadPkg +W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg +M: Maurice Ma +M: Guo Dong +M: Benjamin You +S: Maintained + StandaloneMmPkg M: Achin Gupta M: Jiewen Yao -- 2.16.2.windows.1