From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::642; helo=mail-pl1-x642.google.com; envelope-from=ming.huang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pl1-x642.google.com (mail-pl1-x642.google.com [IPv6:2607:f8b0:4864:20::642]) (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 17018210D4395 for ; Sun, 28 Oct 2018 20:51:29 -0700 (PDT) Received: by mail-pl1-x642.google.com with SMTP id n4-v6so2557761plp.2 for ; Sun, 28 Oct 2018 20:51:29 -0700 (PDT) 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=YBQsV9Y8HjMkG6c+s4sNzS+eXu8Fl8Wu11EbAXTXXhQ=; b=IaL3QicOtI+Yc9ws+K4JllOP0C/OTQ5dm5Axkvq/Lzstu3VmXGVRT+6ZFHUl3saSQD kv9yI4cAUMu8/S89FrmxRGXyAIpKFsjJyeFy8qLbkd3UpsE82oost6TJb8ZL73xppgNY RV56FpkZLwtEGUbdXpryfhD12W297pECj2hxg= 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=YBQsV9Y8HjMkG6c+s4sNzS+eXu8Fl8Wu11EbAXTXXhQ=; b=gdyBdttCtZAxC6EExcIP+vly9nC7HaJ7z0h5e7bDhA/cMypy1SfeacthPkdCPbiHdN mt5POSIlFIjlnLuKtztIrVYXJlpNU3BN93OHxLtMu93XZnLDd74JXtG6KrCMa46YRV0/ TuUJ1M8rO0nwqQB1pfKGiEIbSagSMQNgrikoPKuVRqxvTso8a0oOp+XsTb/cZA7VOq0S p8d5cRyjtQxvwebSCMfGGyv7FSytTSVSMhNkmPfS8V80KcbayqkgYjHyNeifrzobhg8T ygT6vbPNAoZKVGnJnNocTJE2RCOaRjwLAqsukqrg/3HV2x8o/dYE0aA9SkvGcoS9L+Vo kSgw== X-Gm-Message-State: AGRZ1gKWi92nOpp7diehEqDXENMKGCwk/vnnhQnCj+qAtHMaBu4DvkVB by2LAUUSdayjNpxJPI5q2l43sQ== X-Google-Smtp-Source: AJdET5e13Y3Y5fkg3gAfhvonwlEQD0K5ua/uPbYqzk5DermtUsP5uY8yyA3aZumnc+T2CjBKSSdkZg== X-Received: by 2002:a17:902:28a2:: with SMTP id f31-v6mr12797688plb.312.1540785088771; Sun, 28 Oct 2018 20:51:28 -0700 (PDT) Received: from localhost.localdomain ([114.119.4.74]) by smtp.gmail.com with ESMTPSA id h62-v6sm890682pfg.27.2018.10.28.20.51.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 28 Oct 2018 20:51:28 -0700 (PDT) From: Ming Huang To: leif.lindholm@linaro.org, linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, graeme.gregory@linaro.org Cc: ard.biesheuvel@linaro.org, michael.d.kinney@intel.com, lersek@redhat.com, wanghuiqiang@huawei.com, huangming23@huawei.com, zhangjinsong2@huawei.com, huangdaode@hisilicon.com, john.garry@huawei.com, xinliang.liu@linaro.org, zhangfeng56@huawei.com, Ming Huang Date: Mon, 29 Oct 2018 11:51:10 +0800 Message-Id: <20181029035111.53262-4-ming.huang@linaro.org> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20181029035111.53262-1-ming.huang@linaro.org> References: <20181029035111.53262-1-ming.huang@linaro.org> Subject: [PATCH edk2-non-osi v1 3/4] Hisilicon/D06: Fix set usb reg failed issue X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2018 03:51:29 -0000 This issue may cause access usb3.0 device timeout. Build commit informations: edk2:53caffc33b6 edk2-platforms:d4d7e39886a HwPgk:2a7ee82855a TrustedFirmware:5888a78d43c Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang --- Platform/Hisilicon/D06/Drivers/IoInitDxe/IoInitDxe.efi | Bin 229248 -> 230784 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Platform/Hisilicon/D06/Drivers/IoInitDxe/IoInitDxe.efi b/Platform/Hisilicon/D06/Drivers/IoInitDxe/IoInitDxe.efi index c9172ff..8b6d740 100644 Binary files a/Platform/Hisilicon/D06/Drivers/IoInitDxe/IoInitDxe.efi and b/Platform/Hisilicon/D06/Drivers/IoInitDxe/IoInitDxe.efi differ -- 2.18.0