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 43169D80A13 for ; Wed, 15 Nov 2023 13:16:52 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=0Sgfm0YPcJefCafu7Dxd5VbfXmt3DC1MFv/So/sN9jg=; 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:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Disposition; s=20140610; t=1700054211; v=1; b=NJ8UDpJlpQ4LrwIAOlBwIBtt6OunQr5dU14xFWCdO0E+QBBsWQDqeprbg7V80s5wHQZVO3fe uS6MwT2h3nyeNhA4ZLLGbX3uvVb4oo6qCindgk9NXcV//Cq2NQUo2EAG379qUXuVkzgcNoOfBcq DldtbxYyMeLt7DLDjVX/MjY4= X-Received: by 127.0.0.2 with SMTP id PeUBYY7687511xhsCepratzi; Wed, 15 Nov 2023 05:16:51 -0800 X-Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) by mx.groups.io with SMTP id smtpd.web11.12616.1700054210291319339 for ; Wed, 15 Nov 2023 05:16:50 -0800 X-Received: from pps.filterd (m0279872.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 3AFCxlg9003678; Wed, 15 Nov 2023 13:16:49 GMT X-Received: from nasanppmta04.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3uchkyhpqa-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 15 Nov 2023 13:16:49 +0000 X-Received: from nasanex01c.na.qualcomm.com (nasanex01c.na.qualcomm.com [10.45.79.139]) by NASANPPMTA04.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 3AFDGm2W011802 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 15 Nov 2023 13:16:48 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.39; Wed, 15 Nov 2023 05:16:47 -0800 Date: Wed, 15 Nov 2023 13:16:43 +0000 From: "Leif Lindholm" To: Marcin Juszkiewicz CC: , Ard Biesheuvel Subject: Re: [edk2-devel] [PATCH 1/1] Maintainers: add myself as reviewer for sbsa-ref Message-ID: References: <20230515143352.365212-1-marcin.juszkiewicz@linaro.org> MIME-Version: 1.0 In-Reply-To: <20230515143352.365212-1-marcin.juszkiewicz@linaro.org> X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nasanex01c.na.qualcomm.com (10.45.79.139) X-QCInternal: smtphost X-Proofpoint-GUID: mfpJAzehNHrahHh-SkBz6VJh9p0w7KDe X-Proofpoint-ORIG-GUID: mfpJAzehNHrahHh-SkBz6VJh9p0w7KDe 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 Reply-To: devel@edk2.groups.io,quic_llindhol@quicinc.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: x8XNVegfWpexg5Gd82jYUJblx7686176AA= 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=20140610 header.b=NJ8UDpJl; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=quicinc.com (policy=none) On Mon, May 15, 2023 at 16:33:52 +0200, Marcin Juszkiewicz wrote: > At Linaro I work on sbsa-ref, know direction it goes. > > May not get code details each time. > > Signed-off-by: Marcin Juszkiewicz Reviewed-by: Leif Lindholm Pushed as 4b07df2e6f38. > --- > Maintainers.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Maintainers.txt b/Maintainers.txt > index 24918d1c6ede..d1d75fe6c940 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -375,6 +375,7 @@ M: Ard Biesheuvel > M: Leif Lindholm > R: Graeme Gregory > R: Radoslaw Biernacki > +R: Marcin Juszkiewicz > > Raspberry Pi platforms and silicon > F: Platform/RaspberryPi/ > -- > 2.40.1 > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111276): https://edk2.groups.io/g/devel/message/111276 Mute This Topic: https://groups.io/mt/98904609/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/1913456212/xyzzy [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-