Message ID | 54592BFE.80407@redhat.com |
---|---|
State | New |
Headers | show |
On 2014-11-04 11:41:50, Laszlo Ersek wrote: > Jordan, if you drop the first two patches form this series, then the > rest (patches v2 3/9 to 9/9) apply just as fine, and work as intended > (on top of Eric's patch). If you're OK with the series in that form (as > in, R-b), then I'll await Eric's commit, and then push patches 3 to 9 on > top. Yeah. You can add Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> for patches 3-9. -Jordan ------------------------------------------------------------------------------
Laszlo, I have checked in my code at r16304. Thanks, Eric -----Original Message----- From: Jordan Justen [mailto:jordan.l.justen@intel.com] Sent: Thursday, November 06, 2014 2:16 AM To: Laszlo Ersek; edk2-devel@lists.sourceforge.net Subject: Re: [edk2] [PATCH v2 2/9] IntelFrameworkModulePkg: BdsDxe: poll keyboard at front page with zero timeout On 2014-11-04 11:41:50, Laszlo Ersek wrote: > Jordan, if you drop the first two patches form this series, then the > rest (patches v2 3/9 to 9/9) apply just as fine, and work as intended > (on top of Eric's patch). If you're OK with the series in that form > (as in, R-b), then I'll await Eric's commit, and then push patches 3 > to 9 on top. Yeah. You can add Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> for patches 3-9. -Jordan ------------------------------------------------------------------------------
diff --git a/IntelFrameworkModulePkg/Universal/BdsDxe/FrontPage.c b/IntelFrameworkModulePkg/Universal/BdsDxe/FrontPage.c index f69b17c..a0c6381 100644 --- a/IntelFrameworkModulePkg/Universal/BdsDxe/FrontPage.c +++ b/IntelFrameworkModulePkg/Universal/BdsDxe/FrontPage.c @@ -891,10 +891,7 @@ ShowProgress ( EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background; EFI_GRAPHICS_OUTPUT_BLT_PIXEL Color; - if (TimeoutDefault == 0) { - return EFI_TIMEOUT; - } - + if (TimeoutDefault != 0) { DEBUG ((EFI_D_INFO, "\n\nStart showing progress bar... Press any key to stop it! ...Zzz....\n"));