[edk2-devel] [PATCH 0/1] UefiPayloadPkg: Match BAR if framebuffer is at an offset

2023-07-07 Thread Michael Büchler
Hi, this is my first message to this list and the first time I am using git send-email. Please let me know if I messed something up. For example, I have to use `git am --keep-cr` to apply the patch myself. Regards, Michael Michael Büchler (1): UefiPayloadPkg: Match BAR if framebuffer is at an

[edk2-devel] [PATCH 1/1] UefiPayloadPkg: Match BAR if framebuffer is at an offset

2023-07-07 Thread Michael Büchler
escribed above. With this patch, graphics output is working. Signed-off-by: Michael Büchler --- UefiPayloadPkg/GraphicsOutputDxe/GraphicsOutput.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/UefiPayloadPkg/GraphicsOutputDxe/GraphicsOutput.c b/UefiPayloadP