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:c01::241; helo=mail-pl0-x241.google.com; envelope-from=heyi.guo@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pl0-x241.google.com (mail-pl0-x241.google.com [IPv6:2607:f8b0:400e:c01::241]) (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 634C421E0B9E0 for ; Fri, 2 Feb 2018 03:52:14 -0800 (PST) Received: by mail-pl0-x241.google.com with SMTP id j19so6012039pll.2 for ; Fri, 02 Feb 2018 03:57:52 -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=sojDap4H0r19/bUHO+KuHHQvzrNLnOhYdTaQe0zHXBQ=; b=MulwN64/b6midOVfltv8/K3T9lTlhYRObWllA2fWRMFIqyaN8jjwYS+piElyFlh27J HfAiHQzlgZD7icw7JEWh50lGsYbaEaFd19JFaO+PQrcJ06yA8p3ANsNgTu5nvqz93DD1 LDRiPDgBXPMNIZndvQv6yEyEZpF909NiZAywI= 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=sojDap4H0r19/bUHO+KuHHQvzrNLnOhYdTaQe0zHXBQ=; b=lvA+v5E7ZGFq5QTafigvT+/QS1gKkx5NMddFM1zYZltioYt1H4s4fjOCNrNsplIZIA wKfMNFpPD+WdwJri1Bo1qvDN1lQ/EJ84rZPRZg5WNQBB6Hb485+ig7WZOqIuZVJHSerM d5S5T3Q0FK6/WvH9UH8rXe54t+hYWegaalq4zgT8pFVsOUfxo6/dU4ZGAkUqWN0zStnx qSXGPWhfX/mPB93ZFXOs+qPND6TerBA178ATGROxgOqgMVDPTEfbSCLbL09V9QS3cZHn wcH/theJWkvLqMaif3fXssIlvl6EtJjCfRg/Cdb7qp8g/sedS8Yid4gBa70wfpAfkn/V 8RQw== X-Gm-Message-State: AKwxytfWrSu6BgcpEnLaIPlMtTjpSxC8fr8khyP2mQzHrI1X6N9di0gs g2pXUtODpA0eczs5eYbgC84gvA== X-Google-Smtp-Source: AH8x2258CJ2GVW1Hd9N3ZwLIgrsr+txvuyje5enSB1qjcDrXaE0Dm6CT96XLSGR2RjEkh9dX/XxCMA== X-Received: by 2002:a17:902:14cb:: with SMTP id y11-v6mr15171497plg.294.1517572672521; Fri, 02 Feb 2018 03:57:52 -0800 (PST) Received: from localhost.localdomain ([120.31.149.194]) by smtp.gmail.com with ESMTPSA id r24sm3914073pfg.51.2018.02.02.03.57.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 02 Feb 2018 03:57:52 -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:26 +0800 Message-Id: <1517572648-11343-6-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 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, 02 Feb 2018 11:52:14 -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 Reviewed-by: Leif Lindholm --- 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