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 9E3512222C249 for ; Fri, 26 Jan 2018 00:01:40 -0800 (PST) Received: by mail-pg0-x242.google.com with SMTP id w17so6799139pgv.6 for ; Fri, 26 Jan 2018 00:07:10 -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=3d8Gy2lHIV6sIxPtGGoEwr0durUHl+9zjxmTgeSDBdc=; b=e+cYv8Q4mIW4yDpKmr4PHEeVP1cSALJeuXTgbITHDxMgRG2qgEOEYqskuhuygcwbjW jQLZr5f5eD9IE1VWBtQiJT60GuchTd4XALYMbLyf7IUlH2953DvDJz8eJG9lIMXBixNH 9wmkMGA4Lo2sV/ok4IL13whYfrP4pGOGOjihs= 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=3d8Gy2lHIV6sIxPtGGoEwr0durUHl+9zjxmTgeSDBdc=; b=GvL7e5VP4wSuUWzqQLbdjFud066Dqh7vhit+pOu4BIba+PK0O7xyWKmYQU6YnsaFK8 44ecToVhQRq7esAKiTOqeMNL7H5HdC83ZxD65LlKGFY2zKW/U3WXIsk4cltetofECAey lF1/EyZy4b1UMBX/o6Ldg9EDiRDbKEwDKuslerlm/k+FkPFb+vK+Ze7dig6wAlSrrhWf 4d/XLzT4F1qRdAN8BbWMqBqQ/ure+sWt3a7wx7ThG/0udC7L9plfQhTG7BGsFvPmtbeb WLG0NCw/k/cWdsD+sQEvwkDCBWMs4SfWSOOGKzjbY0F2QrpPY4ic0ONEqV2/T3aB2sDp 7/KQ== X-Gm-Message-State: AKwxytdlYF4bnXTJHImvxzfAn+GUnD0zkFBNv4OKjdVldfU9raaN+nkV mskEQrv0Xaq7YVh0+U9Fn8zzqA== X-Google-Smtp-Source: AH8x2269f/88o7Fuf17amjHPUOFIEcC5bjwXIirtI/ZHBSDXS5T3aBjKhJiHg4WlEGgiGGPMy3HtXw== X-Received: by 10.101.69.7 with SMTP id n7mr15224655pgq.62.1516954030589; Fri, 26 Jan 2018 00:07:10 -0800 (PST) Received: from localhost.localdomain ([120.31.149.194]) by smtp.gmail.com with ESMTPSA id t6sm23300575pfl.174.2018.01.26.00.06.58 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 26 Jan 2018 00:07:09 -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, waip23@126.com, Heyi Guo Date: Fri, 26 Jan 2018 16:06:18 +0800 Message-Id: <1516953983-58252-3-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1516953983-58252-1-git-send-email-heyi.guo@linaro.org> References: <1516953983-58252-1-git-send-email-heyi.guo@linaro.org> Subject: [PATCH edk2-non-osi v2 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, 26 Jan 2018 08:01:41 -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 --- 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