From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::442; helo=mail-wr1-x442.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr1-x442.google.com (mail-wr1-x442.google.com [IPv6:2a00:1450:4864:20::442]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 10CF1211616BF for ; Tue, 2 Oct 2018 09:03:46 -0700 (PDT) Received: by mail-wr1-x442.google.com with SMTP id u12-v6so2862506wrr.4 for ; Tue, 02 Oct 2018 09:03:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=nUKrhDc1VvClUCA4qVlrxvo/kYV/yhCbR5HSLxlni3E=; b=dIWQTaXsA77XYVBfbaQDp5lmSaz3KGFCG1R++CAxAolmoD4cCWHo4I6Ww5AvHd9UN9 Ev4vPFNs5TGSWMiO0wsD4w3FvyWK9ArPSwNGvyn9wy9LG6oM0WCgxWlx6Udm3n3uvD6M eZ0frXNlYsiKYKP9NX3IDQnZnJ+pMvkZFJ26s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=nUKrhDc1VvClUCA4qVlrxvo/kYV/yhCbR5HSLxlni3E=; b=mFciJaheUOFO0tYg8yWqe+nG2GbLfCejsg58OuOw3ZZiJSZUFNXojeLxqfMAUcXe9O xcbPKfqavHThRVNYDeCDBMSD9fnbc+rrwJscCRUL0u+9gwDapWXuredIkWfxz596QfWb 9VL1JBiEbhcPRVK6wbgQBC94cixWIvcgMQ+TdcTLij39FO0uNHXXQmY7JsQnnfx8KX2v kCsyHWqobJ48UROhuDYSk6Jv71Rotrqe509sGsw0Q/Dqd53Kxte0lUJl0/eJPoaiSOeu B5RWXx0omyi/9sPMwcbfswF+2Jbb7mfMNfZmB112QKA62RqnF9R6C+6yhJ4TnA1M8cRn NfPA== X-Gm-Message-State: ABuFfoh8vUVCkM2iik53Lsc3n+pnrPlB706A8ENaptAUQGbnp0VvSHhm qt+sE5ZHXqnlcE6Yltc3ciM/WpRCJ3s= X-Google-Smtp-Source: ACcGV60dzVlK3TlZEZamvA+/ki2G8IZnAr5wU3AQpYcOkU7Lz89+jCJYjUE132kY2G5uEKV5iMDkUQ== X-Received: by 2002:adf:b519:: with SMTP id a25-v6mr2176502wrd.273.1538496224659; Tue, 02 Oct 2018 09:03:44 -0700 (PDT) Received: from vanye.hemma.eciton.net (cpc92302-cmbg19-2-0-cust304.5-4.cable.virginm.net. [82.1.209.49]) by smtp.gmail.com with ESMTPSA id w72-v6sm24409697wrc.52.2018.10.02.09.03.43 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 02 Oct 2018 09:03:43 -0700 (PDT) From: Leif Lindholm To: edk2-devel@lists.01.org Cc: Andrew Fish , Laszlo Ersek , Michael D Kinney , Evan Lloyd , Sami Mujawar Date: Tue, 2 Oct 2018 17:03:42 +0100 Message-Id: <20181002160342.12772-1-leif.lindholm@linaro.org> X-Mailer: git-send-email 2.11.0 Subject: [PATCH] Maintainers.txt: add DynamicTablesPkg X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2018 16:03:47 -0000 DynamicTablesPkg has been in edk2-staging[1] for some time now, and it is time for it to move into the main tree. [1] https://github.com/tianocore/edk2-staging/tree/dynamictables Add Evan and Sami as maintainers of the new package, and let them bring it in themselves. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Leif Lindholm --- We'll need Reviewed-by: from both new maintainers. Github write permissions need to be added separately. Please add some documentation at the specified URL before you import any code :) Maintainers.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Maintainers.txt b/Maintainers.txt index 7ebd53f662..072cf3ce8f 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -105,6 +105,11 @@ W: https://github.com/tianocore/tianocore.github.io/wiki/DuetPkg M: Ruiyu Ni M: Hao Wu +DynamicTablesPkg +W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg +M: Evan Lloyd +M: Sami Mujawar + EdkCompatibilityPkg W: https://github.com/tianocore/tianocore.github.io/wiki/EdkCompatibilityPkg M: Liming Gao -- 2.11.0