Re: [edk2] [PATCH v2 2/3] IntelFrameworkModulePkg/BdsDxe: Fix for the BDS boot timeout

2016-05-05 Thread Laszlo Ersek
k2-devel@lists.01.org >>> Cc: Fan, Jeff <jeff@intel.com> >>> Subject: Re: [edk2] [PATCH v2 2/3] IntelFrameworkModulePkg/BdsDxe: Fix for >>> the BDS boot timeout >>> >>> Hi Ray, >>> >>> Thank you for review and comments. Please

Re: [edk2] [PATCH v2 2/3] IntelFrameworkModulePkg/BdsDxe: Fix for the BDS boot timeout

2016-05-05 Thread Laszlo Ersek
;> Cc: Fan, Jeff <jeff@intel.com> >> Subject: Re: [edk2] [PATCH v2 2/3] IntelFrameworkModulePkg/BdsDxe: Fix for >> the BDS boot timeout >> >> Hi Ray, >> >> Thank you for review and comments. Please see my answers below. >> >> Regards

Re: [edk2] [PATCH v2 2/3] IntelFrameworkModulePkg/BdsDxe: Fix for the BDS boot timeout

2016-05-04 Thread Ni, Ruiyu
; Ray >> >>> -Original Message- >>> From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of >>> Daniil Egranov >>> Sent: Wednesday, May 4, 2016 9:34 AM >>> To: edk2-devel@lists.01.org >>> Cc: Fan, Jeff <jeff@in

Re: [edk2] [PATCH v2 2/3] IntelFrameworkModulePkg/BdsDxe: Fix for the BDS boot timeout

2016-05-04 Thread Daniil Egranov
, May 4, 2016 9:34 AM To: edk2-devel@lists.01.org Cc: Fan, Jeff <jeff@intel.com> Subject: [edk2] [PATCH v2 2/3] IntelFrameworkModulePkg/BdsDxe: Fix for the BDS boot timeout The patch loads timeout value from the "Timeout" global variable and passes it to PlatformBdsEnterFr

Re: [edk2] [PATCH v2 2/3] IntelFrameworkModulePkg/BdsDxe: Fix for the BDS boot timeout

2016-05-03 Thread Ni, Ruiyu
bject: [edk2] [PATCH v2 2/3] IntelFrameworkModulePkg/BdsDxe: Fix for the BDS >boot timeout > >The patch loads timeout value from the "Timeout" global variable and passes >it to PlatformBdsEnterFrontPage(), which handles delay and key input. >The PcdPlatformBootTimeOut is only used at

[edk2] [PATCH v2 2/3] IntelFrameworkModulePkg/BdsDxe: Fix for the BDS boot timeout

2016-05-03 Thread Daniil Egranov
The patch loads timeout value from the "Timeout" global variable and passes it to PlatformBdsEnterFrontPage(), which handles delay and key input. The PcdPlatformBootTimeOut is only used at the BDS entry point and updates the "Timeout" value. This will allow the modification of the timeout value