Skip to content

Commit

Permalink
Clear Frame Buffer on boot
Browse files Browse the repository at this point in the history
  • Loading branch information
gus33000 committed Dec 18, 2022
1 parent e49087c commit d400aa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Platforms/LumiaFamilyPkg/Driver/SimpleFbDxe/SimpleFbDxe.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ SimpleFbDxeInitialize(
}

ASSERT_EFI_ERROR(Status);
ZeroMem((VOID *)FrameBufferAddress, FrameBufferSize);

/* Register handle */
Status = gBS->InstallMultipleProtocolInterfaces(
Expand Down

0 comments on commit d400aa6

Please sign in to comment.