From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by mx.groups.io with SMTP id smtpd.web09.13580.1583154196236446870 for ; Mon, 02 Mar 2020 05:03:16 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@nuviainc-com.20150623.gappssmtp.com header.s=20150623 header.b=hHBNWEO7; spf=pass (domain: nuviainc.com, ip: 209.85.221.66, mailfrom: leif@nuviainc.com) Received: by mail-wr1-f66.google.com with SMTP id e10so11036840wrr.10 for ; Mon, 02 Mar 2020 05:03:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuviainc-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=yxAlhqK6sLkdqqm3ZJ3iNA4UfFoRJG8q7UjDih7SI28=; b=hHBNWEO71uK4P7mImbHRPQk+I+klhSxl8EQ/4hhKtCV7A+e0CK7xzrsp6+R89Rp0JZ izjOtONiC5KWoaEWi872cV0XmcJlAsrQeS5ihgE4Dy74WZgL50d/m8HESpu74gmzqkrz zGFOZqZ48myhWXRlTz+iCLJy1vh3GicGncSFBb13WK81IL73I8RBKc461sL5Q+/j+d/d K9Yis/Di+nKFtmCNQHBrsYH0nTMo4CUYVlA44zmQebk42TqrzP8Ruac9LyPwXYLwvye3 /RN61Tzd9s33blE/E4YHKrCgBoPQmujxISrkOP1fQW6yiLfgY2kozNVxIhbvDQpzGPGs y9Qw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=yxAlhqK6sLkdqqm3ZJ3iNA4UfFoRJG8q7UjDih7SI28=; b=rHNJHpKfFruVBKLgzxQoMAz00DfgZOxhIS1X0tr9y+603M+8RZTckCjrzoUrtSMrBH ellCwwaOOCus5fklXW2HqMC7jtiz+qwZh70sWy+m+x4FN6aBbIxTjcIzIHTSfuoQdy1M kdpF4jOIDbymcriBO+enT7aFqClnH2MyXqjgd6vSJzYyxIzBla6n58Ft7xbc2LxKSwsw LG5G9up+CXLMbPjP8RH/rJUSq4YzHJxTC4LGnpX3tgGGHay4RQK/MXryFD/AkDIlzB1g jHG9KIBJ6T/EWiFdxChnpKAFPojb1ZOULxePCP7Tbq/fGs9O8WjzOcBldQJNf213D6vz /Hzg== X-Gm-Message-State: APjAAAXlPbGHrHNPWVru1nii4CukbdEQn6CgtAIG3x7Pi/vgWkfye0am y9reSqLyfcWHn0MXuZGCOAUSug== X-Google-Smtp-Source: APXvYqzJTFd2yl8IQkYv1J3s1yZY8xqwc0n1gJ4b8CPRVjVfLXrlmebkFHlC0LBgcRA6svPJ6LeybA== X-Received: by 2002:a5d:66cc:: with SMTP id k12mr21677039wrw.72.1583154194734; Mon, 02 Mar 2020 05:03:14 -0800 (PST) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id a12sm6125039wro.34.2020.03.02.05.03.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 02 Mar 2020 05:03:14 -0800 (PST) Date: Mon, 2 Mar 2020 13:03:12 +0000 From: "Leif Lindholm" To: Ard Biesheuvel Cc: devel@edk2.groups.io Subject: Re: [PATCH edk2-platforms 1/1] Silicon/SynQuacer/NetsecDxe: add missing GUID reference Message-ID: <20200302130312.GH23627@bivouac.eciton.net> References: <20200226130535.27265-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20200226130535.27265-1-ard.biesheuvel@linaro.org> User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Feb 26, 2020 at 14:05:35 +0100, Ard Biesheuvel wrote: > Add a GUID reference that the NETSEC driver depends on, but does not > declare, and therefore gets satisfied transitively by ArmLib. That > ArmLib reference will be dropped so fix NetSec first. > > Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm > --- > Silicon/Socionext/SynQuacer/Drivers/Net/NetsecDxe/NetsecDxe.inf | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Silicon/Socionext/SynQuacer/Drivers/Net/NetsecDxe/NetsecDxe.inf b/Silicon/Socionext/SynQuacer/Drivers/Net/NetsecDxe/NetsecDxe.inf > index 0fb06ba80bf4..abc98183668a 100644 > --- a/Silicon/Socionext/SynQuacer/Drivers/Net/NetsecDxe/NetsecDxe.inf > +++ b/Silicon/Socionext/SynQuacer/Drivers/Net/NetsecDxe/NetsecDxe.inf > @@ -50,6 +50,7 @@ [Guids] > gNetsecNonDiscoverableDeviceGuid > > [Protocols] > + gEfiCpuArchProtocolGuid ## CONSUMES > gEdkiiNonDiscoverableDeviceProtocolGuid ## TO_START > gEfiDevicePathProtocolGuid ## BY_START > gEfiSimpleNetworkProtocolGuid ## BY_START > -- > 2.17.1 >