From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from resdmta-c1p-023854.sys.comcast.net (resdmta-c1p-023854.sys.comcast.net [96.102.19.45]) by mx.groups.io with SMTP id smtpd.web09.17518.1664494153907292303 for ; Thu, 29 Sep 2022 16:29:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@comcastmailservice.net header.s=20211018a header.b=Q1NXaLdy; spf=softfail (domain: google.com, ip: 96.102.19.45, mailfrom: robwoo@google.com) Received: from resomta-c1p-023268.sys.comcast.net ([96.102.18.235]) by resdmta-c1p-023854.sys.comcast.net with ESMTP id e1WyotqpwGente2xtoPCN2; Thu, 29 Sep 2022 23:29:13 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcastmailservice.net; s=20211018a; t=1664494153; bh=VmZk0tIzrZVthEDZjSLn9NXH+ceJ0lIfOjwqo/Lj/bY=; h=Received:Received:From:To:Subject:Date:Message-Id:MIME-Version: Content-Type; b=Q1NXaLdyoG/yMi+zkrnLI4r00sKwJoR/18wD6QIJDu4NLc0S30ijU91aIGJGGcX2k ZvDmx3NUItTQ/p+r24/e86r70Q7OGvAYbgPueaf6HlfjszbycotO0pNkDhiDSc4RxT HE3zFT253+rXzLHm6aUQtdywbD2gbj0d+Nj7p3q1pZSKfc/HAA7QTaVav957c/cxkL pywXcjF8+k8kgbX0drKYGYeggneHXh6/P0SM1ZlvVE62Uz3skTxIfJSrC1v7RVtUtX 39JVKzOeX0oY5mvfRlttZGId0iTHmwJtlQH/VnvtNjnuHieBxXlhisBzJ6Ku5Dr/jd 7z0YCh9lpxE4A== Received: from robwoo-glaptop.corp.google.com ([IPv6:2620:15c:10f:203:594f:9ced:6f7b:f5e2]) by resomta-c1p-023268.sys.comcast.net with ESMTPA id e2xOoquhPe6l6e2xkoHvR0; Thu, 29 Sep 2022 23:29:11 +0000 X-Xfinity-VMeta: sc=-100.00;st=legit From: robwoo@google.com To: devel@edk2.groups.io Cc: Samer El-Haj-Mahmoud Subject: [PATCH v1 0/1] Update Stall_Func interval to avoid IO timeouts Date: Thu, 29 Sep 2022 16:28:40 -0700 Message-Id: <20220929232841.87723-1-robwoo@google.com> X-Mailer: git-send-email 2.38.0.rc1.362.ged0d419d3c-goog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These changes contain an adjustment to the duration of the stall command to avoid disk corruption via IO timeouts. Robert Wood (1): MiscBootServices: Stall_Func: Reduces the stall interval for Stall_Func uefi-sct/SctPkg/TestCase/UEFI/EFI/BootServices/MiscBootServices/BlackBoxTest/MiscBootServicesBBTestMain.h | 2 +- uefi-sct/SctPkg/TestCase/UEFI/EFI/BootServices/MiscBootServices/BlackBoxTest/MiscBootServicesBBTestFunction.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Cc: Samer El-Haj-Mahmoud -- 2.38.0.rc1.362.ged0d419d3c-goog