]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg/PlatformDebugLibIoPort: Introduce a Nocheck variant
authorAnthony PERARD <anthony.perard@citrix.com>
Thu, 23 Apr 2020 09:53:57 +0000 (10:53 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 28 Apr 2020 21:12:01 +0000 (21:12 +0000)
commita91443885dc15918c4df56e7085f9acd7dafc8c5
treecb5e9224ceadda5316ea29a5f773dc4346c833d0
parent52f012129ac497a3abd4aae0dc75f2a32acfd918
OvmfPkg/PlatformDebugLibIoPort: Introduce a Nocheck variant

Introduce PlatformRomDebugLibIoPortNocheck which doesn't try to detect
the debug IO port. Instead, debug logs are always written to the IO port.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Message-Id: <20200423095358.2518197-5-anthony.perard@citrix.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
OvmfPkg/Library/PlatformDebugLibIoPort/DebugIoPortNocheck.c [new file with mode: 0644]
OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPortNocheck.inf [new file with mode: 0644]