Laszlo,

Seabios starts to boot the OS nearly instantaneously. OVMF takes
several seconds.

I think in OVMF today this is mainly due to timeouts waiting for a
non-existent floppy and/or CD ROM.

This series adds a few more seconds waiting on the boot screen
timeout. This seems to be heading in the wrong direction in terms of
boot time.

-Jordan

On Wed, Oct 22, 2014 at 6:21 AM, Laszlo Ersek <ler...@redhat.com> wrote:
> The main motivation for this series is
> <https://bugzilla.redhat.com/show_bug.cgi?id=1153927> -- OVMF's
> PlatformBdsPolicyBehavior() currently prevents Intel BDS from handling
> the "OsIndications" variable correctly. (See "7.5.4 Exchanging
> information between the OS and Firmware" in the UEFI spec.)
>
> Patches #1 to #5 are simple cleanups that lead up to the fix.
>
> Patch #6 is the fix.
>
> Patch #7 is a somewhat unrelated patch that I've had lying around for
> ages in my tree. It trivially conflicts with patch #6, hence I've rather
> rebased it on top of patch #6, and I'm including it here following our
> "upstream first" principle.
>
> Public branch:
> <https://github.com/lersek/edk2/commits/bz1153927_frontpage>.
>
> (Side note: I know I need to review a few pending series from others.
> They are not forgotten. I'm just having trouble getting to them,
> especially after being away for more than a week (including the KVM
> Forum 2014, which was great). A few patches that I thought were my
> shared responsibility to review have already been pushed (thankfully!)
> -- I've been less responsive due to capacity problems.)
>
> Thanks,
> Laszlo
>
> Laszlo Ersek (7):
>   OvmfPkg: BDS: remove dead call to PlatformBdsEnterFrontPage()
>   OvmfPkg: BDS: drop useless return statement
>   OvmfPkg: BDS: don't overwrite the BDS Front Page timeout
>   OvmfPkg: BDS: optimize second argument in PlatformBdsEnterFrontPage()
>     call
>   OvmfPkg: BDS: drop superfluous "connect first boot option" logic
>   OvmfPkg: BDS: drop custom boot timeout, revert to
>     IntelFrameworkModulePkg's
>   OvmfPkg: set video resolution of text setup to 640x480
>
>  OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c | 72 
> +---------------------------
>  OvmfPkg/OvmfPkgIa32.dsc                      |  5 ++
>  OvmfPkg/OvmfPkgIa32X64.dsc                   |  5 ++
>  OvmfPkg/OvmfPkgX64.dsc                       |  5 ++
>  4 files changed, 17 insertions(+), 70 deletions(-)
>
> --
> 1.8.3.1
>
>
> ------------------------------------------------------------------------------
> Comprehensive Server Monitoring with Site24x7.
> Monitor 10 servers for $9/Month.
> Get alerted through email, SMS, voice calls or mobile push notifications.
> Take corrective actions from your mobile device.
> http://p.sf.net/sfu/Zoho
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/edk2-devel

------------------------------------------------------------------------------
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to