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::543; helo=mail-pg1-x543.google.com; envelope-from=ming.huang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pg1-x543.google.com (mail-pg1-x543.google.com [IPv6:2607:f8b0:4864:20::543]) (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 176D821191721 for ; Fri, 16 Nov 2018 00:13:24 -0800 (PST) Received: by mail-pg1-x543.google.com with SMTP id 32-v6so10276059pgu.2 for ; Fri, 16 Nov 2018 00:13:24 -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=I+Y9/q3hUf/egDCX8QAB82s5M8iKdFbrfV+maclVrh0=; b=BSRFBB/0DIq19F5zZ91hjpBtQxwq9RsqNn2gAc1NzODbbE4wmEHR8+6+3+FyHniBPm xANyhsNthUTTRfZBOT2zruy72jEjuSgJqMScAVoDDVnRUeqgX/YmVbGPnUaS5xkHpD2W k7uAUyZaQVwPzF7lEKX1KDivc1H4cBkvhWig0= 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=I+Y9/q3hUf/egDCX8QAB82s5M8iKdFbrfV+maclVrh0=; b=jrXKSwmZvygsQMksoyYFwVIe3Crc+qZUW4VvoulD5NAzv/a+qTz5Pt2GPDb8HKaZ8Q FwjNHbjaY+IGfbP8idJ50skTvLybjfnZJflEklzFxbw0pB+bYBCH9IyhkxBYiRsyRDM+ MbK2VWbBM+uZqt4fQ+Ts2Gg15nWKRZ+pERtSRDaS8HW/kmD2NUsnkTpZ0L9exhHFO0zg MdZKwTxuFKpCGxQKmhXhA7/eEbWUksd8PXz7/Tge02MmUq2oaTBngh5t2ZBgHg1sls0y 01VaS82m94WyiwzcaqDsxqH/C83FwCK9NHNfUmPHA04RvWu4mqHmAfr8sgXGsh9lDEzN rHiw== X-Gm-Message-State: AGRZ1gKzhtQawACAXEvV0QORGFDIfJgjSSWtjDi0G0/iqBvaPzsIRppt drRzsxDYflo6wYcNh9ztsudMlQ== X-Google-Smtp-Source: AJdET5es54htbZqNb5ms8PdE5q4AXxoko8OuDKA+l5cdIwr82shuK3uUwamGGAr5iNuepXQh00KLgQ== X-Received: by 2002:a63:5c22:: with SMTP id q34mr8926468pgb.417.1542356003782; Fri, 16 Nov 2018 00:13:23 -0800 (PST) Received: from localhost.localdomain ([203.160.91.226]) by smtp.gmail.com with ESMTPSA id g64-v6sm33866620pfe.37.2018.11.16.00.13.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 16 Nov 2018 00:13:23 -0800 (PST) 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: Fri, 16 Nov 2018 16:13:05 +0800 Message-Id: <20181116081306.33385-4-ming.huang@linaro.org> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20181116081306.33385-1-ming.huang@linaro.org> References: <20181116081306.33385-1-ming.huang@linaro.org> Subject: [PATCH edk2-non-osi v2 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: Fri, 16 Nov 2018 08:13:24 -0000 The default link timeout value of USB 3.0 controller is a bit short for some USB devices, and may cause it timeout in some cases. We have modify the registers in IoInitDxe,but a bug let the modifying not successful. Build commit informations: edk2:53caffc33b6 edk2-platforms:d4d7e39886a HwPkg: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.9.5