From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) by mx.groups.io with SMTP id smtpd.web12.7512.1582722339907537819 for ; Wed, 26 Feb 2020 05:05:40 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=MZb+17tL; spf=pass (domain: linaro.org, ip: 209.85.221.68, mailfrom: ard.biesheuvel@linaro.org) Received: by mail-wr1-f68.google.com with SMTP id e8so2931249wrm.5 for ; Wed, 26 Feb 2020 05:05:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=o9H9rMsn7KDXwW6wuVu+od9jGgkRbfTfxwrluzre15s=; b=MZb+17tLLHW6hNP9f2+hqvVzwliKW7F0TJi2b7WdVl5kCAs6aaMN0ekC57jehlSxl1 ZLx3eks4kTWByTrwgg3luMom4+saoG0KBI/WPkiAuPknCjosMpqnJj8XNIA28pG7Kwk6 PgSbiiLFBCnJRBHa4lu6VT36J4YrixTMF+Z08ui7sBRwPxOGcGLwIoiM+v1ipPfGQE8x GWRL4qRg6/FX1I31ibAHSyURwTkymMbDPi4p6MBOD8E7uJSyrz859sxtaScLPX2wIrj7 IjqnT/53ZuuIDqt1uWKoq7VIs5WR65k7lMzG9dsrjgC83dMdk9+AX2Sh4BVIcZ/wY9iC zB6A== 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=o9H9rMsn7KDXwW6wuVu+od9jGgkRbfTfxwrluzre15s=; b=cd5YWnu6pExnLzDNCrlmt+L/ID8QcoMeacbb1zT81PUJQJlJF5HDWGyecP1WPR2D1Y KWq5l7aVbSiMMjiiWNHunquLn8DS7tfslHYTX7lCwF6FVqZjxELXlOQ3hS/wrdA0XLgq vrZiHJbVMdSAGsQKQ68McNsNUjnXvum3fs8YyslSBwOShmmV7oNGdYFzFcKKSvaoceN3 /4gzh7vFmzsIScO5JQuX8T1sGB/1ZrUsv0qC2ZrJ+Oncsyhy4zA3An2oQ5W6iBUYHvpD nlchTd2kr3FnoVBJ9W+mwvgSIPfMWfyndEujXdIbKzKFp29KA19ndnUaXL+rGpSlnY9F JO3w== X-Gm-Message-State: APjAAAWhBtxiNTXM8k9oQM0z8b0M33rT6TfCIUtmohHO6+6McZzp7n9l iYVS6KcU8nCk3ZuUB5sdyhJPcvoM/ELsDw== X-Google-Smtp-Source: APXvYqyod4uSnQZ8kKZ5XsJMhSWZmwhLnWq5CjniMONyJRUZ14N2znlgc1TJv2LjWUybwIun70JE2g== X-Received: by 2002:a05:6000:1289:: with SMTP id f9mr5282403wrx.381.1582722338283; Wed, 26 Feb 2020 05:05:38 -0800 (PST) Return-Path: Received: from e123331-lin.home ([2a01:cb1d:112:6f00:816e:ff0d:fb69:f613]) by smtp.gmail.com with ESMTPSA id r5sm3008774wrt.43.2020.02.26.05.05.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 26 Feb 2020 05:05:37 -0800 (PST) From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: leif@nuviainc.com, Ard Biesheuvel Subject: [PATCH edk2-platforms 1/1] Silicon/SynQuacer/NetsecDxe: add missing GUID reference Date: Wed, 26 Feb 2020 14:05:35 +0100 Message-Id: <20200226130535.27265-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.17.1 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 --- 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