From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id C96F178003C for ; Tue, 26 Mar 2024 12:21:41 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=ZqqMC2gtgIAE85BD2mxuK2iazKFTKc/BGZmFJch16y8=; c=relaxed/simple; d=groups.io; h=Date:From:To:CC:Subject:Message-ID:References:MIME-Version:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Disposition; s=20240206; t=1711455700; v=1; b=izMqO/uT6SJ0dYcxi8aPsHzBRHdOoBfbOEqJn1KWvCPuZJ2G9hmgEof6omVGn5jByR5mn+3I qJDWgwMK3XMdmVrX42rROF+H7cA2C54iocsTeP1ymOwhpIIy/dN+Lpgkt1nWTiBgx+RwaQcVCSm grnLj+Rny1KFt74aLAJWs8AZBDBbeOzW9iwkDrnKFC1AhwT8aNQTBQFJzYzJPUPZTXZL620hLRY ScnBK9n2IA5O4lfwlGBchxJ6c7aXe0lHE21oxldRHIx5qZ+RjSR8uQ4wgz/4XjVfV+GFsoaSPq9 4MQ5/myWA/RlFJ1CR5ru+HyS0VYNcuSWdxUjypMdZdvig== X-Received: by 127.0.0.2 with SMTP id 6IawYY7687511xfnChx5uUZV; Tue, 26 Mar 2024 05:21:40 -0700 X-Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.131]) by mx.groups.io with SMTP id smtpd.web10.7452.1711455699808126666 for ; Tue, 26 Mar 2024 05:21:39 -0700 X-Received: from pps.filterd (m0279862.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.24/8.17.1.24) with ESMTP id 42Q7vnpx009579; Tue, 26 Mar 2024 12:21:39 GMT X-Received: from nasanppmta01.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3x3tdhrqrx-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 26 Mar 2024 12:21:39 +0000 (GMT) X-Received: from nasanex01c.na.qualcomm.com (nasanex01c.na.qualcomm.com [10.45.79.139]) by NASANPPMTA01.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 42QCLcKA023920 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 26 Mar 2024 12:21:38 GMT X-Received: from qc-i7.hemma.eciton.net (10.80.80.8) by nasanex01c.na.qualcomm.com (10.45.79.139) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.40; Tue, 26 Mar 2024 05:21:37 -0700 Date: Tue, 26 Mar 2024 12:21:33 +0000 From: "Leif Lindholm" To: Marcin Juszkiewicz CC: , Michael D Kinney , Ard Biesheuvel Subject: Re: [edk2-devel] [PATCH edk2-platforms v2 1/1] Maintainers.txt: add myself as QemuSbsa maintainer Message-ID: References: <20240326121058.1268996-1-marcin.juszkiewicz@linaro.org> MIME-Version: 1.0 In-Reply-To: <20240326121058.1268996-1-marcin.juszkiewicz@linaro.org> X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nasanex01c.na.qualcomm.com (10.45.79.139) X-QCInternal: smtphost X-Proofpoint-ORIG-GUID: DMcDkCqcUgyitdalLYzkV5YleCM2Rla0 X-Proofpoint-GUID: DMcDkCqcUgyitdalLYzkV5YleCM2Rla0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Tue, 26 Mar 2024 05:21:39 -0700 Reply-To: devel@edk2.groups.io,quic_llindhol@quicinc.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: VNaAiiZAAcYjtSoc7bEAjlIDx7686176AA= Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b="izMqO/uT"; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=quicinc.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io On Tue, Mar 26, 2024 at 13:10:58 +0100, Marcin Juszkiewicz wrote: > With all changes going around sbsa-ref/QemuSbsa platform Leif suggested > that I should become maintainer as well. > > My GitHub account name is "hrw". > > Signed-off-by: Marcin Juszkiewicz Reviewed-by: Leif Lindholm Tweaked subject line and pushed as 8e5981584663. Thanks! > --- > Maintainers.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Maintainers.txt b/Maintainers.txt > index e57c32f16a05..ca36aa679470 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -383,8 +383,8 @@ F: Platform/Qemu/SbsaQemu/ > F: Silicon/Qemu/SbsaQemu/ > M: Ard Biesheuvel > M: Leif Lindholm > +M: Marcin Juszkiewicz [hrw] > R: Graeme Gregory > -R: Marcin Juszkiewicz > > Raspberry Pi platforms and silicon > F: Platform/RaspberryPi/ > -- > 2.44.0 > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117116): https://edk2.groups.io/g/devel/message/117116 Mute This Topic: https://groups.io/mt/105156582/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-