From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by mx.groups.io with SMTP id smtpd.web12.13547.1583154446891731155 for ; Mon, 02 Mar 2020 05:07:27 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=Em6wVEgr; spf=pass (domain: linaro.org, ip: 209.85.128.65, mailfrom: ard.biesheuvel@linaro.org) Received: by mail-wm1-f65.google.com with SMTP id a5so11119575wmb.0 for ; Mon, 02 Mar 2020 05:07:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=zjeOLpoZMWrguRruweeXDFN0MQ+TsVoDNJwXOtkkGb0=; b=Em6wVEgrJ0Slt8YhCFz0MVHvj2DCLhmAFBOUgUEyfMwLs3WSgfYH+odwBMwD2fn2hN 87Q+eGiZjsNupaoHhcy7VahHFjZbMNxUfBEVEjsj2oCrKHLfM3MvHgcks1qqMq4Yd2tQ u1/Cvjy86uJv8rQtr5YLwo82eHvfaaIp5lyedWWPAb53w3S6VhYtZ0e418JCQXZW17IQ iTaLboaPyCB6uUvo/PKnf5n+RsSujZ7GVO4gqsjJ+qDsRUBrNTPyPUPQSalhKzhRYFV5 NJ3NTuD3AI/iYvMTknaGnOFt+uIzFoTQ1tqMEls10CV65OegGeW33vhRB4EFF32f/Fxk ul+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=zjeOLpoZMWrguRruweeXDFN0MQ+TsVoDNJwXOtkkGb0=; b=Mqnw1Co7+nLuZP4z15RZWnLzV1/VEDiQN8nEl5zizsOg7+nmvylCQ/E2luz0OCO0jQ BD9NxebbvFr1k2zvojgnNM7hyXgwHoISzGun3svSbD9R1Mx1Y2+mIM7KZXTYlbUEqrhT 4cD8huwNGtTlHn8RvLvn4mrwmV1K+rwo5kCnzgin+Lyz2qX57AzoR3Ulb9M5UVhBCP+L ptXzhweuiiDT/uXpFcvfAe0GK5UMtcn88SatooIFNKNueMAZ8xA7H7uVN+ncNbDsn9w4 +D/SdWLMZ+VF9rz3+H0LDpxIWRQ4AbT+E3tItPA75J7foG9Z3BAHEIuJEJOKLDKOqh2k SPpw== X-Gm-Message-State: APjAAAVNxnKkh4dyrLV3p/bWz1G8HbobAeAv1HbjBDrnwIRaYMuF8lM/ SLcTRw0A5F5mebtlGzIDYdb8Zk3WOuDCP1ZFHauSfQ== X-Google-Smtp-Source: APXvYqyjILVqznhZKCwHlkw6MZlioMVF6lB8+fwvyVjSLZYspuq2gMfKKF0eXxTVWnU3iVkl1ybipqWmSvYqOVJ9Fko= X-Received: by 2002:a05:600c:24b:: with SMTP id 11mr19523397wmj.1.1583154445398; Mon, 02 Mar 2020 05:07:25 -0800 (PST) MIME-Version: 1.0 References: <20200226130535.27265-1-ard.biesheuvel@linaro.org> <20200302130312.GH23627@bivouac.eciton.net> In-Reply-To: <20200302130312.GH23627@bivouac.eciton.net> From: "Ard Biesheuvel" Date: Mon, 2 Mar 2020 14:07:14 +0100 Message-ID: Subject: Re: [PATCH edk2-platforms 1/1] Silicon/SynQuacer/NetsecDxe: add missing GUID reference To: Leif Lindholm Cc: edk2-devel-groups-io Content-Type: text/plain; charset="UTF-8" On Mon, 2 Mar 2020 at 14:03, Leif Lindholm wrote: > > 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 > Thanks Pushed as e168252531c7..f57b439e5610 > > > --- > > 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 > >