From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from resdmta-c1p-023853.sys.comcast.net (resdmta-c1p-023853.sys.comcast.net [96.102.19.46]) by mx.groups.io with SMTP id smtpd.web09.24728.1664981768911381024 for ; Wed, 05 Oct 2022 07:56:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@comcastmailservice.net header.s=20211018a header.b=bGGc1nde; spf=softfail (domain: google.com, ip: 96.102.19.46, mailfrom: robwoo@google.com) Received: from resomta-c1p-022590.sys.comcast.net ([96.102.18.239]) by resdmta-c1p-023853.sys.comcast.net with ESMTP id g4pco4jXLOa5xg5oeoxRRd; Wed, 05 Oct 2022 14:56:08 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcastmailservice.net; s=20211018a; t=1664981768; bh=c6jjtLHNncS9XSRVF/29oHFvJEe//jU83cjCSseZCIo=; h=Received:Received:From:To:Subject:Date:Message-Id:MIME-Version: Content-Type; b=bGGc1ndePAUa23NGHGl9QyXOMQWQF9ghPLcSjdZqSm30ODxEoDeBOjFyI9t5MYr3P K+f7OQyyt9LNiipTuO74jax9CISIPkNm8IRekOIzqVr6vKNxZpXuNhScATjjURe94M +xBKR1BOJkN8T14tT08czVsuf+aP1rj7deFUM9buzCBDU2B4xhNipANs7eV/X83Pgm lpjUQ8YYqCC8BD6+KVg//OeqefszDVElIh5aak+APJCGbwYgTTMr+uSTiVbRaRBkdU XYRJKAz2Iywuk3VapaghZ81XIJl93+qYm25qiZNJN7zMw5ATzcBwWO56gh0fbLrThd kCydvxao3el7w== Received: from robwoo-glaptop.corp.google.com ([IPv6:2620:15c:10f:203:604c:b96:bea4:21ed]) by resomta-c1p-022590.sys.comcast.net with ESMTPA id g5oJo1y9FYuTgg5oTok2X8; Wed, 05 Oct 2022 14:56:06 +0000 X-Xfinity-VMeta: sc=0.00;st=legit From: "Robert Wood" To: devel@edk2.groups.io Subject: [PATCH v1 0/1] uefi-sct/SctPkg: Fix for Stall_Func IO timeout Date: Wed, 5 Oct 2022 07:55:45 -0700 Message-Id: <20221005145546.176712-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(-) -- 2.38.0.rc1.362.ged0d419d3c-goog