From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-x235.google.com (mail-pg0-x235.google.com [IPv6:2607:f8b0:400e:c05::235]) (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 3592221E43B79 for ; Fri, 22 Sep 2017 07:03:39 -0700 (PDT) Received: by mail-pg0-x235.google.com with SMTP id v23so645762pgc.5 for ; Fri, 22 Sep 2017 07:06:47 -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=0rk/ZwshDKKhDQ0Jr64Ku7Y8NktRtsYhXxW+/EOmvoY=; b=VIg2sa7+8mjaglJ1MqkTxaYjfI+SfPiXA+yoWoODpKXP+6AZKeMTYTNCSnT9AuKa/d CrJf9lTa3gfrNwlFg8dtJnRsVdo3d+wLSTmpgHjeqDZ6+IPzGuoRJ6bzMNgRe2mO6xid rkj9HF8quaPHOoKLJhcV7k6UfxfYXOFX3+55c= 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=0rk/ZwshDKKhDQ0Jr64Ku7Y8NktRtsYhXxW+/EOmvoY=; b=kmSdjxrqQfhM641WPBQhSbmelLncEfA3KAr3FqoezVqgABs+bQuYjWyfSjyaMedAUC fFiBqMe+oogAe64DhS5POVg8K47UzcZ02DffatcmKg54Eg9TIx+xPmGU+pUIrJpcOtcx 7o+5v0MJ6nMskgBRf/AX4stk73Snyqiu6yt8LrXD9KQtjF3XnJ6GJv2gFKescH9OPli0 hosZTR+fyOAHhbla6MDXWmDPYmQS2PjSRFVLrQK2eVfvrWyg+hm8WIIBoFKv8Z1VScvw 7VLCvI7qR1fSmrM9Bl3waLrD1vCpclXCtryeofrH3TnIW8WpZOgjKM+ubuGaR8wchE95 /3Ag== X-Gm-Message-State: AHPjjUi9BI+6EwTNW7zhvOI7M9OuIKXKm6RqJIGHDIGGrPUmvhQvRSEz DZifWNOg1fe+w54CWysSDg2IwA== X-Google-Smtp-Source: AOwi7QBj/w1rE3BpL606jFVnTGg4sNSDBaKXhCvChJCXwosE4uEpHYth9kIEN/oNgeYluzN7als3BQ== X-Received: by 10.84.232.134 with SMTP id i6mr9283347plk.190.1506089207142; Fri, 22 Sep 2017 07:06:47 -0700 (PDT) Received: from localhost.localdomain ([119.145.15.121]) by smtp.gmail.com with ESMTPSA id f11sm8072143pgt.65.2017.09.22.07.06.44 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 22 Sep 2017 07:06:46 -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, 22 Sep 2017 21:58:44 +0800 Message-Id: <1506088728-53634-18-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1506088728-53634-1-git-send-email-heyi.guo@linaro.org> References: <1506088728-53634-1-git-send-email-heyi.guo@linaro.org> Subject: [PATCH edk2-non-osi v4 09/10] Hisilicon/D05: Fix bug 3061 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, 22 Sep 2017 14:03:39 -0000 From: Ming Huang Fix bug 3061(bugs.linaro.org): 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