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:c00::242; helo=mail-pf0-x242.google.com; envelope-from=heyi.guo@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pf0-x242.google.com (mail-pf0-x242.google.com [IPv6:2607:f8b0:400e:c00::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 AA7802222C249 for ; Fri, 26 Jan 2018 00:02:31 -0800 (PST) Received: by mail-pf0-x242.google.com with SMTP id t5so7803051pfi.0 for ; Fri, 26 Jan 2018 00:08:02 -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=Ccn5AH1xU3b7RkMeS12/hdlq7U6PnJJS4qZvfxKVIFs=; b=ZVdcuTpvB3M2jTk/wxiMc4eDaQQUp4Hl55jtawyLcny+Pyo5ayiQy1pV2hdXC68VCT 74cvycGsxRspGmr84t1uFi8o/r4VunPajPgV4ojIERdui5VufzoXJ7vBPWZcJtH7tAsO wCb3Dx4tuIUcFEQYWghooQ4BvBtoosO6fMuS0= 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=Ccn5AH1xU3b7RkMeS12/hdlq7U6PnJJS4qZvfxKVIFs=; b=NkEt0FXMpIrbUB3w+xJXd01Q5WcRRopb7iLYmE3XJIL24uNRxE6+F0Yt/AChnyT99r jSQpyO8eyY5W+1SFt8crYDfQBp9TXn0n9bljG6Czu78BE5puOC39Exc8QlkNHkMyotgm W6SWhQrmPFa+tXw1lbxdPkBZhP1G3O1Xm8fWb2RhuJOuvCbypqOVtd4NLRvtH9alIaME xFfVA0ZvBGWb4lBNs6C7Evz5zlxk4LiAhyrdlNeU2/7GNgCFMoqHT2e1ezlwED7f+RKb scb0kO3nPasxLV2tBoBsc8Gorh7ypFgcKjNZh17Fs2aAvyqXr+1xQ8EMSOqv8rHlN064 FaHA== X-Gm-Message-State: AKwxytdeUVGPjiXoxniymmEdJP2M5uzqKnOD99jnV93sLIBrukGJa19C M5fooZ/N7bFDUe8fGIM9dWeJgg== X-Google-Smtp-Source: AH8x2264DvjgE+xwc/2ufqtY7YZZgSRKn6CEZ0OGbPkjO/0WmW0APlshaq9/PIf6fzaJGKd7Q0p6UQ== X-Received: by 10.98.215.30 with SMTP id b30mr18638587pfh.50.1516954081787; Fri, 26 Jan 2018 00:08:01 -0800 (PST) Received: from localhost.localdomain ([120.31.149.194]) by smtp.gmail.com with ESMTPSA id t6sm23300575pfl.174.2018.01.26.00.07.47 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 26 Jan 2018 00:08:00 -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:21 +0800 Message-Id: <1516953983-58252-6-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 5/7] Hisilicon D03/D05: Update NativeOhci binary 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:02:32 -0000 Update NativeOhci bianry for changing DmaLib to CoherentDmaLib. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang Signed-off-by: Heyi Guo --- Platform/Hisilicon/D03/Drivers/OhciDxe/NativeOhci.efi | Bin 21664 -> 22336 bytes Platform/Hisilicon/D05/Drivers/OhciDxe/NativeOhci.efi | Bin 23328 -> 22624 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/Platform/Hisilicon/D03/Drivers/OhciDxe/NativeOhci.efi b/Platform/Hisilicon/D03/Drivers/OhciDxe/NativeOhci.efi index e1970fd..5472254 100644 Binary files a/Platform/Hisilicon/D03/Drivers/OhciDxe/NativeOhci.efi and b/Platform/Hisilicon/D03/Drivers/OhciDxe/NativeOhci.efi differ diff --git a/Platform/Hisilicon/D05/Drivers/OhciDxe/NativeOhci.efi b/Platform/Hisilicon/D05/Drivers/OhciDxe/NativeOhci.efi index 9e7dd0e..7f0ac10 100644 Binary files a/Platform/Hisilicon/D05/Drivers/OhciDxe/NativeOhci.efi and b/Platform/Hisilicon/D05/Drivers/OhciDxe/NativeOhci.efi differ -- 1.9.1