From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c0c::244; helo=mail-wr0-x244.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x244.google.com (mail-wr0-x244.google.com [IPv6:2a00:1450:400c:c0c::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 8B43A2035215E for ; Fri, 27 Apr 2018 04:37:57 -0700 (PDT) Received: by mail-wr0-x244.google.com with SMTP id c14-v6so1461832wrd.4 for ; Fri, 27 Apr 2018 04:37:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=FcdjOQXCN/z4m7Oi5xH3wKBTkZRQCy2QGFufpWeSRBU=; b=d3/cZR+WWBNAIw7B673B2K7gdJECjcu97r7w6j0fvnjxelhhvocdTFI97tAY4GCV8/ OwEdo4z71Wbvq4/66kr9mu5G/hniKfnPEXpqCQwV/+zTVxAgKniJlYT35SGwbBkzIDzP 1aP8PIpnCLhq5uoCIZ98Wh/nLRBO2w/W+ZGEE= 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:in-reply-to :references; bh=FcdjOQXCN/z4m7Oi5xH3wKBTkZRQCy2QGFufpWeSRBU=; b=aA5hQCBMybcHiuAEvY1zv997bmnj7m2Uc1rIaOmAJI+yneUc/15vrQ4mWhBFC40Q12 +oiVoUtTkwbJX/9W+WpeLnrlnKlUZ3WCsSJk1BvkgDt6fht4Z7QVkwTQ+KVPm+DWF3lS JJLhUKeDs5h+NUSNfFnIife2/MnNySWDacEF0FplPyG3ZEW58asMX7YEFT2JXHWJH2si qB6WQBf+HrvMlJdlfCq4nHrg0+a7BFEMpXryrsOT8RXh8F/NcxbR5YaQ819c25vSY7wL 41/nek7eua30SLnN+rncUoUUREjWnVl9FT6ol4TS1Zhso4wITTJE3itkHROB6OsbJo4k WKaQ== X-Gm-Message-State: ALQs6tAOrH/96PretQJSHA4xjUzfKFP50Wz7A0SEMqYeNm2ZoP7iwoUD bCvDfgCKgML7OQvtmHFrdhhNSJGO2Rw= X-Google-Smtp-Source: AB8JxZq6LAw6Hr7AQTzTLpsMTvc8/Qd/7QWqUK0u0vixv+pXWigqHvwepCvEE8gwHB0U75NLDt4eNw== X-Received: by 2002:adf:e28c:: with SMTP id v12-v6mr1436110wri.188.1524829075832; Fri, 27 Apr 2018 04:37:55 -0700 (PDT) Received: from localhost.localdomain ([2a01:e35:3995:5470:200:1aff:fe1b:b328]) by smtp.gmail.com with ESMTPSA id k82sm869167wmf.17.2018.04.27.04.37.54 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Apr 2018 04:37:55 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, Ard Biesheuvel Date: Fri, 27 Apr 2018 13:37:45 +0200 Message-Id: <20180427113748.21663-3-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180427113748.21663-1-ard.biesheuvel@linaro.org> References: <20180427113748.21663-1-ard.biesheuvel@linaro.org> Subject: [PATCH edk2-platforms 2/5] Platform/Socionext/DeveloperBox: add SNP driver X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Apr 2018 11:37:57 -0000 Even though the builtin NETSEC controller driver implements the Simple Network Protocol (SNP) directly, other network controllers connected via PCIe may be supported by a UNDI driver, which require the generic SnpDxe driver in order to be usable. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 1 + Platform/Socionext/DeveloperBox/DeveloperBox.fdf | 1 + 2 files changed, 2 insertions(+) diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc index cc36c2ed1772..430c3fb06df1 100644 --- a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc @@ -633,6 +633,7 @@ [Components.common] MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf + MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.fdf b/Platform/Socionext/DeveloperBox/DeveloperBox.fdf index 2da83850975b..1b8de4c3823a 100644 --- a/Platform/Socionext/DeveloperBox/DeveloperBox.fdf +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.fdf @@ -203,6 +203,7 @@ [FV.FvMain] INF MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf INF MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf INF MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf + INF MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf INF MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf INF MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf INF MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf -- 2.17.0