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::229; helo=mail-pg0-x229.google.com; envelope-from=heyi.guo@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pg0-x229.google.com (mail-pg0-x229.google.com [IPv6:2607:f8b0:400e:c05::229]) (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 D320D21E87989 for ; Thu, 28 Sep 2017 20:22:07 -0700 (PDT) Received: by mail-pg0-x229.google.com with SMTP id k193so70372pgc.8 for ; Thu, 28 Sep 2017 20:25:23 -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=iJwle2mebbCEXe3JrkmV1t8Ot+s+Re7PzK5Lj7X19tU=; b=Gn8sSv9H2NXzFYDZDg9FhOD0OK6XJ2rk/L3x29XOak7fbYTXlAHwy7hySz0jAXfrxF H72KGD49TnHeWXf7MnX4qmSN9J9IeYpCf3QtHPLBQRtSG+a2gzNVwPTlhNn6/Aa5FIbR Yy2DJ1ScrkAVz7huBMRsiBaGeSr8BTkkqZl7M= 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=iJwle2mebbCEXe3JrkmV1t8Ot+s+Re7PzK5Lj7X19tU=; b=mdAF5ZI6rUT+iMPIbSrOOmbhSCc8HZO/vpTLGg7p6ud/79jL5Vq43K0emtCT1MSm/T oNgUHqnxncvrixh+GXrhkLhphZe62ETgCkrIgAkrbU3srn5z4MNcvTI8L5EBZ68BJhqE aDREiH8zLRRDZxWx658njps4pYooguKmcH+mkKvJkv7ww7+2bOzWs+g/5MyuxE8kSAtn pMl8Lktri9j9hwFhuhrDBlG/yAlQupzr+S1jp22lG0b/VzGuFE0bsffJkQAR+g5NdwCe iKW/eaU92Ma4y+bf00B0o8ga6H+GicDEMo6g1D3fmE0L+sz823/dtyOCfR2ut73trtzB 4c8A== X-Gm-Message-State: AHPjjUjyw9PG6Vg1GKrbMxTxXEoNMovq9Ytw+zJafmnm0KR0CMqwD3pH bPuxPA+xKXY76+CX16n8gM1Dbg== X-Google-Smtp-Source: AOwi7QAQ7tLNk1Ycu3POYwhX4cN9hR1wFaKZxK8kvciwH36S1MiBiEbyQ/EQmCO+tI1cNwFxj00P8Q== X-Received: by 10.84.231.9 with SMTP id f9mr5580178plk.155.1506655523032; Thu, 28 Sep 2017 20:25:23 -0700 (PDT) Received: from localhost.localdomain ([119.145.15.121]) by smtp.gmail.com with ESMTPSA id h9sm4740838pfi.60.2017.09.28.20.25.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 28 Sep 2017 20:25:22 -0700 (PDT) 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, waip23@126.com, Heyi Guo Date: Fri, 29 Sep 2017 11:17:51 +0800 Message-Id: <1506655072-56179-10-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1506655072-56179-1-git-send-email-heyi.guo@linaro.org> References: <1506655072-56179-1-git-send-email-heyi.guo@linaro.org> Subject: [PATCH edk2-non-osi v5 09/10] Hisilicon/D05: Fix occasional system hang bug X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Sep 2017 03:22:08 -0000 From: Ming Huang Fix bug 3061(https://bugs.linaro.org/show_bug.cgi?id=3061): D05(before EC) boot hangs at "Need Reset"; If the D05 is before EC, then speed of i2c reduce to 100k. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang Signed-off-by: Heyi Guo --- Platform/Hisilicon/D05/Sec/FVMAIN_SEC.Fv | Bin 262144 -> 262144 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Platform/Hisilicon/D05/Sec/FVMAIN_SEC.Fv b/Platform/Hisilicon/D05/Sec/FVMAIN_SEC.Fv index 16500b7..ab6ea83 100644 Binary files a/Platform/Hisilicon/D05/Sec/FVMAIN_SEC.Fv and b/Platform/Hisilicon/D05/Sec/FVMAIN_SEC.Fv differ -- 1.9.1