Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OvmfPkg: Call PlatformInitializeConsole for GPU passthrough case #2325

Merged

Commits on Dec 17, 2021

  1. OvmfPkg: Call PlatformInitializeConsole for GPU passthrough case

    For GPU passthrough support we have to initialize the console after
    EfiBootManagerDispatchDeferredImages() has loaded ROMs, so call it after
    this. This was the calling order before the TCG physical presence support
    had to be moved and the console initialized earlier so user interaction
    could be supported before processing TCG physical presence opcodes.
    
    Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
    Tested-by: Shivanshu Goyal <shivanshu3@gmail.com>
    Acked-by: Jiewen Yao <jiewen.yao@intel.com>
    Acked-by: Gerd Hoffmann <kraxel@redhat.com>
    stefanberger authored and ardbiesheuvel committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    c2d5dc1 View commit details
    Browse the repository at this point in the history