https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284917

--- Comment #2 from Toomas Soome <tso...@me.com> ---
(In reply to Mark Johnston from comment #1)
* Accepted       D49073: loader.efi: add "gop blt <on|off>" command

commit 9e261d868ef14f4bb587aaed6e8dfcbd02b4fc0e (gop)
Author: Toomas Soome <tso...@freebsd.org>
Date:   Thu Feb 20 09:45:53 2025 +0200

    loader.efi: add "gop blt <on|off>" command

    Some systems have very slow console output and it may be about either
    wrong memory attributes are set or gop->Blt() implementation is bad.

    We do not have good way to set memory attributes, but we can
    choose which Blt() to use (or we can set "gop off" to fall back on
    use of SimpleTextOutput protocol).

    This update adds argument for "gop" command to switch gop->Blt() use.
    Note, this update does not fix the problem, but allows us to try to
    understand the possible cause.

    PR:             254381
    Reported by:    Michael Galassi

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to