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::244; helo=mail-pg0-x244.google.com; envelope-from=heyi.guo@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pg0-x244.google.com (mail-pg0-x244.google.com [IPv6:2607:f8b0:400e:c05::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 CF93A21E0B9E0 for ; Fri, 2 Feb 2018 03:52:04 -0800 (PST) Received: by mail-pg0-x244.google.com with SMTP id j16so12558819pgn.9 for ; Fri, 02 Feb 2018 03:57:43 -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=5Tlg/R+OV6W5OEhXMMHFTpeAC+iJpX4HllhtQl3SjKc=; b=kTq3eHdNYQq2g5sFdM6v+ng+M57Kfnp6g97Cdq/eAypKpM5Tup+5roWaQFWBGLNshu D1oegObPVyjaR84WyyLLaXrvXQs1frlEZI6WlA8iLhOeQLUp33hVPuk3nm6c0F+vvRwF 5KNsBI9/WP4zNruE5H1K03uUmncL8aDElB0Y4= 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=5Tlg/R+OV6W5OEhXMMHFTpeAC+iJpX4HllhtQl3SjKc=; b=GND0pHQw9pCfdnB0X59JLnI6NF2rlWWNyR3bL50KLn87VtSKmXLKCLwoWOKGuzvwCe xD2dj9703zxKvFLtgQkjI0gzz3CWeBYQkP5xhmlmXXHD6urAiSejBuezrh5jAgZ3Tdwu gHoXZWewhUGqJrKbMCM7bsSyy9w/KG+Fkn/wz12/JIbvcz6Xj742KqCkw9fkuQdHReoA rMglM0MQLTe+aYtx+zb+GFGnjs7S/cTgMLg7YkunOYk3Xut6FwUCxP8CTtrWuruJ6zLg eS+AetT3goTsKsNd2JT94E5NMEklBZ9kxE+IjNFnsSPYhXVQchKBG0Y2eriPnfJYyz1y FU9A== X-Gm-Message-State: AKwxytc96j82WdSFB3GqfxmIqeElzEdld4/HA8d4fm7/Bdj2J8OV9Tp0 FtI/e/CQh2uKUaFMxk8O/7U4Pw== X-Google-Smtp-Source: AH8x225L4w023Q4yDDFIcaE+Z6W7nJrPVRsNRadJBJsrg+bpLkUl67c9LVYXfQTES4o5PMFztpKTOg== X-Received: by 10.98.248.75 with SMTP id c11mr40134096pfm.54.1517572662870; Fri, 02 Feb 2018 03:57:42 -0800 (PST) Received: from localhost.localdomain ([120.31.149.194]) by smtp.gmail.com with ESMTPSA id r24sm3914073pfg.51.2018.02.02.03.57.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 02 Feb 2018 03:57:42 -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, huangdaode@hisilicon.com, john.garry@huawei.com, waip23@126.com, Heyi Guo Date: Fri, 2 Feb 2018 19:57:23 +0800 Message-Id: <1517572648-11343-3-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1517572648-11343-1-git-send-email-heyi.guo@linaro.org> References: <1517572648-11343-1-git-send-email-heyi.guo@linaro.org> Subject: [PATCH edk2-non-osi v3 2/7] 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: Fri, 02 Feb 2018 11:52:05 -0000 1. Rebuild SnpPV600Dxe binary for switching DmaLib to CoherentDmaLib. 2. Fixed bug:Confusing Ethernet port sequence. Move the most right Ethernet port (when looking from the front of the chassis) to the first one in BootManage for PXE boot. https://bugs.linaro.org/show_bug.cgi?id=2657 Note: This patch is related to "Open SnpPlatform source code" and "Change DmaLib to CoherentDmaLib" in edk2-platform. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jason Zhang Signed-off-by: Ming Huang Signed-off-by: Heyi Guo Reviewed-by: Ard Biesheuvel Reviewed-by: Leif Lindholm --- Platform/Hisilicon/D03/Drivers/Net/SnpPV600Dxe/SnpPV600Dxe.efi | Bin 26688 -> 27392 bytes Platform/Hisilicon/D05/Drivers/Net/SnpPV600Dxe/SnpPV600Dxe.efi | Bin 28544 -> 27680 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..bcb3e4f 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..582f645 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