From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:400e:c05::242; helo=mail-pg0-x242.google.com; envelope-from=heyi.guo@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pg0-x242.google.com (mail-pg0-x242.google.com [IPv6:2607:f8b0:400e:c05::242]) (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 B68872238B58F for ; Thu, 18 Jan 2018 06:57:36 -0800 (PST) Received: by mail-pg0-x242.google.com with SMTP id n17so6851034pgf.10 for ; Thu, 18 Jan 2018 07:02:58 -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:in-reply-to:references; bh=9QfipbJIrvcktme0Wbkp+eFRcOycIi+FFfjALzDLph8=; b=f3eAHzRbFSLRA/xvkj7GJjM6d9m4yg2VL8QtioAUYE7Vuw+92/FGCx3s9gefup7dii 12ninf/GeBScFdACguCkErXxjBlX5OeJOHQqUuCB/C0iHUYuPKe7wHNnh5XJa80aMwn0 7H7x18DcLwTrMxqCWONphFv3sJTJwJisfKBCY= 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=9QfipbJIrvcktme0Wbkp+eFRcOycIi+FFfjALzDLph8=; b=DvmhQUNcbECAicB3dEpC3yclXoUg6eozZXNE+kCVEnccqwUU8hYMPPYqfFH3GgrlTk IJNTjiyUTrkQquvgqm51U0gGf7CICeNZa5VXP7sRkgI/vxqbux6spRdTLwgDVhN1Yr8p NuHn8PZdoUQYc2XNoaVSvjhYp/lFotkDOe9iXNIk9jTURrLRGrv/Qh0/tnmC745nUFZM 8hIb90kb07jSYzOd/98AKpFlLyHgRh80ztYaAiP6CQB4QY7yU4/OqZbmhmgaC8heWT+I b4eitDjz52xcB766Z9+0DPDny4KhDB1oCbMkA7paIKiFS8yV4bbG+UVl3TcPpelG+D37 Atcw== X-Gm-Message-State: AKGB3mLHqq6zuimiYJ257sSGiC1AEkEAYbDBhB0flGfGZYg/8hQsVoP/ +dyB91dYtMi2qx1QGXWiwUcvkCGFxpQ= X-Google-Smtp-Source: ACJfBovv9YDc4ca18rlX+Fxu15eArkKaXPo1Vj7baQvRt2+mNdnbvq/b5Q3WI+l+k5nY7BElsISMgg== X-Received: by 10.101.78.134 with SMTP id b6mr35688020pgs.381.1516287777989; Thu, 18 Jan 2018 07:02:57 -0800 (PST) Received: from localhost.localdomain ([120.31.149.194]) by smtp.gmail.com with ESMTPSA id 62sm5038008pfw.129.2018.01.18.07.02.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 18 Jan 2018 07:02:57 -0800 (PST) From: Heyi Guo To: leif.lindholm@linaro.org, linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, graeme.gregory@linaro.org Cc: ard.biesheuvel@linaro.org, guoheyi@huawei.com, wanghuiqiang@huawei.com, huangming23@huawei.com, zhangjinsong2@huawei.com, mengfanrong@huawei.com, waip23@126.com, Heyi Guo Date: Thu, 18 Jan 2018 23:02:44 +0800 Message-Id: <1516287765-35576-3-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1516287765-35576-1-git-send-email-heyi.guo@linaro.org> References: <1516287765-35576-1-git-send-email-heyi.guo@linaro.org> Subject: [PATCH edk2-non-osi v1 2/3] Hisilicon D0x: Fix network interface order issue X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jan 2018 14:57:37 -0000 Update SnpPV660Dxe binary to fix network interface order issue. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jason Zhang Signed-off-by: Ming Huang Signed-off-by: Heyi Guo --- Platform/Hisilicon/D03/Drivers/Net/SnpPV600Dxe/SnpPV600Dxe.efi | Bin 26688 -> 26592 bytes Platform/Hisilicon/D05/Drivers/Net/SnpPV600Dxe/SnpPV600Dxe.efi | Bin 28544 -> 28448 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/Platform/Hisilicon/D03/Drivers/Net/SnpPV600Dxe/SnpPV600Dxe.efi b/Platform/Hisilicon/D03/Drivers/Net/SnpPV600Dxe/SnpPV600Dxe.efi index 8ce6a6d..fbdbba1 100644 Binary files a/Platform/Hisilicon/D03/Drivers/Net/SnpPV600Dxe/SnpPV600Dxe.efi and b/Platform/Hisilicon/D03/Drivers/Net/SnpPV600Dxe/SnpPV600Dxe.efi differ diff --git a/Platform/Hisilicon/D05/Drivers/Net/SnpPV600Dxe/SnpPV600Dxe.efi b/Platform/Hisilicon/D05/Drivers/Net/SnpPV600Dxe/SnpPV600Dxe.efi index bc7942a..54f5dba 100644 Binary files a/Platform/Hisilicon/D05/Drivers/Net/SnpPV600Dxe/SnpPV600Dxe.efi and b/Platform/Hisilicon/D05/Drivers/Net/SnpPV600Dxe/SnpPV600Dxe.efi differ -- 1.9.1